public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.8.8-r6.ebuild ChangeLog perl-5.8.8-r5.ebuild
@ 2009-04-26 11:19 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; only message in thread
From: Friedrich Oslage (bluebird) @ 2009-04-26 11:19 UTC (permalink / raw
  To: gentoo-commits

bluebird    09/04/26 11:19:57

  Modified:             perl-5.8.8-r6.ebuild ChangeLog perl-5.8.8-r5.ebuild
  Log:
  Install libraries into the correct directory if libdir is lib32, simplify the patches, bug #266052
  (Portage version: 2.2_rc31/cvs/Linux sparc64)

Revision  Changes    Path
1.3                  dev-lang/perl/perl-5.8.8-r6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild?r1=1.2&r2=1.3

Index: perl-5.8.8-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-5.8.8-r6.ebuild	11 Mar 2009 21:47:17 -0000	1.2
+++ perl-5.8.8-r6.ebuild	26 Apr 2009 11:19:56 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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-r6.ebuild,v 1.2 2009/03/11 21:47:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild,v 1.3 2009/04/26 11:19:56 bluebird Exp $
 
 inherit eutils flag-o-matic toolchain-funcs multilib
 
@@ -123,7 +123,12 @@
 	# filter it otherwise configure fails. See #125535.
 	epatch "${FILESDIR}"/perl-hppa-pa7200-configure.patch
 
-	[[ $(get_libdir) == lib64 ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch
+	case "$(get_libdir)" in
+		lib64) cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch;;
+		lib32) cd "${S}" && epatch "${FILESDIR}"/${P}-lib32.patch;;
+		lib) true;;
+		*) die "Something's wrong with your libdir, don't know how to treat it.";;
+	esac
 
 	[[ ${CHOST} == *-dragonfly* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-dragonfly-clean.patch
 	[[ ${CHOST} == *-freebsd* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-fbsdhints.patch



1.278                dev-lang/perl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.278&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.278&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.277&r2=1.278

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -r1.277 -r1.278
--- ChangeLog	11 Mar 2009 21:55:45 -0000	1.277
+++ ChangeLog	26 Apr 2009 11:19:56 -0000	1.278
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.277 2009/03/11 21:55:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.278 2009/04/26 11:19:56 bluebird Exp $
+
+  26 Apr 2009; Friedrich Oslage <bluebird@gentoo.org>
+  +files/perl-5.8.8-lib32.patch, files/perl-5.8.8-lib64.patch,
+  perl-5.8.8-r5, perl-5.8.8-r6:
+  Install libraries into the correct directory if libdir is lib32, simplify
+  the patches, bug #266052
 
   11 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   perl-5.8.8-r5.ebuild:



1.12                 dev-lang/perl/perl-5.8.8-r5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild?r1=1.11&r2=1.12

Index: perl-5.8.8-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-5.8.8-r5.ebuild	11 Mar 2009 21:55:45 -0000	1.11
+++ perl-5.8.8-r5.ebuild	26 Apr 2009 11:19:57 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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-r5.ebuild,v 1.11 2009/03/11 21:55:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r5.ebuild,v 1.12 2009/04/26 11:19:57 bluebird Exp $
 
 inherit eutils flag-o-matic toolchain-funcs multilib
 
@@ -123,7 +123,12 @@
 	# filter it otherwise configure fails. See #125535.
 	epatch "${FILESDIR}"/perl-hppa-pa7200-configure.patch
 
-	[[ $(get_libdir) == lib64 ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch
+	case "$(get_libdir)" in
+		lib64) cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.patch;;
+		lib32) cd "${S}" && epatch "${FILESDIR}"/${P}-lib32.patch;;
+		lib) true;;
+		*) die "Something's wrong with your libdir, don't know how to treat it.";;
+	esac
 
 	[[ ${CHOST} == *-dragonfly* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-dragonfly-clean.patch
 	[[ ${CHOST} == *-freebsd* ]] && cd "${S}" && epatch "${FILESDIR}"/${P}-fbsdhints.patch






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-26 11:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-26 11:19 [gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.8.8-r6.ebuild ChangeLog perl-5.8.8-r5.ebuild Friedrich Oslage (bluebird)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox