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 | d214e28f01be29ff05fbb1d98959a7cbc943f61e (patch) | |
tree | 7ac44f7b6d5efb9f8550a68a2845b848335869f3 /x11-plugins/gaim-encryption | |
parent | Stable on mips, dep for bug #66360 (Manifest recommit) (diff) | |
download | gentoo-2-d214e28f01be29ff05fbb1d98959a7cbc943f61e.tar.gz gentoo-2-d214e28f01be29ff05fbb1d98959a7cbc943f61e.tar.bz2 gentoo-2-d214e28f01be29ff05fbb1d98959a7cbc943f61e.zip |
Using 'make install' instead of einstall
Diffstat (limited to 'x11-plugins/gaim-encryption')
-rw-r--r-- | x11-plugins/gaim-encryption/ChangeLog | 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 |
3 files changed, 9 insertions, 5 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/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 } |