From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F09F138CD3 for ; Mon, 8 Jun 2015 14:00:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28791E09D6; Mon, 8 Jun 2015 14:00:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25361E09D5 for ; Mon, 8 Jun 2015 14:00:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4671F34086E for ; Mon, 8 Jun 2015 14:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A65AA38 for ; Mon, 8 Jun 2015 14:00:05 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1433771399.f954ce7d000016bd4d5ddb537e031026d04fefd7.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Selector-XPath/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.140.0.ebuild dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.40.0.ebuild dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.60.0.ebuild dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.70.0.ebuild dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.80.0.ebuild X-VCS-Directories: dev-perl/HTML-Selector-XPath/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f954ce7d000016bd4d5ddb537e031026d04fefd7 X-VCS-Branch: master Date: Mon, 8 Jun 2015 14:00:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 70a6d98a-41e7-40e2-b0cc-2aac964fb39d X-Archives-Hash: 0f7628f2d51454c63581c292333099d0 commit: f954ce7d000016bd4d5ddb537e031026d04fefd7 Author: Kent Fredric gmail com> AuthorDate: Mon Jun 8 13:49:59 2015 +0000 Commit: Kent Fredric gmail 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"