* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ICal/
@ 2016-01-01 0:50 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-01-01 0:50 UTC (permalink / raw
To: gentoo-commits
commit: add3e7d7ef3a8d6ea1f41cf5e9926d3695c18b06
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 22:34:24 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 00:50:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add3e7d7
dev-perl/Data-ICal: Remove old
Package-Manager: portage-2.2.26
dev-perl/Data-ICal/Data-ICal-0.210.0-r1.ebuild | 34 --------------------------
dev-perl/Data-ICal/Manifest | 1 -
2 files changed, 35 deletions(-)
diff --git a/dev-perl/Data-ICal/Data-ICal-0.210.0-r1.ebuild b/dev-perl/Data-ICal/Data-ICal-0.210.0-r1.ebuild
deleted file mode 100644
index 676e941..0000000
--- a/dev-perl/Data-ICal/Data-ICal-0.210.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION="Generates iCalendar (RFC 2445) calendar files"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Class-Accessor
- dev-perl/Class-ReturnValue
- dev-perl/Text-vFile-asData"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- dev-perl/Test-Warn
- dev-perl/Test-NoWarnings
- dev-perl/Test-LongString
- )"
-
-SRC_TEST="do"
-
-src_prepare() {
- sed -i "/^auto_install();/d" "${S}"/Makefile.PL || die
- perl-module_src_prepare
-}
diff --git a/dev-perl/Data-ICal/Manifest b/dev-perl/Data-ICal/Manifest
index 08913bc..2b45182 100644
--- a/dev-perl/Data-ICal/Manifest
+++ b/dev-perl/Data-ICal/Manifest
@@ -1,2 +1 @@
-DIST Data-ICal-0.21.tar.gz 117530 SHA256 93c2b0b0800b52e753073094675338aa476183ea9b759872b11e44dd43c9b45d SHA512 d3c8295c043f3c39b6ff50f74031bf4949702dba3bb1013b06f98f7637f1334511ce6286c620f40133b9196bfd08dd940a31df622d05593c2a4a19cd778521b2 WHIRLPOOL ab7449a894223caa445a0d1bb91a4afdcb1b4ca3b543666cee2e7047ebed607dd0c3477b1f42d92669e41f78942ec0c13bcfd501964187711cf935985fade340
DIST Data-ICal-0.22.tar.gz 119116 SHA256 8ae9d20af244e5a6f606c7325e9d145dd0002676a178357af860a5e156925720 SHA512 a02364dfb0a1e24efcf2efdb7240bb6c47ad5ed3a99ada51ddb9817b4e433038d57113699c6875f7d592cd3af46f5b074a1ac50cf951b7af449bde1765ed5d55 WHIRLPOOL 326a08a554a86c7e0b9a182170d467bac4ec738014ae5e4bcffb43e8d848bbe3f884d9e006cf87d45d21f1ec24a2ebcf0d5f9b9f1e28f7ce3e340a284c07e177
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ICal/
@ 2016-08-08 8:11 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2016-08-08 8:11 UTC (permalink / raw
To: gentoo-commits
commit: 3175e3d183153f2419aad5daf72fb6613e093120
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 05:56:26 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 08:11:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3175e3d1
dev-perl/Data-ICal: Remove POD Author tests
Not useful in Gentoo
Package-Manager: portage-2.3.0
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/Data-ICal/Data-ICal-0.220.0.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild b/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild
index e7caf61..89d78b2 100644
--- a/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild
+++ b/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -22,8 +22,6 @@ RDEPEND="
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.360.0
test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
dev-perl/Test-Warn
dev-perl/Test-NoWarnings
dev-perl/Test-LongString
@@ -37,3 +35,8 @@ src_prepare() {
sed -i "/^auto_install();/d" "${S}"/Makefile.PL || die
perl-module_src_prepare
}
+
+src_test() {
+ perl_rm_files t/pod.t t/pod-coverage.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ICal/
@ 2017-06-25 7:56 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-06-25 7:56 UTC (permalink / raw
To: gentoo-commits
commit: 715d894c6ab192c726605461a1745f212b4735c6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 07:55:52 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 07:56:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715d894c
dev-perl/Data-ICal: Fix for '.' in @INC re bug #615604
Generic Module::Install fix
Bug: https://bugs.gentoo.org/615604
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild b/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild
index 1624fb0d1e5..7f14661d9f1 100644
--- a/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild
+++ b/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild
@@ -32,6 +32,8 @@ SRC_TEST="do"
src_prepare() {
sed -i "/^auto_install();/d" "${S}"/Makefile.PL || die
+ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ICal/
@ 2021-05-15 0:26 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15 0:26 UTC (permalink / raw
To: gentoo-commits
commit: b52185a02a3797cd0c11b0e153ec17cfc762bb4e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 00:14:39 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 00:25:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52185a0
dev-perl/Data-ICal: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Data-ICal/Data-ICal-0.240.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Data-ICal/Data-ICal-0.240.0.ebuild b/dev-perl/Data-ICal/Data-ICal-0.240.0.ebuild
index f156dbbb888..1072d58c49f 100644
--- a/dev-perl/Data-ICal/Data-ICal-0.240.0.ebuild
+++ b/dev-perl/Data-ICal/Data-ICal-0.240.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Generates iCalendar (RFC 2445) calendar files"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ICal/
@ 2021-05-15 0:26 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15 0:26 UTC (permalink / raw
To: gentoo-commits
commit: e13c8c205fd124a224d6d9322d188c593155f132
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 00:14:56 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 00:25:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13c8c20
dev-perl/Data-ICal: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild | 44 -----------------------------
dev-perl/Data-ICal/Manifest | 1 -
2 files changed, 45 deletions(-)
diff --git a/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild b/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild
deleted file mode 100644
index 618269e0d73..00000000000
--- a/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION="Generates iCalendar (RFC 2445) calendar files"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Class-Accessor
- dev-perl/Class-ReturnValue
- dev-perl/Text-vFile-asData
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.360.0
- test? (
- dev-perl/Test-Warn
- dev-perl/Test-NoWarnings
- dev-perl/Test-LongString
- virtual/perl-Test-Simple
- )
-"
-
-SRC_TEST="do"
-
-src_prepare() {
- sed -i "/^auto_install();/d" "${S}"/Makefile.PL || die
- sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
-
-src_test() {
- perl_rm_files t/pod.t t/pod-coverage.t
- perl-module_src_test
-}
diff --git a/dev-perl/Data-ICal/Manifest b/dev-perl/Data-ICal/Manifest
index 03b95c929cb..2458e1f34b5 100644
--- a/dev-perl/Data-ICal/Manifest
+++ b/dev-perl/Data-ICal/Manifest
@@ -1,2 +1 @@
-DIST Data-ICal-0.22.tar.gz 119116 BLAKE2B 5288c6c32a1225a6fbe587bc07650d94895f937516a82a1781777ec79827d80040b1fb3f10542d52fa5985c4b26ef38f374d7fbe4761bc2d1bc7afa4769e1671 SHA512 a02364dfb0a1e24efcf2efdb7240bb6c47ad5ed3a99ada51ddb9817b4e433038d57113699c6875f7d592cd3af46f5b074a1ac50cf951b7af449bde1765ed5d55
DIST Data-ICal-0.24.tar.gz 120451 BLAKE2B 5f96ae3a625eb4e5823b9250673d4ae7c2b4addf80ab9543d1152cd45462fa901d3a76419f66b2eda4532b48eb380262ceedf6356cc72844e3dd2765d836af53 SHA512 592cc76dd8dd00d8ce365a7105c6b732ecb94838876d6b430f1f3078e8674f9584c5a6248c5ec5ebbee9d35f3758d9709d45e70728899c528d030424abe81d9e
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-05-15 0:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25 7:56 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ICal/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-05-15 0:26 Andreas K. Hüttel
2021-05-15 0:26 Andreas K. Hüttel
2016-08-08 8:11 Kent Fredric
2016-01-01 0:50 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