diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-09 13:11:02 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-09 13:11:02 +0000 |
commit | 8c1a6298222f10ad908c620fc165124047619862 (patch) | |
tree | 4c5c447740e62bc4d93101b047ec0e2db4f2e462 /x11-misc | |
parent | version bump, mark 0.3.18 x86 (diff) | |
download | historical-8c1a6298222f10ad908c620fc165124047619862.tar.gz historical-8c1a6298222f10ad908c620fc165124047619862.tar.bz2 historical-8c1a6298222f10ad908c620fc165124047619862.zip |
remove old version
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/hotkeys/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/hotkeys/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/hotkeys/files/digest-hotkeys-0.5.7.1 | 1 | ||||
-rw-r--r-- | x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild | 41 |
4 files changed, 5 insertions, 46 deletions
diff --git a/x11-misc/hotkeys/ChangeLog b/x11-misc/hotkeys/ChangeLog index cb66b36070bf..c2bc7e451e4f 100644 --- a/x11-misc/hotkeys/ChangeLog +++ b/x11-misc/hotkeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/hotkeys # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.17 2004/04/09 13:09:20 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.18 2004/04/09 13:11:02 lanius Exp $ + + 09 Apr 2004; Heinrich Wendel <lanius@gentoo.org> hotkeys-0.5.7.1.ebuild: + remove old version 09 Apr 2004; Heinrich Wendel <lanius@gentoo.org> hotkeys-0.5.7.1.ebuild: cosmetic changes diff --git a/x11-misc/hotkeys/Manifest b/x11-misc/hotkeys/Manifest index 7626d1bd5c85..2695cc10f9ae 100644 --- a/x11-misc/hotkeys/Manifest +++ b/x11-misc/hotkeys/Manifest @@ -1,8 +1,6 @@ MD5 60f42fbde3d9c9497f205b94adc89ab4 hotkeys-0.5.7.1-r1.ebuild 1135 -MD5 b36c97f447716b962362b99236020a0f ChangeLog 2214 +MD5 ef1bf83e63d0ed215e5dfcbeaf78f2b6 ChangeLog 2311 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 -MD5 5ff2b5fa250e6a7d7a6e95a8187da706 hotkeys-0.5.7.1.ebuild 927 MD5 2b1987adcf943427133e4f897782604c files/hotkeys-0.5.7.1-r1-gentoo.diff 1379 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/files/digest-hotkeys-0.5.7.1 b/x11-misc/hotkeys/files/digest-hotkeys-0.5.7.1 deleted file mode 100644 index 9c3c845c6e2c..000000000000 --- a/x11-misc/hotkeys/files/digest-hotkeys-0.5.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 68e2aea6b4444f943b5f85ac00542a1c hotkeys_0.5.7.1.tar.gz 234289 diff --git a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild b/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild deleted file mode 100644 index 29bbaac336cb..000000000000 --- a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 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.7 2004/04/09 13:09:20 lanius Exp $ - -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="gtk" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc" - -DEPEND="virtual/x11 - >=dev-libs/libxml2-2.2.8 - =sys-libs/db-3.2* - !>=sys-libs/db-4* - >=x11-libs/xosd-1.0.0 - gtk? ( >=x11-libs/gtk+-2.0.0 )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - - local myconf="--with-xosd" - - use gtk \ - && myconf="${myconf} --with-gtk" - - econf ${myconf} || die "./configure failed" - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS ChangeLog COPYING README TODO -} |