diff options
author | 2004-04-06 03:32:48 +0000 | |
---|---|---|
committer | 2004-04-06 03:32:48 +0000 | |
commit | 4014937c1dd1ecb1b3290af160d4e77a946c9543 (patch) | |
tree | f2b083818590d150fdc234441a0058bd6cb7f895 /app-dicts | |
parent | inherit eutils (Manifest recommit) (diff) | |
download | gentoo-2-4014937c1dd1ecb1b3290af160d4e77a946c9543.tar.gz gentoo-2-4014937c1dd1ecb1b3290af160d4e77a946c9543.tar.bz2 gentoo-2-4014937c1dd1ecb1b3290af160d4e77a946c9543.zip |
add inherit eutils
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/canna-2ch/canna-2ch-20030827.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 3 |
2 files changed, 6 insertions, 8 deletions
diff --git a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild index 77003714d82b..16865afa436b 100644 --- a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild +++ b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild @@ -1,11 +1,9 @@ # 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.8 2004/04/06 03:31:06 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-2ch/canna-2ch-20030827.ebuild,v 1.9 2004/04/06 03:32:24 vapier Exp $ inherit cannadic eutils -IUSE="canna" - DESCRIPTION="Japanese Canna dictionary for 2channelers" HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna/" SRC_URI="mirror://gentoo/${P}.tar.gz" @@ -14,24 +12,23 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc sparc alpha" +IUSE="canna" DEPEND="" # You cannot use 2ch.cbd as its name. Canna doesn't load dictionaries # if the name begins with number. (I don't know why ...) CANNADICS="2ch" -S="${WORKDIR}/${PN}" +S=${WORKDIR}/${PN} src_unpack() { - unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-canna36p4-gentoo.patch } src_compile() { - - if [ -n "`use canna`" ] ; then + if use canna ; then mkbindic nichan.ctd || die fi } diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild index a6398d3b798f..642c9e05e636 100644 --- a/app-dicts/eblook/eblook-1.5.1.ebuild +++ b/app-dicts/eblook/eblook-1.5.1.ebuild @@ -1,12 +1,13 @@ # 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.4 2004/04/06 03:31:56 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.5 2004/04/06 03:32:48 vapier 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" |