summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-08-10 02:33:48 +0000
committerJon Hood <squinky86@gentoo.org>2004-08-10 02:33:48 +0000
commita85bdb922d501da01fd9d6e3d3fa7f21dbe9624e (patch)
tree320dcd99dce307e8eeb8e76bd66c6ffba6576e33 /net-p2p/sancho-bin
parentPotential security issue in /proc/cmdline bug 59905 (Manifest recommit) (diff)
downloadgentoo-2-a85bdb922d501da01fd9d6e3d3fa7f21dbe9624e.tar.gz
gentoo-2-a85bdb922d501da01fd9d6e3d3fa7f21dbe9624e.tar.bz2
gentoo-2-a85bdb922d501da01fd9d6e3d3fa7f21dbe9624e.zip
IUSE="gtk" instead of gtk2
Diffstat (limited to 'net-p2p/sancho-bin')
-rw-r--r--net-p2p/sancho-bin/ChangeLog3
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild12
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.7.ebuild12
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.8.ebuild12
4 files changed, 20 insertions, 19 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/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}"