diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-05-26 12:15:27 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-05-26 12:15:27 +0000 |
commit | c09428112cb97e87f26ed5356a1d111ce56306fc (patch) | |
tree | a1aa0409034158bea4007b1ef3921acbf4670f37 /perl-core/DB_File | |
parent | merge with upstream policy to support smbfs (un)mounting (diff) | |
download | historical-c09428112cb97e87f26ed5356a1d111ce56306fc.tar.gz historical-c09428112cb97e87f26ed5356a1d111ce56306fc.tar.bz2 historical-c09428112cb97e87f26ed5356a1d111ce56306fc.zip |
Multilib fix.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'perl-core/DB_File')
-rw-r--r-- | perl-core/DB_File/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/DB_File/DB_File-1.811.ebuild | 12 | ||||
-rw-r--r-- | perl-core/DB_File/Manifest | 12 |
3 files changed, 20 insertions, 9 deletions
diff --git a/perl-core/DB_File/ChangeLog b/perl-core/DB_File/ChangeLog index d855a02d9eaa..10d4f547bc5d 100644 --- a/perl-core/DB_File/ChangeLog +++ b/perl-core/DB_File/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DB_File # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.1 2005/05/24 14:37:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.2 2005/05/26 12:15:27 herbs Exp $ + + 26 May 2005; Herbie Hopkins <herbs@gentoo.org> DB_File-1.811.ebuild: + Multilib fix. *DB_File-1.811 (24 May 2005) diff --git a/perl-core/DB_File/DB_File-1.811.ebuild b/perl-core/DB_File/DB_File-1.811.ebuild index 9f01ed69bfd1..41dcef04e164 100644 --- a/perl-core/DB_File/DB_File-1.811.ebuild +++ b/perl-core/DB_File/DB_File-1.811.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.811.ebuild,v 1.1 2005/05/24 14:37:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.811.ebuild,v 1.2 2005/05/26 12:15:27 herbs Exp $ -inherit perl-module +inherit perl-module multilib DESCRIPTION="A Berkeley DB Support Perl Module" HOMEPAGE="http://www.cpan.org/modules/by-module/DB_File/${P}.readme" @@ -18,3 +18,11 @@ DEPEND="sys-libs/db" SRC_TEST="do" mydoc="Changes" + +src_unpack() { + unpack ${A} + if [ $(get_libdir) != "lib" ] ; then + sed -i -e "s:^LIB.*:LIB = /usr/$(get_libdir):" \ + ${S}/config.in || die + fi +} diff --git a/perl-core/DB_File/Manifest b/perl-core/DB_File/Manifest index 0caa1a0d785d..373077908329 100644 --- a/perl-core/DB_File/Manifest +++ b/perl-core/DB_File/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 bd66dc50bd5d402adfa8a05cd4e7d51d ChangeLog 4469 -MD5 5dfb4f2ffb3c701616b0a4b49c6405d5 DB_File-1.811.ebuild 598 +MD5 36fe144b7d9caf8cf46c2e1e4df6bfc0 DB_File-1.811.ebuild 751 +MD5 14aecd368edaa4ff2c4f1feaffcace01 ChangeLog 4553 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 2259e73a14e4f2c7bd63215dba073b10 files/config.in 3121 MD5 1900638402c237ae141b03ef26fe6933 files/digest-DB_File-1.811 64 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCkzwwtG5z4I8BtQoRAnceAJ9BMyexFYyEF3jLIIkMT+ZYJJaNuwCeKrGA -kOyfhr3E+QQppi4VKPweSnM= -=CRmB +iD8DBQFClb512G5bA0cA/ScRAniRAKC35IDf0XgG7XI/OLTafUwQENkTnQCfWYYH +7+q5sC9FdbYmZ6r1rjc8p78= +=CFv9 -----END PGP SIGNATURE----- |