diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2010-07-22 21:03:01 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2010-07-22 21:03:01 +0000 |
commit | e08945e8d8d40e5eb29a97a64bb014be3442216b (patch) | |
tree | 8c54f798930eed7fe0f156bc01a14b3d2c988e8f /dev-python/crcmod | |
parent | go back to revision less for the live ebuild, revisions make no sense at all ... (diff) | |
download | gentoo-2-e08945e8d8d40e5eb29a97a64bb014be3442216b.tar.gz gentoo-2-e08945e8d8d40e5eb29a97a64bb014be3442216b.tar.bz2 gentoo-2-e08945e8d8d40e5eb29a97a64bb014be3442216b.zip |
initial commit.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/crcmod')
-rw-r--r-- | dev-python/crcmod/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/crcmod/crcmod-1.7.ebuild | 23 | ||||
-rw-r--r-- | dev-python/crcmod/metadata.xml | 15 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/crcmod/ChangeLog b/dev-python/crcmod/ChangeLog new file mode 100644 index 000000000000..cbc29c064cc0 --- /dev/null +++ b/dev-python/crcmod/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/crcmod +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/ChangeLog,v 1.1 2010/07/22 21:03:01 sbriesen Exp $ + +*crcmod-1.7 (22 Jul 2010) + + 22 Jul 2010; Stefan Briesenick <sbriesen@gentoo.org> +crcmod-1.7.ebuild, + +metadata.xml: + initial commit. + diff --git a/dev-python/crcmod/crcmod-1.7.ebuild b/dev-python/crcmod/crcmod-1.7.ebuild new file mode 100644 index 000000000000..4cd38a9d1ad0 --- /dev/null +++ b/dev-python/crcmod/crcmod-1.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/crcmod-1.7.ebuild,v 1.1 2010/07/22 21:03:01 sbriesen Exp $ + +# For the 2.x versions of Python, these versions have been tested: 2.4 2.5 2.6 2.7 +# For the 3.x versions of Python, these versions have been tested: 3.1 + +PYTHON_DEPEND="2:2.4:2.7 3:3.1:3.1" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.2" + +inherit distutils + +DESCRIPTION="Python CRC Generator module" +HOMEPAGE="http://crcmod.sourceforge.net/" +SRC_URI="mirror://sourceforge/crcmod/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS="changelog test/examples.py" diff --git a/dev-python/crcmod/metadata.xml b/dev-python/crcmod/metadata.xml new file mode 100644 index 000000000000..eae28cfe845e --- /dev/null +++ b/dev-python/crcmod/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>sbriesen@gentoo.org</email> + <name>Stefan Briesenick</name> + </maintainer> + <longdescription lang="en"> + The software in this package is a Python module for generating objects + that compute the Cyclic Redundancy Check (CRC). It includes a (optional) + C extension for fast calculation, as well as a pure Python + implementation. + </longdescription> +</pkgmetadata> |