summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-07-03 14:55:10 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-07-03 14:55:10 +0000
commit294030a5585446309bd8da7d4eca7ef4f4a1a3bd (patch)
tree91ff3b4848022f0c396fe399102496efbb6ecad2 /x11-misc/xhkeys
parentFixed ALSA check sandbox violation. See bug #44408. (diff)
downloadhistorical-294030a5585446309bd8da7d4eca7ef4f4a1a3bd.tar.gz
historical-294030a5585446309bd8da7d4eca7ef4f4a1a3bd.tar.bz2
historical-294030a5585446309bd8da7d4eca7ef4f4a1a3bd.zip
Version bump. Closing bug #54825.
Diffstat (limited to 'x11-misc/xhkeys')
-rw-r--r--x11-misc/xhkeys/ChangeLog7
-rw-r--r--x11-misc/xhkeys/Manifest4
-rw-r--r--x11-misc/xhkeys/files/digest-xhkeys-1.0.21
-rw-r--r--x11-misc/xhkeys/xhkeys-1.0.2.ebuild19
4 files changed, 29 insertions, 2 deletions
diff --git a/x11-misc/xhkeys/ChangeLog b/x11-misc/xhkeys/ChangeLog
index 419c7b863bc2..52950db12105 100644
--- a/x11-misc/xhkeys/ChangeLog
+++ b/x11-misc/xhkeys/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xhkeys
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.4 2004/06/24 22:41:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.5 2004/07/03 14:55:10 pyrania Exp $
+
+*xhkeys-1.0.2 (03 Jul 2004)
+
+ 03 Jul 2004; <pyrania@gentoo.org> +xhkeys-1.0.2.ebuild:
+ Version bump. Closing bug #54825.
19 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> xhkeys-1.0.0.ebuild:
IUSE; virtual/x11; use generic src_compile
diff --git a/x11-misc/xhkeys/Manifest b/x11-misc/xhkeys/Manifest
index 26edd440cff4..7d925f8ff174 100644
--- a/x11-misc/xhkeys/Manifest
+++ b/x11-misc/xhkeys/Manifest
@@ -1,5 +1,7 @@
MD5 2c283da9adba42f3cba4580ab24f322b xhkeys-1.0.0.ebuild 522
-MD5 8822fd5552ac2feb1f6027371df06ae1 ChangeLog 600
+MD5 1d5e413a09113119ef2e1a06d8a9cf3c ChangeLog 723
+MD5 144da3e9dd8ed7d24c6e04619b5b80af xhkeys-1.0.2.ebuild 522
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 fe49e0dbeae105106e62674db274f26e files/digest-xhkeys-1.0.0 63
+MD5 e8bf69f0ebdb34fb7425d75861741434 files/digest-xhkeys-1.0.2 63
MD5 8be97abc38de7e1bd47eb67f88bec8eb files/xhkeys 447
diff --git a/x11-misc/xhkeys/files/digest-xhkeys-1.0.2 b/x11-misc/xhkeys/files/digest-xhkeys-1.0.2
new file mode 100644
index 000000000000..c144d712e429
--- /dev/null
+++ b/x11-misc/xhkeys/files/digest-xhkeys-1.0.2
@@ -0,0 +1 @@
+MD5 9f3ce8e199e7b40203fffb656d097650 xhkeys-1.0.2.tar.gz 57037
diff --git a/x11-misc/xhkeys/xhkeys-1.0.2.ebuild b/x11-misc/xhkeys/xhkeys-1.0.2.ebuild
new file mode 100644
index 000000000000..c05700985a7c
--- /dev/null
+++ b/x11-misc/xhkeys/xhkeys-1.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-1.0.2.ebuild,v 1.1 2004/07/03 14:55:10 pyrania Exp $
+
+DESCRIPTION="assign particular actions to any key or key combination"
+HOMEPAGE="http://www.geocities.com/wmalms/"
+SRC_URI="http://www.geocities.com/wmalms/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/x11"
+
+src_install() {
+ dobin xhkeys xhkconf
+ dodoc README VERSION
+}