summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-11-22 16:54:25 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-11-22 16:54:25 +0000
commitced0fdfef8c10dafc63493995d2ec1dab65bf997 (patch)
treed7591f3845d4d00a2a984693019bd2851d452054 /x11-misc
parentUpdated Syncmal and Malsync, closing bug #33355. (diff)
downloadgentoo-2-ced0fdfef8c10dafc63493995d2ec1dab65bf997.tar.gz
gentoo-2-ced0fdfef8c10dafc63493995d2ec1dab65bf997.tar.bz2
gentoo-2-ced0fdfef8c10dafc63493995d2ec1dab65bf997.zip
gtk2 use flag fix
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/hotkeys/ChangeLog6
-rw-r--r--x11-misc/hotkeys/Manifest10
-rw-r--r--x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild8
-rw-r--r--x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild8
4 files changed, 18 insertions, 14 deletions
diff --git a/x11-misc/hotkeys/ChangeLog b/x11-misc/hotkeys/ChangeLog
index 9568313408ce..09f018842f2d 100644
--- a/x11-misc/hotkeys/ChangeLog
+++ b/x11-misc/hotkeys/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/hotkeys
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.13 2003/08/27 22:50:46 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.14 2003/11/22 16:54:20 lanius Exp $
+
+ 22 Nov 2003; Heinrich Wendel <lanius@gentoo.org> hotkeys-0.5.7.1-r1.ebuild,
+ hotkeys-0.5.7.1.ebuild:
+ fixed gtk2->gtk use flag
28 Aug 2003; Heinrich Wendel <lanius@gentoo.org> hotkeys-0.5.7.1-r1.ebuild,
files/hotkeys-0.5.7.1-r1-gentoo.diff:
diff --git a/x11-misc/hotkeys/Manifest b/x11-misc/hotkeys/Manifest
index c9d4d8fb38a3..a9c9ddf0c9ec 100644
--- a/x11-misc/hotkeys/Manifest
+++ b/x11-misc/hotkeys/Manifest
@@ -1,8 +1,8 @@
-MD5 0fd8464ee1e2c102642ad50e40d64145 ChangeLog 1871
+MD5 870540446791e9ef9a7e6ee2fdec7df9 hotkeys-0.5.7.1-r1.ebuild 1154
+MD5 7b7e045582ed5c682f8b422c5f17f935 ChangeLog 2003
MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253
-MD5 5fbd98cfdb8b3ad735ab592ebee5f524 hotkeys-0.5.7.1.ebuild 951
-MD5 98ba26341d8fb9f2be15db918d09e1d8 hotkeys-0.5.7.1-r1.ebuild 1159
-MD5 26aa28d3165265b8153adbb4a071d0af files/digest-hotkeys-0.5.7.1 67
+MD5 3d8e96cd7d7c5af0c0cc07b04049c444 hotkeys-0.5.7.1.ebuild 950
MD5 2b1987adcf943427133e4f897782604c files/hotkeys-0.5.7.1-r1-gentoo.diff 1379
-MD5 ceb23c573710586557d5f664975c6740 files/hotkeys-0.5.7.1-gentoo.diff 538
MD5 26aa28d3165265b8153adbb4a071d0af files/digest-hotkeys-0.5.7.1-r1 67
+MD5 26aa28d3165265b8153adbb4a071d0af files/digest-hotkeys-0.5.7.1 67
+MD5 ceb23c573710586557d5f664975c6740 files/hotkeys-0.5.7.1-gentoo.diff 538
diff --git a/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild b/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild
index aea19b0422a3..39f3fd9465b8 100644
--- a/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild
+++ b/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild,v 1.3 2003/09/05 23:29:05 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild,v 1.4 2003/11/22 16:54:20 lanius Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Make use of extra buttons on newer keyboards."
SRC_URI="http://ypwong.org/hotkeys/${PV}/${PN}_${PV}.tar.gz"
HOMEPAGE="http://ypwong.org/hotkeys/"
-IUSE="X gtk2 xosd"
+IUSE="X gtk xosd"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc"
@@ -15,7 +15,7 @@ DEPEND="X? ( virtual/x11 )
>=dev-libs/libxml2-2.2.8
=sys-libs/db-3.2*
xosd? ( >=x11-libs/xosd-1.0.0 )
- gtk2? ( >=x11-libs/gtk+-2.0.0 )"
+ gtk? ( >=x11-libs/gtk+-2.0.0 )"
src_unpack() {
unpack ${A}
@@ -33,7 +33,7 @@ src_compile() {
&& myconf="${myconf} --with-xosd" \
|| myconf="${myconf} --without-xosd"
- use gtk2 \
+ use gtk \
&& myconf="${myconf} --with-gtk" \
|| myconf="${myconf} --without-gtk"
diff --git a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild b/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild
index e20a543c7735..c7a4f53ba006 100644
--- a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild
+++ b/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild,v 1.5 2003/09/05 23:18:18 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild,v 1.6 2003/11/22 16:54:20 lanius Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Make use of extra buttons on newer keyboards."
SRC_URI="http://ypwong.org/hotkeys/${PV}/${PN}_${PV}.tar.gz"
HOMEPAGE="http://ypwong.org/hotkeys/"
-IUSE=""
+IUSE="gtk"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~sparc"
@@ -16,7 +16,7 @@ DEPEND="virtual/x11
=sys-libs/db-3.2*
!>=sys-libs/db-4*
>=x11-libs/xosd-1.0.0
- gtk2? ( >=x11-libs/gtk+-2.0.0 )"
+ gtk? ( >=x11-libs/gtk+-2.0.0 )"
src_unpack() {
unpack ${A}
@@ -28,7 +28,7 @@ src_compile() {
local myconf="--with-xosd"
- use gtk2 \
+ use gtk \
&& myconf="${myconf} --with-gtk"
econf ${myconf} || die "./configure failed"