public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Moment/
Date: Thu, 20 Apr 2017 12:24:28 +0000 (UTC)	[thread overview]
Message-ID: <1492691050.94b687e580e9fc1da967fc957cb3d19e1d6a536a.kentnl@gentoo> (raw)

commit:     94b687e580e9fc1da967fc957cb3d19e1d6a536a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 12:24:10 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 12:24:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b687e5

dev-perl/Time-Moment: Remove old re bug #615238

Bug: https://bugs.gentoo.org/615238
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Time-Moment/Manifest                   |  4 ---
 dev-perl/Time-Moment/Time-Moment-0.380.0.ebuild | 33 ------------------------
 dev-perl/Time-Moment/Time-Moment-0.390.0.ebuild | 34 -------------------------
 dev-perl/Time-Moment/Time-Moment-0.400.0.ebuild | 34 -------------------------
 dev-perl/Time-Moment/Time-Moment-0.410.0.ebuild | 34 -------------------------
 5 files changed, 139 deletions(-)

diff --git a/dev-perl/Time-Moment/Manifest b/dev-perl/Time-Moment/Manifest
index 4f90ddd9fa5..1f152399963 100644
--- a/dev-perl/Time-Moment/Manifest
+++ b/dev-perl/Time-Moment/Manifest
@@ -1,5 +1 @@
-DIST Time-Moment-0.38.tar.gz 150867 SHA256 0a8e3d77676f66095c15d63395cacf7dc283eccf1844ad3b718f4e18d9db74a1 SHA512 e287b66cf6dc902bd3748753246ff554a4f512cdfa41e84ac6dc1d6853d2ec37cf9a4de476914cee4582f2a2121fc14fc6d71e98efa6d8a4f0600aff883571aa WHIRLPOOL 7c151d3d6d10c5aaf335baa5581b6eea275072781d1ace9472da51553ac3d7d1479f2f2815920aa03d5b798bb45f119089156edb5602102fa32493e8a832ef39
-DIST Time-Moment-0.39.tar.gz 158045 SHA256 4cbbadb1f525a35061965475cafacac92a8fd9b2fcf654b19069170aee041b90 SHA512 40d421cafecaac0fc97fe7f6d353a3bbb54e85f34bac4ffb512c67419d6d86ecc5e7a547604847616c498492e9029f3f116bbd2ec1159f0f210a63fb8b568b51 WHIRLPOOL 8a92ef30cf186c1f5f93e9aefdbe76bfb62d57fcdf09ca24088e96a4fdb0f3b4df25524fcd1449367f503fcf923cc8aeadb376de168eb6669af5a54d3c1db9a4
-DIST Time-Moment-0.40.tar.gz 158105 SHA256 1c69b2dc999476df6a7bdd25fe64f7042d0a81eebfa5438314cc2e85f97c5c48 SHA512 f67fe86f726ee8ca51a31c2bc37439ede857a34364d0bfa15a78ffb1441cd491ffeb5b52070053e83481c04635bc2e2b449b42b681e4fae39e126c558f167350 WHIRLPOOL 2c2c6168ded680b42aefa51fb1dd2b911e24ca546a4bd005c1092a478574a5c7e4f139e08455bbfc7f4f1721676bdfab1c6c3f781c364dbf704940178c88f240
-DIST Time-Moment-0.41.tar.gz 158352 SHA256 5aa9d8340ab68ffaa9c40d712e4d7636954b1ae37f670d42616a213b18bbd2b7 SHA512 577ba309e0c14324dd96cfe7bbfa1f25c97f2223ac4e052dbfec3f7f8f9181866fd8c047d7ce849e88c6b90c9c4c9243355cd82c66dbdf643375c2916184145e WHIRLPOOL f51a9274e9643f1fc820fab7b9816f6b797aa2d0224f058d7295eaec63ebade07f7f01e5a446758d3a0f0b31e81af0728f2e7357623dc6163e1367eee4cf6896
 DIST Time-Moment-0.42.tar.gz 159651 SHA256 7c92fa8a1245f9a73f4735ce82f9e855a42a50e81315d6d2ea6e55eefeae0098 SHA512 e8015a461c39f3d3ad7d0ca03c0b1e1b5ed39b83bc16f12f00f35d36a4f34786a089ac4b86dcccd5b6e7da8a118873efc0cc2d6a60848bdbff7b7550285be6ab WHIRLPOOL c30b8aaec93e01123c950de69dd8bcacad371031e630d94a35453a0fbcddf7ae064981657618b0102b29019c2edd586da3ed19bf6610f81712872f9e34016bb7

diff --git a/dev-perl/Time-Moment/Time-Moment-0.380.0.ebuild b/dev-perl/Time-Moment/Time-Moment-0.380.0.ebuild
deleted file mode 100644
index 25b729a9262..00000000000
--- a/dev-perl/Time-Moment/Time-Moment-0.380.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CHANSEN
-DIST_VERSION=0.38
-inherit perl-module
-
-DESCRIPTION="Represents a date and time of day with an offset from UTC"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PATCHES=(
-	"${FILESDIR}/${DIST_VERSION}-makefilepl.patch"
-)
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Time-HiRes
-	>=virtual/perl-XSLoader-0.20.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	>=virtual/perl-ExtUtils-ParseXS-3.180.0
-	test? (
-		>=dev-perl/Test-Fatal-0.6.0
-		>=dev-perl/Test-Number-Delta-1.60.0
-		dev-perl/Test-Requires
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"

diff --git a/dev-perl/Time-Moment/Time-Moment-0.390.0.ebuild b/dev-perl/Time-Moment/Time-Moment-0.390.0.ebuild
deleted file mode 100644
index 12e06c625d6..00000000000
--- a/dev-perl/Time-Moment/Time-Moment-0.390.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CHANSEN
-DIST_VERSION=0.39
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Represents a date and time of day with an offset from UTC"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PATCHES=(
-	"${FILESDIR}/0.38-makefilepl.patch"
-)
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Time-HiRes
-	>=virtual/perl-XSLoader-0.20.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	>=virtual/perl-ExtUtils-ParseXS-3.180.0
-	test? (
-		>=dev-perl/Test-Fatal-0.6.0
-		>=dev-perl/Test-Number-Delta-1.60.0
-		dev-perl/Test-Requires
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"

diff --git a/dev-perl/Time-Moment/Time-Moment-0.400.0.ebuild b/dev-perl/Time-Moment/Time-Moment-0.400.0.ebuild
deleted file mode 100644
index 7a06d23b90b..00000000000
--- a/dev-perl/Time-Moment/Time-Moment-0.400.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CHANSEN
-DIST_VERSION=0.40
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Represents a date and time of day with an offset from UTC"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PATCHES=(
-	"${FILESDIR}/0.38-makefilepl.patch"
-)
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Time-HiRes
-	>=virtual/perl-XSLoader-0.20.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	>=virtual/perl-ExtUtils-ParseXS-3.180.0
-	test? (
-		>=dev-perl/Test-Fatal-0.6.0
-		>=dev-perl/Test-Number-Delta-1.60.0
-		dev-perl/Test-Requires
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"

diff --git a/dev-perl/Time-Moment/Time-Moment-0.410.0.ebuild b/dev-perl/Time-Moment/Time-Moment-0.410.0.ebuild
deleted file mode 100644
index f84604a63ab..00000000000
--- a/dev-perl/Time-Moment/Time-Moment-0.410.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CHANSEN
-DIST_VERSION=0.41
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Represents a date and time of day with an offset from UTC"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PATCHES=(
-	"${FILESDIR}/0.38-makefilepl.patch"
-)
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Time-HiRes
-	>=virtual/perl-XSLoader-0.20.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	>=virtual/perl-ExtUtils-ParseXS-3.180.0
-	test? (
-		>=dev-perl/Test-Fatal-0.6.0
-		>=dev-perl/Test-Number-Delta-1.60.0
-		dev-perl/Test-Requires
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"


             reply	other threads:[~2017-04-20 12:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-20 12:24 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-11  4:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Moment/ Andreas K. Hüttel
2021-09-29 15:53 Andreas K. Hüttel
2018-07-21 13:27 Kent Fredric
2018-03-13 11:57 Kent Fredric
2017-04-11  7:39 Kent Fredric
2016-12-10 16:54 Kent Fredric
2016-12-05 12:15 Kent Fredric
2016-11-26 13:51 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492691050.94b687e580e9fc1da967fc957cb3d19e1d6a536a.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox