diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 09:36:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 09:36:03 +0000 |
commit | db994dad6a15ae6049a7be75fb5f9500df630e6d (patch) | |
tree | d9b55c9b9c74d297faa10f1d55c7c1adce365ae4 /dev-perl/Linux-Inotify2 | |
parent | Version bump (diff) | |
download | historical-db994dad6a15ae6049a7be75fb5f9500df630e6d.tar.gz historical-db994dad6a15ae6049a7be75fb5f9500df630e6d.tar.bz2 historical-db994dad6a15ae6049a7be75fb5f9500df630e6d.zip |
Convert version
Package-Manager: portage-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" |