From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-ChangeNotify/
Date: Fri, 24 Feb 2012 07:13:25 +0000 (UTC) [thread overview]
Message-ID: <1330031244.7d7468cd462fa99ecb15c50b55436c13d5f921c1.kent@gentoo> (raw)
commit: 7d7468cd462fa99ecb15c50b55436c13d5f921c1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 21:07:24 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 21:07:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7d7468cd
[newversion] File-ChangeNotify-0.210.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/File-ChangeNotify/ChangeLog | 8 ++-
.../File-ChangeNotify-0.210.0.ebuild | 85 ++++++++++++++++++++
2 files changed, 92 insertions(+), 1 deletions(-)
diff --git a/dev-perl/File-ChangeNotify/ChangeLog b/dev-perl/File-ChangeNotify/ChangeLog
index 4da6132..be53e59 100644
--- a/dev-perl/File-ChangeNotify/ChangeLog
+++ b/dev-perl/File-ChangeNotify/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/File-ChangeNotify
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*File-ChangeNotify-0.210.0 (23 Feb 2012)
+
+ 23 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +File-ChangeNotify-0.210.0.ebuild:
+ Version Bump
+
*File-ChangeNotify-0.200.0 (20 Apr 2011)
20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild
new file mode 100644
index 0000000..d9e6825
--- /dev/null
+++ b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION='Watch for changes to files, cross-platform style'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test inotify"
+perl_inotify() {
+ echo \>=dev-perl/Linux-Inotify2-1.200.0
+}
+perl_meta_configure() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+ echo "inotify? ( $(perl_inotify) )"
+ # Carp
+ # echo dev-perl/Carp
+ # Class::Load
+ echo dev-perl/Class-Load
+ # File::Find
+ echo dev-lang/perl
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # List::MoreUtils
+ echo dev-perl/List-MoreUtils
+ # Module::Pluggable::Object
+ echo virtual/perl-Module-Pluggable
+ # Moose
+ echo dev-perl/Moose
+ # Moose::Util::TypeConstraints
+ echo dev-perl/Moose
+ # MooseX::Params::Validate
+ echo dev-perl/MooseX-Params-Validate
+ # MooseX::SemiAffordanceAccessor
+ echo dev-perl/MooseX-SemiAffordanceAccessor
+ # Time::HiRes
+ echo virtual/perl-Time-HiRes
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+ # perl 5.010 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Data::Dumper
+ echo virtual/perl-Data-Dumper
+ # Exporter
+ echo virtual/perl-Exporter
+ # File::Path
+ echo virtual/perl-File-Path
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # FindBin
+ echo dev-lang/perl
+ # Test::Exception
+ echo dev-perl/Test-Exception
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # base
+ # echo virtual/perl-base
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
next reply other threads:[~2012-02-24 7:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 7:13 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-13 15:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-ChangeNotify/ Kent Fredric
2015-03-26 22:05 Kent Fredric
2013-05-03 7:51 Kent Fredric
2013-02-09 13:27 Kent Fredric
2012-04-14 22:12 Kent Fredric
2011-04-20 16:25 Kent Fredric
2011-04-20 16:25 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1330031244.7d7468cd462fa99ecb15c50b55436c13d5f921c1.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox