diff options
author | 2012-03-06 09:28:09 +0000 | |
---|---|---|
committer | 2012-03-06 09:28:09 +0000 | |
commit | ce3cc6fc67b530ff0231e1d5056838847bb0e0e3 (patch) | |
tree | 26529a399e95c90f2ca388e7388d21c156cb6b75 /net-p2p | |
parent | Version bump. (diff) | |
download | gentoo-2-ce3cc6fc67b530ff0231e1d5056838847bb0e0e3.tar.gz gentoo-2-ce3cc6fc67b530ff0231e1d5056838847bb0e0e3.tar.bz2 gentoo-2-ce3cc6fc67b530ff0231e1d5056838847bb0e0e3.zip |
Remove pointless USE="nls" wrt #407045 by Luis Carrera
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-2.50-r1.ebuild | 32 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-9999.ebuild | 32 |
3 files changed, 27 insertions, 43 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index 99471432f57d..834569b640b5 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/transmission # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.180 2012/03/03 15:47:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.181 2012/03/06 09:28:09 ssuominen Exp $ + + 06 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> + transmission-2.50-r1.ebuild, transmission-9999.ebuild: + Remove pointless USE="nls" wrt #407045 by Luis Carrera 03 Mar 2012; Markus Meier <maekke@gentoo.org> transmission-2.42-r1.ebuild: add ~arm, bug #400929 diff --git a/net-p2p/transmission/transmission-2.50-r1.ebuild b/net-p2p/transmission/transmission-2.50-r1.ebuild index b9643db3fa08..3b13e155f018 100644 --- a/net-p2p/transmission/transmission-2.50-r1.ebuild +++ b/net-p2p/transmission/transmission-2.50-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.50-r1.ebuild,v 1.4 2012/03/02 10:56:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.50-r1.ebuild,v 1.5 2012/03/06 09:28:09 ssuominen Exp $ EAPI=4 LANGS="en es kk lt pt_BR ru" @@ -22,7 +22,7 @@ HOMEPAGE="http://www.transmissionbt.com/" LICENSE="GPL-2 MIT" SLOT="0" -IUSE="ayatana gtk lightweight nls qt4 xfs" +IUSE="ayatana gtk lightweight qt4 xfs" RDEPEND=" >=dev-libs/libevent-2.0.10 @@ -42,18 +42,11 @@ RDEPEND=" x11-libs/qt-gui:4[dbus] )" -EAUTORECONF_DEPEND=" - dev-util/intltool - sys-devel/gettext" - DEPEND="${RDEPEND} - ${EAUTORECONF_DEPEND} + dev-util/intltool dev-util/pkgconfig + sys-devel/gettext virtual/os-headers - nls? ( - dev-util/intltool - sys-devel/gettext - ) xfs? ( sys-fs/xfsprogs )" REQUIRED_USE="ayatana? ( gtk )" @@ -113,7 +106,6 @@ src_configure() { econf \ --enable-external-natpmp \ - $(use_enable nls) \ $(use_enable lightweight) \ $(use_with gtk) @@ -167,15 +159,13 @@ src_install() { insinto /usr/share/kde4/services doins "${T}"/${PN}-magnet.protocol - if use nls; then - insinto /usr/share/qt4/translations - local l - for l in ${LANGS}; do - if use linguas_${l}; then - doins translations/${PN}_${l}.qm - fi - done - fi + insinto /usr/share/qt4/translations + local l + for l in ${LANGS}; do + if use linguas_${l}; then + doins translations/${PN}_${l}.qm + fi + done popd >/dev/null fi } diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild index 14a654013243..6673d6fbdbd3 100644 --- a/net-p2p/transmission/transmission-9999.ebuild +++ b/net-p2p/transmission/transmission-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-9999.ebuild,v 1.3 2012/03/02 10:56:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-9999.ebuild,v 1.4 2012/03/06 09:28:09 ssuominen Exp $ EAPI=4 LANGS="en es kk lt pt_BR ru" @@ -22,7 +22,7 @@ HOMEPAGE="http://www.transmissionbt.com/" LICENSE="GPL-2 MIT" SLOT="0" -IUSE="ayatana gtk lightweight nls qt4 xfs" +IUSE="ayatana gtk lightweight qt4 xfs" RDEPEND=" >=dev-libs/libevent-2.0.10 @@ -42,18 +42,11 @@ RDEPEND=" x11-libs/qt-gui:4[dbus] )" -EAUTORECONF_DEPEND=" - dev-util/intltool - sys-devel/gettext" - DEPEND="${RDEPEND} - ${EAUTORECONF_DEPEND} + dev-util/intltool dev-util/pkgconfig + sys-devel/gettext virtual/os-headers - nls? ( - dev-util/intltool - sys-devel/gettext - ) xfs? ( sys-fs/xfsprogs )" REQUIRED_USE="ayatana? ( gtk )" @@ -113,7 +106,6 @@ src_configure() { econf \ --enable-external-natpmp \ - $(use_enable nls) \ $(use_enable lightweight) \ $(use_with gtk) @@ -167,15 +159,13 @@ src_install() { insinto /usr/share/kde4/services doins "${T}"/${PN}-magnet.protocol - if use nls; then - insinto /usr/share/qt4/translations - local l - for l in ${LANGS}; do - if use linguas_${l}; then - doins translations/${PN}_${l}.qm - fi - done - fi + insinto /usr/share/qt4/translations + local l + for l in ${LANGS}; do + if use linguas_${l}; then + doins translations/${PN}_${l}.qm + fi + done popd >/dev/null fi } |