summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-19 05:47:56 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-19 05:47:56 +0000
commita66eb9cf7b1f6ae7566ad0c4e4b2f2d221da4f19 (patch)
tree9a1e69e56ace1690d2ceb63c4a785064398ab39f /sys-devel
parentVersion bump. (diff)
downloadgentoo-2-a66eb9cf7b1f6ae7566ad0c4e4b2f2d221da4f19.tar.gz
gentoo-2-a66eb9cf7b1f6ae7566ad0c4e4b2f2d221da4f19.tar.bz2
gentoo-2-a66eb9cf7b1f6ae7566ad0c4e4b2f2d221da4f19.zip
Remove usage of preplib.
(Portage version: 2.0.53)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/libperl/ChangeLog8
-rw-r--r--sys-devel/libperl/libperl-5.8.6-r1.ebuild4
-rw-r--r--sys-devel/libperl/libperl-5.8.6.ebuild4
-rw-r--r--sys-devel/libperl/libperl-5.8.7.ebuild8
4 files changed, 12 insertions, 12 deletions
diff --git a/sys-devel/libperl/ChangeLog b/sys-devel/libperl/ChangeLog
index f40d3fe2357b..857537fdaa29 100644
--- a/sys-devel/libperl/ChangeLog
+++ b/sys-devel/libperl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/libperl
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.91 2005/12/06 21:42:04 hansmi Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.92 2005/12/19 05:47:56 vapier Exp $
+
+ 19 Dec 2005; Mike Frysinger <vapier@gentoo.org> libperl-5.8.6.ebuild,
+ libperl-5.8.6-r1.ebuild, libperl-5.8.7.ebuild:
+ Remove usage of preplib.
06 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> libperl-5.8.7.ebuild:
Stable on hppa, ppc.
diff --git a/sys-devel/libperl/libperl-5.8.6-r1.ebuild b/sys-devel/libperl/libperl-5.8.6-r1.ebuild
index 0d03e531d04e..ef7c94064499 100644
--- a/sys-devel/libperl/libperl-5.8.6-r1.ebuild
+++ b/sys-devel/libperl/libperl-5.8.6-r1.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/sys-devel/libperl/libperl-5.8.6-r1.ebuild,v 1.14 2005/12/05 16:08:50 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.6-r1.ebuild,v 1.15 2005/12/19 05:47:56 vapier Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -242,7 +242,7 @@ src_install() {
if [ "${PN}" = "libperl" ]
then
dolib.so ${WORKDIR}/${LIBPERL}
- preplib
+ dosym ${LIBPERL} /usr/$(get_libdir)/libperl.so.${PERLSLOT}
else
# Need to do this, else apps do not link to dynamic version of
# the library ...
diff --git a/sys-devel/libperl/libperl-5.8.6.ebuild b/sys-devel/libperl/libperl-5.8.6.ebuild
index dbb7b5ce8b70..7f86ec1cc620 100644
--- a/sys-devel/libperl/libperl-5.8.6.ebuild
+++ b/sys-devel/libperl/libperl-5.8.6.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/sys-devel/libperl/libperl-5.8.6.ebuild,v 1.19 2005/12/05 16:08:50 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.6.ebuild,v 1.20 2005/12/19 05:47:56 vapier Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -242,7 +242,7 @@ src_install() {
if [ "${PN}" = "libperl" ]
then
dolib.so ${WORKDIR}/${LIBPERL}
- preplib
+ dosym ${LIBPERL} /usr/$(get_libdir)/libperl.so.${PERLSLOT}
else
# Need to do this, else apps do not link to dynamic version of
# the library ...
diff --git a/sys-devel/libperl/libperl-5.8.7.ebuild b/sys-devel/libperl/libperl-5.8.7.ebuild
index e944c13deb7c..c485bcf3ee7e 100644
--- a/sys-devel/libperl/libperl-5.8.7.ebuild
+++ b/sys-devel/libperl/libperl-5.8.7.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/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.21 2005/12/17 03:49:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.22 2005/12/19 05:47:56 vapier Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -249,11 +249,7 @@ src_install() {
if [ "${PN}" = "libperl" ]
then
dolib.so ${WORKDIR}/${LIBPERL}
- if [[ ${USERLAND} == "Darwin" ]]; then
- install_name_tool -id /usr/$(get_libdir)/${LIBPERL} ${D}/usr/$(get_libdir)/${LIBPERL}
- else
- preplib
- fi
+ dosym ${LIBPERL} /usr/$(get_libdir)/libperl$(get_libname ${PERLSLOT})
else
# Need to do this, else apps do not link to dynamic version of
# the library ...