[gentoo-commits] repo/gentoo:master commit in: dev-perl/asa/

2020-09-25 Thread Kent Fredric
commit: 625824cc97624f5bb6d4670ef4fd93ee386870a5
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Sep 25 22:56:11 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Sep 25 23:02:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625824cc

dev-perl/asa: Cleanup old 1.30.0-r1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/asa/Manifest |  1 -
 dev-perl/asa/asa-1.30.0-r1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/asa/Manifest b/dev-perl/asa/Manifest
index 34188a8c2b0..e6aabeae0d8 100644
--- a/dev-perl/asa/Manifest
+++ b/dev-perl/asa/Manifest
@@ -1,2 +1 @@
-DIST asa-1.03.tar.gz 30840 BLAKE2B 
a80fba4f55cbc5a4b612404cf623b567e11f543127d0a1e5b4d979af652178ed9dd7c7cab101fd37079a7b69e76da3fd5f47e6436fd3fceb4bb3ae80a471aee3
 SHA512 
22cbccb93c8c9e96ec6e2cfa159f20a5220d722eb369a3c28a9ebae246fa145fb915db5d043722d52894d45f58015cc549f6aa0ba1dd4cbe498ad73cee918a1c
 DIST asa-1.04.tar.gz 27573 BLAKE2B 
f6e98af1c3705affb2d92c8bc709d55ba4cf9a226aa639f7f4dd5f02b9d4d2b48f94e8da970357a84080be73213dbde2a887b98e0dc8a06ee2c3923dec4a091d
 SHA512 
8584036c1c520741fe1bd4fb2875a86a46e2abd07d441078ef64bd90a31ba13b001079b020263add298ff004e094f8380b2ec590aacfc808cc1ba4be6b177b0a

