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 | d3468f5852e966c1e68ca4259ec54579d8241b17 (patch) | |
tree | baac25c75efcf95688f51c4c6fec80ec50ac164c /perl-core | |
parent | merge with upstream policy to support smbfs (un)mounting (diff) | |
download | gentoo-2-d3468f5852e966c1e68ca4259ec54579d8241b17.tar.gz gentoo-2-d3468f5852e966c1e68ca4259ec54579d8241b17.tar.bz2 gentoo-2-d3468f5852e966c1e68ca4259ec54579d8241b17.zip |
Multilib fix.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'perl-core')
-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 | 14 |
3 files changed, 16 insertions, 15 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..2a8fef15540c 100644 --- a/perl-core/DB_File/Manifest +++ b/perl-core/DB_File/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 bd66dc50bd5d402adfa8a05cd4e7d51d ChangeLog 4469 -MD5 5dfb4f2ffb3c701616b0a4b49c6405d5 DB_File-1.811.ebuild 598 +MD5 fa10ba9abeef7eeef1f120667561bb4a DB_File-1.811.ebuild 755 +MD5 b272fa8550a6c950e1dd50819cd416f1 ChangeLog 4557 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) - -iD8DBQFCkzwwtG5z4I8BtQoRAnceAJ9BMyexFYyEF3jLIIkMT+ZYJJaNuwCeKrGA -kOyfhr3E+QQppi4VKPweSnM= -=CRmB ------END PGP SIGNATURE----- |