commit:     0027216ed9c52b788cd84fe386adc061a6ad3354
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul  9 23:59:15 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 06:52:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0027216e

[rebase-filter: dwc/String-BufferStack] Add remaining ebuilds from my 
perl-catalyst overlay

 .../String-BufferStack-1.12.ebuild                   | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-perl/String-BufferStack/String-BufferStack-1.12.ebuild 
b/dev-perl/String-BufferStack/String-BufferStack-1.12.ebuild
new file mode 100644
index 0000000..1d9edd9
--- /dev/null
+++ b/dev-perl/String-BufferStack/String-BufferStack-1.12.ebuild
@@ -0,0 +1,20 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Nested buffers for templating systems"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/";
+SRC_URI="mirror://cpan/authors/id/A/AL/ALEXMV/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+RESTRICT="mirror"
+SRC_TEST="do"
+
+IUSE="test"
+DEPEND=">=dev-lang/perl-5.8.0"
+DEPEND="${RDEPEND}
+       test? ( virtual/perl-Test-Simple )"

Reply via email to