diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-09-25 20:41:05 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-09-25 20:41:05 +0000 |
commit | 3baa29d8e81fde07499e3523368893da924a85a7 (patch) | |
tree | e455f38995f9b2aaad2019b8a16260a254db5aa4 /net-p2p | |
parent | version bump and clean up (diff) | |
download | gentoo-2-3baa29d8e81fde07499e3523368893da924a85a7.tar.gz gentoo-2-3baa29d8e81fde07499e3523368893da924a85a7.tar.bz2 gentoo-2-3baa29d8e81fde07499e3523368893da924a85a7.zip |
Changing X into gtk in IUSE
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittornado/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.10.ebuild | 8 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.12.ebuild | 8 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.8.ebuild | 8 |
4 files changed, 17 insertions, 13 deletions
diff --git a/net-p2p/bittornado/ChangeLog b/net-p2p/bittornado/ChangeLog index 79ff35ff1b9a..630ad537204b 100644 --- a/net-p2p/bittornado/ChangeLog +++ b/net-p2p/bittornado/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bittornado # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.41 2005/09/16 04:17:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.42 2005/09/25 20:41:05 mkay Exp $ + + 25 Sep 2005; <mkay@gentoo.org> bittornado-0.3.8.ebuild, + bittornado-0.3.10.ebuild, bittornado-0.3.12.ebuild: + Changing X into gtk in IUSE 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> bittornado-0.3.12.ebuild: Mark 0.3.12 stable on alpha diff --git a/net-p2p/bittornado/bittornado-0.3.10.ebuild b/net-p2p/bittornado/bittornado-0.3.10.ebuild index cafff7147512..00bc905b0fff 100644 --- a/net-p2p/bittornado/bittornado-0.3.10.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.10.ebuild,v 1.4 2005/08/24 15:09:22 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.10.ebuild,v 1.5 2005/09/25 20:41:05 mkay Exp $ inherit distutils eutils @@ -14,9 +14,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ppc64 ~alpha" -IUSE="X" +IUSE="gtk" -RDEPEND="X? ( >=dev-python/wxpython-2.4 ) +RDEPEND="gtk? ( >=dev-python/wxpython-2.4 ) >=dev-lang/python-2.1 !virtual/bittorrent" DEPEND="${RDEPEND} @@ -44,7 +44,7 @@ src_install() { cp -pPR /etc/mailcap ${D}/etc/ MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if use X; then + if use gtk; then dodir ${PIXMAPLOC} insinto ${PIXMAPLOC} doins *.ico *.gif diff --git a/net-p2p/bittornado/bittornado-0.3.12.ebuild b/net-p2p/bittornado/bittornado-0.3.12.ebuild index 84a4672fc627..79db1605e382 100644 --- a/net-p2p/bittornado/bittornado-0.3.12.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.12.ebuild,v 1.6 2005/09/16 04:17:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.12.ebuild,v 1.7 2005/09/25 20:41:05 mkay Exp $ inherit distutils eutils @@ -14,9 +14,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86" -IUSE="X" +IUSE="gtk" -RDEPEND="X? ( >=dev-python/wxpython-2.4 ) +RDEPEND="gtk? ( >=dev-python/wxpython-2.4 ) >=dev-lang/python-2.1 !virtual/bittorrent" DEPEND="${RDEPEND} @@ -44,7 +44,7 @@ src_install() { cp -pPR /etc/mailcap ${D}/etc/ MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if use X; then + if use gtk; then dodir ${PIXMAPLOC} insinto ${PIXMAPLOC} doins *.ico *.gif diff --git a/net-p2p/bittornado/bittornado-0.3.8.ebuild b/net-p2p/bittornado/bittornado-0.3.8.ebuild index 40cd2d95ebc1..1cbd6f021f97 100644 --- a/net-p2p/bittornado/bittornado-0.3.8.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.8.ebuild,v 1.6 2005/08/24 15:09:22 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.8.ebuild,v 1.7 2005/09/25 20:41:05 mkay Exp $ inherit distutils eutils @@ -14,9 +14,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc ~ppc64" -IUSE="X" +IUSE="gtk" -RDEPEND="X? ( >=dev-python/wxpython-2.4 ) +RDEPEND="gtk? ( >=dev-python/wxpython-2.4 ) >=dev-lang/python-2.1 !virtual/bittorrent" DEPEND="${RDEPEND} @@ -44,7 +44,7 @@ src_install() { cp -pPR /etc/mailcap ${D}/etc/ MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if use X; then + if use gtk; then dodir ${PIXMAPLOC} insinto ${PIXMAPLOC} doins *.ico *.gif |