diff options
author | 2004-04-06 03:31:56 +0000 | |
---|---|---|
committer | 2004-04-06 03:31:56 +0000 | |
commit | 3c722385b2369d8a148497f8945839074112e5e0 (patch) | |
tree | 7d68a0482ce995cc9a958c2db26002950f33166f /app-dicts/eblook | |
parent | add inherit eutils (diff) | |
download | historical-3c722385b2369d8a148497f8945839074112e5e0.tar.gz historical-3c722385b2369d8a148497f8945839074112e5e0.tar.bz2 historical-3c722385b2369d8a148497f8945839074112e5e0.zip |
inherit eutils
Diffstat (limited to 'app-dicts/eblook')
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" |