Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 544524 - dev-perl/Import-Into-1.2.4 bump request
Summary: dev-perl/Import-Into-1.2.4 bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://metacpan.org/diff/file?target...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-26 05:03 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2015-03-28 14:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Import-Into-1.2.4.ebuild (Import-Into-1.2.4.ebuild,593 bytes, text/plain)
2015-03-26 05:03 UTC, Kent Fredric (IRC: kent\n) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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
+