diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-17 08:36:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-17 08:36:49 +0000 |
commit | 2c6c184693653c6d23c03a924d125561934d0367 (patch) | |
tree | 9bd9457356f099c8555f415a457841fd803382d3 /dev-perl/Linux-Inotify2 | |
parent | Version bump. (diff) | |
download | gentoo-2-2c6c184693653c6d23c03a924d125561934d0367.tar.gz gentoo-2-2c6c184693653c6d23c03a924d125561934d0367.tar.bz2 gentoo-2-2c6c184693653c6d23c03a924d125561934d0367.zip |
[bump] dev-perl/Linux-Inotify2-1.220.0
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Linux-Inotify2')
-rw-r--r-- | dev-perl/Linux-Inotify2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Linux-Inotify2/ChangeLog b/dev-perl/Linux-Inotify2/ChangeLog index 5d93c8589df4..f68bddb71d71 100644 --- a/dev-perl/Linux-Inotify2/ChangeLog +++ b/dev-perl/Linux-Inotify2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Linux-Inotify2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.7 2011/01/14 09:32:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.8 2011/07/17 08:36:49 tove Exp $ + +*Linux-Inotify2-1.220.0 (17 Jul 2011) + + 17 Jul 2011; Torsten Veller <tove@gentoo.org> +Linux-Inotify2-1.220.0.ebuild: + Version bump *Linux-Inotify2-1.210 (14 Jan 2011) diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0.ebuild new file mode 100644 index 000000000000..6b4d997cb220 --- /dev/null +++ b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 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.220.0.ebuild,v 1.1 2011/07/17 08:36:49 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MLEHMANN +MODULE_VERSION=1.22 +inherit perl-module + +DESCRIPTION="scalable directory/file change notification" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/common-sense" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |