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 62444138CD3 for ; Tue, 9 Jun 2015 08:15:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D11DE089A; Tue, 9 Jun 2015 08:15:06 +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 A859BE0897 for ; Tue, 9 Jun 2015 08:15:00 +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 00AC7340A69 for ; Tue, 9 Jun 2015 08:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D251A41 for ; Tue, 9 Jun 2015 08:14:56 +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: <1433830448.7a551dc686876609379366dd0a7878b06a7358ed.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Escape-XS/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild X-VCS-Directories: dev-perl/URI-Escape-XS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7a551dc686876609379366dd0a7878b06a7358ed X-VCS-Branch: master Date: Tue, 9 Jun 2015 08:14:56 +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: e09df068-022a-417e-b5a7-d7145b9a6015 X-Archives-Hash: 4dfbaedf9ec4290db576407695c7be00 commit: 7a551dc686876609379366dd0a7878b06a7358ed Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 06:14:08 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 06:14:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7a551dc6 [cleanup] URI-Escape-XS: Remove old versions Package-Manager: portage-2.2.17 dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild | 34 ---------------------- dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild | 34 ---------------------- 2 files changed, 68 deletions(-) diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild deleted file mode 100644 index 845f5df..0000000 --- a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.80.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DANKOGAI -MODULE_VERSION=0.08 -inherit perl-module - -DESCRIPTION='Drop-In replacement for URI::Escape' -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # Test::More - echo virtual/perl-Test-Simple -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild deleted file mode 100644 index cdfba16..0000000 --- a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.90.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DANKOGAI -MODULE_VERSION=0.09 -inherit perl-module - -DESCRIPTION='Drop-In replacement for URI::Escape' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # Test::More - echo virtual/perl-Test-Simple -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"