public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ObjectDriver/
Date: Fri, 13 Aug 2021 01:05:34 +0000 (UTC)	[thread overview]
Message-ID: <1628816699.3e21062c6f94ea4b8c604e7f712b7a3178eaa3ae.sam@gentoo> (raw)

commit:     3e21062c6f94ea4b8c604e7f712b7a3178eaa3ae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 00:44:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 01:04:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e21062c

dev-perl/Data-ObjectDriver: drop 0.150.0, 0.200.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Data-ObjectDriver-0.150.0.ebuild               | 32 --------------------
 .../Data-ObjectDriver-0.200.0.ebuild               | 35 ----------------------
 dev-perl/Data-ObjectDriver/Manifest                |  2 --
 3 files changed, 69 deletions(-)

diff --git a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild
deleted file mode 100644
index 58a74617018..00000000000
--- a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SIXAPART
-DIST_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION="Simple, transparent data interface, with caching"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/Class-Trigger
-	dev-perl/Class-Data-Inheritable
-	dev-perl/Class-Accessor
-	dev-perl/DBI
-	virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.35.0
-	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	test? (
-		dev-perl/Test-Exception
-		dev-perl/DBD-SQLite
-		virtual/perl-version
-	)
-"
-DIST_TEST="do"

diff --git a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild
deleted file mode 100644
index 485b0d14067..00000000000
--- a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-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=7
-
-DIST_AUTHOR=SIXAPART
-DIST_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION="Simple, transparent data interface, with caching"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/Class-Accessor
-	dev-perl/Class-Data-Inheritable
-	dev-perl/Class-Trigger
-	dev-perl/DBI
-	virtual/perl-Scalar-List-Utils
-"
-DEPEND="
-	dev-perl/Module-Build-Tiny
-"
-BDEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.35.0
-	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	test? (
-		dev-perl/Test-Exception
-		>=dev-perl/DBD-SQLite-1.110.0
-		virtual/perl-version
-	)
-"

diff --git a/dev-perl/Data-ObjectDriver/Manifest b/dev-perl/Data-ObjectDriver/Manifest
index 2f687142cc2..8766b9917ea 100644
--- a/dev-perl/Data-ObjectDriver/Manifest
+++ b/dev-perl/Data-ObjectDriver/Manifest
@@ -1,3 +1 @@
-DIST Data-ObjectDriver-0.15.tar.gz 84386 BLAKE2B b554673970061af445c4c4996dd15c0a418617c534af07ab17a99d21cfc44bc9dc43f8c8095eb30d1c2847a8942820481b4bbe86346bd144b21ec0a69ab1122b SHA512 5be77086f2aa646e9bc80fc8d3de2edb6726946a17149573efbce2bbe83d2ec1b294aa20cd66330f0827ee26a5113b9e02ea542111aed94804c0ccdce1e89c1b
-DIST Data-ObjectDriver-0.20.tar.gz 89960 BLAKE2B 778d0a493e93377dc91e96df195472489638d57f7da87da98c394bd5034659fa867ccf0dec173eb12a39d3aa7118284983f0c35c2c16156fad15cc02e40ee94c SHA512 5df6e1c5f70a31fcac2dd3911c9d73a02c295f837753dcd27a1296203342afeb1083795e1e0a234be9c82e551c50e26a9bd2fcec4ddba59b0e01a11348800942
 DIST Data-ObjectDriver-0.21.tar.gz 92070 BLAKE2B a26da0f855ad62d384a0c361d84b290cea3a6a298577827e417aa2f280e353f66347032e65f41f65522355b09f8c9e9634444b223e1719cff14ff552edfbdced SHA512 7ad062b5ded11fa61a0dd3ab1fcdf4e57b3f1c6a60b98f736f57a2ba44a1ca84108b46324c090ed8e4da97e57fbe5b6ef495153564f93f665289bd7918fa1182


             reply	other threads:[~2021-08-13  1:05 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-13  1:05 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-05 21:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ObjectDriver/ Sam James
2024-12-01 22:36 Jakov Smolić
2024-10-24 10:23 Sam James
2023-08-04 22:40 Sam James
2023-07-24 12:07 Jakov Smolić
2023-07-24 12:07 Jakov Smolić
2023-06-21  7:53 Sam James
2021-05-15 18:04 Sam James
2021-05-15 18:04 Sam James
2021-05-15  2:35 Sam James
2021-05-15  2:01 Sam James
2021-05-15  0:26 Andreas K. Hüttel
2020-10-19  5:22 Kent Fredric
2020-09-16  9:08 Kent Fredric
2020-07-16 12:25 Kent Fredric
2017-06-03 20:48 Kent Fredric
2017-05-22  0:43 Michael Weber
2017-05-20  9:34 Agostino Sarubbo
2017-05-20  8:49 Agostino Sarubbo
2017-04-21  9:31 Ettore Di Giacinto
2016-11-10 19:24 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=1628816699.3e21062c6f94ea4b8c604e7f712b7a3178eaa3ae.sam@gentoo \
    --to=sam@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