summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-11-20 23:25:58 +0000
committerIan Leitch <port001@gentoo.org>2003-11-20 23:25:58 +0000
commita3d3d550709fb5f060e2cfa04ec5d2b6b9439a05 (patch)
tree00dfafcb77ea02f930101b8f3919d341e3bdbc43 /app-misc
parentMoved from app-misc to x11-misc, metadata.xml created (diff)
downloadgentoo-2-a3d3d550709fb5f060e2cfa04ec5d2b6b9439a05.tar.gz
gentoo-2-a3d3d550709fb5f060e2cfa04ec5d2b6b9439a05.tar.bz2
gentoo-2-a3d3d550709fb5f060e2cfa04ec5d2b6b9439a05.zip
*** empty log message ***
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/xhkeys/ChangeLog10
-rw-r--r--app-misc/xhkeys/Manifest4
-rw-r--r--app-misc/xhkeys/files/digest-xhkeys-1.0.01
-rw-r--r--app-misc/xhkeys/files/xhkeys16
-rw-r--r--app-misc/xhkeys/xhkeys-1.0.0.ebuild28
5 files changed, 0 insertions, 59 deletions
diff --git a/app-misc/xhkeys/ChangeLog b/app-misc/xhkeys/ChangeLog
deleted file mode 100644
index f6ecbadb4dff..000000000000
--- a/app-misc/xhkeys/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for app-misc/xhkeys
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xhkeys/ChangeLog,v 1.2 2003/04/22 10:20:24 vapier Exp $
-
-*xhkeys-1.0.0 (02 Mar 2003)
-
- 02 Mar 2003; J.Alberto Suárez L. <bass@gentoo.org> xhkeys-1.0.0.ebuild:
- First relase
-
-
diff --git a/app-misc/xhkeys/Manifest b/app-misc/xhkeys/Manifest
deleted file mode 100644
index 728814dea786..000000000000
--- a/app-misc/xhkeys/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 fe49e0dbeae105106e62674db274f26e files/digest-xhkeys-1.0.0 63
-MD5 ce2ba0d27d4eadf07aa6b794e3e25e33 files/xhkeys 456
-MD5 044ba4de4414ffdebb7b2761242bd9d2 ChangeLog 330
-MD5 e6eada5da2574c70657969148528df5a xhkeys-1.0.0.ebuild 698
diff --git a/app-misc/xhkeys/files/digest-xhkeys-1.0.0 b/app-misc/xhkeys/files/digest-xhkeys-1.0.0
deleted file mode 100644
index 89da43cf225e..000000000000
--- a/app-misc/xhkeys/files/digest-xhkeys-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 aa5fbb575716bb81208924a0e72d277c xhkeys-1.0.0.tar.gz 52264
diff --git a/app-misc/xhkeys/files/xhkeys b/app-misc/xhkeys/files/xhkeys
deleted file mode 100644
index c07f536bccce..000000000000
--- a/app-misc/xhkeys/files/xhkeys
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xhkeys/files/xhkeys,v 1.1 2003/03/02 16:31:28 bass Exp $
-
-start() {
- ebegin "Starting xhkeys"
- start-stop-daemon --start --quiet --exec /usr/bin/xhkeys
- eend $?
-}
-
-stop() {
- ebegin "Stopping xhkeys"
- start-stop-daemon --stop --quiet --exec /usr/bin/xhkeys
- eend $?
-}
diff --git a/app-misc/xhkeys/xhkeys-1.0.0.ebuild b/app-misc/xhkeys/xhkeys-1.0.0.ebuild
deleted file mode 100644
index 2eb5bb43f10f..000000000000
--- a/app-misc/xhkeys/xhkeys-1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xhkeys/xhkeys-1.0.0.ebuild,v 1.4 2003/08/06 07:58:30 vapier 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"
-
-DEPEND="x11-base/xfree"
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- || die "./configure failed"
- emake || die
-}
-
-src_install() {
- dobin xhkeys xhkconf
- dodoc README VERSION
-}