* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Simple/
@ 2016-04-23 17:30 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-04-23 17:30 UTC (permalink / raw
To: gentoo-commits
commit: acd44785df22e7c68aea530b5a0e31191679bd82
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 18 21:58:42 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 17:30:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd44785
dev-perl/Tie-Simple: Bump to version 1.40.0
- EAPI6
- Versions normalised
- Tests cleaned up
Upstream:
- Fix EXTEND method being missing for arrays
- Fix typo in DESTROY method
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Tie-Simple/Manifest | 1 +
dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/Tie-Simple/Manifest b/dev-perl/Tie-Simple/Manifest
index c00ecb1..db0ae06 100644
--- a/dev-perl/Tie-Simple/Manifest
+++ b/dev-perl/Tie-Simple/Manifest
@@ -1 +1,2 @@
DIST Tie-Simple-1.03.tar.gz 5498 SHA256 e73dae00e00c42511154fe0e3b26a8965836f2456e1c0952c9ce22ce3d55fc23 SHA512 bdb46fc8166119d1656d0593b5f3515ed89dc96bce02d421fc5f0755bc5e4287c1f528e9300526cb09f9ff01a236c4266470cfdef31e3fc384a8be3c9349244b WHIRLPOOL ea33b9d3bb7eb042c797911c35a0d3e4b8f63b9fc601f081cf8e3e9b9f9152cf259519e9e93400096233af18a2a483326f18899caec9f5ef7f9b989dc232d9f5
+DIST Tie-Simple-1.04.tar.gz 13190 SHA256 29e9e2133951046c78f205f1b3e8df62c90e114f0e08fa06b817766a0f808b12 SHA512 24843a02565b525ff5ffbd362b1b746a3c576569c3e5c5fff5a0d543c2fbdbb4e1d6a6c45faeaff0a2721f2525996f21d46b7db88a40b49bc2541d0f99806ef2 WHIRLPOOL 5d49c18329a6f86322cc6d7d943ed6c47d16fc810b549fac1326324c8c9a12b58d38313b562903209479ddb1464955bad326634fa2fc5bd923f878175cec243e
diff --git a/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild b/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild
new file mode 100644
index 0000000..c75735d
--- /dev/null
+++ b/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=HANENKAMP
+DIST_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Module for creating easier variable ties"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+src_test() {
+ perl_rm_files t/author-pod-{coverage,syntax}.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Simple/
@ 2016-12-05 20:45 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-12-05 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 3dfbea2fc8083bdee2e79bd165a92381c4e82b34
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 20:44:26 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 20:45:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfbea2f
dev-perl/Tie-Simple: hppa/x86 stable, bug #588026
Package-Manager: portage-2.3.2
dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild b/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild
index 9371712..952b4b6 100644
--- a/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild
+++ b/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Module for creating easier variable ties"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 hppa x86"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Simple/
@ 2017-04-28 17:51 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-04-28 17:51 UTC (permalink / raw
To: gentoo-commits
commit: 012e97757bacf04a1d525aa878cc48da11f12074
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 17:50:25 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 17:50:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012e9775
dev-perl/Tie-Simple: Cleanup old
This version has been broken since perl 5.24 due to EXTEND changes
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/Tie-Simple/Manifest | 1 -
dev-perl/Tie-Simple/Tie-Simple-1.03-r1.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-perl/Tie-Simple/Manifest b/dev-perl/Tie-Simple/Manifest
index db0ae06b440..60a21dfc7ba 100644
--- a/dev-perl/Tie-Simple/Manifest
+++ b/dev-perl/Tie-Simple/Manifest
@@ -1,2 +1 @@
-DIST Tie-Simple-1.03.tar.gz 5498 SHA256 e73dae00e00c42511154fe0e3b26a8965836f2456e1c0952c9ce22ce3d55fc23 SHA512 bdb46fc8166119d1656d0593b5f3515ed89dc96bce02d421fc5f0755bc5e4287c1f528e9300526cb09f9ff01a236c4266470cfdef31e3fc384a8be3c9349244b WHIRLPOOL ea33b9d3bb7eb042c797911c35a0d3e4b8f63b9fc601f081cf8e3e9b9f9152cf259519e9e93400096233af18a2a483326f18899caec9f5ef7f9b989dc232d9f5
DIST Tie-Simple-1.04.tar.gz 13190 SHA256 29e9e2133951046c78f205f1b3e8df62c90e114f0e08fa06b817766a0f808b12 SHA512 24843a02565b525ff5ffbd362b1b746a3c576569c3e5c5fff5a0d543c2fbdbb4e1d6a6c45faeaff0a2721f2525996f21d46b7db88a40b49bc2541d0f99806ef2 WHIRLPOOL 5d49c18329a6f86322cc6d7d943ed6c47d16fc810b549fac1326324c8c9a12b58d38313b562903209479ddb1464955bad326634fa2fc5bd923f878175cec243e
diff --git a/dev-perl/Tie-Simple/Tie-Simple-1.03-r1.ebuild b/dev-perl/Tie-Simple/Tie-Simple-1.03-r1.ebuild
deleted file mode 100644
index 48fa16a8a7e..00000000000
--- a/dev-perl/Tie-Simple/Tie-Simple-1.03-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=HANENKAMP
-inherit perl-module
-
-DESCRIPTION="Module for creating easier variable ties"
-
-SLOT="0"
-KEYWORDS="amd64 hppa x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Simple/
@ 2021-09-28 18:32 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-09-28 18:32 UTC (permalink / raw
To: gentoo-commits
commit: e880f877c7b310a7bfe690e9292f6e9cc33b466b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 18:28:29 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 18:32:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e880f877
dev-perl/Tie-Simple: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Tie-Simple-1.40.0.ebuild => Tie-Simple-1.40.0-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild b/dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild
similarity index 79%
rename from dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild
rename to dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild
index 7bb0b5544a7..263c6270c62 100644
--- a/dev-perl/Tie-Simple/Tie-Simple-1.40.0.ebuild
+++ b/dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=HANENKAMP
DIST_VERSION=1.04
@@ -11,14 +11,13 @@ DESCRIPTION="Module for creating easier variable ties"
SLOT="0"
KEYWORDS="amd64 ~hppa x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
+
src_test() {
perl_rm_files t/author-pod-{coverage,syntax}.t
perl-module_src_test
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-09-28 18:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-28 18:32 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Simple/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2017-04-28 17:51 Kent Fredric
2016-12-05 20:45 Pacho Ramos
2016-04-23 17:30 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