public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-05-17  0:06 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-05-17  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a9aeda08b84011a59bc11325eced58e36d088aa8
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 23:35:06 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon May 16 23:37:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9aeda08

dev-perl/Gentoo-App-Pram: Whitespace.

Package-Manager: portage-2.2.26

 dev-perl/Gentoo-App-Pram/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/metadata.xml b/dev-perl/Gentoo-App-Pram/metadata.xml
index 4ef0d34..04b749e 100644
--- a/dev-perl/Gentoo-App-Pram/metadata.xml
+++ b/dev-perl/Gentoo-App-Pram/metadata.xml
@@ -12,6 +12,6 @@
   <upstream>
     <remote-id type="cpan">Gentoo-App-Pram</remote-id>
     <remote-id type="cpan-module">Gentoo::App::Pram</remote-id>
-	<remote-id type="github">monsieur/Gentoo-App-Pram</remote-id>
+    <remote-id type="github">monsieur/Gentoo-App-Pram</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-05-17  0:06 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-05-17  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1101a830dd9238313071d5ee3fdc920092c2e542
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 23:34:12 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon May 16 23:37:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1101a830

dev-perl/Gentoo-App-Pram: Add ebuild to the tree.

Package-Manager: portage-2.2.26

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild   | 24 ++++++++++++++++++++++
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 +
 dev-perl/Gentoo-App-Pram/metadata.xml              | 17 +++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
new file mode 100644
index 0000000..03a04e0
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MONSIEURP
+MODULE_VERSION=0.001000
+
+inherit perl-module
+
+DESCRIPTION="Readily merge Pull Requests from Github"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+	dev-perl/Module-Build-Tiny
+	dev-perl/File-Which
+	${RDEPEND}"
+
+SRC_TEST="do"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
new file mode 100644
index 0000000..89d2256b
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -0,0 +1 @@
+DIST Gentoo-App-Pram-0.001000.tar.gz 4412 SHA256 f6151a53dd261e0059856da5d9d73740e03a82f74ef00842ffbe0b849e912221 SHA512 9bd7c03220d42c05d0d2c3109160ccb6062bb8713b324d6819745bcd61a72691afc010d70e1aeb26ad4930990dbe16627098329ba415ef76babcbe5518fa8fe9 WHIRLPOOL 5ef2f841fb38aab855903e07c93dcf09344263f1d7675ed5587a9fdb696008143a7236f7cf59f4730d048396a8555f2bc857cfeb96f863132383e26aba66bf15

diff --git a/dev-perl/Gentoo-App-Pram/metadata.xml b/dev-perl/Gentoo-App-Pram/metadata.xml
new file mode 100644
index 0000000..4ef0d34
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+	<name>Patrice Clement</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Gentoo-App-Pram</remote-id>
+    <remote-id type="cpan-module">Gentoo::App::Pram</remote-id>
+	<remote-id type="github">monsieur/Gentoo-App-Pram</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-05-17 21:00 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-05-17 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2508104a8e66342bea725f8e018af48f9d7ace55
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 20:31:26 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 17 20:32:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2508104a

dev-perl/Gentoo-App-Pram: Add dev-vcs/git dependency to DEPEND.

I forgot to add it in the first place!

Package-Manager: portage-2.2.28

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
index 03a04e0..6745383 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
@@ -9,7 +9,7 @@ MODULE_VERSION=0.001000
 
 inherit perl-module
 
-DESCRIPTION="Readily merge Pull Requests from Github"
+DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
@@ -19,6 +19,7 @@ RDEPEND=""
 DEPEND="
 	dev-perl/Module-Build-Tiny
 	dev-perl/File-Which
+	dev-vcs/git
 	${RDEPEND}"
 
 SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-06-03 20:36 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-06-03 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     fa862e231647cf1c9a6cddcf4c2abf6276275c22
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 20:07:15 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 20:08:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa862e23

dev-perl/Gentoo-App-Pram: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
index 6745383..b08a49f 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-06-25 15:36 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-06-25 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2b4e2caf10e293adbbc940cacf4f108e3cc22154
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 15:00:01 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 15:00:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4e2caf

dev-perl/Gentoo-App-Pram: Fix typo.

Package-Manager: portage-2.2.28

 dev-perl/Gentoo-App-Pram/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/metadata.xml b/dev-perl/Gentoo-App-Pram/metadata.xml
index 04b749e..d875279 100644
--- a/dev-perl/Gentoo-App-Pram/metadata.xml
+++ b/dev-perl/Gentoo-App-Pram/metadata.xml
@@ -12,6 +12,6 @@
   <upstream>
     <remote-id type="cpan">Gentoo-App-Pram</remote-id>
     <remote-id type="cpan-module">Gentoo::App::Pram</remote-id>
-    <remote-id type="github">monsieur/Gentoo-App-Pram</remote-id>
+    <remote-id type="github">monsieurp/Gentoo-App-Pram</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-10-10 19:58 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-10-10 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     52c815a0eb53f6bf955d1ea823a544501b9c78fe
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 19:56:00 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 19:58:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c815a0

dev-perl/Gentoo-App-Pram: version bump to 0.3.0.

