public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/ExtUtils-MakeMaker: ExtUtils-MakeMaker-6.820.0.ebuild ChangeLog
@ 2013-11-25 12:03 Vladimir Smirnov (civil)
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir Smirnov (civil) @ 2013-11-25 12:03 UTC (permalink / raw
  To: gentoo-commits

civil       13/11/25 12:03:02

  Modified:             ChangeLog
  Added:                ExtUtils-MakeMaker-6.820.0.ebuild
  Log:
  Version bump.
  Bug: #492440
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xA832680F)

Revision  Changes    Path
1.56                 perl-core/ExtUtils-MakeMaker/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	5 Sep 2013 04:02:49 -0000	1.55
+++ ChangeLog	25 Nov 2013 12:03:02 -0000	1.56
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/ExtUtils-MakeMaker
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.55 2013/09/05 04:02:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.56 2013/11/25 12:03:02 civil Exp $
+
+*ExtUtils-MakeMaker-6.820.0 (25 Nov 2013)
+
+  25 Nov 2013;  <civil@gentoo.org> +ExtUtils-MakeMaker-6.820.0.ebuild:
+  Version bump. Bug: #492440
 
 *ExtUtils-MakeMaker-6.740.0 (05 Sep 2013)
 



1.1                  perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild?rev=1.1&content-type=text/plain

Index: ExtUtils-MakeMaker-6.820.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild,v 1.1 2013/11/25 12:03:02 civil Exp $

EAPI=4
MODULE_AUTHOR=BINGOS
MODULE_VERSION=6.82
inherit eutils perl-module

DESCRIPTION="Create a module Makefile"
HOMEPAGE="http://makemaker.org ${HOMEPAGE}"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

DEPEND="
	>=virtual/perl-ExtUtils-Command-1.160.0
	>=virtual/perl-ExtUtils-Install-1.540.0
	>=virtual/perl-ExtUtils-Manifest-1.600.0
	>=virtual/perl-File-Spec-0.800.0
"
RDEPEND="${DEPEND}"
PDEPEND="
	>=virtual/perl-CPAN-Meta-2.112.621
	>=virtual/perl-Parse-CPAN-Meta-1.440.100
"

PATCHES=(
	"${FILESDIR}/6.62-delete_packlist_podlocal.patch"
	"${FILESDIR}/6.58-RUNPATH.patch"
)
SRC_TEST=do

src_prepare() {
	edos2unix "${S}/lib/ExtUtils/MM_Unix.pm"
	edos2unix "${S}/lib/ExtUtils/MM_Any.pm"

	perl-module_src_prepare
}

src_install() {
	perl-module_src_install

	# remove all the bundled distributions
	pushd "${D}" >/dev/null
	find ".${VENDOR_LIB}" -mindepth 1 -maxdepth 1 -not -name "ExtUtils" -exec rm -rf {} \+
	popd >/dev/null
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in perl-core/ExtUtils-MakeMaker: ExtUtils-MakeMaker-6.820.0.ebuild ChangeLog
@ 2013-11-25 18:09 Vladimir Smirnov (civil)
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir Smirnov (civil) @ 2013-11-25 18:09 UTC (permalink / raw
  To: gentoo-commits

civil       13/11/25 18:09:01

  Modified:             ExtUtils-MakeMaker-6.820.0.ebuild ChangeLog
  Log:
  Add new version of patch.
  Fixes #484294
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xA832680F)

Revision  Changes    Path
1.2                  perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild?r1=1.1&r2=1.2

Index: ExtUtils-MakeMaker-6.820.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExtUtils-MakeMaker-6.820.0.ebuild	25 Nov 2013 12:03:02 -0000	1.1
+++ ExtUtils-MakeMaker-6.820.0.ebuild	25 Nov 2013 18:09:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild,v 1.1 2013/11/25 12:03:02 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.820.0.ebuild,v 1.2 2013/11/25 18:09:01 civil Exp $
 
 EAPI=4
 MODULE_AUTHOR=BINGOS
@@ -26,7 +26,7 @@
 "
 
 PATCHES=(
-	"${FILESDIR}/6.62-delete_packlist_podlocal.patch"
+	"${FILESDIR}/6.82-delete_packlist_podlocal.patch"
 	"${FILESDIR}/6.58-RUNPATH.patch"
 )
 SRC_TEST=do



1.57                 perl-core/ExtUtils-MakeMaker/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	25 Nov 2013 12:03:02 -0000	1.56
+++ ChangeLog	25 Nov 2013 18:09:01 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/ExtUtils-MakeMaker
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.56 2013/11/25 12:03:02 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.57 2013/11/25 18:09:01 civil Exp $
+
+  25 Nov 2013;  <civil@gentoo.org> +files/6.82-delete_packlist_podlocal.patch,
+  ExtUtils-MakeMaker-6.820.0.ebuild:
+  Add new version of patch. Fixes #484294
 
 *ExtUtils-MakeMaker-6.820.0 (25 Nov 2013)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-25 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 12:03 [gentoo-commits] gentoo-x86 commit in perl-core/ExtUtils-MakeMaker: ExtUtils-MakeMaker-6.820.0.ebuild ChangeLog Vladimir Smirnov (civil)
  -- strict thread matches above, loose matches on Subject: below --
2013-11-25 18:09 Vladimir Smirnov (civil)

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