From 86af3036f8f4e9dee5af78a8c884d7c31b7f7a14 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Fri, 22 Aug 2014 19:12:32 +0000 Subject: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED) --- dev-perl/Device-SerialPort/ChangeLog | 11 +++++++++-- .../Device-SerialPort-1.40.0-r1.ebuild | 20 ++++++++++++++++++++ .../Device-SerialPort-1.40.0.ebuild | 20 -------------------- 3 files changed, 29 insertions(+), 22 deletions(-) create mode 100644 dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild delete mode 100644 dev-perl/Device-SerialPort/Device-SerialPort-1.40.0.ebuild (limited to 'dev-perl/Device-SerialPort') diff --git a/dev-perl/Device-SerialPort/ChangeLog b/dev-perl/Device-SerialPort/ChangeLog index e1852f6fc220..3f17d47b34df 100644 --- a/dev-perl/Device-SerialPort/ChangeLog +++ b/dev-perl/Device-SerialPort/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Device-SerialPort -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.34 2013/01/06 20:48:16 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.35 2014/08/22 19:12:32 axs Exp $ + +*Device-SerialPort-1.40.0-r1 (22 Aug 2014) + + 22 Aug 2014; Ian Stakenvicius (_AxS_) + +Device-SerialPort-1.40.0-r1.ebuild, -Device-SerialPort-1.40.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 06 Jan 2013; Torsten Veller -Device-SerialPort-1.002.001.ebuild: diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild new file mode 100644 index 000000000000..f47ea58bc2f1 --- /dev/null +++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.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/Device-SerialPort/Device-SerialPort-1.40.0-r1.ebuild,v 1.1 2014/08/22 19:12:32 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=COOK +MODULE_VERSION=1.04 +inherit perl-module + +DESCRIPTION="A Serial port Perl Module" + +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc sparc x86" +IUSE="" + +#From the module: +# If you run 'make test', you must make sure that nothing is plugged +# into '/dev/ttyS1'! +# Doesn't sound wise to enable SRC_TEST="do" - mcummings diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0.ebuild deleted file mode 100644 index b17924b9f3b3..000000000000 --- a/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/Device-SerialPort-1.40.0.ebuild,v 1.7 2012/12/27 08:47:00 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=COOK -MODULE_VERSION=1.04 -inherit perl-module - -DESCRIPTION="A Serial port Perl Module" - -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc sparc x86" -IUSE="" - -#From the module: -# If you run 'make test', you must make sure that nothing is plugged -# into '/dev/ttyS1'! -# Doesn't sound wise to enable SRC_TEST="do" - mcummings -- cgit v1.2.3-65-gdbad