From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Selector-XPath/
Date: Mon, 8 Jun 2015 14:00:05 +0000 (UTC) [thread overview]
Message-ID: <1433771399.f954ce7d000016bd4d5ddb537e031026d04fefd7.kent@gentoo> (raw)
commit: f954ce7d000016bd4d5ddb537e031026d04fefd7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 8 13:49:59 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 8 13:49:59 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f954ce7d
[cleanup] HTML-Selector-XPath: remove old versions
Package-Manager: portage-2.2.17
.../HTML-Selector-XPath-0.140.0.ebuild | 36 ----------------------
.../HTML-Selector-XPath-0.40.0.ebuild | 21 -------------
.../HTML-Selector-XPath-0.60.0.ebuild | 24 ---------------
.../HTML-Selector-XPath-0.70.0.ebuild | 24 ---------------
.../HTML-Selector-XPath-0.80.0.ebuild | 26 ----------------
5 files changed, 131 deletions(-)
diff --git a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.140.0.ebuild b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.140.0.ebuild
deleted file mode 100644
index 57aa0ff..0000000
--- a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.140.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=CORION
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION='CSS Selector to XPath compiler'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.50 ( 6.500.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.50
-}
-perl_meta_build() {
- # Test::Base
- echo dev-perl/Test-Base
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # perl v5.8.1 ( 5.8.1 )
- echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.40.0.ebuild b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.40.0.ebuild
deleted file mode 100644
index 718f80f..0000000
--- a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.40.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR="MIYAGAWA"
-MODULE_VERSION="0.04"
-inherit perl-module
-
-DESCRIPTION="CSS Selector to XPath compiler"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Base )"
-
-SRC_TEST="do"
diff --git a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.60.0.ebuild b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.60.0.ebuild
deleted file mode 100644
index bc17b29..0000000
--- a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.60.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="CSS Selector to XPath compiler"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Base
- dev-perl/Test-Pod
- )"
-
-SRC_TEST="do"
diff --git a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.70.0.ebuild b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.70.0.ebuild
deleted file mode 100644
index 0c13032..0000000
--- a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.70.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION="CSS Selector to XPath compiler"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Base
- dev-perl/Test-Pod
- )"
-
-SRC_TEST="do"
diff --git a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.80.0.ebuild b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.80.0.ebuild
deleted file mode 100644
index 2214a18..0000000
--- a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.80.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION="CSS Selector to XPath compiler"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-perl_mi_build() {
- # Test::More
- echo virtual/perl-Test-Simple
- # Test::Base
- echo dev-perl/Test-Base
-}
-RDEPEND="$(perl_mi_build)"
-DEPEND="$(perl_mi_build)"
-
-SRC_TEST="do"
next reply other threads:[~2015-06-08 14:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-08 14:00 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-28 2:41 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Selector-XPath/ Kent Fredric
2012-02-27 16:54 Kent Fredric
2011-09-24 14:04 Kent Fredric
2011-03-10 18:54 Kent Fredric
2011-03-10 18:54 Kent Fredric
2011-02-19 8:12 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=1433771399.f954ce7d000016bd4d5ddb537e031026d04fefd7.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