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
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)
-rw-r--r--dev-perl/Filesys-Notify-Simple/ChangeLog8
-rw-r--r--dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Filesys-Notify-Simple/ChangeLog b/dev-perl/Filesys-Notify-Simple/ChangeLog
index b2ae5232cf67..024392e9747f 100644
--- a/dev-perl/Filesys-Notify-Simple/ChangeLog
+++ b/dev-perl/Filesys-Notify-Simple/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Filesys-Notify-Simple
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Notify-Simple/ChangeLog,v 1.4 2013/02/01 20:29:51 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Notify-Simple/ChangeLog,v 1.5 2013/08/16 07:49:43 patrick Exp $
+
+*Filesys-Notify-Simple-0.120.0 (16 Aug 2013)
+
+ 16 Aug 2013; Patrick Lauer <patrick@gentoo.org>
+ +Filesys-Notify-Simple-0.120.0.ebuild:
+ Bump
*Filesys-Notify-Simple-0.100.0 (01 Feb 2013)
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