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 816A3138CC5 for ; Thu, 26 Mar 2015 09:26:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 226AAE0855; Thu, 26 Mar 2015 09:26:45 +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 BF744E0855 for ; Thu, 26 Mar 2015 09:26:34 +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 DB5A7340BA4 for ; Thu, 26 Mar 2015 09:26:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E87B14918 for ; Thu, 26 Mar 2015 09:26:27 +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: <1427361834.8e57dbdd76e6ac038a6da1d001445a67609fb99b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/syntax/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/syntax/metadata.xml dev-perl/syntax/syntax-0.4.0.ebuild X-VCS-Directories: dev-perl/syntax/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8e57dbdd76e6ac038a6da1d001445a67609fb99b X-VCS-Branch: master Date: Thu, 26 Mar 2015 09:26:27 +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: 38ad3271-4271-4bb0-aef2-00b5bc20a90a X-Archives-Hash: ecfc27487fa22a265978a42e49d64f24 commit: 8e57dbdd76e6ac038a6da1d001445a67609fb99b Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 09:23:54 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 09:23:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8e57dbdd [prune] syntax -> Gone to ::gentoo dev-perl/syntax/metadata.xml | 13 ----------- dev-perl/syntax/syntax-0.4.0.ebuild | 44 ------------------------------------- 2 files changed, 57 deletions(-) diff --git a/dev-perl/syntax/metadata.xml b/dev-perl/syntax/metadata.xml deleted file mode 100644 index bdc7d93..0000000 --- a/dev-perl/syntax/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - perl - - kentfredric@gmail.com - Kent Fredric - - - syntax - syntax - - diff --git a/dev-perl/syntax/syntax-0.4.0.ebuild b/dev-perl/syntax/syntax-0.4.0.ebuild deleted file mode 100644 index 0918a09..0000000 --- a/dev-perl/syntax/syntax-0.4.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=PHAYLON -MODULE_VERSION=0.004 -inherit perl-module - -DESCRIPTION='Activate syntax extensions' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Carp - echo dev-lang/perl - # Data::OptList 0.104 ( 0.104.0 ) - echo \>=dev-perl/Data-OptList-0.104.0 - # namespace::clean - echo dev-perl/namespace-clean - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -perl_meta_test() { - # FindBin - echo dev-lang/perl - # Test::More 0.94 ( 0.940.0 ) - echo \>=virtual/perl-Test-Simple-0.94 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"