summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-16 23:11:49 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-17 00:16:46 +0100
commit169182061da4fe29e2aefdb9f860205bee3caed0 (patch)
tree888bfb948c87ea8cbc550c6e38c5646f218456e8 /dev-perl/Filter/Filter-1.550.0.ebuild
parentdev-perl/Filesys-Notify-Simple: Remove old (diff)
downloadgentoo-169182061da4fe29e2aefdb9f860205bee3caed0.tar.gz
gentoo-169182061da4fe29e2aefdb9f860205bee3caed0.tar.bz2
gentoo-169182061da4fe29e2aefdb9f860205bee3caed0.zip
dev-perl/Filter: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/Filter/Filter-1.550.0.ebuild')
-rw-r--r--dev-perl/Filter/Filter-1.550.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Filter/Filter-1.550.0.ebuild b/dev-perl/Filter/Filter-1.550.0.ebuild
new file mode 100644
index 000000000000..bf7655f64a57
--- /dev/null
+++ b/dev-perl/Filter/Filter-1.550.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RURBAN
+DIST_VERSION=1.55
+inherit perl-module
+
+DESCRIPTION="Interface for creation of Perl Filters"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+"