diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-29 13:19:34 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-29 13:19:34 +0000 |
commit | 52518fc3d283be14e34942027f25a622d61a37c4 (patch) | |
tree | ec407be37eb9e1c45c842f95bf6cbe32a58d48cd /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-52518fc3d283be14e34942027f25a622d61a37c4.tar.gz gentoo-2-52518fc3d283be14e34942027f25a622d61a37c4.tar.bz2 gentoo-2-52518fc3d283be14e34942027f25a622d61a37c4.zip |
Version bump
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-perl')
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-perl/Device-SerialPort/ChangeLog b/dev-perl/Device-SerialPort/ChangeLog index 00188e0166ca..ab7644efe756 100644 --- a/dev-perl/Device-SerialPort/ChangeLog +++ b/dev-perl/Device-SerialPort/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Device-SerialPort # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.15 2007/01/15 17:27:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.16 2007/06/29 13:19:34 mcummings Exp $ + +*Device-SerialPort-1.002.001 (29 Jun 2007) + + 29 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Device-SerialPort-1.002.001.ebuild: + Version bump 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Device-SerialPort-1.002.ebuild: diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.002.001.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.002.001.ebuild new file mode 100644 index 000000000000..10b376c2dc16 --- /dev/null +++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.002.001.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 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.002.001.ebuild,v 1.1 2007/06/29 13:19:34 mcummings Exp $ + +inherit perl-module versionator + +MY_PV="$(delete_version_separator 2)" +MY_P="${PN}-${MY_PV}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A Serial port Perl Module" +HOMEPAGE="http://sendpage.org/device-serialport/" +SRC_URI="mirror://cpan/authors/id/C/CO/COOK/${MY_P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~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 + + +DEPEND="dev-lang/perl" diff --git a/dev-perl/Device-SerialPort/files/digest-Device-SerialPort-1.002.001 b/dev-perl/Device-SerialPort/files/digest-Device-SerialPort-1.002.001 new file mode 100644 index 000000000000..b773fadea19f --- /dev/null +++ b/dev-perl/Device-SerialPort/files/digest-Device-SerialPort-1.002.001 @@ -0,0 +1,3 @@ +MD5 5eeae19cf1b9df3e5d634a2771c6a120 Device-SerialPort-1.002001.tar.gz 126748 +RMD160 301f5601715dbf499ace68bbb992bbdb404bf624 Device-SerialPort-1.002001.tar.gz 126748 +SHA256 5474dec1baddc8b74ccb752c40aa821c592a2ad61d0ba4eaf63ca04163ffab42 Device-SerialPort-1.002001.tar.gz 126748 |