summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-16 07:49:43 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-16 07:49:43 +0000
commit7bbe6d99e7cd06cb029dac3157dbca674ac33e3a (patch)
tree4fb00373615fbde5e30f8e4f82901db4375e397b /dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild
parentBump (diff)
downloadgentoo-2-7bbe6d99e7cd06cb029dac3157dbca674ac33e3a.tar.gz
gentoo-2-7bbe6d99e7cd06cb029dac3157dbca674ac33e3a.tar.bz2
gentoo-2-7bbe6d99e7cd06cb029dac3157dbca674ac33e3a.zip
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild')
-rw-r--r--dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild b/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild
new file mode 100644
index 000000000000..47035568ffa0
--- /dev/null
+++ b/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild,v 1.1 2013/08/16 07:49:43 patrick Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Simple and dumb file system watcher"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-Filter"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-perl/Test-SharedFork
+ )
+"
+
+SRC_TEST=do