diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
commit | 556497b567af64403ef3b9ea293b90d666c415f9 (patch) | |
tree | cb329d1b10ffd6655208a0642708148fe511469f /x11-misc/e16keyedit | |
parent | Numerous small fixes, see ChangeLogs for details. (Manifest recommit) (diff) | |
download | gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.gz gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.bz2 gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/e16keyedit')
-rw-r--r-- | x11-misc/e16keyedit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/e16keyedit/e16keyedit-0.2.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-misc/e16keyedit/ChangeLog b/x11-misc/e16keyedit/ChangeLog index 24ffccee38b1..cd03d42fcf78 100644 --- a/x11-misc/e16keyedit/ChangeLog +++ b/x11-misc/e16keyedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/e16keyedit -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.5 2004/02/02 21:01:20 dholm Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.6 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> e16keyedit-0.2.ebuild: + Added iuse, inherit eutils. 02 Feb 2004; David Holm <dholm@gentoo.org> e16keyedit-0.2.ebuild: Added to ~ppc. diff --git a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild index f12ec61ba95a..8dc3bcda572b 100644 --- a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild +++ b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild @@ -1,10 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.15 2004/02/29 21:32:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.16 2004/04/14 09:09:01 aliz Exp $ + +inherit eutils DESCRIPTION="Key binding editor for enlightenment 16" HOMEPAGE="http://www.enlightenment.org/" SRC_URI="mirror://sourceforge/enlightenment/e16utils/${P}.tar.gz" +IUSE="" LICENSE="as-is" SLOT="0" |