diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-09-08 10:44:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-09-08 10:44:44 +0000 |
commit | 1f16f598b795444196b7b16461e777811fb6a6dd (patch) | |
tree | d18362df28ed6b9d3acd4f45eda04d1db9161320 /sys-devel/libperl | |
parent | Removed cupsd dependency from init.d script. Bug #125700. (diff) | |
download | gentoo-2-1f16f598b795444196b7b16461e777811fb6a6dd.tar.gz gentoo-2-1f16f598b795444196b7b16461e777811fb6a6dd.tar.bz2 gentoo-2-1f16f598b795444196b7b16461e777811fb6a6dd.zip |
Cleaning out stale files
(Portage version: 2.1.1_rc1-r3)
Diffstat (limited to 'sys-devel/libperl')
-rw-r--r-- | sys-devel/libperl/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.7.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.8-r1.ebuild | 6 |
3 files changed, 9 insertions, 11 deletions
diff --git a/sys-devel/libperl/ChangeLog b/sys-devel/libperl/ChangeLog index 3aeaf62b3838..01668a5146c1 100644 --- a/sys-devel/libperl/ChangeLog +++ b/sys-devel/libperl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/libperl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.117 2006/08/15 13:48:22 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.118 2006/09/08 10:44:44 mcummings Exp $ + + 08 Sep 2006; Michael Cummings <mcummings@gentoo.org> + -files/libperl-5.8.2-uclibc.patch, -files/libperl-uclibc.patch, + -libperl-5.8.6.ebuild, -libperl-5.8.6-r1.ebuild, libperl-5.8.7.ebuild, + -libperl-5.8.8.ebuild, libperl-5.8.8-r1.ebuild: + Cleaning out stale files 15 Aug 2006; Christian Hartmann <ian@gentoo.org> libperl-5.8.8.ebuild, libperl-5.8.8-r1.ebuild: diff --git a/sys-devel/libperl/libperl-5.8.7.ebuild b/sys-devel/libperl/libperl-5.8.7.ebuild index 3e61feb86a82..7adee04efa75 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-2006 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.24 2006/01/15 10:23:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.25 2006/09/08 10:44:44 mcummings Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -132,10 +132,6 @@ src_unpack() { cd ${S}; use userland_Darwin || epatch ${FILESDIR}/${PN}-create-libperl-soname.patch - # uclibc support - dragonheart 2004.06.16 - # Now upstreamed - MPC 2005.06.28 - #cd ${S}; epatch ${FILESDIR}/${PN}-uclibc.patch - # Configure makes an unwarranted assumption that /bin/ksh is a # good shell. This patch makes it revert to using /bin/sh unless # /bin/ksh really is executable. Should fix bug 42665. diff --git a/sys-devel/libperl/libperl-5.8.8-r1.ebuild b/sys-devel/libperl/libperl-5.8.8-r1.ebuild index 5fe5f9f103a5..e81513fe228a 100644 --- a/sys-devel/libperl/libperl-5.8.8-r1.ebuild +++ b/sys-devel/libperl/libperl-5.8.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.14 2006/08/15 13:48:22 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.15 2006/09/08 10:44:44 mcummings Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -122,10 +122,6 @@ src_unpack() { cd ${S}; use userland_Darwin || epatch ${FILESDIR}/${PN}-create-libperl-soname.patch - # uclibc support - dragonheart 2004.06.16 - # Now upstreamed - MPC 2005.06.28 - #cd ${S}; epatch ${FILESDIR}/${PN}-uclibc.patch - # Configure makes an unwarranted assumption that /bin/ksh is a # good shell. This patch makes it revert to using /bin/sh unless # /bin/ksh really is executable. Should fix bug 42665. |