diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-12-07 20:25:19 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-12-07 20:25:19 +0000 |
commit | 85a466e41d92b20c15ce7cdbf6ca15945efc0dae (patch) | |
tree | f0a0d848f14d88b822b7c6b5e244a509d1820710 /x11-plugins | |
parent | Stable on mips, dep for bug #66360 (diff) | |
download | historical-85a466e41d92b20c15ce7cdbf6ca15945efc0dae.tar.gz historical-85a466e41d92b20c15ce7cdbf6ca15945efc0dae.tar.bz2 historical-85a466e41d92b20c15ce7cdbf6ca15945efc0dae.zip |
Using 'make install' instead of einstall
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-encryption/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/x11-plugins/gaim-encryption/ChangeLog b/x11-plugins/gaim-encryption/ChangeLog index 552afbb1d345..5ca27435b1b0 100644 --- a/x11-plugins/gaim-encryption/ChangeLog +++ b/x11-plugins/gaim-encryption/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gaim-encryption # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.44 2004/12/02 15:05:25 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.45 2004/12/07 20:25:19 rizzo Exp $ + + 07 Dec 2004; Don Seiler <rizzo@gentoo.org> gaim-encryption-2.32-r1.ebuild, + gaim-encryption-2.32.ebuild: + Using 'make install' instead of einstall 02 Dec 2004; Don Seiler <rizzo@gentoo.org> gaim-encryption-2.32-r1.ebuild: Going back to standalone NSPR/NSS dependency. MozillaFirefox does not diff --git a/x11-plugins/gaim-encryption/Manifest b/x11-plugins/gaim-encryption/Manifest index 27caaa061d25..e7b120bd5718 100644 --- a/x11-plugins/gaim-encryption/Manifest +++ b/x11-plugins/gaim-encryption/Manifest @@ -1,6 +1,6 @@ -MD5 fbd524e2e502633c315b310d2117c0f2 ChangeLog 9759 +MD5 29d101ab128098c646e18da201331a56 ChangeLog 9911 MD5 ab7db4bf9ff48c8de9da14fd12f6c15c metadata.xml 344 -MD5 0edaa1a5379f75c550625a7015de0841 gaim-encryption-2.32.ebuild 1125 -MD5 679228f2e0a3e8a9914620928dc2f3fa gaim-encryption-2.32-r1.ebuild 1086 +MD5 69b9901c9079ca9cdb804abf434ca788 gaim-encryption-2.32.ebuild 1142 +MD5 bb5c9517c4afe150d9826aea0cc41171 gaim-encryption-2.32-r1.ebuild 1103 MD5 ff64a30a61d21ad47aab6594e4b1325b files/digest-gaim-encryption-2.32-r1 72 MD5 ff64a30a61d21ad47aab6594e4b1325b files/digest-gaim-encryption-2.32 72 diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild index d9c1fb170e09..6133c870cc56 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.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/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.4 2004/12/02 15:05:25 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.5 2004/12/07 20:25:19 rizzo Exp $ inherit flag-o-matic eutils debug @@ -32,6 +32,6 @@ src_compile() { } src_install() { - einstall || die "Install failed" + make install DESTDIR=${D} || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild index 42836fddbd73..69321a329840 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.32.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/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild,v 1.13 2004/11/27 02:07:26 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild,v 1.14 2004/12/07 20:25:19 rizzo Exp $ inherit flag-o-matic eutils debug @@ -35,6 +35,6 @@ src_compile() { } src_install() { - einstall || die "Install failed" + make install DESTDIR=${D} || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } |