Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 544524

Summary: dev-perl/Import-Into-1.2.4 bump request
Product: Gentoo Linux Reporter: Kent Fredric (IRC: kent\n) (RETIRED) <kentnl>
Component: [OLD] DevelopmentAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://metacpan.org/diff/file?target=ETHER/Import-Into-1.002004/&source=HAARG/Import-Into-1.002000/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Import-Into-1.2.4.ebuild

Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2015-03-26 05:03:17 UTC
Created attachment 399784 [details]
Import-Into-1.2.4.ebuild

Needed for a module in overlay ( Presently just shadowed by overlay as a temp fix ).


A few noteworthy changes in deps, adjusted ebuild attached.

Diff inline for reading purposes, because I know Zlogene loves to QA diffs.

-------

--- a/dev-perl/Import-Into/Import-Into-1.2.0.ebuild
+++ b/dev-perl/Import-Into/Import-Into-1.2.4.ebuild
@@ -1,17 +1,28 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Import-Into/Import-Into-1.2.0.ebuild,v 1.3 2014/12/07 12:55:32 zlogene Exp $
 
 EAPI=5
 
-MODULE_AUTHOR=HAARG
-MODULE_VERSION=1.002000
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=1.002004
 inherit perl-module
 
 DESCRIPTION="Import packages into other packages"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~x86-solaris"
-IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~x86-solaris"
+IUSE="test"
 
+RDEPEND="
+ dev-perl/Module-Runtime
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+         virtual/perl-Exporter
+         virtual/perl-Test-Simple
+ )
+"
---
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2015-03-28 14:08:55 UTC
+*Import-Into-1.2.4 (28 Mar 2015)
+
+  28 Mar 2015; Mikle Kolyada <zlogene@gentoo.org> +Import-Into-1.2.4.ebuild:
+  Version bump wrt bug #544524
+