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 | fa0c3adac64b6174fcc814d647ab7ae6404c074e (patch) | |
tree | fbdf2f7630175c1ddeb24fabe51e0a9ef72e584e /app-dicts/eblook | |
parent | Marked ppc stable. (diff) | |
download | historical-fa0c3adac64b6174fcc814d647ab7ae6404c074e.tar.gz historical-fa0c3adac64b6174fcc814d647ab7ae6404c074e.tar.bz2 historical-fa0c3adac64b6174fcc814d647ab7ae6404c074e.zip |
Changed einstall to make DESTDIR=${D} install; bug #72014.
Diffstat (limited to 'app-dicts/eblook')
-rw-r--r-- | app-dicts/eblook/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/eblook/Manifest | 14 | ||||
-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 |
5 files changed, 20 insertions, 20 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/Manifest b/app-dicts/eblook/Manifest index 917ef62dc62d..1abd6ff86def 100644 --- a/app-dicts/eblook/Manifest +++ b/app-dicts/eblook/Manifest @@ -1,11 +1,11 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b262d269245cfe59652aa1b2dc7489a6 ChangeLog 1143 -MD5 8b0e86d87ebf280eab8db48fd00f090a eblook-1.5.1.ebuild 846 +MD5 95cade374d405bf8697fc1b9e681b7a8 ChangeLog 1317 +MD5 425c500698407599ccb409fb6ce25dbe eblook-1.5.1.ebuild 863 MD5 043e2d431237aeec1769801a5b0214df metadata.xml 251 -MD5 98fe874539f7634107010c41be744b2f eblook-1.6.ebuild 759 -MD5 fc040263644afa7a0d60d44819fc27d2 eblook-1.6.1.ebuild 741 +MD5 0e8515a9006c2d07f1cdac3ef4ef4d56 eblook-1.6.ebuild 728 +MD5 9b14d2f46958a8f3c7d80dec4bf8f36e eblook-1.6.1.ebuild 710 MD5 1475d7679421c071476945659472b1d8 files/digest-eblook-1.5.1 64 MD5 258d6e2b8b03a8f42ed8f03b8cf973da files/digest-eblook-1.6 62 MD5 adb0e4ea729994eb4069e0a2eef68470 files/eblook-1.5.1-eb4-gentoo.diff 393 @@ -13,7 +13,7 @@ MD5 165f5f34a317615b2eb5fa80ebc84da2 files/digest-eblook-1.6.1 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBnGoKVWNWqTUmv+0RAu2wAJwJZXNbedHfjcrMfTh3am94u9eVlwCguCRu -j8PR6rslF8WIut2FLs8mm3k= -=HxpH +iD8DBQFBod3iVWNWqTUmv+0RAuBqAJ0d/KvhFXX++UsXbeTxTJaaLN0AQQCePt6Z ++AvfOjRXM+jXqSyA6DrkJZw= +=ZDnh -----END PGP SIGNATURE----- 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 } |