summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Fitzgerald <gregf@gentoo.org>2003-10-03 22:53:54 +0000
committerGreg Fitzgerald <gregf@gentoo.org>2003-10-03 22:53:54 +0000
commit61340931642a98d096ec7faa05f4c5e957f28379 (patch)
treecbb9873b0ffb01a1948b8a761f86c996b3931bee
parentVersion Bump (diff)
downloadhistorical-61340931642a98d096ec7faa05f4c5e957f28379.tar.gz
historical-61340931642a98d096ec7faa05f4c5e957f28379.tar.bz2
historical-61340931642a98d096ec7faa05f4c5e957f28379.zip
Version Bump
-rw-r--r--x11-misc/xbindkeys/Manifest4
-rw-r--r--x11-misc/xbindkeys/files/digest-xbindkeys-1.6.41
-rw-r--r--x11-misc/xbindkeys/xbindkeys-1.6.4.ebuild26
3 files changed, 29 insertions, 2 deletions
diff --git a/x11-misc/xbindkeys/Manifest b/x11-misc/xbindkeys/Manifest
index 5d7606cfa29b..6e571b39889c 100644
--- a/x11-misc/xbindkeys/Manifest
+++ b/x11-misc/xbindkeys/Manifest
@@ -1,5 +1,5 @@
-MD5 2e1741c77b864cfdc80aaa78db007efc ChangeLog 949
MD5 6e397b7b52fe584bc0cc27f526297f91 xbindkeys-1.5.5.ebuild 693
-MD5 6e397b7b52fe584bc0cc27f526297f91 xbindkeys-1.6.4.ebuild 693
+MD5 6d2b706e5c9db098cebb47905b7acf54 xbindkeys-1.6.4.ebuild 692
+MD5 b9faf3475aa1f654fd697ae979965d8c ChangeLog 1070
MD5 c7dada4483e541b7eb4c2b76d1b31445 files/digest-xbindkeys-1.5.5 66
MD5 6375dcfebbda0266fdce42a584a57f31 files/digest-xbindkeys-1.6.4 67
diff --git a/x11-misc/xbindkeys/files/digest-xbindkeys-1.6.4 b/x11-misc/xbindkeys/files/digest-xbindkeys-1.6.4
new file mode 100644
index 000000000000..d1560449ccf4
--- /dev/null
+++ b/x11-misc/xbindkeys/files/digest-xbindkeys-1.6.4
@@ -0,0 +1 @@
+MD5 d76243078c629e8093b81b4066de53f5 xbindkeys-1.6.4.tar.gz 107589
diff --git a/x11-misc/xbindkeys/xbindkeys-1.6.4.ebuild b/x11-misc/xbindkeys/xbindkeys-1.6.4.ebuild
new file mode 100644
index 000000000000..ec126da23166
--- /dev/null
+++ b/x11-misc/xbindkeys/xbindkeys-1.6.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/10/03 22:53:50 gregf Exp $
+
+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"
+
+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"
+
+}
+