Package-Manager: portage-2.3.0
Acked-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild   | 25 ++++++++++++++++++++++
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild
new file mode 100644
index 00000000..b5358d5
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MONSIEURP
+MODULE_VERSION=0.003000
+
+inherit perl-module
+
+DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+	dev-perl/Module-Build-Tiny
+	dev-perl/File-Which
+	dev-vcs/git
+	${RDEPEND}"
+
+SRC_TEST="do"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index 89d2256b..20524c8 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1 +1,2 @@
 DIST Gentoo-App-Pram-0.001000.tar.gz 4412 SHA256 f6151a53dd261e0059856da5d9d73740e03a82f74ef00842ffbe0b849e912221 SHA512 9bd7c03220d42c05d0d2c3109160ccb6062bb8713b324d6819745bcd61a72691afc010d70e1aeb26ad4930990dbe16627098329ba415ef76babcbe5518fa8fe9 WHIRLPOOL 5ef2f841fb38aab855903e07c93dcf09344263f1d7675ed5587a9fdb696008143a7236f7cf59f4730d048396a8555f2bc857cfeb96f863132383e26aba66bf15
+DIST Gentoo-App-Pram-0.003000.tar.gz 11035 SHA256 c7731bc329204844f8fe5be6ca60d478bc619a3b071c29fc8fe3ec000f4dfbea SHA512 beebd27fa63f45308cfe9e43a392f33157556bd427a350d16b13d4c953f09d14737260226e1804ef10d597437cbb57301c7ea7595c2a947889563b7bc5142310 WHIRLPOOL 5abbc0d6871f64d180a3c6d462b866a9f6ca7ac6689339e56922b5d519c310a702034c8990e5868b7b27c869fe44ebb9f6270fe3f50a57b5ea1fb368dbaecfb0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-10-12  9:06 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-10-12  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1ed50256e078214360dffbe1c54e5eb29916ffe4
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 08:48:14 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 09:06:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed50256

dev-perl/Gentoo-App-Pram: Stable for amd64. Mark stable for the remaining arches via the ALLARCHES policy.

Package-Manager: portage-2.3.0

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild
index b5358d5..d54f49f 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-10-12  9:06 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-10-12  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     60a7be228e7906c0284a228d76f909bc54366032
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 08:50:47 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 09:06:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a7be22

dev-perl/Gentoo-App-Pram: clean up old.

