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 35A7B138CD3 for ; Tue, 9 Jun 2015 08:15:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8D14E0887; Tue, 9 Jun 2015 08:15:00 +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 D63C5E088B for ; Tue, 9 Jun 2015 08:14:59 +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 B93EE340AA9 for ; Tue, 9 Jun 2015 08:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B789A40 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: <1433830436.52dcd9f70b00c4c49fae7dacc7b605a6d716b543.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Travel-Routing-DE-VRR/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Travel-Routing-DE-VRR/Travel-Routing-DE-VRR-2.10.0.ebuild X-VCS-Directories: dev-perl/Travel-Routing-DE-VRR/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 52dcd9f70b00c4c49fae7dacc7b605a6d716b543 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: e95e94af-f397-48c0-8278-a6531addbf9a X-Archives-Hash: 88f9401ce63082dd83140d335017eea4 commit: 52dcd9f70b00c4c49fae7dacc7b605a6d716b543 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 06:13:56 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 06:13:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=52dcd9f7 [cleanup] Travel-Routing-DE-VRR: Remove old versions Package-Manager: portage-2.2.17 .../Travel-Routing-DE-VRR-2.10.0.ebuild | 52 ---------------------- 1 file changed, 52 deletions(-) diff --git a/dev-perl/Travel-Routing-DE-VRR/Travel-Routing-DE-VRR-2.10.0.ebuild b/dev-perl/Travel-Routing-DE-VRR/Travel-Routing-DE-VRR-2.10.0.ebuild deleted file mode 100644 index 3a0f571..0000000 --- a/dev-perl/Travel-Routing-DE-VRR/Travel-Routing-DE-VRR-2.10.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DERF -MODULE_VERSION=2.01 -inherit perl-module - -DESCRIPTION='unofficial interface to the efa.vrr.de German itinerary service' -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # Module::Build 0.38 ( 0.380.0 ) - echo \>=virtual/perl-Module-Build-0.380.0 -} -perl_meta_build() { - # File::Slurp - echo dev-perl/File-Slurp - # Test::Compile - echo dev-perl/Test-Compile - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::More - echo virtual/perl-Test-Simple - # Test::Pod - echo dev-perl/Test-Pod -} -perl_meta_runtime() { - # Class::Accessor - echo dev-perl/Class-Accessor - # Exception::Class - echo dev-perl/Exception-Class - # Getopt::Long - echo virtual/perl-Getopt-Long - # LWP::UserAgent - echo dev-perl/libwww-perl - # XML::LibXML - echo dev-perl/XML-LibXML - # perl v5.10.1 ( 5.10.1 ) - echo \>=dev-lang/perl-5.10.1 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"