Initial commit
authorMichael Cummings <mcummings@gentoo.org>
Sat, 25 Nov 2006 14:27:13 +0000 (14:27 +0000)
committerMichael Cummings <mcummings@gentoo.org>
Sat, 25 Nov 2006 14:27:13 +0000 (14:27 +0000)
Package-Manager: portage-2.1.2_rc2-r1

dev-perl/Inline-Python/ChangeLog [new file with mode: 0644]
dev-perl/Inline-Python/Inline-Python-0.22.ebuild [new file with mode: 0644]
dev-perl/Inline-Python/Manifest [new file with mode: 0644]
dev-perl/Inline-Python/files/digest-Inline-Python-0.22 [new file with mode: 0644]
dev-perl/Inline-Python/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog
new file mode 100644 (file)
index 0000000..de70e78
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Inline-Python
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.1 2006/11/25 14:27:13 mcummings Exp $
+
+*Inline-Python-0.22 (25 Nov 2006)
+
+  25 Nov 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml,
+  +Inline-Python-0.22.ebuild:
+  Initial commit
+
diff --git a/dev-perl/Inline-Python/Inline-Python-0.22.ebuild b/dev-perl/Inline-Python/Inline-Python-0.22.ebuild
new file mode 100644 (file)
index 0000000..d69feff
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.22.ebuild,v 1.1 2006/11/25 14:27:13 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Easy implimentaiton of Java extensions"
+HOMEPAGE="http://search.cpan.org/~neilw/"
+SRC_URI="mirror://cpan/authors/id/N/NE/NEILW/${P}.tar.gz"
+
+LICENSE="Artistic"
+#LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND=">=dev-perl/Inline-0.42
+       dev-lang/python
+       dev-lang/perl"
+
+
diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
new file mode 100644 (file)
index 0000000..d05e47f
--- /dev/null
@@ -0,0 +1,26 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST Inline-Python-0.22.tar.gz 34230 RMD160 4b81d82cc6c73093d1dd9b6f5fcfd02ddff640ab SHA1 f703ac095d5d57f9aefea3b2ff7642146139d24a SHA256 8f15169e8d55ab7278c84470c9b912c6371b08fcefbb4481049476427b649295
+EBUILD Inline-Python-0.22.ebuild 590 RMD160 f7918d1d821f033a41c1f945a6b42be51105a65d SHA1 3d3689ee31c1919958a0483a4300581b3c9d46d7 SHA256 e481b1d74acae52410e84fd8feb21fbb6c0989ebdcb2d2431f837c3998b6bb82
+MD5 f5a42758e16cbd9aca928afd849ca5e7 Inline-Python-0.22.ebuild 590
+RMD160 f7918d1d821f033a41c1f945a6b42be51105a65d Inline-Python-0.22.ebuild 590
+SHA256 e481b1d74acae52410e84fd8feb21fbb6c0989ebdcb2d2431f837c3998b6bb82 Inline-Python-0.22.ebuild 590
+MISC ChangeLog 373 RMD160 fc5585e7247ffe1ac483b86ffbbce5f772a6002c SHA1 a47eb0e48e86e95ce75077a7fb576719cc441bb0 SHA256 ac55da7055f77245c3cf3f18fd469a70f86f73f39720b571f3263d46ff04db1a
+MD5 fb5a865bb065bdac1601212fa01da101 ChangeLog 373
+RMD160 fc5585e7247ffe1ac483b86ffbbce5f772a6002c ChangeLog 373
+SHA256 ac55da7055f77245c3cf3f18fd469a70f86f73f39720b571f3263d46ff04db1a ChangeLog 373
+MISC metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 SHA1 99ef1deeae9a934fb6e46cf5fc4a5fcb8379a74a SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+RMD160 647980838c590f54441a053916ea629e53e551c0 metadata.xml 305
+SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca metadata.xml 305
+MD5 838cfcbf765b055ba3d2b9212d3d36ca files/digest-Inline-Python-0.22 253
+RMD160 0ec1a4f3134d9ef596ed6fdcba23bee7ceb7fcb1 files/digest-Inline-Python-0.22 253
+SHA256 3ebe77cabfa31069448c74a29f5ed2a18df6aa42ea312ea0f81f3cb8550ff6e2 files/digest-Inline-Python-0.22 253
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (GNU/Linux)
+
+iD8DBQFFaFMHtG5z4I8BtQoRArYZAJ4xonb4xro5wTOK7En7T+QXWpi62QCfUBGz
+NClqDXNT5jxKQN/Ttbvil8w=
+=MFio
+-----END PGP SIGNATURE-----
diff --git a/dev-perl/Inline-Python/files/digest-Inline-Python-0.22 b/dev-perl/Inline-Python/files/digest-Inline-Python-0.22
new file mode 100644 (file)
index 0000000..caa88c2
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 1f07ee116574d24abcb4a1fe257dc8fb Inline-Python-0.22.tar.gz 34230
+RMD160 4b81d82cc6c73093d1dd9b6f5fcfd02ddff640ab Inline-Python-0.22.tar.gz 34230
+SHA256 8f15169e8d55ab7278c84470c9b912c6371b08fcefbb4481049476427b649295 Inline-Python-0.22.tar.gz 34230
diff --git a/dev-perl/Inline-Python/metadata.xml b/dev-perl/Inline-Python/metadata.xml
new file mode 100644 (file)
index 0000000..86672fe
--- /dev/null
@@ -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>