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 10BF71382CE for ; Sat, 25 Jun 2016 22:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 450BEE0BC9; Sat, 25 Jun 2016 22:15:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D96C0E0BC9 for ; Sat, 25 Jun 2016 22:15:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7BD9340C9A for ; Sat, 25 Jun 2016 22:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD1ED2430 for ; Sat, 25 Jun 2016 22:15:49 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1466891904.d3198383ae1b8833c489909e93c8ae92f388efd2.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Starter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Starter/Module-Starter-1.600.0-r1.ebuild X-VCS-Directories: dev-perl/Module-Starter/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d3198383ae1b8833c489909e93c8ae92f388efd2 X-VCS-Branch: master Date: Sat, 25 Jun 2016 22:15:49 +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: adf0b5ce-3f1c-4a6e-a189-c3ca69ebc764 X-Archives-Hash: c59847f3801229cb40e7a9bbd38998a3 commit: d3198383ae1b8833c489909e93c8ae92f388efd2 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 25 21:58:24 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jun 25 21:58:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3198383 dev-perl/Module-Starter: Remove old Package-Manager: portage-2.3.0_rc1 .../Module-Starter-1.600.0-r1.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/dev-perl/Module-Starter/Module-Starter-1.600.0-r1.ebuild b/dev-perl/Module-Starter/Module-Starter-1.600.0-r1.ebuild deleted file mode 100644 index 8255ac0..0000000 --- a/dev-perl/Module-Starter/Module-Starter-1.600.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=XSAWYERX -MODULE_VERSION=1.60 -inherit perl-module - -DESCRIPTION="A simple starter kit for any module" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=" - virtual/perl-File-Spec - virtual/perl-Getopt-Long - dev-perl/Path-Class - >=virtual/perl-Pod-Parser-1.21 -" -DEPEND="${RDEPEND} - test? ( - virtual/perl-Test-Simple - >=virtual/perl-Test-Harness-0.21 - ) -" - -SRC_TEST=do