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 BE8DB59CB3 for ; Fri, 15 Apr 2016 20:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F042E085C; Fri, 15 Apr 2016 20:29:39 +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 9C210E085A for ; Fri, 15 Apr 2016 20:29:38 +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 563BD340D46 for ; Fri, 15 Apr 2016 20:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6002415F5 for ; Fri, 15 Apr 2016 20:29:34 +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: <1460752167.c30fac408fe90155bbf092c48209ba6994fde741.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Perl-Tags/Perl-Tags-0.280.0-r1.ebuild X-VCS-Directories: dev-perl/Perl-Tags/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c30fac408fe90155bbf092c48209ba6994fde741 X-VCS-Branch: master Date: Fri, 15 Apr 2016 20:29:34 +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: 6e0976fc-d9d0-4f0b-afd7-c1eabb8a278d X-Archives-Hash: 80e9eb5eafb2864cef19ba673f135101 commit: c30fac408fe90155bbf092c48209ba6994fde741 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Apr 15 20:19:23 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Apr 15 20:29:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30fac40 dev-perl/Perl-Tags: Remove old Package-Manager: portage-2.2.28 dev-perl/Perl-Tags/Perl-Tags-0.280.0-r1.ebuild | 27 -------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-perl/Perl-Tags/Perl-Tags-0.280.0-r1.ebuild b/dev-perl/Perl-Tags/Perl-Tags-0.280.0-r1.ebuild deleted file mode 100644 index 1b7bf4f..0000000 --- a/dev-perl/Perl-Tags/Perl-Tags-0.280.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=OSFAMERON -MODULE_VERSION=0.28 -inherit perl-module - -DESCRIPTION="Generate (possibly exuberant) Ctags style tags for Perl sourcecode" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="test" - -RDEPEND=" - virtual/perl-File-Spec - virtual/perl-File-Temp - dev-perl/Module-Locate - dev-perl/PPI -" -DEPEND="${RDEPEND} - test? ( app-editors/vim[perl] ) -" - -SRC_TEST="do"