summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-14 20:51:57 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-14 21:04:01 +0100
commit1355fff7bc153849e8de9edbb782ad31153d7399 (patch)
tree9dbf183b528db21aa5ba2beb2e63bf343f5c2dd4 /dev-perl/File-Remove/File-Remove-1.550.0.ebuild
parentdev-perl/File-MMagic: Remove old (diff)
downloadgentoo-1355fff7bc153849e8de9edbb782ad31153d7399.tar.gz
gentoo-1355fff7bc153849e8de9edbb782ad31153d7399.tar.bz2
gentoo-1355fff7bc153849e8de9edbb782ad31153d7399.zip
dev-perl/File-Remove: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/File-Remove/File-Remove-1.550.0.ebuild')
-rw-r--r--dev-perl/File-Remove/File-Remove-1.550.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/File-Remove/File-Remove-1.550.0.ebuild b/dev-perl/File-Remove/File-Remove-1.550.0.ebuild
new file mode 100644
index 000000000000..072c0fb55604
--- /dev/null
+++ b/dev-perl/File-Remove/File-Remove-1.550.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=1.55
+inherit perl-module
+
+DESCRIPTION="Remove files and directories"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-File-Path
+ >=virtual/perl-File-Spec-3.290.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-File-Temp
+ >=dev-perl/Module-Build-0.280.0
+ test? ( virtual/perl-Test-Simple )
+"