diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-19 07:19:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-19 07:19:40 +0000 |
commit | 3ea50425e12e6f3c8f5a621f64903af8683f5a2a (patch) | |
tree | b8655b898eece8624a09ac771e2aee9863bd3bd2 /x11-misc/xhkeys | |
parent | initial commit for gcc 3.4.0 pre-release. currently only amd64 is tested well... (diff) | |
download | historical-3ea50425e12e6f3c8f5a621f64903af8683f5a2a.tar.gz historical-3ea50425e12e6f3c8f5a621f64903af8683f5a2a.tar.bz2 historical-3ea50425e12e6f3c8f5a621f64903af8683f5a2a.zip |
IUSE; virtual/x11; use generic src_compile
Diffstat (limited to 'x11-misc/xhkeys')
-rw-r--r-- | x11-misc/xhkeys/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xhkeys/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/xhkeys/xhkeys-1.0.0.ebuild | 17 |
3 files changed, 12 insertions, 18 deletions
diff --git a/x11-misc/xhkeys/ChangeLog b/x11-misc/xhkeys/ChangeLog index 14d19136494a..00b30aa75316 100644 --- a/x11-misc/xhkeys/ChangeLog +++ b/x11-misc/xhkeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xhkeys -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.2 2003/11/21 06:39:02 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.3 2004/04/19 07:19:40 mr_bones_ Exp $ + + 19 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> xhkeys-1.0.0.ebuild: + IUSE; virtual/x11; use generic src_compile *xhkeys-1.0.0 (20 Nov 2003) diff --git a/x11-misc/xhkeys/Manifest b/x11-misc/xhkeys/Manifest index 064a6147691c..fb306c89ff4a 100644 --- a/x11-misc/xhkeys/Manifest +++ b/x11-misc/xhkeys/Manifest @@ -1,5 +1,5 @@ +MD5 82c972353c0f0fd7260fa4aec9874342 ChangeLog 610 +MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 +MD5 93c6adbbd03273a873814f8cbfeb3276 xhkeys-1.0.0.ebuild 532 MD5 fe49e0dbeae105106e62674db274f26e files/digest-xhkeys-1.0.0 63 MD5 0b1f961ea67df43bfc84cbd3dafda2da files/xhkeys 448 -MD5 6bd58cb0d08f1a963c4341ba33d90f12 ChangeLog 485 -MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 -MD5 736aec57a618e8e2940c9d53822097c2 xhkeys-1.0.0.ebuild 699 diff --git a/x11-misc/xhkeys/xhkeys-1.0.0.ebuild b/x11-misc/xhkeys/xhkeys-1.0.0.ebuild index c27b665cfbd5..3baa92127e43 100644 --- a/x11-misc/xhkeys/xhkeys-1.0.0.ebuild +++ b/x11-misc/xhkeys/xhkeys-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-1.0.0.ebuild,v 1.1 2003/11/20 23:29:49 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-1.0.0.ebuild,v 1.2 2004/04/19 07:19:40 mr_bones_ Exp $ DESCRIPTION="assign particular actions to any key or key combination" HOMEPAGE="http://www.geocities.com/wmalms/" @@ -9,18 +9,9 @@ SRC_URI="http://www.geocities.com/wmalms/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" -DEPEND="x11-base/xfree" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - || die "./configure failed" - emake || die -} +DEPEND="virtual/x11" src_install() { dobin xhkeys xhkconf |