summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-25 20:56:29 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-25 20:56:29 +0000
commit418c470ad60083a9af068595819247841e281457 (patch)
treebae0fed322d17687844952312cab40add3d185da /dev-perl
parentInitial import of rails_autolink from graaff's overlay. This version only sup... (diff)
downloadgentoo-2-418c470ad60083a9af068595819247841e281457.tar.gz
gentoo-2-418c470ad60083a9af068595819247841e281457.tar.bz2
gentoo-2-418c470ad60083a9af068595819247841e281457.zip
[bump] dev-perl/Filesys-Notify-Simple-0.90.0
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Filesys-Notify-Simple/ChangeLog10
-rw-r--r--dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.90.0.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/Filesys-Notify-Simple/ChangeLog b/dev-perl/Filesys-Notify-Simple/ChangeLog
index 40057e49eeef..5963f1f8f42d 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Notify-Simple/ChangeLog,v 1.2 2012/06/24 12:59:18 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Notify-Simple/ChangeLog,v 1.3 2013/01/25 20:56:29 tove Exp $
+
+*Filesys-Notify-Simple-0.90.0 (25 Jan 2013)
+
+ 25 Jan 2013; Torsten Veller <tove@gentoo.org>
+ +Filesys-Notify-Simple-0.90.0.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.90.0.ebuild b/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.90.0.ebuild
new file mode 100644
index 000000000000..61ade27080c5
--- /dev/null
+++ b/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.90.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.90.0.ebuild,v 1.1 2013/01/25 20:56:29 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.09
+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