diff options
author | Damien Krotkine <dams@gentoo.org> | 2005-12-14 14:56:40 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2005-12-14 14:56:40 +0000 |
commit | cb6cfd785221607655f31b7439424a810fb5d344 (patch) | |
tree | f4fccb34d04f2583ac3772ff5b135876dc7ac881 /dev-util/libconf | |
parent | Removed awk from global scope (bug #115527) (diff) | |
download | gentoo-2-cb6cfd785221607655f31b7439424a810fb5d344.tar.gz gentoo-2-cb6cfd785221607655f31b7439424a810fb5d344.tar.bz2 gentoo-2-cb6cfd785221607655f31b7439424a810fb5d344.zip |
setting DESTDIR when installing (bug #115469)
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-util/libconf')
-rw-r--r-- | dev-util/libconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/libconf/Manifest | 22 | ||||
-rw-r--r-- | dev-util/libconf/libconf-0.42.10.ebuild | 4 |
3 files changed, 12 insertions, 19 deletions
diff --git a/dev-util/libconf/ChangeLog b/dev-util/libconf/ChangeLog index 9aeacd3d894f..c5be52779ba7 100644 --- a/dev-util/libconf/ChangeLog +++ b/dev-util/libconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/libconf # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.38 2005/11/26 17:39:13 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.39 2005/12/14 14:56:40 dams Exp $ + + 14 Dec 2005; Damien Krotkine <dams@gentoo.org> libconf-0.42.10.ebuild: + setting DESTDIR when installing (bug #115469) 26 Nov 2005; Tom Martin <slarti@gentoo.org> libconf-0.42.10.ebuild: Multilib fix -- ebuild will install to a multilib-strict environment now. diff --git a/dev-util/libconf/Manifest b/dev-util/libconf/Manifest index d7134cc8ad05..4054ea3a2132 100644 --- a/dev-util/libconf/Manifest +++ b/dev-util/libconf/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 479b6c4373d1c4ce3c193fc8eed16503 ChangeLog 4784 +MD5 2ba65d53dee7094b8d36783ab8429647 ChangeLog 4906 +MD5 341c99dd9cc268c12424631348073787 libconf-0.40.00.ebuild 751 +MD5 e4b0d427f197e67a53277fd53ead0180 libconf-0.42.00.ebuild 1521 +MD5 5f1c3b9a62f513d6a4802b57677c23bf metadata.xml 284 +MD5 3ee593b728e83945abe66be4511bb15a libconf-0.42.00-r1.ebuild 1282 +MD5 e9e349da98e1b061a3aecf83b158c26c libconf-0.42.10.ebuild 1501 MD5 03c43e055ddc9c37a48a9ee955231f3b files/digest-libconf-0.40.00 73 MD5 727d65ef0babfa4732ec75cd4d5f2ead files/digest-libconf-0.42.00 73 MD5 727d65ef0babfa4732ec75cd4d5f2ead files/digest-libconf-0.42.00-r1 73 MD5 e6fd9a02a8d8d1cba6f06c9a6a3cdd07 files/digest-libconf-0.42.10 73 -MD5 341c99dd9cc268c12424631348073787 libconf-0.40.00.ebuild 751 -MD5 3ee593b728e83945abe66be4511bb15a libconf-0.42.00-r1.ebuild 1282 -MD5 e4b0d427f197e67a53277fd53ead0180 libconf-0.42.00.ebuild 1521 -MD5 b9a4d2fe4f5ce6d9955232177fe96268 libconf-0.42.10.ebuild 1488 -MD5 5f1c3b9a62f513d6a4802b57677c23bf metadata.xml 284 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDiJ3OCHk4+ZoBpvsRAlq0AJ0abZHvZrpBRbHWR7mJlNgrgOhOpACgghUe -hEd/fHT0GWcNqgOe0jX5rfU= -=39bK ------END PGP SIGNATURE----- diff --git a/dev-util/libconf/libconf-0.42.10.ebuild b/dev-util/libconf/libconf-0.42.10.ebuild index e22109e97060..c3a3ac8f0d49 100644 --- a/dev-util/libconf/libconf-0.42.10.ebuild +++ b/dev-util/libconf/libconf-0.42.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.42.10.ebuild,v 1.2 2005/11/26 17:39:13 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.42.10.ebuild,v 1.3 2005/12/14 14:56:40 dams Exp $ inherit multilib @@ -53,7 +53,7 @@ src_compile() { } src_install() { - einstall "BINDINGS=${mybindings}" PREFIX=${D}/usr ROOT=${D} + einstall "BINDINGS=${mybindings}" PREFIX=${D}/usr DESTDIR=${D} ROOT=${D} dodoc AUTHORS COPYING ChangeLog \ bindings/ruby/src/AUTHORS \ bindings/ruby/src/README \ |