From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 555C8138334 for ; Sun, 3 Jun 2018 03:31:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78115E08A4; Sun, 3 Jun 2018 03:31:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46BC2E08A4 for ; Sun, 3 Jun 2018 03:31:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87307335C79 for ; Sun, 3 Jun 2018 03:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EBA92C2 for ; Sun, 3 Jun 2018 03:31:25 +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: <1527996673.6987ce804191b0baaf4e8d7ba9af18d87a33b5d2.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ConfigReader/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild X-VCS-Directories: dev-perl/ConfigReader/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6987ce804191b0baaf4e8d7ba9af18d87a33b5d2 X-VCS-Branch: master Date: Sun, 3 Jun 2018 03:31:25 +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: 89166275-30b7-462c-bb56-8795f85eaccf X-Archives-Hash: 127447c36e3086108a1d4d219f1b6052 commit: 6987ce804191b0baaf4e8d7ba9af18d87a33b5d2 Author: Kent Fredric gentoo org> AuthorDate: Sat Jun 2 19:38:36 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Jun 3 03:31:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6987ce80 dev-perl/ConfigReader: Cleanup old version 0.500.0-r1 Package-Manager: Portage-2.3.29, Repoman-2.3.9 .../ConfigReader/ConfigReader-0.500.0-r1.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild b/dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild deleted file mode 100644 index 7401884656d..00000000000 --- a/dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PERL_EXPORT_PHASE_FUNCTIONS=no -MODULE_AUTHOR=AMW -MODULE_VERSION=0.5 -inherit perl-module - -DESCRIPTION="Read directives from a configuration file" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 ia64 ~ppc sparc x86" -IUSE="" - -src_install() { - perl_set_version - insinto ${VENDOR_LIB}/${PN} - doins "${S}"/*.pm || die - insinto ${VENDOR_LIB} - doins "${S}"/*.pod || die - dodoc README || die -}