diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 05:49:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 05:49:09 +0000 |
commit | a66406597b75090feb167422fa18976d0087d5d8 (patch) | |
tree | d939b5a7f1cdd027b4b3282df34da2c80b548d0e /app-dicts | |
parent | Changed src_install () to src_install() (diff) | |
download | historical-a66406597b75090feb167422fa18976d0087d5d8.tar.gz historical-a66406597b75090feb167422fa18976d0087d5d8.tar.bz2 historical-a66406597b75090feb167422fa18976d0087d5d8.zip |
Changed src_install () to src_install()
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 14 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.6.ebuild | 10 |
2 files changed, 7 insertions, 17 deletions
diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild index cf3607bda198..123e950e8c76 100644 --- a/app-dicts/eblook/eblook-1.5.1.ebuild +++ b/app-dicts/eblook/eblook-1.5.1.ebuild @@ -1,8 +1,6 @@ -# 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/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.2 2004/01/03 16:33:29 usata Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.3 2004/03/06 05:47:19 vapier Exp $ DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries" HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/" @@ -12,28 +10,24 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +RDEPEND=">=dev-libs/eb-3.3.4" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.53" -RDEPEND=">=dev-libs/eb-3.3.4" src_unpack() { - unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-eb4-gentoo.diff } src_compile() { - autoreconf || die econf --with-eb-conf=/etc/eb.conf || die emake || die } -src_install () { - +src_install() { einstall || die - dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION } diff --git a/app-dicts/eblook/eblook-1.6.ebuild b/app-dicts/eblook/eblook-1.6.ebuild index d3b277f5b89b..4b2ffc29b18d 100644 --- a/app-dicts/eblook/eblook-1.6.ebuild +++ b/app-dicts/eblook/eblook-1.6.ebuild @@ -1,8 +1,6 @@ # 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.6.ebuild,v 1.1 2004/02/13 17:39:14 usata Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild,v 1.2 2004/03/06 05:49:09 vapier Exp $ DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries" HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/" @@ -12,20 +10,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +RDEPEND=">=dev-libs/eb-3.3.4" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.53" -RDEPEND=">=dev-libs/eb-3.3.4" S="${WORKDIR}/${P%_*}" src_compile() { - econf --with-eb-conf=/etc/eb.conf || die emake || die } -src_install () { - +src_install() { einstall || die dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION |