summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Briesenick <sbriesen@gentoo.org>2010-07-22 21:03:01 +0000
committerStefan Briesenick <sbriesen@gentoo.org>2010-07-22 21:03:01 +0000
commit737a5043bfbf3c1a785ce37331df184f416b9c0c (patch)
tree3a4a77fdfa0b578d300937fd245b59dcfbd4b80b /dev-python/crcmod
parentgo back to revision less for the live ebuild, revisions make no sense at all ... (diff)
downloadhistorical-737a5043bfbf3c1a785ce37331df184f416b9c0c.tar.gz
historical-737a5043bfbf3c1a785ce37331df184f416b9c0c.tar.bz2
historical-737a5043bfbf3c1a785ce37331df184f416b9c0c.zip
initial commit.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-python/crcmod')
-rw-r--r--dev-python/crcmod/ChangeLog10
-rw-r--r--dev-python/crcmod/Manifest4
-rw-r--r--dev-python/crcmod/crcmod-1.7.ebuild23
-rw-r--r--dev-python/crcmod/metadata.xml15
4 files changed, 52 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/Manifest b/dev-python/crcmod/Manifest
new file mode 100644
index 000000000000..88e0b38575e7
--- /dev/null
+++ b/dev-python/crcmod/Manifest
@@ -0,0 +1,4 @@
+DIST crcmod-1.7.tar.gz 89670 RMD160 503b415394d7c833b22e5a999454c0d67598cd54 SHA1 61d9fea169099b87c2e36ce572d2d25e0fd2de59 SHA256 dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e
+EBUILD crcmod-1.7.ebuild 706 RMD160 d1150a7758e02a13daea105612b279a181d0133c SHA1 b8790c28d7d9f7170017e7a411810481f5026edc SHA256 4071423d388c9604877a91cc9c8c86d78987dfeb97bd8ddac8469d860de0c41c
+MISC ChangeLog 347 RMD160 3f8e5c25d0766a3257d35c2a1f210516732c7f05 SHA1 85342d1ceaaa11d56dd7ee19c7cd6047243f7449 SHA256 33117326f55d961528f1e11af2ddaa3474f785d82a4800cdd1e08656a9e083a0
+MISC metadata.xml 536 RMD160 85bbf826df0d6579a60b7e5aeb9e38736f31dbf6 SHA1 ab2a01eb3d8c2d935f8cf622dbac13bf83c60567 SHA256 7306fed34b9fcb0c85594f47cc28b89b7bec38c8bd4e0fa3f50e81ed4769ddda
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>