diff options
author | 2007-01-11 03:28:29 +0000 | |
---|---|---|
committer | 2007-01-11 03:28:29 +0000 | |
commit | 2410cd2536512fdc9d4336625fc0e8d9e076917c (patch) | |
tree | 9937bce9303a1c9bfdd4c2dfb02f8f1f58a38f7f /dev-lang | |
parent | clean older ebuild with broken tcl/tk deps (diff) | |
download | gentoo-2-2410cd2536512fdc9d4336625fc0e8d9e076917c.tar.gz gentoo-2-2410cd2536512fdc9d4336625fc0e8d9e076917c.tar.bz2 gentoo-2-2410cd2536512fdc9d4336625fc0e8d9e076917c.zip |
Reverting changes made for bug 59328 until we can figure out why this breaks under catalyst
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.8.8-r2.ebuild | 44 |
2 files changed, 14 insertions, 36 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog index 09046e7bfc4d..fcbe199f2a7a 100644 --- a/dev-lang/perl/ChangeLog +++ b/dev-lang/perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/perl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.237 2007/01/09 12:55:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.238 2007/01/11 03:28:29 mcummings Exp $ + + 11 Jan 2007; Michael Cummings <mcummings@gentoo.org> perl-5.8.8-r2.ebuild: + Reverting changes made for bug 59328 until we can figure out why this breaks + under catalyst 09 Jan 2007; Michael Cummings <mcummings@gentoo.org> perl-5.8.8-r2.ebuild: Bug 144965, adjusted gcc patch line diff --git a/dev-lang/perl/perl-5.8.8-r2.ebuild b/dev-lang/perl/perl-5.8.8-r2.ebuild index 816cfac7b7b3..41292f444585 100644 --- a/dev-lang/perl/perl-5.8.8-r2.ebuild +++ b/dev-lang/perl/perl-5.8.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.27 2007/01/09 12:55:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.28 2007/01/11 03:28:29 mcummings Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -236,40 +236,7 @@ src_configure() { myconf "-Dlibpth=/usr/local/$(get_libdir) /$(get_libdir) /usr/$(get_libdir)" fi - if has noman ${FEATURES} ; then - myconf "-Dinstallman1dir='' \ - -Dinstallman3dir='' \ - -Dinstallsiteman1dir='' \ - -Dinstallsiteman3dir='' \ - -Dinstallvendorman1dir='' \ - -Dinstallvendorman3dir='' \ - -Dman1dir='' \ - -Dman1direxp='' \ - -Dman1ext='0' \ - -Dman3dir='' \ - -Dman3direxp='' \ - -Dman3ext='0' \ - -Dsiteman1dir='' \ - -Dsiteman1direxp='' \ - -Dsiteman3dir='' \ - -Dsiteman3direxp='' \ - -Dsysman='' \ - -Dvendorman1dir='' \ - -Dvendorman1direxp='' \ - -Dvendorman3dir='' \ - -Dvendorman3direxp='' - " - else - myconf "-Dman1dir=/usr/share/man/man1 \ - -Dman3dir=/usr/share/man/man3 \ - -Dinstallman1dir=/usr/share/man/man1 \ - -Dinstallman3dir=/usr/share/man/man3 \ - -Dman1ext='1' \ - -Dman3ext='3pm' - " - fi - - sh Configure -des \ + sh Configure -des \ -Darchname="${myarch}" \ -Dcccdlflags='-fPIC' \ -Dccdlflags='-rdynamic' \ @@ -282,6 +249,13 @@ src_configure() { -Duselargefiles \ -Dd_semctl_semun \ -Dscriptdir=/usr/bin \ + -Dman1dir=/usr/share/man/man1 \ + -Dman3dir=/usr/share/man/man3 \ + -Dinstallman1dir=/usr/share/man/man1 \ + -Dinstallman3dir=/usr/share/man/man3 \ + -Dman1ext='1' \ + -Dman3ext='3pm' \ + -Dinc_version_list="$inclist" \ -Dinc_version_list="$inclist" \ -Dcf_by='Gentoo' \ -Ud_csh \ |