diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-09-25 22:30:09 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-09-25 22:30:09 +0000 |
commit | ea79ac80b4189da9acc2b85f582b550082a628dc (patch) | |
tree | 0588349cd886546e2ef7bbd681f104902e87813f /net-p2p | |
parent | New version: 2.5.5. (diff) | |
download | gentoo-2-ea79ac80b4189da9acc2b85f582b550082a628dc.tar.gz gentoo-2-ea79ac80b4189da9acc2b85f582b550082a628dc.tar.bz2 gentoo-2-ea79ac80b4189da9acc2b85f582b550082a628dc.zip |
Changing X into gtk in IUSE
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild | 10 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.0.2.ebuild | 10 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.0.4.ebuild | 10 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.1.3.ebuild | 12 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.1.4.ebuild | 12 |
6 files changed, 33 insertions, 28 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 6d37e35d54b4..f15d44f84597 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/bittorrent # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.60 2005/09/10 16:09:11 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.61 2005/09/25 22:30:09 mkay Exp $ + + 25 Sep 2005; <mkay@gentoo.org> bittorrent-3.4.2-r2.ebuild, + bittorrent-4.0.2.ebuild, bittorrent-4.0.4.ebuild, bittorrent-4.1.3.ebuild, + bittorrent-4.1.4.ebuild: + Changing X into gtk in IUSE 10 Sep 2005; Karol Wojtaszek <sekretarz@gentoo.org> +files/bttrack.rc-4.1, bittorrent-4.1.4.ebuild: diff --git a/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild b/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild index afd4f5a6e053..b8707eb17d25 100644 --- a/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.4.2-r2.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/bittorrent/bittorrent-3.4.2-r2.ebuild,v 1.9 2005/08/24 14:55:41 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild,v 1.10 2005/09/25 22:30:09 mkay Exp $ inherit distutils @@ -15,9 +15,9 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm ppc sparc x86" -IUSE="X" +IUSE="gtk" -RDEPEND="X? ( <dev-python/wxpython-2.5 ) +RDEPEND="gtk? ( <dev-python/wxpython-2.5 ) >=dev-lang/python-2.1 !virtual/bittorrent" DEPEND="${RDEPEND} @@ -30,7 +30,7 @@ PYTHON_MODNAME="BitTorrent" src_install() { distutils_src_install - if ! use X; then + if ! use gtk; then rm ${D}/usr/bin/*gui.py fi dohtml redirdonate.html @@ -39,7 +39,7 @@ src_install() { MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if use X; then + if use gtk; then if [ -n "`grep 'application/x-bittorrent' ${D}/etc/mailcap`" ]; then # replace bittorrent entry if it already exists einfo "updating bittorrent mime info" diff --git a/net-p2p/bittorrent/bittorrent-4.0.2.ebuild b/net-p2p/bittorrent/bittorrent-4.0.2.ebuild index cabae8ec1369..e4966d34cbfd 100644 --- a/net-p2p/bittorrent/bittorrent-4.0.2.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.0.2.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/bittorrent/bittorrent-4.0.2.ebuild,v 1.7 2005/09/02 20:25:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.0.2.ebuild,v 1.8 2005/09/25 22:30:09 mkay Exp $ inherit distutils @@ -15,9 +15,9 @@ SRC_URI="http://www.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" KEYWORDS="~alpha amd64 arm ppc sparc x86" -IUSE="X" +IUSE="gtk" -RDEPEND="X? ( +RDEPEND="gtk? ( >=x11-libs/gtk+-2.4 >=dev-python/pygtk-2.4 ) @@ -34,7 +34,7 @@ PYTHON_MODNAME="BitTorrent" src_install() { distutils_src_install - if ! use X; then + if ! use gtk; then rm ${D}/usr/bin/*gui.py fi dohtml redirdonate.html @@ -43,7 +43,7 @@ src_install() { MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if use X; then + if use gtk; then if [ -n "`grep 'application/x-bittorrent' ${D}/etc/mailcap`" ]; then # replace bittorrent entry if it already exists einfo "updating bittorrent mime info" diff --git a/net-p2p/bittorrent/bittorrent-4.0.4.ebuild b/net-p2p/bittorrent/bittorrent-4.0.4.ebuild index abc3c0217124..ed1e180e5dc2 100644 --- a/net-p2p/bittorrent/bittorrent-4.0.4.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.0.4.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/bittorrent/bittorrent-4.0.4.ebuild,v 1.3 2005/08/27 20:04:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.0.4.ebuild,v 1.4 2005/09/25 22:30:09 mkay Exp $ inherit distutils @@ -15,9 +15,9 @@ SRC_URI="http://www.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="X" +IUSE="gtk" -RDEPEND="X? ( +RDEPEND="gtk? ( >=x11-libs/gtk+-2.4 >=dev-python/pygtk-2.4 ) @@ -34,7 +34,7 @@ PYTHON_MODNAME="BitTorrent" src_install() { distutils_src_install - if ! use X; then + if ! use gtk; then rm ${D}/usr/bin/*gui.py fi dohtml redirdonate.html @@ -47,7 +47,7 @@ src_install() { MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if use X; then + if use gtk; then if [ -n "`grep 'application/x-bittorrent' ${D}/etc/mailcap`" ]; then # replace bittorrent entry if it already exists einfo "updating bittorrent mime info" diff --git a/net-p2p/bittorrent/bittorrent-4.1.3.ebuild b/net-p2p/bittorrent/bittorrent-4.1.3.ebuild index 37a934e883b6..e0e554e2b8c7 100644 --- a/net-p2p/bittorrent/bittorrent-4.1.3.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.1.3.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/bittorrent/bittorrent-4.1.3.ebuild,v 1.4 2005/08/24 14:55:41 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.3.ebuild,v 1.5 2005/09/25 22:30:09 mkay Exp $ inherit distutils fdo-mime @@ -15,9 +15,9 @@ SRC_URI="http://www.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86" -IUSE="X" +IUSE="gtk" -RDEPEND="X? ( +RDEPEND="gtk? ( >=x11-libs/gtk+-2.4 >=dev-python/pygtk-2.4 ) @@ -34,7 +34,7 @@ PYTHON_MODNAME="BitTorrent" src_install() { distutils_src_install - if ! use X; then + if ! use gtk; then rm ${D}/usr/bin/*gui.py fi dohtml redirdonate.html @@ -43,7 +43,7 @@ src_install() { MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if use X; then + if use gtk; then if [ -n "`grep 'application/x-bittorrent' ${D}/etc/mailcap`" ]; then # replace bittorrent entry if it already exists einfo "updating bittorrent mime info" @@ -58,7 +58,7 @@ src_install() { sed -i '/btdownloadgui/d' ${D}/etc/mailcap fi - if use X ; then + if use gtk ; then cp ${D}/usr/share/pixmaps/${MY_P}/bittorrent.ico ${D}/usr/share/pixmaps/ dodir /usr/share/applications insinto /usr/share/applications diff --git a/net-p2p/bittorrent/bittorrent-4.1.4.ebuild b/net-p2p/bittorrent/bittorrent-4.1.4.ebuild index 9b2c493484ec..e31fcaed60f2 100644 --- a/net-p2p/bittorrent/bittorrent-4.1.4.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.1.4.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/bittorrent/bittorrent-4.1.4.ebuild,v 1.5 2005/09/10 16:09:11 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.4.ebuild,v 1.6 2005/09/25 22:30:09 mkay Exp $ inherit distutils fdo-mime eutils @@ -15,9 +15,9 @@ SRC_URI="http://www.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86" -IUSE="X" +IUSE="gtk" -RDEPEND="X? ( +RDEPEND="gtk? ( >=x11-libs/gtk+-2.4 >=dev-python/pygtk-2.4 ) @@ -35,7 +35,7 @@ PYTHON_MODNAME="BitTorrent" src_install() { distutils_src_install - if ! use X; then + if ! use gtk; then rm ${D}/usr/bin/bittorrent fi dohtml redirdonate.html @@ -47,7 +47,7 @@ src_install() { MAILCAP_STRING="application/x-bittorrent; /usr/bin/bittorrent '%s'; test=test -n \"\$DISPLAY\"" - if use X; then + if use gtk; then if [ -n "`grep 'application/x-bittorrent' ${D}/etc/mailcap`" ]; then # replace bittorrent entry if it already exists einfo "updating bittorrent mime info" @@ -62,7 +62,7 @@ src_install() { sed -i '/btdownloadgui/d' ${D}/etc/mailcap fi - if use X ; then + if use gtk ; then cp ${D}/usr/share/pixmaps/${MY_P}/bittorrent.ico ${D}/usr/share/pixmaps/ make_desktop_entry "bittorrent" "BitTorrent" \ /usr/share/pixmaps/bittorrent.ico "Network" "/usr/bin/" |