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 | 3a0764a4fb4231d64b1daa044c54738593cecf0e (patch) | |
tree | f348fada4c4d616b6602cab6bbc9187f396673a0 /x11-misc/xhkeys | |
parent | initial commit for gcc 3.4.0 pre-release. currently only amd64 is tested well... (diff) | |
download | gentoo-2-3a0764a4fb4231d64b1daa044c54738593cecf0e.tar.gz gentoo-2-3a0764a4fb4231d64b1daa044c54738593cecf0e.tar.bz2 gentoo-2-3a0764a4fb4231d64b1daa044c54738593cecf0e.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/xhkeys-1.0.0.ebuild | 17 |
2 files changed, 9 insertions, 15 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/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 |