From 90d4379b8a7571070d7b17c49fcdcd3114831464 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Fri, 14 Jan 2011 09:32:14 +0000 Subject: Convert version (Portage version: 2.2.0_alpha15/cvs/Linux x86_64) --- dev-perl/Linux-Inotify2/ChangeLog | 10 ++++++++-- .../Linux-Inotify2/Linux-Inotify2-1.2.1.ebuild | 22 ---------------------- .../Linux-Inotify2/Linux-Inotify2-1.210.ebuild | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+), 24 deletions(-) delete mode 100644 dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.1.ebuild create mode 100644 dev-perl/Linux-Inotify2/Linux-Inotify2-1.210.ebuild (limited to 'dev-perl/Linux-Inotify2') 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 -Linux-Inotify2-1.2.1.ebuild, + +Linux-Inotify2-1.210.ebuild: + Convert version 19 Nov 2009; Torsten Veller -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.2.1.ebuild deleted file mode 100644 index 853405e0be58..000000000000 --- a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 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 $ - -EAPI=2 - -inherit versionator -MODULE_AUTHOR=MLEHMANN -MY_P=${PN}-$(get_major_version ).$(delete_all_version_separators $(get_after_major_version ) ) -S=${WORKDIR}/${MY_P} -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" diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.210.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.210.ebuild new file mode 100644 index 000000000000..97f6f4d2e2ef --- /dev/null +++ b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.210.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.210.ebuild,v 1.1 2011/01/14 09:32:13 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=MLEHMANN +MODULE_VERSION=1.21 +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" -- cgit v1.2.3-65-gdbad