public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Controller-FormBuilder/
Date: Tue, 26 Aug 2014 19:06:47 +0000 (UTC)	[thread overview]
Message-ID: <1409076375.3190f43212e507c57bd838448405c3e33f9c8c84.kent@gentoo> (raw)

commit:     3190f43212e507c57bd838448405c3e33f9c8c84
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 17:56:31 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 18:06:15 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3190f432

[clean] dev-perl/Catalyst-Controller-FormBuilder remove old EAPI 0,2 versions

Package-Manager: portage-2.2.10

---
 .../Catalyst-Controller-FormBuilder-0.20.0.ebuild  | 23 -----------------
 .../Catalyst-Controller-FormBuilder-0.30.0.ebuild  | 25 ------------------
 .../Catalyst-Controller-FormBuilder-0.40.0.ebuild  | 25 ------------------
 .../Catalyst-Controller-FormBuilder-0.50.0.ebuild  | 30 ----------------------
 dev-perl/Catalyst-Controller-FormBuilder/ChangeLog |  9 ++++++-
 5 files changed, 8 insertions(+), 104 deletions(-)

diff --git a/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.20.0.ebuild b/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.20.0.ebuild
deleted file mode 100644
index a4759f5..0000000
--- a/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.20.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=JCAMACHO
-MODULE_VERSION="0.02"
-inherit perl-module
-
-DESCRIPTION="Catalyst FormBuilder Base Controller"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/CGI-FormBuilder-3.02
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	>=dev-perl/Class-Accessor-0.250.0
-	>=dev-perl/Test-WWW-Mechanize-Catalyst-0.370.0
-	>=dev-perl/Tie-IxHash-1.210.0
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.30.0.ebuild b/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.30.0.ebuild
deleted file mode 100644
index 97419e9..0000000
--- a/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.30.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=JCAMACHO
-MODULE_VERSION="0.03"
-inherit perl-module
-
-DESCRIPTION="Catalyst FormBuilder Base Controller"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/CGI-FormBuilder-3.02
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	>=dev-perl/Class-Accessor-0.250.0
-	>=dev-perl/Test-WWW-Mechanize-Catalyst-0.370.0
-	>=dev-perl/Tie-IxHash-1.210.0
-	>=dev-perl/Class-Data-Inheritable-0.40.0
-	>=dev-perl/Class-Inspector-1.130.0
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.40.0.ebuild b/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.40.0.ebuild
deleted file mode 100644
index 1ee963e..0000000
--- a/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.40.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=JCAMACHO
-MODULE_VERSION="0.04"
-inherit perl-module
-
-DESCRIPTION="Catalyst FormBuilder Base Controller"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/CGI-FormBuilder-3.02
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	>=dev-perl/Class-Accessor-0.250.0
-	>=dev-perl/Test-WWW-Mechanize-Catalyst-0.370.0
-	>=dev-perl/Tie-IxHash-1.210.0
-	>=dev-perl/Class-Data-Inheritable-0.40.0
-	>=dev-perl/Class-Inspector-1.130.0
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.50.0.ebuild b/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.50.0.ebuild
deleted file mode 100644
index ad79c54..0000000
--- a/dev-perl/Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.50.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=MSTROUT
-MODULE_VERSION="0.05"
-inherit perl-module
-
-DESCRIPTION="Catalyst FormBuilder Base Controller"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+template"
-DEPEND="
-	>=dev-perl/CGI-FormBuilder-3.02
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	>=dev-perl/MRO-Compat-0.90.0
-	>=dev-perl/Test-WWW-Mechanize-Catalyst-0.370.0
-	>=dev-perl/Tie-IxHash-1.210.0
-	>=dev-perl/Class-Data-Inheritable-0.40.0
-	>=dev-perl/Class-Inspector-1.130.0
-	>=virtual/perl-Scalar-List-Utils-1.19
-	template? (
-			>=dev-perl/Catalyst-View-TT-0.230.0
-	)
-"
-RDEPEND="${DEPEND}"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Controller-FormBuilder/ChangeLog b/dev-perl/Catalyst-Controller-FormBuilder/ChangeLog
index b167237..608688e 100644
--- a/dev-perl/Catalyst-Controller-FormBuilder/ChangeLog
+++ b/dev-perl/Catalyst-Controller-FormBuilder/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Catalyst-Controller-FormBuilder
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Controller-FormBuilder-0.20.0.ebuild,
+  -Catalyst-Controller-FormBuilder-0.30.0.ebuild,
+  -Catalyst-Controller-FormBuilder-0.40.0.ebuild,
+  -Catalyst-Controller-FormBuilder-0.50.0.ebuild:
+  Remove old versions and EAPI=0 versions
+
   03 May 2013; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Controller-FormBuilder-0.30.0.ebuild,
   Catalyst-Controller-FormBuilder-0.40.0.ebuild,


             reply	other threads:[~2014-08-26 19:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-26 19:06 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-26 19:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Controller-FormBuilder/ Kent Fredric
2013-05-03  4:12 Kent Fredric
2013-04-28 22:52 Kent Fredric
2013-04-28 22:52 Kent Fredric
2013-04-28 22:52 Kent Fredric
2012-02-22 22:30 Kent Fredric
2012-02-22 22:30 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-08-03  4:14 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=1409076375.3190f43212e507c57bd838448405c3e33f9c8c84.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