diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-22 12:45:39 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-22 12:45:39 +0000 |
commit | 5e8c51b7495f8cacf8ea596210121203623b9dfa (patch) | |
tree | bb3588cda6677bb80e273c442819f4be23b0b8c6 /app-dicts | |
parent | Marked ppc stable. (Manifest recommit) (diff) | |
download | gentoo-2-5e8c51b7495f8cacf8ea596210121203623b9dfa.tar.gz gentoo-2-5e8c51b7495f8cacf8ea596210121203623b9dfa.tar.bz2 gentoo-2-5e8c51b7495f8cacf8ea596210121203623b9dfa.zip |
Changed einstall to make DESTDIR=${D} install; bug #72014.
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/eblook/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.6.1.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.6.ebuild | 8 |
4 files changed, 13 insertions, 13 deletions
diff --git a/app-dicts/eblook/ChangeLog b/app-dicts/eblook/ChangeLog index e9f1b7608a8f..8f21187a06ca 100644 --- a/app-dicts/eblook/ChangeLog +++ b/app-dicts/eblook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/eblook # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.8 2004/11/18 09:23:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.9 2004/11/22 12:45:39 usata Exp $ + + 22 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> eblook-1.5.1.ebuild, + eblook-1.6.1.ebuild, eblook-1.6.ebuild: + Changed einstall to make DESTDIR=${D} install; bug #72014. 18 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> eblook-1.5.1.ebuild, eblook-1.6.1.ebuild, eblook-1.6.ebuild: diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild index 81c86bbc8eb4..a4d34bfa53aa 100644 --- a/app-dicts/eblook/eblook-1.5.1.ebuild +++ b/app-dicts/eblook/eblook-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.8 2004/11/18 09:23:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.9 2004/11/22 12:45:39 usata Exp $ inherit eutils @@ -33,6 +33,6 @@ src_compile() { } src_install() { - einstall || die + make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION } diff --git a/app-dicts/eblook/eblook-1.6.1.ebuild b/app-dicts/eblook/eblook-1.6.1.ebuild index 0971e0d6ae67..ccf269fd823f 100644 --- a/app-dicts/eblook/eblook-1.6.1.ebuild +++ b/app-dicts/eblook/eblook-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild,v 1.2 2004/11/18 09:23:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild,v 1.3 2004/11/22 12:45:39 usata Exp $ IUSE="" @@ -12,9 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -RDEPEND=">=dev-libs/eb-3.3.4" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.53" +DEPEND=">=dev-libs/eb-3.3.4" S="${WORKDIR}/${P%_*}" @@ -24,7 +22,7 @@ src_compile() { } src_install() { - einstall || die + make DESTDIR=${D} install || 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 a14c1323040a..c527e32b0e2f 100644 --- a/app-dicts/eblook/eblook-1.6.ebuild +++ b/app-dicts/eblook/eblook-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.7 2004/11/18 09:23:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild,v 1.8 2004/11/22 12:45:39 usata Exp $ IUSE="" @@ -12,10 +12,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -RDEPEND="!>=dev-libs/eb-4.1 +DEPEND="!>=dev-libs/eb-4.1 >=dev-libs/eb-3.3.4" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.53" S="${WORKDIR}/${P%_*}" @@ -25,7 +23,7 @@ src_compile() { } src_install() { - einstall || die + make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION } |