From f9eeda1805b183a4ff41baa6029b2c8ea7351925 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Tue, 26 Aug 2014 17:05:37 +0000 Subject: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) --- dev-perl/Linux-Inotify2/ChangeLog | 10 ++++++++-- .../Linux-Inotify2/Linux-Inotify2-1.220.0-r1.ebuild | 20 ++++++++++++++++++++ .../Linux-Inotify2/Linux-Inotify2-1.220.0.ebuild | 20 -------------------- 3 files changed, 28 insertions(+), 22 deletions(-) create mode 100644 dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0-r1.ebuild delete mode 100644 dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0.ebuild (limited to 'dev-perl/Linux-Inotify2') diff --git a/dev-perl/Linux-Inotify2/ChangeLog b/dev-perl/Linux-Inotify2/ChangeLog index b38515b41089..5dc739732dcb 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.10 2012/06/24 12:58:34 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.11 2014/08/26 17:05:37 axs Exp $ + +*Linux-Inotify2-1.220.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) + +Linux-Inotify2-1.220.0-r1.ebuild, -Linux-Inotify2-1.220.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 24 Jun 2012; Torsten Veller metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0-r1.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0-r1.ebuild new file mode 100644 index 000000000000..e60498fe1597 --- /dev/null +++ b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/08/26 17:05:37 axs Exp $ + +EAPI=5 + +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" diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0.ebuild deleted file mode 100644 index 6b4d997cb220..000000000000 --- a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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" -- cgit v1.2.3-65-gdbad