From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-QueryLog/
Date: Mon, 8 Jun 2015 11:14:08 +0000 (UTC) [thread overview]
Message-ID: <1433749285.7c7c8fcf0f0ccd8db503f67810ab806888221cba.kent@gentoo> (raw)
commit: 7c7c8fcf0f0ccd8db503f67810ab806888221cba
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 8 07:41:25 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 8 07:41:25 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7c7c8fcf
[cleanup] DBIx-Class-QueryLog: Remove old versions
Package-Manager: portage-2.2.17
.../DBIx-Class-QueryLog-1.2.3.ebuild | 29 ---------------
.../DBIx-Class-QueryLog-1.3.0.ebuild | 28 ---------------
.../DBIx-Class-QueryLog-1.3.1.ebuild | 31 ----------------
.../DBIx-Class-QueryLog-1.3.2.ebuild | 42 ----------------------
4 files changed, 130 deletions(-)
diff --git a/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.2.3.ebuild b/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.2.3.ebuild
deleted file mode 100644
index 5459f5c..0000000
--- a/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.2.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=GPHAT
-inherit perl-module
-
-DESCRIPTION="Log queries for later analysis."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Class-Accessor
- >=dev-perl/DBIx-Class-0.70.0
- dev-perl/Moose
- dev-perl/MooseX-AttributeHelpers
- virtual/perl-Time-HiRes
-"
-DEPEND="${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.3.0.ebuild b/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.3.0.ebuild
deleted file mode 100644
index f35d620..0000000
--- a/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=GPHAT
-inherit perl-module
-
-DESCRIPTION="Log queries for later analysis."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Class-Accessor
- >=dev-perl/DBIx-Class-0.70.0
- >=dev-perl/Moose-0.900.0
- virtual/perl-Time-HiRes
-"
-DEPEND="${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.3.1.ebuild b/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.3.1.ebuild
deleted file mode 100644
index aafe97e..0000000
--- a/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.3.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=GPHAT
-MODULE_VERSION=1.3.1
-inherit perl-module
-
-DESCRIPTION="Log queries for later analysis."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Class-Accessor
- >=dev-perl/DBIx-Class-0.70.0
- >=dev-perl/Moose-0.900.0
- virtual/perl-Time-HiRes
-"
-DEPEND="${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.3.2.ebuild b/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.3.2.ebuild
deleted file mode 100644
index 9120b57..0000000
--- a/dev-perl/DBIx-Class-QueryLog/DBIx-Class-QueryLog-1.3.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=GPHAT
-MODULE_VERSION=1.3.2
-inherit perl-module
-
-DESCRIPTION='Log queries for later analysis.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_runtime() {
- # Class::Accessor
- echo dev-perl/Class-Accessor
- # DBIx::Class 0.07000 ( 0.70.0 )
- echo \>=dev-perl/DBIx-Class-0.70.0
- # Moose 0.90 ( 0.900.0 )
- echo \>=dev-perl/Moose-0.900.0
- # Test::More
- echo virtual/perl-Test-Simple
- # Time::HiRes
- echo virtual/perl-Time-HiRes
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
next reply other threads:[~2015-06-08 11:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-08 11:14 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-27 8:36 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-QueryLog/ Kent Fredric
2012-10-27 8:36 Kent Fredric
2011-09-23 8:27 Kent Fredric
2011-07-22 19:15 Torsten Veller
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=1433749285.7c7c8fcf0f0ccd8db503f67810ab806888221cba.kent@gentoo \
--to=kentfredric@gmail.com \
--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