summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-08 03:05:01 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-08 03:05:01 +0000
commite6bdb0ec0eedfd083248cc77ce332a740bdb809f (patch)
tree9326d2484a7d6e52c941463112ae77f0864d9ede /dev-perl/Linux-Inotify2
parentAdded no-herd to metadata. (diff)
downloadgentoo-2-e6bdb0ec0eedfd083248cc77ce332a740bdb809f.tar.gz
gentoo-2-e6bdb0ec0eedfd083248cc77ce332a740bdb809f.tar.bz2
gentoo-2-e6bdb0ec0eedfd083248cc77ce332a740bdb809f.zip
Version bump.
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'dev-perl/Linux-Inotify2')
-rw-r--r--dev-perl/Linux-Inotify2/ChangeLog8
-rw-r--r--dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Linux-Inotify2/ChangeLog b/dev-perl/Linux-Inotify2/ChangeLog
index cb43dd77b047..d0ab506d78f2 100644
--- a/dev-perl/Linux-Inotify2/ChangeLog
+++ b/dev-perl/Linux-Inotify2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Linux-Inotify2
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.1 2008/02/24 18:50:27 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.2 2008/12/08 03:05:01 robbat2 Exp $
+
+*Linux-Inotify2-1.2 (08 Dec 2008)
+
+ 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
+ +Linux-Inotify2-1.2.ebuild:
+ Version bump.
*Linux-Inotify2-1.1 (24 Feb 2008)
diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild
new file mode 100644
index 000000000000..24823abc6782
--- /dev/null
+++ b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild,v 1.1 2008/12/08 03:05:01 robbat2 Exp $
+
+inherit perl-module
+
+DESCRIPTION="scalable directory/file change notification"
+SRC_URI="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~mlehmann/"
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~sparc ~x86"
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"