Package-Manager: portage-2.3.0

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild   | 25 ----------------------
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 -
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
deleted file mode 100644
index b08a49f..00000000
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MONSIEURP
-MODULE_VERSION=0.001000
-
-inherit perl-module
-
-DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
-HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
-	dev-perl/Module-Build-Tiny
-	dev-perl/File-Which
-	dev-vcs/git
-	${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index 20524c8..7ee7602 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1,2 +1 @@
-DIST Gentoo-App-Pram-0.001000.tar.gz 4412 SHA256 f6151a53dd261e0059856da5d9d73740e03a82f74ef00842ffbe0b849e912221 SHA512 9bd7c03220d42c05d0d2c3109160ccb6062bb8713b324d6819745bcd61a72691afc010d70e1aeb26ad4930990dbe16627098329ba415ef76babcbe5518fa8fe9 WHIRLPOOL 5ef2f841fb38aab855903e07c93dcf09344263f1d7675ed5587a9fdb696008143a7236f7cf59f4730d048396a8555f2bc857cfeb96f863132383e26aba66bf15
 DIST Gentoo-App-Pram-0.003000.tar.gz 11035 SHA256 c7731bc329204844f8fe5be6ca60d478bc619a3b071c29fc8fe3ec000f4dfbea SHA512 beebd27fa63f45308cfe9e43a392f33157556bd427a350d16b13d4c953f09d14737260226e1804ef10d597437cbb57301c7ea7595c2a947889563b7bc5142310 WHIRLPOOL 5abbc0d6871f64d180a3c6d462b866a9f6ca7ac6689339e56922b5d519c310a702034c8990e5868b7b27c869fe44ebb9f6270fe3f50a57b5ea1fb368dbaecfb0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-11-17  8:55 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-11-17  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     227c1df1b15805935a965bdb763d8117773aabca
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 08:54:44 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 08:54:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227c1df1

dev-perl/Gentoo-App-Pram: version bump.

Package-Manager: portage-2.3.0

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild   | 25 ++++++++++++++++++++++
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild
new file mode 100644
index 00000000..b15d7c4
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MONSIEURP
+MODULE_VERSION=0.004000
+
+inherit perl-module
+
+DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+	dev-perl/Module-Build-Tiny
+	dev-perl/File-Which
+	dev-vcs/git
+	${RDEPEND}"
+
+SRC_TEST="do"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index 7ee7602..bb4d4c0 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1 +1,2 @@
 DIST Gentoo-App-Pram-0.003000.tar.gz 11035 SHA256 c7731bc329204844f8fe5be6ca60d478bc619a3b071c29fc8fe3ec000f4dfbea SHA512 beebd27fa63f45308cfe9e43a392f33157556bd427a350d16b13d4c953f09d14737260226e1804ef10d597437cbb57301c7ea7595c2a947889563b7bc5142310 WHIRLPOOL 5abbc0d6871f64d180a3c6d462b866a9f6ca7ac6689339e56922b5d519c310a702034c8990e5868b7b27c869fe44ebb9f6270fe3f50a57b5ea1fb368dbaecfb0
+DIST Gentoo-App-Pram-0.004000.tar.gz 10992 SHA256 47de2c596f7ca43a8cf60d4d075d81ebd9b87f9cf73a74bd5d368145a28bee30 SHA512 2ed50f524702a729a0f7bfc88ee6569e7706151586d1ca63b275868a6584684a1a9c8c58b63e2dd5e0ed98fa8b0395579975adedc031236fd8915cf195e88453 WHIRLPOOL 12df8300deec0d33f531da0628af133626144ece6782f22b6983de51cded0d7d50769dcffb5212dd8b9dff87031ffccaf14b574232affbd0ba952f3d8d4e89d0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-12-18  8:08 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-12-18  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5b32280ad34f359a63bcffa57916bba2ac876668
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 07:50:06 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 08:08:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b32280a

dev-perl/Gentoo-App-Pram: clean up old.

Package-Manager: portage-2.3.0

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild   | 25 ----------------------
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 -
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild
deleted file mode 100644
index d54f49f..00000000
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MONSIEURP
-MODULE_VERSION=0.003000
-
-inherit perl-module
-
-DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
-HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
-	dev-perl/Module-Build-Tiny
-	dev-perl/File-Which
-	dev-vcs/git
-	${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index bb4d4c0..7aedd3b 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1,2 +1 @@
-DIST Gentoo-App-Pram-0.003000.tar.gz 11035 SHA256 c7731bc329204844f8fe5be6ca60d478bc619a3b071c29fc8fe3ec000f4dfbea SHA512 beebd27fa63f45308cfe9e43a392f33157556bd427a350d16b13d4c953f09d14737260226e1804ef10d597437cbb57301c7ea7595c2a947889563b7bc5142310 WHIRLPOOL 5abbc0d6871f64d180a3c6d462b866a9f6ca7ac6689339e56922b5d519c310a702034c8990e5868b7b27c869fe44ebb9f6270fe3f50a57b5ea1fb368dbaecfb0
 DIST Gentoo-App-Pram-0.004000.tar.gz 10992 SHA256 47de2c596f7ca43a8cf60d4d075d81ebd9b87f9cf73a74bd5d368145a28bee30 SHA512 2ed50f524702a729a0f7bfc88ee6569e7706151586d1ca63b275868a6584684a1a9c8c58b63e2dd5e0ed98fa8b0395579975adedc031236fd8915cf195e88453 WHIRLPOOL 12df8300deec0d33f531da0628af133626144ece6782f22b6983de51cded0d7d50769dcffb5212dd8b9dff87031ffccaf14b574232affbd0ba952f3d8d4e89d0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2016-12-18  8:08 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2016-12-18  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e874fc49e4bdbe524f7ee8fa252aea7218a2f567
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 07:49:44 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 08:08:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e874fc49

dev-perl/Gentoo-App-Pram: stable for amd64+x86.

Package-Manager: portage-2.3.0

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild
index b15d7c4..072ace5 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-09-18 16:50 Kent Fredric
  0 siblings, 0 replies; 34+ messages in thread
From: Kent Fredric @ 2017-09-18 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ebd791f6904582ff351a0e94eb21701fd3166817
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 16:31:02 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 16:49:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd791f6

dev-perl/Gentoo-App-Pram: fix mixed metadata.xml indentation

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Gentoo-App-Pram/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/metadata.xml b/dev-perl/Gentoo-App-Pram/metadata.xml
index d8752798197..5a7007d9680 100644
--- a/dev-perl/Gentoo-App-Pram/metadata.xml
+++ b/dev-perl/Gentoo-App-Pram/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
   <maintainer type="person">
     <email>monsieurp@gentoo.org</email>
-	<name>Patrice Clement</name>
+    <name>Patrice Clement</name>
   </maintainer>
   <maintainer type="project">
     <email>perl@gentoo.org</email>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-09-19 10:45 Kent Fredric
  0 siblings, 0 replies; 34+ messages in thread
From: Kent Fredric @ 2017-09-19 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7660a43c887751750963e3383316711aa2491125
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 10:42:04 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 10:42:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7660a43c

dev-perl/Gentoo-App-Pram: -r1 bump to fix deps

EAPI6-ified

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Gentoo-App-Pram-0.4.0-r1.ebuild                | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild
new file mode 100644
index 00000000000..8c2f6f79058
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MONSIEURP
+DIST_VERSION=0.004000
+
+inherit perl-module
+
+DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Encode
+	virtual/perl-File-Temp
+	dev-perl/File-Which
+	dev-vcs/git
+	virtual/perl-Getopt-Long
+	virtual/perl-HTTP-Tiny
+	>=dev-perl/IO-Socket-SSL-1.560.0
+	>=dev-perl/Net-SSLeay-1.490.0
+	virtual/perl-Term-ANSIColor
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		>=virtual/perl-Test-Simple-0.890.0
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-11-17 22:58 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2017-11-17 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     389840a1c7ababf50ec29a92bcb70092a306b88d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 22:40:11 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 22:58:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389840a1

dev-perl/Gentoo-App-Pram: clean up old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../Gentoo-App-Pram-0.4.0-r1.ebuild                | 33 ----------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild
deleted file mode 100644
index bb1cb590b19..00000000000
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MONSIEURP
-DIST_VERSION=0.004000
-
-inherit perl-module
-
-DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
-HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Encode
-	virtual/perl-File-Temp
-	dev-perl/File-Which
-	dev-vcs/git
-	virtual/perl-Getopt-Long
-	virtual/perl-HTTP-Tiny
-	>=dev-perl/IO-Socket-SSL-1.560.0
-	>=dev-perl/Net-SSLeay-1.490.0
-	virtual/perl-Term-ANSIColor
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.34.0
-	test? (
-		>=virtual/perl-Test-Simple-0.890.0
-	)
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-11-17 22:58 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2017-11-17 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b5493d6ce07cee8db448d385c279e40e1c08373b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 22:39:52 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 22:58:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5493d6c

dev-perl/Gentoo-App-Pram: stable for amd64+x86.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild
index 8c2f6f79058..bb1cb590b19 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-11-17 22:58 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2017-11-17 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4d9b602d976236515d72700a0657c5b53f18477a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 22:38:28 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 22:58:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9b602d

dev-perl/Gentoo-App-Pram: version bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild | 33 ++++++++++++++++++++++
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
new file mode 100644
index 00000000000..5b90957c5c5
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MONSIEURP
+DIST_VERSION=0.100000
+
+inherit perl-module
+
+DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-vcs/git
+	virtual/perl-Encode
+	dev-perl/File-Which
+	virtual/perl-File-Temp
+	virtual/perl-HTTP-Tiny
+	virtual/perl-Getopt-Long
+	virtual/perl-Term-ANSIColor
+	>=dev-perl/Net-SSLeay-1.490.0
+	>=dev-perl/IO-Socket-SSL-1.560.0"
+
+DEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		>=virtual/perl-Test-Simple-0.890.0
+	)"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index 7aedd3b826a..c7299888e09 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1 +1,2 @@
 DIST Gentoo-App-Pram-0.004000.tar.gz 10992 SHA256 47de2c596f7ca43a8cf60d4d075d81ebd9b87f9cf73a74bd5d368145a28bee30 SHA512 2ed50f524702a729a0f7bfc88ee6569e7706151586d1ca63b275868a6584684a1a9c8c58b63e2dd5e0ed98fa8b0395579975adedc031236fd8915cf195e88453 WHIRLPOOL 12df8300deec0d33f531da0628af133626144ece6782f22b6983de51cded0d7d50769dcffb5212dd8b9dff87031ffccaf14b574232affbd0ba952f3d8d4e89d0
+DIST Gentoo-App-Pram-0.100000.tar.gz 12072 SHA256 a0ef7619cd897437af05e681c467b443f7d960fde1b6842ae51cd46a6939e919 SHA512 2cf35821ff95e3c5d1b33ce1f063be75fed279b1d3e1b488cc8028ac66fd1f53d32522d12ac8c43335fbc956a28a66f58acf2694d3bba53456064a141714ec7e WHIRLPOOL e1da55fb6c6078f4c2dc6f5d1bd1975513a150df2c7e214ac27d1f4a2eb2f39ac36d0d2500e78148ee1e8e1d23342bf71287cff89f38e42c0f06548ef2aeec0c


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-11-18 22:41 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2017-11-18 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e1a2da973661877aab5e132609e59ddf6e210f90
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 22:38:31 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 22:41:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a2da97

dev-perl/Gentoo-App-Pram: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
index 5b90957c5c5..f45bed0c796 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-11-25  9:26 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2017-11-25  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d5ac92b609c586c2412869004ef8eca7af541f5c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 09:25:29 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 09:25:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ac92b6

dev-perl/Gentoo-App-Pram: stable for amd64+x86.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild | 4 ++--
 dev-perl/Gentoo-App-Pram/Manifest                       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
index f45bed0c796..642b0cf01dd 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
@@ -8,10 +8,10 @@ DIST_VERSION=0.100000
 
 inherit perl-module
 
-DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
+DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+KEYWORDS="amd64 x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index c7299888e09..9ed52423623 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1,2 +1,2 @@
-DIST Gentoo-App-Pram-0.004000.tar.gz 10992 SHA256 47de2c596f7ca43a8cf60d4d075d81ebd9b87f9cf73a74bd5d368145a28bee30 SHA512 2ed50f524702a729a0f7bfc88ee6569e7706151586d1ca63b275868a6584684a1a9c8c58b63e2dd5e0ed98fa8b0395579975adedc031236fd8915cf195e88453 WHIRLPOOL 12df8300deec0d33f531da0628af133626144ece6782f22b6983de51cded0d7d50769dcffb5212dd8b9dff87031ffccaf14b574232affbd0ba952f3d8d4e89d0
-DIST Gentoo-App-Pram-0.100000.tar.gz 12072 SHA256 a0ef7619cd897437af05e681c467b443f7d960fde1b6842ae51cd46a6939e919 SHA512 2cf35821ff95e3c5d1b33ce1f063be75fed279b1d3e1b488cc8028ac66fd1f53d32522d12ac8c43335fbc956a28a66f58acf2694d3bba53456064a141714ec7e WHIRLPOOL e1da55fb6c6078f4c2dc6f5d1bd1975513a150df2c7e214ac27d1f4a2eb2f39ac36d0d2500e78148ee1e8e1d23342bf71287cff89f38e42c0f06548ef2aeec0c
+DIST Gentoo-App-Pram-0.004000.tar.gz 10992 BLAKE2B f706a6233c3398abca8117b14c485454a30f89ed653025f9946968d295826c5056ea262d525a31f6bcb6a2ab259294c46a9e472d367822a0d9d6a0a4e1e23fa8 SHA512 2ed50f524702a729a0f7bfc88ee6569e7706151586d1ca63b275868a6584684a1a9c8c58b63e2dd5e0ed98fa8b0395579975adedc031236fd8915cf195e88453
+DIST Gentoo-App-Pram-0.100000.tar.gz 12072 BLAKE2B f215001778bb315fcc26256c5a1bab9ec960174c188c495a420d24817663907e460f4599cdfd0a1f141d0aef5a141bccb95ec9824e31cbe3eb0cfe050723fa12 SHA512 2cf35821ff95e3c5d1b33ce1f063be75fed279b1d3e1b488cc8028ac66fd1f53d32522d12ac8c43335fbc956a28a66f58acf2694d3bba53456064a141714ec7e


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-11-25  9:26 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2017-11-25  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b2a3ad142d6c1c24568b57d642c9899641bcc917
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 09:26:24 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 09:26:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a3ad14

dev-perl/Gentoo-App-Pram: clean up old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild   | 24 ----------------------
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 -
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild
deleted file mode 100644
index 28530953141..00000000000
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MONSIEURP
-MODULE_VERSION=0.004000
-
-inherit perl-module
-
-DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
-HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
-	dev-perl/Module-Build-Tiny
-	dev-perl/File-Which
-	dev-vcs/git
-	${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index 9ed52423623..a405be268d0 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1,2 +1 @@
-DIST Gentoo-App-Pram-0.004000.tar.gz 10992 BLAKE2B f706a6233c3398abca8117b14c485454a30f89ed653025f9946968d295826c5056ea262d525a31f6bcb6a2ab259294c46a9e472d367822a0d9d6a0a4e1e23fa8 SHA512 2ed50f524702a729a0f7bfc88ee6569e7706151586d1ca63b275868a6584684a1a9c8c58b63e2dd5e0ed98fa8b0395579975adedc031236fd8915cf195e88453
 DIST Gentoo-App-Pram-0.100000.tar.gz 12072 BLAKE2B f215001778bb315fcc26256c5a1bab9ec960174c188c495a420d24817663907e460f4599cdfd0a1f141d0aef5a141bccb95ec9824e31cbe3eb0cfe050723fa12 SHA512 2cf35821ff95e3c5d1b33ce1f063be75fed279b1d3e1b488cc8028ac66fd1f53d32522d12ac8c43335fbc956a28a66f58acf2694d3bba53456064a141714ec7e


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-11-25 21:21 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2017-11-25 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e22ba1f6bdbd7d07db5cad8aaa986a3f2ce32331
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 21:20:41 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 21:21:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22ba1f6

dev-perl/Gentoo-App-Pram: version bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force

 .../Gentoo-App-Pram-0.100.100.ebuild               | 33 ++++++++++++++++++++++
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.100.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.100.ebuild
new file mode 100644
index 00000000000..e2690b89098
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.100.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MONSIEURP
+DIST_VERSION=0.100100
+
+inherit perl-module
+
+DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="amd64 x86 ~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+	dev-vcs/git
+	virtual/perl-Encode
+	dev-perl/File-Which
+	virtual/perl-File-Temp
+	virtual/perl-HTTP-Tiny
+	virtual/perl-Getopt-Long
+	virtual/perl-Term-ANSIColor
+	>=dev-perl/Net-SSLeay-1.490.0
+	>=dev-perl/IO-Socket-SSL-1.560.0"
+
+DEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		>=virtual/perl-Test-Simple-0.890.0
+	)"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index a405be268d0..65e03f4691f 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1 +1,2 @@
 DIST Gentoo-App-Pram-0.100000.tar.gz 12072 BLAKE2B f215001778bb315fcc26256c5a1bab9ec960174c188c495a420d24817663907e460f4599cdfd0a1f141d0aef5a141bccb95ec9824e31cbe3eb0cfe050723fa12 SHA512 2cf35821ff95e3c5d1b33ce1f063be75fed279b1d3e1b488cc8028ac66fd1f53d32522d12ac8c43335fbc956a28a66f58acf2694d3bba53456064a141714ec7e
+DIST Gentoo-App-Pram-0.100100.tar.gz 12919 BLAKE2B d7c414c7010723017255931de95d76483c31a30efbc31fb5b9b01435201a16ad3c0c859f85ef425555f78d370d4b36572586123305391f4084c5bcfaf8975d42 SHA512 8a2c16610dc00b56d1ef61f17fbdee053c4cceedb6dd23d99ffb83220873870ce97398f3d1522c5f1210a6928381c401bb08a7c18192bcc8c48a3ded037a4140


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2017-11-25 21:21 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2017-11-25 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d6c9ea834a35082debe821180612b1f0e18c4f77
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 21:21:09 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 21:21:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c9ea83

dev-perl/Gentoo-App-Pram: clean up old.

... and buggy version :/

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild | 33 ----------------------
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 -
 2 files changed, 34 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
deleted file mode 100644
index 642b0cf01dd..00000000000
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MONSIEURP
-DIST_VERSION=0.100000
-
-inherit perl-module
-
-DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
-HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-fbsd"
-IUSE="test"
-
-RDEPEND="
-	dev-vcs/git
-	virtual/perl-Encode
-	dev-perl/File-Which
-	virtual/perl-File-Temp
-	virtual/perl-HTTP-Tiny
-	virtual/perl-Getopt-Long
-	virtual/perl-Term-ANSIColor
-	>=dev-perl/Net-SSLeay-1.490.0
-	>=dev-perl/IO-Socket-SSL-1.560.0"
-
-DEPEND="
-	${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.34.0
-	test? (
-		>=virtual/perl-Test-Simple-0.890.0
-	)"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index 65e03f4691f..a687e65af35 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1,2 +1 @@
-DIST Gentoo-App-Pram-0.100000.tar.gz 12072 BLAKE2B f215001778bb315fcc26256c5a1bab9ec960174c188c495a420d24817663907e460f4599cdfd0a1f141d0aef5a141bccb95ec9824e31cbe3eb0cfe050723fa12 SHA512 2cf35821ff95e3c5d1b33ce1f063be75fed279b1d3e1b488cc8028ac66fd1f53d32522d12ac8c43335fbc956a28a66f58acf2694d3bba53456064a141714ec7e
 DIST Gentoo-App-Pram-0.100100.tar.gz 12919 BLAKE2B d7c414c7010723017255931de95d76483c31a30efbc31fb5b9b01435201a16ad3c0c859f85ef425555f78d370d4b36572586123305391f4084c5bcfaf8975d42 SHA512 8a2c16610dc00b56d1ef61f17fbdee053c4cceedb6dd23d99ffb83220873870ce97398f3d1522c5f1210a6928381c401bb08a7c18192bcc8c48a3ded037a4140


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2018-02-22 21:15 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2018-02-22 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4f3cddc16429c9eb61f039ce3c5d0aeb488aff25
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 21:15:16 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 21:15:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3cddc1

dev-perl/Gentoo-App-Pram: version bump.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../Gentoo-App-Pram-0.100.200.ebuild               | 33 ++++++++++++++++++++++
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
new file mode 100644
index 00000000000..107fa6ff1fb
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MONSIEURP
+DIST_VERSION=0.100200
+
+inherit perl-module
+
+DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+	dev-vcs/git
+	virtual/perl-Encode
+	dev-perl/File-Which
+	virtual/perl-File-Temp
+	virtual/perl-HTTP-Tiny
+	virtual/perl-Getopt-Long
+	virtual/perl-Term-ANSIColor
+	>=dev-perl/Net-SSLeay-1.490.0
+	>=dev-perl/IO-Socket-SSL-1.560.0"
+
+DEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		>=virtual/perl-Test-Simple-0.890.0
+	)"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index a687e65af35..5c36d52df3c 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1 +1,2 @@
 DIST Gentoo-App-Pram-0.100100.tar.gz 12919 BLAKE2B d7c414c7010723017255931de95d76483c31a30efbc31fb5b9b01435201a16ad3c0c859f85ef425555f78d370d4b36572586123305391f4084c5bcfaf8975d42 SHA512 8a2c16610dc00b56d1ef61f17fbdee053c4cceedb6dd23d99ffb83220873870ce97398f3d1522c5f1210a6928381c401bb08a7c18192bcc8c48a3ded037a4140
+DIST Gentoo-App-Pram-0.100200.tar.gz 12893 BLAKE2B e88903f941c72607d7e367231f7c4c8f4bb58cde85c43f7a8c3f3a8b4a058313b08cabdaeee972d0fca3c56839d5cc34f001d86fe5002461712faac3bfba21d8 SHA512 e2f452b187005dc4ba8d98db9cd9257e6c9a90dbaa0c83c19698b996f5cac273529f6ac98c4d1bde0a3e8401389ba6703cf8c3525b65ed7494b1a986f15cd492


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2018-03-11 14:15 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2018-03-11 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f78faada4c4f9cc6db9b6f85f020bdb5f5ee894f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 13:46:19 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 14:14:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78faada

dev-perl/Gentoo-App-Pram: stable for amd64+x86.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
index 107fa6ff1fb..a4a374c5f69 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+KEYWORDS="amd64 x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2018-03-11 14:15 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2018-03-11 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6ec03f9994b1f52029bb033a2d6adafc14bd5b01
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 13:46:44 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 14:14:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec03f99

dev-perl/Gentoo-App-Pram: clean up old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../Gentoo-App-Pram-0.100.100.ebuild               | 33 ----------------------
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 -
 2 files changed, 34 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.100.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.100.ebuild
deleted file mode 100644
index e2690b89098..00000000000
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.100.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MONSIEURP
-DIST_VERSION=0.100100
-
-inherit perl-module
-
-DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
-HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-fbsd"
-IUSE="test"
-
-RDEPEND="
-	dev-vcs/git
-	virtual/perl-Encode
-	dev-perl/File-Which
-	virtual/perl-File-Temp
-	virtual/perl-HTTP-Tiny
-	virtual/perl-Getopt-Long
-	virtual/perl-Term-ANSIColor
-	>=dev-perl/Net-SSLeay-1.490.0
-	>=dev-perl/IO-Socket-SSL-1.560.0"
-
-DEPEND="
-	${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.34.0
-	test? (
-		>=virtual/perl-Test-Simple-0.890.0
-	)"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index 5c36d52df3c..1bc2bb1f54c 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1,2 +1 @@
-DIST Gentoo-App-Pram-0.100100.tar.gz 12919 BLAKE2B d7c414c7010723017255931de95d76483c31a30efbc31fb5b9b01435201a16ad3c0c859f85ef425555f78d370d4b36572586123305391f4084c5bcfaf8975d42 SHA512 8a2c16610dc00b56d1ef61f17fbdee053c4cceedb6dd23d99ffb83220873870ce97398f3d1522c5f1210a6928381c401bb08a7c18192bcc8c48a3ded037a4140
 DIST Gentoo-App-Pram-0.100200.tar.gz 12893 BLAKE2B e88903f941c72607d7e367231f7c4c8f4bb58cde85c43f7a8c3f3a8b4a058313b08cabdaeee972d0fca3c56839d5cc34f001d86fe5002461712faac3bfba21d8 SHA512 e2f452b187005dc4ba8d98db9cd9257e6c9a90dbaa0c83c19698b996f5cac273529f6ac98c4d1bde0a3e8401389ba6703cf8c3525b65ed7494b1a986f15cd492


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2018-06-07 20:42 James Le Cuirot
  0 siblings, 0 replies; 34+ messages in thread
From: James Le Cuirot @ 2018-06-07 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f0a9811d8a1e0e2391215af7f31920a66f47a033
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 20:39:44 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 20:39:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a9811d

dev-perl/Gentoo-App-Pram: Add ~arm keyword

Tested and working.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
index a4a374c5f69..54cb0356310 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-fbsd"
+KEYWORDS="amd64 ~arm x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2018-11-20 23:14 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2018-11-20 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     4611f9381002748b31188daf0109df4aca400c6d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 20 23:14:23 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Nov 20 23:14:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4611f938

dev-perl/Gentoo-App-Pram: version bump.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild | 33 ++++++++++++++++++++++
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
new file mode 100644
index 00000000000..e7fb6b5176c
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MONSIEURP
+DIST_VERSION=0.200000
+
+inherit perl-module
+
+DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+	dev-vcs/git
+	virtual/perl-Encode
+	dev-perl/File-Which
+	dev-perl/Net-SSLeay
+	dev-perl/IO-Socket-SSL
+	virtual/perl-File-Temp
+	virtual/perl-HTTP-Tiny
+	virtual/perl-Getopt-Long
+	virtual/perl-Term-ANSIColor"
+
+DEPEND="
+	${RDEPEND}
+	dev-perl/Module-Build-Tiny
+	test? (
+		virtual/perl-Test-Simple
+	)"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index 1bc2bb1f54c..12954d6cf34 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1 +1,2 @@
 DIST Gentoo-App-Pram-0.100200.tar.gz 12893 BLAKE2B e88903f941c72607d7e367231f7c4c8f4bb58cde85c43f7a8c3f3a8b4a058313b08cabdaeee972d0fca3c56839d5cc34f001d86fe5002461712faac3bfba21d8 SHA512 e2f452b187005dc4ba8d98db9cd9257e6c9a90dbaa0c83c19698b996f5cac273529f6ac98c4d1bde0a3e8401389ba6703cf8c3525b65ed7494b1a986f15cd492
+DIST Gentoo-App-Pram-0.200000.tar.gz 13061 BLAKE2B 783c50954f3936bc2dbae4d0db0baf52d5a7ecbdd576ada75e1c183816432a09059e1712b337fd1b7ae79dd774242ac684a0e8bea26a90424458ed35de523209 SHA512 90f82400de8ff6afc56ee6c66394188bb0b9aedd584879588f8ba5555b6ffad60de109e91a2d223593e2c78b21754957110718a7fba0cf76050c79cc823d505a


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2018-12-04 10:35 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2018-12-04 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c8abceedf6db37cd965ec5973c3c59b3b6fe992b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 20:13:41 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec  4 10:35:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8abceed

dev-perl/Gentoo-App-Pram: stable for amd64+x86.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
index e7fb6b5176c..c7fb32189d7 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd"
+KEYWORDS="amd64 ~arm x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2018-12-04 10:35 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2018-12-04 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3370aa747c334cea98509f2b2485316cf4bc31e3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 20:17:04 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec  4 10:35:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3370aa74

dev-perl/Gentoo-App-Pram: clean up old.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../Gentoo-App-Pram-0.100.200.ebuild               | 33 ----------------------
 dev-perl/Gentoo-App-Pram/Manifest                  |  1 -
 2 files changed, 34 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
deleted file mode 100644
index 54cb0356310..00000000000
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.100.200.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MONSIEURP
-DIST_VERSION=0.100200
-
-inherit perl-module
-
-DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
-HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-fbsd"
-IUSE="test"
-
-RDEPEND="
-	dev-vcs/git
-	virtual/perl-Encode
-	dev-perl/File-Which
-	virtual/perl-File-Temp
-	virtual/perl-HTTP-Tiny
-	virtual/perl-Getopt-Long
-	virtual/perl-Term-ANSIColor
-	>=dev-perl/Net-SSLeay-1.490.0
-	>=dev-perl/IO-Socket-SSL-1.560.0"
-
-DEPEND="
-	${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.34.0
-	test? (
-		>=virtual/perl-Test-Simple-0.890.0
-	)"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
index 12954d6cf34..c8be169cbb9 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1,2 +1 @@
-DIST Gentoo-App-Pram-0.100200.tar.gz 12893 BLAKE2B e88903f941c72607d7e367231f7c4c8f4bb58cde85c43f7a8c3f3a8b4a058313b08cabdaeee972d0fca3c56839d5cc34f001d86fe5002461712faac3bfba21d8 SHA512 e2f452b187005dc4ba8d98db9cd9257e6c9a90dbaa0c83c19698b996f5cac273529f6ac98c4d1bde0a3e8401389ba6703cf8c3525b65ed7494b1a986f15cd492
 DIST Gentoo-App-Pram-0.200000.tar.gz 13061 BLAKE2B 783c50954f3936bc2dbae4d0db0baf52d5a7ecbdd576ada75e1c183816432a09059e1712b337fd1b7ae79dd774242ac684a0e8bea26a90424458ed35de523209 SHA512 90f82400de8ff6afc56ee6c66394188bb0b9aedd584879588f8ba5555b6ffad60de109e91a2d223593e2c78b21754957110718a7fba0cf76050c79cc823d505a


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2019-03-24  7:01 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2019-03-24  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     078dfce1aba9807e67dabc7d29f9623928f559d1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 07:00:59 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 07:01:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078dfce1

dev-perl/Gentoo-App-Pram: forbid app-portage/pram installation.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
index c7fb32189d7..1bf375c2c16 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,8 @@ RDEPEND="
 	virtual/perl-File-Temp
 	virtual/perl-HTTP-Tiny
 	virtual/perl-Getopt-Long
-	virtual/perl-Term-ANSIColor"
+	virtual/perl-Term-ANSIColor
+	!app-portage/pram"
 
 DEPEND="
 	${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2019-03-24 21:45 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2019-03-24 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     05202bce9890c8e7e66d26a9af89d9712e5187d7
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 21:43:05 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 21:45:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05202bce

dev-perl/Gentoo-App-Pram: update DESCRIPTION.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
index 1bf375c2c16..d8ddabca226 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
@@ -8,7 +8,7 @@ DIST_VERSION=0.200000
 
 inherit perl-module
 
-DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
+DESCRIPTION="Official tool to merge PRs from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86 ~amd64-fbsd"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2021-08-03 19:36 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2021-08-03 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b3155c2064b00d33a3d53f0afb30153f6443846f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 19:30:22 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 19:36:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3155c20

dev-perl/Gentoo-App-Pram: reword DESCRIPTION.

Closes: https://bugs.gentoo.org/806217
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
index 1034893687f..d9b1c167fee 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ DIST_VERSION=0.200000
 
 inherit perl-module
 
-DESCRIPTION="Official tool to merge PRs from the Gentoo Github repository"
+DESCRIPTION="Tool to merge PRs from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2021-08-03 19:36 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2021-08-03 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5a1d69f2e3d9015a0441d737cbcd4ad32855918a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 19:36:04 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 19:36:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1d69f2

dev-perl/Gentoo-App-Pram: EAPI v8 bump.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../Gentoo-App-Pram-0.200.0-r1.ebuild              | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild
new file mode 100644
index 00000000000..5d83f1ee0e1
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MONSIEURP
+DIST_VERSION=0.200000
+
+inherit perl-module
+
+DESCRIPTION="Tool to merge PRs from the Gentoo Github repository"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-vcs/git
+	virtual/perl-Encode
+	dev-perl/File-Which
+	dev-perl/Net-SSLeay
+	dev-perl/IO-Socket-SSL
+	virtual/perl-File-Temp
+	virtual/perl-HTTP-Tiny
+	virtual/perl-Getopt-Long
+	virtual/perl-Term-ANSIColor
+	!app-portage/pram"
+
+DEPEND="
+	${RDEPEND}
+	test? (
+		virtual/perl-Test-Simple
+	)"
+
+BDEPEND="
+	${RDEPEND}
+	dev-perl/Module-Build-Tiny"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2021-10-30 15:13 Andreas K. Hüttel
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas K. Hüttel @ 2021-10-30 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4a65c85ee931b74cd1f0e98889298f6dd7dcb96b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 15:10:14 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 15:12:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a65c85e

dev-perl/Gentoo-App-Pram: Stable for amd64, x86

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Gentoo-App-Pram-0.200.0-r1.ebuild                | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild
index 5d83f1ee0e1..bf34c5bc049 100644
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild
@@ -5,15 +5,12 @@ EAPI=8
 
 DIST_AUTHOR=MONSIEURP
 DIST_VERSION=0.200000
-
 inherit perl-module
 
 DESCRIPTION="Tool to merge PRs from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND="
 	dev-vcs/git
@@ -25,14 +22,11 @@ RDEPEND="
 	virtual/perl-HTTP-Tiny
 	virtual/perl-Getopt-Long
 	virtual/perl-Term-ANSIColor
-	!app-portage/pram"
-
-DEPEND="
-	${RDEPEND}
+	!app-portage/pram
+"
+BDEPEND="${RDEPEND}
+	dev-perl/Module-Build-Tiny
 	test? (
 		virtual/perl-Test-Simple
-	)"
-
-BDEPEND="
-	${RDEPEND}
-	dev-perl/Module-Build-Tiny"
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
@ 2021-10-30 15:13 Andreas K. Hüttel
  0 siblings, 0 replies; 34+ messages in thread
From: Andreas K. Hüttel @ 2021-10-30 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4f5ef05bd2751d0916cc45729ed394fefbeab4c5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 15:10:35 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 15:12:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5ef05b

dev-perl/Gentoo-App-Pram: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
deleted file mode 100644
index d9b1c167fee..00000000000
--- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MONSIEURP
-DIST_VERSION=0.200000
-
-inherit perl-module
-
-DESCRIPTION="Tool to merge PRs from the Gentoo Github repository"
-HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-vcs/git
-	virtual/perl-Encode
-	dev-perl/File-Which
-	dev-perl/Net-SSLeay
-	dev-perl/IO-Socket-SSL
-	virtual/perl-File-Temp
-	virtual/perl-HTTP-Tiny
-	virtual/perl-Getopt-Long
-	virtual/perl-Term-ANSIColor
-	!app-portage/pram"
-
-DEPEND="
-	${RDEPEND}
-	dev-perl/Module-Build-Tiny
-	test? (
-		virtual/perl-Test-Simple
-	)"


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

end of thread, other threads:[~2021-10-30 15:13 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-11 14:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2021-10-30 15:13 Andreas K. Hüttel
2021-10-30 15:13 Andreas K. Hüttel
2021-08-03 19:36 Patrice Clement
2021-08-03 19:36 Patrice Clement
2019-03-24 21:45 Patrice Clement
2019-03-24  7:01 Patrice Clement
2018-12-04 10:35 Patrice Clement
2018-12-04 10:35 Patrice Clement
2018-11-20 23:14 Patrice Clement
2018-06-07 20:42 James Le Cuirot
2018-03-11 14:15 Patrice Clement
2018-02-22 21:15 Patrice Clement
2017-11-25 21:21 Patrice Clement
2017-11-25 21:21 Patrice Clement
2017-11-25  9:26 Patrice Clement
2017-11-25  9:26 Patrice Clement
2017-11-18 22:41 Patrice Clement
2017-11-17 22:58 Patrice Clement
2017-11-17 22:58 Patrice Clement
2017-11-17 22:58 Patrice Clement
2017-09-19 10:45 Kent Fredric
2017-09-18 16:50 Kent Fredric
2016-12-18  8:08 Patrice Clement
2016-12-18  8:08 Patrice Clement
2016-11-17  8:55 Patrice Clement
2016-10-12  9:06 Patrice Clement
2016-10-12  9:06 Patrice Clement
2016-10-10 19:58 Patrice Clement
2016-06-25 15:36 Patrice Clement
2016-06-03 20:36 Patrice Clement
2016-05-17 21:00 Patrice Clement
2016-05-17  0:06 Patrice Clement
2016-05-17  0:06 Patrice Clement

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