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 4933B58973 for ; Sun, 31 Jan 2016 20:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 671F321C076; Sun, 31 Jan 2016 20:43:05 +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 0B4EC21C076 for ; Sun, 31 Jan 2016 20:43:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2C45340BB8 for ; Sun, 31 Jan 2016 20:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 172D78E5 for ; Sun, 31 Jan 2016 20:43:00 +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: <1454272858.f46de0b35405f09a7164a2ac2f45b3515cac627a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GnuPG-Interface/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild X-VCS-Directories: dev-perl/GnuPG-Interface/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: f46de0b35405f09a7164a2ac2f45b3515cac627a X-VCS-Branch: master Date: Sun, 31 Jan 2016 20:43:00 +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: 920babf7-f593-4b20-9f8b-fd445b9762e1 X-Archives-Hash: bd0c44abe687efd4424099710e4e5681 commit: f46de0b35405f09a7164a2ac2f45b3515cac627a Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jan 31 15:41:53 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Jan 31 20:40:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46de0b3 dev-perl/GnuPG-Interface: Remove old Package-Manager: portage-2.2.27 .../GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild deleted file mode 100644 index 9f1d26d..0000000 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=ALEXMV -MODULE_VERSION=0.46 -inherit perl-module - -DESCRIPTION="Perl module interface to interacting with GnuPG" - -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="test" - -RDEPEND=" - >=app-crypt/gnupg-1.2.1-r1 - virtual/perl-autodie - >=virtual/perl-Math-BigInt-1.780.0 - >=dev-perl/Moo-0.91.11 - >=dev-perl/MooX-HandlesVia-0.1.4 - >=dev-perl/MooX-late-0.14.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.360.0 - test? ( dev-perl/Any-Moose ) -" - -SRC_TEST="do"