public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Want/
@ 2016-09-18 22:02 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2016-09-18 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f8300e1e41e6fcd4bc67e9a580ef9a42f92232cf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 21:20:11 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 22:02:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8300e1e

dev-perl/Want: Remove old

Package-Manager: portage-2.3.0

 dev-perl/Want/Manifest            |  1 -
 dev-perl/Want/Want-0.260.0.ebuild | 17 -----------------
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Want/Manifest b/dev-perl/Want/Manifest
index 44676a1..d183cfb 100644
--- a/dev-perl/Want/Manifest
+++ b/dev-perl/Want/Manifest
@@ -1,3 +1,2 @@
 DIST Want-0.21.tar.gz 18607 SHA256 cc8bed2d029a08b2f0c8188ade90bea1fd82cbd70b66867039a50ff385a5eba8 SHA512 50592e6ea9d3e7c1fd0eea4c354072f34314cb82c06e2200fd7de68ed3f476cee478280b3a4a52a414b339d73c3e298b455d5e173a57861549a6b3159695c1c7 WHIRLPOOL b46525e143fe815fe3e914f73808880cbe6203e428bc12bff2a1022cd8bce3a8d056a630a265c6293c9ffd5301b56237e4da793dd09782d1e8b8ebb38aead337
-DIST Want-0.26.tar.gz 19866 SHA256 4951675e13de2b0b9792be2827b8ef46ef25a0b9a2d3e9132143444dac28e17c SHA512 4b10d483068f0ab976c247b416477fe42903e06abf46678d5c5cb2308732b69038761b7aaefe42e232d666c3032e6cf303c11918f10dde1572bf25aa3ae1e8bd WHIRLPOOL 5611f434e5e776e1e38d58d4cbf76a600eda01a6df48262a3a199ff1dab56257183d69a27d678ee58a31b6ec42b0fbbcf4ae15e5c1ebeb82c0dffc39411fa72c
 DIST Want-0.29.tar.gz 20928 SHA256 b4e4740b8d4cb783591273c636bd68304892e28d89e88abf9273b1de17f552f7 SHA512 08df985de16b5e9dd67d6ed38d319da2511e92098f95a861a5a695eed8d77eaf412671b626e4da29b536147ad4da4a8cfdfd789ef204dac240073091481f3c1a WHIRLPOOL a65f34e3721f1065bdeada2e0f63746affe76ac14afe02382d6fe22a89b550cff081fb2e7d0ae361c98625b29fe26daa6783a8256f3f384c9d1c25b27cdb990e

diff --git a/dev-perl/Want/Want-0.260.0.ebuild b/dev-perl/Want/Want-0.260.0.ebuild
deleted file mode 100644
index 84060bc..00000000
--- a/dev-perl/Want/Want-0.260.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ROBIN
-MODULE_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="A generalisation of wantarray"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix"
-IUSE=""
-
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Want/
@ 2021-10-02 22:08 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-10-02 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     871eaa9032ff099798e473580264ce76e70c7de2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 21:35:21 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 22:07:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871eaa90

dev-perl/Want: EAPI=8 bump

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

 dev-perl/Want/{Want-0.290.0.ebuild => Want-0.290.0-r1.ebuild} | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Want/Want-0.290.0.ebuild b/dev-perl/Want/Want-0.290.0-r1.ebuild
similarity index 64%
rename from dev-perl/Want/Want-0.290.0.ebuild
rename to dev-perl/Want/Want-0.290.0-r1.ebuild
index c0d7205c3f6..4615e8f6a74 100644
--- a/dev-perl/Want/Want-0.290.0.ebuild
+++ b/dev-perl/Want/Want-0.290.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ROBIN
 DIST_VERSION=0.29
@@ -11,9 +11,3 @@ DESCRIPTION="A generalisation of wantarray"
 
 SLOT="0"
 KEYWORDS="amd64 ~hppa ppc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Want/
