diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 09:32:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 09:32:14 +0000 |
commit | 90d4379b8a7571070d7b17c49fcdcd3114831464 (patch) | |
tree | 7783f5963b6a00bad16af7b30b97ba4351989079 /dev-perl/Linux-Inotify2 | |
parent | Convert version (diff) | |
download | gentoo-2-90d4379b8a7571070d7b17c49fcdcd3114831464.tar.gz gentoo-2-90d4379b8a7571070d7b17c49fcdcd3114831464.tar.bz2 gentoo-2-90d4379b8a7571070d7b17c49fcdcd3114831464.zip |
Convert version
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Linux-Inotify2')
-rw-r--r-- | dev-perl/Linux-Inotify2/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Linux-Inotify2/Linux-Inotify2-1.210.ebuild (renamed from dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.1.ebuild) | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/Linux-Inotify2/ChangeLog b/dev-perl/Linux-Inotify2/ChangeLog index 3882978de7b2..5d93c8589df4 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.6 2009/11/19 11:18:51 tove Exp $ +# 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 $ + +*Linux-Inotify2-1.210 (14 Jan 2011) + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Linux-Inotify2-1.2.1.ebuild, + +Linux-Inotify2-1.210.ebuild: + Convert version 19 Nov 2009; Torsten Veller <tove@gentoo.org> -Linux-Inotify2-1.2.ebuild: Cleanup diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.1.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.210.ebuild index 853405e0be58..97f6f4d2e2ef 100644 --- a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.1.ebuild +++ b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.210.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.2.1.ebuild,v 1.2 2009/11/18 18:38:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/Linux-Inotify2-1.210.ebuild,v 1.1 2011/01/14 09:32:13 tove Exp $ -EAPI=2 +EAPI=3 -inherit versionator MODULE_AUTHOR=MLEHMANN -MY_P=${PN}-$(get_major_version ).$(delete_all_version_separators $(get_after_major_version ) ) -S=${WORKDIR}/${MY_P} +MODULE_VERSION=1.21 inherit perl-module DESCRIPTION="scalable directory/file change notification" |