diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-13 21:03:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-13 21:03:56 +0000 |
commit | 6d09ba741c984a93b1882685b69d08246c18aa81 (patch) | |
tree | 54399d0a0f2c5711f690e7be4bbcee898ac9aaae /dev-perl | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-6d09ba741c984a93b1882685b69d08246c18aa81.tar.gz gentoo-2-6d09ba741c984a93b1882685b69d08246c18aa81.tar.bz2 gentoo-2-6d09ba741c984a93b1882685b69d08246c18aa81.zip |
bug 19405
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Device-SerialPort/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Device-SerialPort/Device-SerialPort-1.000002.ebuild | 13 | ||||
-rw-r--r-- | dev-perl/Device-SerialPort/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Device-SerialPort/files/digest-Device-SerialPort-1.000002 | 1 | ||||
-rw-r--r-- | dev-perl/Device-SerialPort/metadata.xml | 10 |
5 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Device-SerialPort/ChangeLog b/dev-perl/Device-SerialPort/ChangeLog new file mode 100644 index 000000000000..026f4b912191 --- /dev/null +++ b/dev-perl/Device-SerialPort/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Device-SerialPort +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/ChangeLog,v 1.1 2004/06/13 21:03:56 mcummings Exp $ + +*Device-SerialPort-1.000002 (13 Jun 2004) + + 13 Jun 2004; Michael Cummings <mcummings@gentoo.org> + Device-SerialPort-1.000002.ebuild, metadata.xml: + Ebuild provided by burzmali <burzmali@burzmali.net> in bug 19405 for sendpage + diff --git a/dev-perl/Device-SerialPort/Device-SerialPort-1.000002.ebuild b/dev-perl/Device-SerialPort/Device-SerialPort-1.000002.ebuild new file mode 100644 index 000000000000..273bd581cca4 --- /dev/null +++ b/dev-perl/Device-SerialPort/Device-SerialPort-1.000002.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Device-SerialPort/Device-SerialPort-1.000002.ebuild,v 1.1 2004/06/13 21:03:56 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A Serial port Perl Module" +HOMEPAGE="http://sendpage.org/device-serialport/" +SRC_URI="http://sendpage.org/device-serialport/download/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips" diff --git a/dev-perl/Device-SerialPort/Manifest b/dev-perl/Device-SerialPort/Manifest new file mode 100644 index 000000000000..24abd846c069 --- /dev/null +++ b/dev-perl/Device-SerialPort/Manifest @@ -0,0 +1,2 @@ +MD5 41ce690e97316cdeb583038df9ba9e1e Device-SerialPort-1.000002.ebuild 392 +MD5 9d23d4f863fdb725c894659192410b78 files/digest-Device-SerialPort-1.000002 78 diff --git a/dev-perl/Device-SerialPort/files/digest-Device-SerialPort-1.000002 b/dev-perl/Device-SerialPort/files/digest-Device-SerialPort-1.000002 new file mode 100644 index 000000000000..4c35298df99b --- /dev/null +++ b/dev-perl/Device-SerialPort/files/digest-Device-SerialPort-1.000002 @@ -0,0 +1 @@ +MD5 f53db3733679adc5d05d06fa530444b6 Device-SerialPort-1.000002.tar.gz 124911 diff --git a/dev-perl/Device-SerialPort/metadata.xml b/dev-perl/Device-SerialPort/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Device-SerialPort/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |