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 F2716138989 for ; Sat, 2 May 2015 02:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B869E084B; Sat, 2 May 2015 02:21:28 +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 18E9AE084B for ; Sat, 2 May 2015 02:21:23 +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 3D91A340C3F for ; Sat, 2 May 2015 02:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09A789B8 for ; Sat, 2 May 2015 02:21:10 +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: <1430531032.ca8ede97cd40d125fd5173ae18ce4052efb1fa63.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/signatures/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/signatures/signatures-0.60.0.ebuild X-VCS-Directories: dev-perl/signatures/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ca8ede97cd40d125fd5173ae18ce4052efb1fa63 X-VCS-Branch: master Date: Sat, 2 May 2015 02:21:10 +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: 4a0e9e5c-3c38-464f-99a8-c9499e9c7f17 X-Archives-Hash: fea06e8e8e6e343b57b0aa0fdc33b3a8 commit: ca8ede97cd40d125fd5173ae18ce4052efb1fa63 Author: Kent Fredric gmail com> AuthorDate: Sat May 2 01:43:52 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat May 2 01:43:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ca8ede97 [cleanup] signatures: remove old versions Package-Manager: portage-2.2.17 RepoMan-Options: --force dev-perl/signatures/signatures-0.60.0.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-perl/signatures/signatures-0.60.0.ebuild b/dev-perl/signatures/signatures-0.60.0.ebuild deleted file mode 100644 index c0e601f..0000000 --- a/dev-perl/signatures/signatures-0.60.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 -MODULE_AUTHOR=FLORA -MODULE_VERSION="0.06" -inherit perl-module - -DESCRIPTION="Subroutine signatures with no source filter" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -RDEPEND=" - >=dev-perl/B-Hooks-OP-Check-0.180.0 - >=dev-perl/B-Hooks-OP-PPAddr-0.30.0 - >=dev-perl/B-Hooks-Parser-0.70.0 - >=dev-perl/B-Hooks-EndOfScope-0.80.0 -" -DEPEND=" - ${RDEPEND} -" -SRC_TEST="do"