summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Devel-Autoflush/Devel-Autoflush-0.05.ebuild')
-rw-r--r--dev-perl/Devel-Autoflush/Devel-Autoflush-0.05.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Devel-Autoflush/Devel-Autoflush-0.05.ebuild b/dev-perl/Devel-Autoflush/Devel-Autoflush-0.05.ebuild
new file mode 100644
index 000000000..18f049eee
--- /dev/null
+++ b/dev-perl/Devel-Autoflush/Devel-Autoflush-0.05.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+MODULE_AUTHOR=DAGOLDEN
+inherit perl-module
+
+DESCRIPTION="Set autoflush from the command line"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+DEPEND="
+ >=dev-perl/IO-CaptureOutput-1.08
+ >=virtual/perl-Test-Simple-0.62
+"
+RDEPEND="${DEPEND}"
+SRC_TEST="do"