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 | 7737b1c4e9cb1a65357abf27f628f2bec741d1a4 (patch) | |
tree | 9a0eda9f22e2c16677b87a86bd6427f2e5ba2535 /x11-misc/hotkeys | |
parent | version bump, mark 0.3.18 x86 (Manifest recommit) (diff) | |
download | gentoo-2-7737b1c4e9cb1a65357abf27f628f2bec741d1a4.tar.gz gentoo-2-7737b1c4e9cb1a65357abf27f628f2bec741d1a4.tar.bz2 gentoo-2-7737b1c4e9cb1a65357abf27f628f2bec741d1a4.zip |
remove old version
Diffstat (limited to 'x11-misc/hotkeys')
-rw-r--r-- | x11-misc/hotkeys/ChangeLog | 5 | ||||
-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 |
3 files changed, 4 insertions, 43 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/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 -} |