diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-10 02:33:48 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-10 02:33:48 +0000 |
commit | c9464574a3cf39fe81b56176bb900df8bebdced7 (patch) | |
tree | 0076375d74af732c03431d8dfdce0e9d7d5a2874 /net-p2p/sancho-bin | |
parent | Potential security issue in /proc/cmdline bug 59905 (diff) | |
download | historical-c9464574a3cf39fe81b56176bb900df8bebdced7.tar.gz historical-c9464574a3cf39fe81b56176bb900df8bebdced7.tar.bz2 historical-c9464574a3cf39fe81b56176bb900df8bebdced7.zip |
IUSE="gtk" instead of gtk2
Diffstat (limited to 'net-p2p/sancho-bin')
-rw-r--r-- | net-p2p/sancho-bin/ChangeLog | 3 | ||||
-rw-r--r-- | net-p2p/sancho-bin/Manifest | 8 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild | 12 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild | 12 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild | 12 |
5 files changed, 24 insertions, 23 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog index 92151605fd94..213466740c38 100644 --- a/net-p2p/sancho-bin/ChangeLog +++ b/net-p2p/sancho-bin/ChangeLog @@ -1,11 +1,12 @@ # ChangeLog for net-p2p/sancho-bin # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.9 2004/08/10 02:21:29 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.10 2004/08/10 02:33:48 squinky86 Exp $ *sancho-bin-0.9.4.8 (09 Aug 2004) 09 Aug 2004; Jon Hood <squinky86@gentoo.org> +sancho-bin-0.9.4.8.ebuild: Version bump, closes #59886; thanks spiralvoice <spiralvoice@hotmail.com>. + Change gtk2 USE flag to gtk, as this package does not support both. *sancho-bin-0.9.4.7 (03 Aug 2004) diff --git a/net-p2p/sancho-bin/Manifest b/net-p2p/sancho-bin/Manifest index 98e1ce69bc8a..79574236ccd9 100644 --- a/net-p2p/sancho-bin/Manifest +++ b/net-p2p/sancho-bin/Manifest @@ -1,7 +1,7 @@ -MD5 0deeca0bd0fa199d8a3041137afa3ae7 sancho-bin-0.9.4.8.ebuild 1292 -MD5 c4f959e2bb98e918822da0522823a3ef sancho-bin-0.9.4.5-r1.ebuild 1314 -MD5 e617b62639411d264c520dbd66a8d0df sancho-bin-0.9.4.7.ebuild 1292 -MD5 38c856934201cf2cd2c4c57c340b6ecf ChangeLog 1590 +MD5 3f2f50ff19666b678ce7cd1165cd2305 sancho-bin-0.9.4.8.ebuild 1287 +MD5 16f96c72e2be5feefb5006cf72ad29c7 sancho-bin-0.9.4.5-r1.ebuild 1309 +MD5 77118a62d46b4231a948196f2b7688e7 sancho-bin-0.9.4.7.ebuild 1287 +MD5 9f7a25b70d90ab1a64a5711ad8fc8277 ChangeLog 1661 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 9c8935033c3fe62be83d6ad6e80d5f4e files/sancho.sh 260 MD5 94095fc16619d56b11b9ef972c422043 files/digest-sancho-bin-0.9.4.5-r1 156 diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild index d2613c058253..bd73178ddcad 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild,v 1.4 2004/07/01 09:39:49 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild,v 1.5 2004/08/10 02:33:48 squinky86 Exp $ -IUSE="gtk2" +IUSE="gtk" MY_P=${P/-bin/} MY_P=${MY_P%.*}-${MY_P##*.} -use gtk2 && TOOLKIT="gtk" || TOOLKIT="fox" +use gtk && TOOLKIT="gtk" || TOOLKIT="fox" DESCRIPTION="a powerful frontend for mldonkey" HOMEPAGE="http://sancho-gui.sourceforge.net/" SRC_URI="http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-${TOOLKIT}.tar.bz2" -SRC_URI="gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) - !gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" +SRC_URI="gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) + !gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" KEYWORDS="x86" SLOT="0" @@ -22,7 +22,7 @@ RESTRICT="nomirror" DEPEND="virtual/libc virtual/x11 - gtk2? ( >=x11-libs/gtk+-2 )" + gtk? ( >=x11-libs/gtk+-2 )" S="${WORKDIR}/${MY_P}-linux-${TOOLKIT}" diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild index 9c3057012aaa..41d92523e4c1 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild,v 1.1 2004/08/04 00:45:31 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild,v 1.2 2004/08/10 02:33:48 squinky86 Exp $ -IUSE="gtk2" +IUSE="gtk" MY_P=${P/-bin/} MY_P=${MY_P%.*}-${MY_P##*.} -use gtk2 && TOOLKIT="gtk" || TOOLKIT="fox" +use gtk && TOOLKIT="gtk" || TOOLKIT="fox" DESCRIPTION="a powerful frontend for mldonkey" HOMEPAGE="http://sancho-gui.sourceforge.net/" SRC_URI="http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-${TOOLKIT}.tar.bz2" -SRC_URI="gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) - !gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" +SRC_URI="gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) + !gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" KEYWORDS="~x86" SLOT="0" @@ -21,7 +21,7 @@ LICENSE="CPL-1.0 LGPL-2.1" DEPEND="virtual/libc virtual/x11 - gtk2? ( >=x11-libs/gtk+-2 )" + gtk? ( >=x11-libs/gtk+-2 )" S="${WORKDIR}/${MY_P}-linux-${TOOLKIT}" diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild index b7835bd026b2..03d90b013b75 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild,v 1.1 2004/08/10 02:21:29 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild,v 1.2 2004/08/10 02:33:48 squinky86 Exp $ -IUSE="gtk2" +IUSE="gtk" MY_P=${P/-bin/} MY_P=${MY_P%.*}-${MY_P##*.} -use gtk2 && TOOLKIT="gtk" || TOOLKIT="fox" +use gtk && TOOLKIT="gtk" || TOOLKIT="fox" DESCRIPTION="a powerful frontend for mldonkey" HOMEPAGE="http://sancho-gui.sourceforge.net/" SRC_URI="http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-${TOOLKIT}.tar.bz2" -SRC_URI="gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) - !gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" +SRC_URI="gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) + !gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" KEYWORDS="~x86" SLOT="0" @@ -21,7 +21,7 @@ LICENSE="CPL-1.0 LGPL-2.1" DEPEND="virtual/libc virtual/x11 - gtk2? ( >=x11-libs/gtk+-2 )" + gtk? ( >=x11-libs/gtk+-2 )" S="${WORKDIR}/${MY_P}-linux-${TOOLKIT}" |