diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-04-06 03:31:56 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-04-06 03:31:56 +0000 |
commit | 3e3367180ab9fe4be978a37463d121b7978b249e (patch) | |
tree | d246e21d63cf6bb88a37765d2d371ddae9035bc7 /app-dicts | |
parent | Marking stable on hppa (Manifest recommit) (diff) | |
download | gentoo-2-3e3367180ab9fe4be978a37463d121b7978b249e.tar.gz gentoo-2-3e3367180ab9fe4be978a37463d121b7978b249e.tar.bz2 gentoo-2-3e3367180ab9fe4be978a37463d121b7978b249e.zip |
inherit eutils
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/canna-2ch/canna-2ch-20030827.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild index c24591e9089a..77003714d82b 100644 --- a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild +++ b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-2ch/canna-2ch-20030827.ebuild,v 1.7 2004/03/04 18:53:40 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-2ch/canna-2ch-20030827.ebuild,v 1.8 2004/04/06 03:31:06 zx Exp $ -inherit cannadic +inherit cannadic eutils IUSE="canna" diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild index 123e950e8c76..a6398d3b798f 100644 --- a/app-dicts/eblook/eblook-1.5.1.ebuild +++ b/app-dicts/eblook/eblook-1.5.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.3 2004/03/06 05:47:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.4 2004/04/06 03:31:56 zx Exp $ + +inherit eutils DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries" HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/" SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P}.tar.gz" - LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" |