@ 2020-12-27 16:19 Fabian Groffen
  0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen @ 2020-12-27 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f63237ed60bc0a01c6d172200921e2b8d1a49622
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 16:14:36 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 16:19:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63237ed

dev-perl/Want: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

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

diff --git a/dev-perl/Want/Want-0.290.0.ebuild b/dev-perl/Want/Want-0.290.0.ebuild
index 7569f703de4..da8d489db68 100644
--- a/dev-perl/Want/Want-0.290.0.ebuild
+++ b/dev-perl/Want/Want-0.290.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A generalisation of wantarray"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix"
+KEYWORDS="amd64 hppa ppc x86"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Want/
@ 2017-02-04 17:33 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2017-02-04 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9f419c88a889200932ff95cb5481d5e92558e11a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 17:21:46 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 17:33:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f419c88

dev-perl/Want: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Want/Manifest               |  1 -
 dev-perl/Want/Want-0.210.0-r1.ebuild | 17 -----------------
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Want/Manifest b/dev-perl/Want/Manifest
index d183cfb..4e2d7e2 100644
--- a/dev-perl/Want/Manifest
+++ b/dev-perl/Want/Manifest
@@ -1,2 +1 @@
-DIST Want-0.21.tar.gz 18607 SHA256 cc8bed2d029a08b2f0c8188ade90bea1fd82cbd70b66867039a50ff385a5eba8 SHA512 50592e6ea9d3e7c1fd0eea4c354072f34314cb82c06e2200fd7de68ed3f476cee478280b3a4a52a414b339d73c3e298b455d5e173a57861549a6b3159695c1c7 WHIRLPOOL b46525e143fe815fe3e914f73808880cbe6203e428bc12bff2a1022cd8bce3a8d056a630a265c6293c9ffd5301b56237e4da793dd09782d1e8b8ebb38aead337
 DIST Want-0.29.tar.gz 20928 SHA256 b4e4740b8d4cb783591273c636bd68304892e28d89e88abf9273b1de17f552f7 SHA512 08df985de16b5e9dd67d6ed38d319da2511e92098f95a861a5a695eed8d77eaf412671b626e4da29b536147ad4da4a8cfdfd789ef204dac240073091481f3c1a WHIRLPOOL a65f34e3721f1065bdeada2e0f63746affe76ac14afe02382d6fe22a89b550cff081fb2e7d0ae361c98625b29fe26daa6783a8256f3f384c9d1c25b27cdb990e

diff --git a/dev-perl/Want/Want-0.210.0-r1.ebuild b/dev-perl/Want/Want-0.210.0-r1.ebuild
deleted file mode 100644
index 98774ff..00000000
--- a/dev-perl/Want/Want-0.210.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ROBIN
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION="A generalisation of wantarray"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix"
-IUSE=""
-
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Want/
@ 2017-02-03 22:05 Jeroen Roovers
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers @ 2017-02-03 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ef4b06fc47346e8d7ad67f1108ba78889a4b7e1e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 22:05:01 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 22:05:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4b06fc

