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 3E6D3138CD0 for ; Thu, 2 Jul 2015 09:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E540E084A; Thu, 2 Jul 2015 09:01:30 +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 A76C6E0833 for ; Thu, 2 Jul 2015 09:01:29 +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 EE79834095B for ; Thu, 2 Jul 2015 09:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84B3D751 for ; Thu, 2 Jul 2015 09:01: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: <1435826919.aeaff61c0174e8fdea36880237d9eb42860cf552.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-Textile/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Template-Plugin-Textile/Template-Plugin-Textile-1.01.ebuild X-VCS-Directories: dev-perl/Template-Plugin-Textile/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: aeaff61c0174e8fdea36880237d9eb42860cf552 X-VCS-Branch: master Date: Thu, 2 Jul 2015 09:01: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: db4495a6-d0b4-4848-8f7f-6a09ca2d3b44 X-Archives-Hash: 05be6467e90117d2e1389fbc223dd23d commit: aeaff61c0174e8fdea36880237d9eb42860cf552 Author: Daniel Westermann-Clark pobox com> AuthorDate: Thu Jul 9 23:59:15 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 2 08:48:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=aeaff61c [rebase-filter: dwc/Template-Plugin-Textile] Add remaining ebuilds from my perl-catalyst overlay .../Template-Plugin-Textile-1.01.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-perl/Template-Plugin-Textile/Template-Plugin-Textile-1.01.ebuild b/dev-perl/Template-Plugin-Textile/Template-Plugin-Textile-1.01.ebuild new file mode 100644 index 0000000..fc663e1 --- /dev/null +++ b/dev-perl/Template-Plugin-Textile/Template-Plugin-Textile-1.01.ebuild @@ -0,0 +1,21 @@ +# Copyright Daniel Westermann-Clark +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Textile plugin for the Template Toolkit" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/M/MA/MARKF/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +RESTRICT="nomirror" + +IUSE="" +RDEPEND="dev-lang/perl + >=dev-perl/Template-Toolkit-2.00 + >=dev-perl/Text-Textile-0.05" +DEPEND="virtual/perl-Module-Build + ${RDEPEND}"