diff --git a/dev-perl/asa/asa-1.30.0-r1.ebuild 
b/dev-perl/asa/asa-1.30.0-r1.ebuild
deleted file mode 100644
index ef85c957995..000
--- a/dev-perl/asa/asa-1.30.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ADAMK
-DIST_VERSION=1.03
-inherit perl-module
-
-DESCRIPTION="Lets your class/object say it works like something else"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.420.0
-   test? (
-   >=virtual/perl-File-Spec-0.800.0
-   >=virtual/perl-Test-Simple-0.470.0
-   )
-"
-src_prepare() {
-   sed -i -e 's/use inc::Module::Install::DSL;/use lib q[.];\nuse 
inc::Module::Install::DSL;/' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/asa/

2020-08-24 Thread Sam James
commit: 0ece7e44a674c74d219149ea81cbd005c007658e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 24 18:41:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 24 19:06:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ece7e44

dev-perl/asa: Stabilize 1.40.0 amd64, #738212

Signed-off-by: Sam James  gentoo.org>

 dev-perl/asa/asa-1.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/asa/asa-1.40.0.ebuild b/dev-perl/asa/asa-1.40.0.ebuild
index 3b3c2c427f3..e512dddbe32 100644
--- a/dev-perl/asa/asa-1.40.0.ebuild
+++ b/dev-perl/asa/asa-1.40.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Lets your class/object say it works like something else"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/asa/

2020-04-30 Thread Kent Fredric
commit: 902b6d86e855233da5befbc77752674bd1ddb87b
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 30 11:54:36 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 30 11:54:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902b6d86

dev-perl/asa: Bump to versoin 1.40.0

- EAPI7

Upstream:
- Rework packaging ( which removes the need for '.' in @INC )

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/asa/Manifest  |  1 +
 dev-perl/asa/asa-1.40.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/asa/Manifest b/dev-perl/asa/Manifest
index 82b1bff100d..34188a8c2b0 100644
--- a/dev-perl/asa/Manifest
+++ b/dev-perl/asa/Manifest
@@ -1 +1,2 @@
 DIST asa-1.03.tar.gz 30840 BLAKE2B 
a80fba4f55cbc5a4b612404cf623b567e11f543127d0a1e5b4d979af652178ed9dd7c7cab101fd37079a7b69e76da3fd5f47e6436fd3fceb4bb3ae80a471aee3
 SHA512 
22cbccb93c8c9e96ec6e2cfa159f20a5220d722eb369a3c28a9ebae246fa145fb915db5d043722d52894d45f58015cc549f6aa0ba1dd4cbe498ad73cee918a1c
+DIST asa-1.04.tar.gz 27573 BLAKE2B 
f6e98af1c3705affb2d92c8bc709d55ba4cf9a226aa639f7f4dd5f02b9d4d2b48f94e8da970357a84080be73213dbde2a887b98e0dc8a06ee2c3923dec4a091d
 SHA512 
8584036c1c520741fe1bd4fb2875a86a46e2abd07d441078ef64bd90a31ba13b001079b020263add298ff004e094f8380b2ec590aacfc808cc1ba4be6b177b0a

diff --git a/dev-perl/asa/asa-1.40.0.ebuild b/dev-perl/asa/asa-1.40.0.ebuild
new file mode 100644
index 000..3b3c2c427f3
--- /dev/null
+++ b/dev-perl/asa/asa-1.40.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Lets your class/object say it works like something else"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+   test? (
+   >=virtual/perl-File-Spec-0.800.0
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/asa/

2017-06-22 Thread Kent Fredric
commit: 86b557e4ca65272254d681988eff483908f02246
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jun 22 06:03:26 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jun 22 06:31:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b557e4

dev-perl/asa: Fix broken Module::Install::DSL patching

For some rediculous reason, this module changes everything about Perl,
so optional newlines cease to be optional.

Additionally, this causes configure to exit true, but fail to configure.

And this breaks install time, necessitating an -r1 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/asa/{asa-1.30.0.ebuild => asa-1.30.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/asa/asa-1.30.0.ebuild b/dev-perl/asa/asa-1.30.0-r1.ebuild
similarity index 84%
rename from dev-perl/asa/asa-1.30.0.ebuild
rename to dev-perl/asa/asa-1.30.0-r1.ebuild
index ac7be2e0280..f480c774670 100644
--- a/dev-perl/asa/asa-1.30.0.ebuild
+++ b/dev-perl/asa/asa-1.30.0-r1.ebuild
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
)
 "
 src_prepare() {
-   sed -i -e 's/use inc::Module::Install::DSL;/use lib q[.]; use 
inc::Module::Install::DSL;/' Makefile.PL ||
+   sed -i -e 's/use inc::Module::Install::DSL;/use lib q[.];\nuse 
inc::Module::Install::DSL;/' Makefile.PL ||
die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: dev-perl/asa/

2017-06-13 Thread Kent Fredric
commit: 5e4fe1c5d34d4929d8360778898c9c30243beb37
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jun 13 09:49:47 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jun 13 09:50:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4fe1c5

dev-perl/asa: Fix for '.' in @INC re bug #614344

Fix Module::Install dependency on '.'

Bug: https://bugs.gentoo.org/614344
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/asa/asa-1.30.0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-perl/asa/asa-1.30.0.ebuild b/dev-perl/asa/asa-1.30.0.ebuild
index 181a896699c..ac7be2e0280 100644
--- a/dev-perl/asa/asa-1.30.0.ebuild
+++ b/dev-perl/asa/asa-1.30.0.ebuild
@@ -21,3 +21,8 @@ DEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.470.0
)
 "
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install::DSL;/use lib q[.]; use 
inc::Module::Install::DSL;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/asa/

2017-03-14 Thread Agostino Sarubbo
commit: 73df5dc49006a4dd62e054a542afcdaca6e70886
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 14 14:28:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 14 14:28:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73df5dc4

dev-perl/asa: amd64 stable wrt bug #612558

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/asa/asa-1.30.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/asa/asa-1.30.0.ebuild b/dev-perl/asa/asa-1.30.0.ebuild
index e7e3ab26577..cd0ad9bb65b 100644
--- a/dev-perl/asa/asa-1.30.0.ebuild
+++ b/dev-perl/asa/asa-1.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Lets your class/object say it works like something else"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/asa/

2016-03-27 Thread Andreas Hüttel
commit: 2e167052eaa84782491c21c195d4fb391fb4d420
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Mar 22 06:52:48 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Mar 27 20:56:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e167052

dev-perl/asa:  Added at 1.30.0

Required for dev-perl/IO-Handle-Util

Package-Manager: portage-2.2.28

 dev-perl/asa/Manifest  |  1 +
 dev-perl/asa/asa-1.30.0.ebuild | 24 
 dev-perl/asa/metadata.xml  | 12 
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/asa/Manifest b/dev-perl/asa/Manifest
new file mode 100644
index 000..9ccf728
--- /dev/null
+++ b/dev-perl/asa/Manifest
@@ -0,0 +1 @@
+DIST asa-1.03.tar.gz 30840 SHA256 
22827b5a726d14e879514b3407ea234ce510433b9c61d082d92ad9e11ea827f1 SHA512 
22cbccb93c8c9e96ec6e2cfa159f20a5220d722eb369a3c28a9ebae246fa145fb915db5d043722d52894d45f58015cc549f6aa0ba1dd4cbe498ad73cee918a1c
 WHIRLPOOL 
a0e67d95a3b11ce7288ee07b75d72a6a0c72313bf96dc5ebe8f9edda22360714cbddb2c88ef5672b8868492fac35bc6bad9392de58f078b17218300e87999a13

diff --git a/dev-perl/asa/asa-1.30.0.ebuild b/dev-perl/asa/asa-1.30.0.ebuild
new file mode 100644
index 000..6a5eca3
--- /dev/null
+++ b/dev-perl/asa/asa-1.30.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ADAMK
+DIST_VERSION=1.03
+inherit perl-module
+
+DESCRIPTION="Lets your class/object say it works like something else"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+   test? (
+   >=virtual/perl-File-Spec-0.800.0
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"

diff --git a/dev-perl/asa/metadata.xml b/dev-perl/asa/metadata.xml
new file mode 100644
index 000..028b60a
--- /dev/null
+++ b/dev-perl/asa/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+asa
+asa
+  
+