dev-perl/Want: Stable for HPPA (bug #594276).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-perl/Want/Want-0.290.0.ebuild b/dev-perl/Want/Want-0.290.0.ebuild
index b5aca45..fb6560e 100644
--- a/dev-perl/Want/Want-0.290.0.ebuild
+++ b/dev-perl/Want/Want-0.290.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A generalisation of wantarray"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~ppc-aix"
+KEYWORDS="amd64 hppa ppc x86 ~ppc-aix"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Want/
@ 2016-12-28 17:41 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2016-12-28 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f62d45d4a6f01c074c5a2de845991435d3c7a445
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 17:40:19 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 17:40:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62d45d4

dev-perl/Want: x86 stable re bug #594276

AT by Myckel Habets

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-perl/Want/Want-0.290.0.ebuild b/dev-perl/Want/Want-0.290.0.ebuild
index eb3009b..71dec14 100644
--- a/dev-perl/Want/Want-0.290.0.ebuild
+++ b/dev-perl/Want/Want-0.290.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A generalisation of wantarray"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86 ~ppc-aix"
+KEYWORDS="amd64 ~hppa ~ppc x86 ~ppc-aix"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Want/
@ 2016-04-29 19:36 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2016-04-29 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8f66194e7b657125126ba70a488e2c8a1fa20a7c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 17:04:24 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:35:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f66194e

dev-perl/Want: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Want/Manifest            |  1 -
 dev-perl/Want/Want-0.230.0.ebuild | 17 -----------------
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Want/Manifest b/dev-perl/Want/Manifest
index b839839..44676a1 100644
--- a/dev-perl/Want/Manifest
+++ b/dev-perl/Want/Manifest
@@ -1,4 +1,3 @@
 DIST Want-0.21.tar.gz 18607 SHA256 cc8bed2d029a08b2f0c8188ade90bea1fd82cbd70b66867039a50ff385a5eba8 SHA512 50592e6ea9d3e7c1fd0eea4c354072f34314cb82c06e2200fd7de68ed3f476cee478280b3a4a52a414b339d73c3e298b455d5e173a57861549a6b3159695c1c7 WHIRLPOOL b46525e143fe815fe3e914f73808880cbe6203e428bc12bff2a1022cd8bce3a8d056a630a265c6293c9ffd5301b56237e4da793dd09782d1e8b8ebb38aead337
-DIST Want-0.23.tar.gz 18817 SHA256 773d7eea27f3f49ac61982b0dd51778d70add38fc8daa8746beb628563bff723 SHA512 e0b893a3a76d4d356ccb9bd8af650fdcbd1a837f8b51579e0eb74b531598ec2a8496dc5e27e36872464c06b1e9785baa9a19dda8056ecfeb9c650429beb2e81a WHIRLPOOL ce160718ea0586812f578c78a11e2c3176bdf787fbf0d21624430e3d0c2481c9d6dbfa34fc240cea1b2dbd647f512c0d8da0b1517e7a255a462698c64be029a3
 DIST Want-0.26.tar.gz 19866 SHA256 4951675e13de2b0b9792be2827b8ef46ef25a0b9a2d3e9132143444dac28e17c SHA512 4b10d483068f0ab976c247b416477fe42903e06abf46678d5c5cb2308732b69038761b7aaefe42e232d666c3032e6cf303c11918f10dde1572bf25aa3ae1e8bd WHIRLPOOL 5611f434e5e776e1e38d58d4cbf76a600eda01a6df48262a3a199ff1dab56257183d69a27d678ee58a31b6ec42b0fbbcf4ae15e5c1ebeb82c0dffc39411fa72c
 DIST Want-0.29.tar.gz 20928 SHA256 b4e4740b8d4cb783591273c636bd68304892e28d89e88abf9273b1de17f552f7 SHA512 08df985de16b5e9dd67d6ed38d319da2511e92098f95a861a5a695eed8d77eaf412671b626e4da29b536147ad4da4a8cfdfd789ef204dac240073091481f3c1a WHIRLPOOL a65f34e3721f1065bdeada2e0f63746affe76ac14afe02382d6fe22a89b550cff081fb2e7d0ae361c98625b29fe26daa6783a8256f3f384c9d1c25b27cdb990e

diff --git a/dev-perl/Want/Want-0.230.0.ebuild b/dev-perl/Want/Want-0.230.0.ebuild
deleted file mode 100644
index dd28e2c..0000000
--- a/dev-perl/Want/Want-0.230.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ROBIN
-MODULE_VERSION=0.23
-inherit perl-module
-
-DESCRIPTION="A generalisation of wantarray"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix"
-IUSE=""
-
-SRC_TEST="do"


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

end of thread, other threads:[~2021-10-02 22:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 22:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Want/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-10-02 22:08 Andreas K. Hüttel
2020-12-27 16:19 Fabian Groffen
2017-02-04 17:33 Andreas Hüttel
2017-02-03 22:05 Jeroen Roovers
2016-12-28 17:41 Kent Fredric
2016-04-29 19:36 Andreas Hüttel

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