summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-08-24 07:15:45 +0000
committerTorsten Veller <tove@gentoo.org>2008-08-24 07:15:45 +0000
commit60b1f11e08f60ce90278ad1bc81aa5b047e6b20c (patch)
tree064967da6dca5699f14e70f76bb116de31e07aba
parentInitial import of gnome-python split ebuilds. This package installs a common ... (diff)
downloadgentoo-2-60b1f11e08f60ce90278ad1bc81aa5b047e6b20c.tar.gz
gentoo-2-60b1f11e08f60ce90278ad1bc81aa5b047e6b20c.tar.bz2
gentoo-2-60b1f11e08f60ce90278ad1bc81aa5b047e6b20c.zip
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
-rw-r--r--dev-perl/Device-SerialPort/ChangeLog10
-rw-r--r--dev-perl/Device-SerialPort/Device-SerialPort-1.04.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Device-SerialPort/ChangeLog b/dev-perl/Device-SerialPort/ChangeLog
index 9e71a6e35836..ef01e6c7af9d 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.20 2007/11/10 12:38:42 drac Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.21 2008/08/24 07:15:45 tove Exp $
+
+*Device-SerialPort-1.04 (24 Aug 2008)
+
+ 24 Aug 2008; Torsten Veller <tove@gentoo.org>
+ +Device-SerialPort-1.04.ebuild:
+ Version bump
10 Nov 2007; Samuli Suominen <drac@gentoo.org>
Device-SerialPort-1.002.001.ebuild:
diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.04.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.04.ebuild
new file mode 100644
index 000000000000..be7db288b4e6
--- /dev/null
+++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.04.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 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.04.ebuild,v 1.1 2008/08/24 07:15:45 tove Exp $
+
+MODULE_AUTHOR=COOK
+inherit perl-module
+
+DESCRIPTION="A Serial port Perl Module"
+HOMEPAGE="http://sendpage.org/device-serialport/ http://search.cpan.org/dist/Device-SerialPort/"
+
+LICENSE="|| ( Artistic GPL-2 )"
+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"