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/Jemplate/
Date: Mon,  1 Sep 2014 21:29:11 +0000 (UTC)	[thread overview]
Message-ID: <1409592246.16e4de64bb4ed8129324abf56e31dca182bb2907.kent@gentoo> (raw)

commit:     16e4de64bb4ed8129324abf56e31dca182bb2907
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 17:24:06 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 17:24:06 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=16e4de64

[cleanup] dev-perl/Jemplate Remove old EAPIs

Package-Manager: portage-2.2.10

---
 dev-perl/Jemplate/ChangeLog                  |  5 ++++
 dev-perl/Jemplate/Jemplate-0.220.0.ebuild    | 18 -------------
 dev-perl/Jemplate/Jemplate-0.230.0.ebuild    | 19 -------------
 dev-perl/Jemplate/Jemplate-0.261.0.ebuild    | 20 --------------
 dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild | 40 ----------------------------
 5 files changed, 5 insertions(+), 97 deletions(-)

diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index 4669477..9e92aa3 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Sep 2014; Kent Fredric <kentfredric@gmail.com> -Jemplate-0.220.0.ebuild,
+  -Jemplate-0.230.0.ebuild, -Jemplate-0.261.0.ebuild,
+  -Jemplate-0.262.0-r1.ebuild:
+  Remove old EAPIs
+
 *Jemplate-0.270.0-r1 (24 Jul 2014)
 *Jemplate-0.262.0-r1 (24 Jul 2014)
 

diff --git a/dev-perl/Jemplate/Jemplate-0.220.0.ebuild b/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
deleted file mode 100644
index a433d9f..0000000
--- a/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=RKRIMEN
-MODULE_VERSION="0.22"
-inherit perl-module
-
-DESCRIPTION="JavaScript Templating with Template Toolkit"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/Template-Toolkit-2.190.0
-"

diff --git a/dev-perl/Jemplate/Jemplate-0.230.0.ebuild b/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
deleted file mode 100644
index 60884ab..0000000
--- a/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=RKRIMEN
-MODULE_VERSION="0.23"
-inherit perl-module
-
-DESCRIPTION="JavaScript Templating with Template Toolkit"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/Template-Toolkit-2.190.0
-	>=dev-perl/File-Find-Rule-0.30
-"

diff --git a/dev-perl/Jemplate/Jemplate-0.261.0.ebuild b/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
deleted file mode 100644
index 46bc891..0000000
--- a/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-MODULE_VERSION=0.261
-MODULE_AUTHOR=RKRIMEN
-inherit perl-module
-
-DESCRIPTION="JavaScript Templating with Template Toolkit"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/Template-Toolkit-2.190.0
-	>=dev-perl/File-Find-Rule-0.30"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do

diff --git a/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild b/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
deleted file mode 100644
index ff254f8..0000000
--- a/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.262
-inherit perl-module
-
-DESCRIPTION='JavaScript Templating with Template Toolkit'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_runtime() {
-	# File::Find::Rule 0.30 ( 0.300.0 )
-	echo \>=dev-perl/File-Find-Rule-0.300.0
-	# Filter::Util::Call
-	echo dev-perl/Filter
-	# Template 2.14 ( 2.140.0 )
-	echo \>=dev-perl/Template-Toolkit-2.140.0
-	# perl v5.6.1 ( 5.6.1 )
-	echo \>=dev-lang/perl-5.6.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


             reply	other threads:[~2014-09-01 21:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-01 21:29 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-01 21:29 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/ Kent Fredric
2014-07-24  2:12 Kent Fredric
2013-02-09 19:31 Kent Fredric
2012-05-27  7:47 Kent Fredric
2012-05-27  7:47 Kent Fredric
2012-03-27  9:30 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=1409592246.16e4de64bb4ed8129324abf56e31dca182bb2907.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