diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:57:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:57:08 +0000 |
commit | 22889f41d93fc1b6ea9e3b4a368542689b5dd9d2 (patch) | |
tree | 6188b734981b8822f6e2614f3ea34240e6f63b3e /x11-misc/xkeycaps | |
parent | stable on x86, clean up old ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-22889f41d93fc1b6ea9e3b4a368542689b5dd9d2.tar.gz gentoo-2-22889f41d93fc1b6ea9e3b4a368542689b5dd9d2.tar.bz2 gentoo-2-22889f41d93fc1b6ea9e3b4a368542689b5dd9d2.zip |
Add inherit eutils
Diffstat (limited to 'x11-misc/xkeycaps')
-rw-r--r-- | x11-misc/xkeycaps/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xkeycaps/xkeycaps-2.46.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-misc/xkeycaps/ChangeLog b/x11-misc/xkeycaps/ChangeLog index 8e98a7aa5b47..f17f43c9f007 100644 --- a/x11-misc/xkeycaps/ChangeLog +++ b/x11-misc/xkeycaps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkeycaps -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.8 2003/12/06 17:23:53 pyrania Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.9 2004/04/27 20:53:24 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xkeycaps-2.46.ebuild: + Add inherit eutils 06 Dec 2003; Markus Nigbur <pyrania@gentoo.org> xkeycaps-2.46.ebuild, files/Imakefile.patch: diff --git a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild index 7a478c3d4bf4..1ea453844e8e 100644 --- a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild +++ b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild @@ -1,6 +1,8 @@ -# 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/xkeycaps/xkeycaps-2.46.ebuild,v 1.12 2003/12/06 17:23:53 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.13 2004/04/27 20:53:24 agriffis Exp $ + +inherit eutils DESCRIPTION="GUI frontend to xmodmap" SRC_URI="http://www.jwz.org/${PN}/${P}.tar.Z" |