diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-28 20:14:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-28 20:14:33 +0000 |
commit | 8246f4497a75e478967fd2655aaaea9d7fcce82d (patch) | |
tree | a1f750273ae5ba46ea10aee5302d5225b6cc8f2d /sci-libs/pycifrw | |
parent | ASRP license added (diff) | |
download | historical-8246f4497a75e478967fd2655aaaea9d7fcce82d.tar.gz historical-8246f4497a75e478967fd2655aaaea9d7fcce82d.tar.bz2 historical-8246f4497a75e478967fd2655aaaea9d7fcce82d.zip |
Initial commit
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/pycifrw')
-rw-r--r-- | sci-libs/pycifrw/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/pycifrw/Manifest | 14 | ||||
-rw-r--r-- | sci-libs/pycifrw/metadata.xml | 7 | ||||
-rw-r--r-- | sci-libs/pycifrw/pycifrw-3.3.ebuild | 22 |
4 files changed, 53 insertions, 0 deletions
diff --git a/sci-libs/pycifrw/ChangeLog b/sci-libs/pycifrw/ChangeLog new file mode 100644 index 000000000000..09288674804f --- /dev/null +++ b/sci-libs/pycifrw/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-libs/pycifrw +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/ChangeLog,v 1.1 2010/04/28 20:14:33 jlec Exp $ + +*pycifrw-3.3 (28 Apr 2010) + + 28 Apr 2010; Justin Lecher <jlec@gentoo.org> +pycifrw-3.3.ebuild, + +metadata.xml: + Initial commit + diff --git a/sci-libs/pycifrw/Manifest b/sci-libs/pycifrw/Manifest new file mode 100644 index 000000000000..3562121f40d6 --- /dev/null +++ b/sci-libs/pycifrw/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST PyCifRW-3.3.tar.gz 348544 RMD160 28f8904fbfe6707a45956aaf525c9db844c5cf4c SHA1 36a5073fde35bbcc01272d62524f84a270034ff5 SHA256 38e26477c84ecd29e8d9b248c1b9093e5cae808c18eb0b02445add516a70eeef +EBUILD pycifrw-3.3.ebuild 558 RMD160 7b7f969ca84ec1ad397917cae3f11fbdbbbac853 SHA1 81073673fa8e3a4a90bc506960c970970909a3fb SHA256 a80a82e7c2c34e953122e5e1930bd9374039ae56ca5b4792c10b870201f8c1eb +MISC ChangeLog 334 RMD160 4e944e1b7875abf28c6d27b524bfa3b2d0ac4119 SHA1 00b486fcc7cebce6777044c3b108dec9e025c600 SHA256 28cab336ba7610c1b022899c503faa388bbe29d35cc2731ba20719ddffa4d430 +MISC metadata.xml 155 RMD160 3461e0e8be85b18f167d6c09bd46051d3d1407d1 SHA1 b61e02ab96757b21564fe0c9d1c6ac85f3f4b4ea SHA256 dcbfd8047666ea8f6051e15ba815e96cfb5c03dcea941c16a709a9cdf761dd39 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEARECAAYFAkvYly4ACgkQgAnW8HDreRY6jQCglIq1sYC9CFMQFgRjFNxMatIS +hPAAnAuBYAGV8Z031i2gNOvhHrxSJ9IO +=OGSm +-----END PGP SIGNATURE----- diff --git a/sci-libs/pycifrw/metadata.xml b/sci-libs/pycifrw/metadata.xml new file mode 100644 index 000000000000..d691b2482707 --- /dev/null +++ b/sci-libs/pycifrw/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<pkgmetadata> +<herd>sci-chemistry</herd> +<maintainer> + <email>jlec@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/sci-libs/pycifrw/pycifrw-3.3.ebuild b/sci-libs/pycifrw/pycifrw-3.3.ebuild new file mode 100644 index 000000000000..ec41e937b935 --- /dev/null +++ b/sci-libs/pycifrw/pycifrw-3.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3.ebuild,v 1.1 2010/04/28 20:14:33 jlec Exp $ + +SUPPORT_PYTHON_ABIS="1" +PYTHON_MODNAME="" + +inherit distutils + +MY_PN="PyCifRW" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Provides support for reading and writing of CIF using python" +HOMEPAGE="http://pycifrw.berlios.de/" +SRC_URI="mirror://berlios/${PN}/${MY_P}.tar.gz" + +LICENSE="ASRP" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}/${MY_P}" |