diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 23:40:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 23:40:17 +0000 |
commit | 8a464f411b06d6d554361455e2f1b77b6f4a223f (patch) | |
tree | 964239004b5974c711dffed029684c1b942c0bbf /x11-misc | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-8a464f411b06d6d554361455e2f1b77b6f4a223f.tar.gz gentoo-2-8a464f411b06d6d554361455e2f1b77b6f4a223f.tar.bz2 gentoo-2-8a464f411b06d6d554361455e2f1b77b6f4a223f.zip |
clean older ebuilds
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xbindkeys/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xbindkeys/files/digest-xbindkeys-1.5.5 | 1 | ||||
-rw-r--r-- | x11-misc/xbindkeys/files/digest-xbindkeys-1.6.4 | 1 | ||||
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.5.5.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.6.4.ebuild | 29 |
5 files changed, 5 insertions, 61 deletions
diff --git a/x11-misc/xbindkeys/ChangeLog b/x11-misc/xbindkeys/ChangeLog index 5de066816928..9c990448dee7 100644 --- a/x11-misc/xbindkeys/ChangeLog +++ b/x11-misc/xbindkeys/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xbindkeys # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.15 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.16 2004/09/12 23:40:17 mr_bones_ Exp $ + + 12 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> + -xbindkeys-1.5.5.ebuild, -xbindkeys-1.6.4.ebuild: + clean older ebuilds 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> xbindkeys-1.7.0.ebuild, xbindkeys-1.7.1.ebuild: diff --git a/x11-misc/xbindkeys/files/digest-xbindkeys-1.5.5 b/x11-misc/xbindkeys/files/digest-xbindkeys-1.5.5 deleted file mode 100644 index 695e3f6d8b2f..000000000000 --- a/x11-misc/xbindkeys/files/digest-xbindkeys-1.5.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 41596059a4fc877efa7c50f1d4f915a7 xbindkeys-1.5.5.tar.gz 73777 diff --git a/x11-misc/xbindkeys/files/digest-xbindkeys-1.6.4 b/x11-misc/xbindkeys/files/digest-xbindkeys-1.6.4 deleted file mode 100644 index d1560449ccf4..000000000000 --- a/x11-misc/xbindkeys/files/digest-xbindkeys-1.6.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 d76243078c629e8093b81b4066de53f5 xbindkeys-1.6.4.tar.gz 107589 diff --git a/x11-misc/xbindkeys/xbindkeys-1.5.5.ebuild b/x11-misc/xbindkeys/xbindkeys-1.5.5.ebuild deleted file mode 100644 index a80ba841a80d..000000000000 --- a/x11-misc/xbindkeys/xbindkeys-1.5.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.5.5.ebuild,v 1.9 2004/06/24 22:38:32 agriffis Exp $ - -IUSE="" - -DESCRIPTION="Tool for launching commands on keystrokes" -SRC_URI="http://hocwp.free.fr/xbindkeys/${P}.tar.gz" -HOMEPAGE="http://hocwp.free.fr/xbindkeys/" -LICENSE="GPL-2" -KEYWORDS="x86 sparc " -SLOT="0" - -DEPEND=">=x11-base/xfree-4.1.0 - dev-lang/tk" - -src_compile() { - ./configure --prefix=/usr \ - --mandir=/usr/share/man || die "./configure failed" - emake DESTDIR=${D} || die - -} - -src_install() { - emake DESTDIR=${D} \ - BINDIR=/usr/bin install || die "Installation failed" - -} - diff --git a/x11-misc/xbindkeys/xbindkeys-1.6.4.ebuild b/x11-misc/xbindkeys/xbindkeys-1.6.4.ebuild deleted file mode 100644 index a3f3e1f2a61d..000000000000 --- a/x11-misc/xbindkeys/xbindkeys-1.6.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.6.4.ebuild,v 1.3 2004/06/24 22:38:32 agriffis Exp $ - -IUSE="" - -DESCRIPTION="Tool for launching commands on keystrokes" -SRC_URI="http://hocwp.free.fr/xbindkeys/${P}.tar.gz" -HOMEPAGE="http://hocwp.free.fr/xbindkeys/" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" -SLOT="0" - -DEPEND=">=x11-base/xfree-4.1.0 - dev-lang/tk" - -src_compile() { - ./configure --prefix=/usr \ - --mandir=/usr/share/man || die "./configure failed" - emake DESTDIR=${D} || die - -} - -src_install() { - emake DESTDIR=${D} \ - BINDIR=/usr/bin install || die "Installation failed" - -} - |