summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-29 18:52:39 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-29 18:52:39 +0000
commit4aa73022186e6e1319aa7b186391631adecd19a4 (patch)
tree8a1530edda885da187d5d12f987cbedb5c7ab01c /dev-python/hcs-utils/hcs-utils-1.1.1.ebuild
parentalpha/ia64/sparc stable wrt #333085 (diff)
downloadgentoo-2-4aa73022186e6e1319aa7b186391631adecd19a4.tar.gz
gentoo-2-4aa73022186e6e1319aa7b186391631adecd19a4.tar.bz2
gentoo-2-4aa73022186e6e1319aa7b186391631adecd19a4.zip
Moved from sunrise overlay. Bug #334267. Thanks to Fabiano Francesconi (elbryan) <fabiano.francesconi@gmail.com> for the initial ebuild
(Portage version: 2.2_rc71/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/hcs-utils/hcs-utils-1.1.1.ebuild')
-rw-r--r--dev-python/hcs-utils/hcs-utils-1.1.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/hcs-utils/hcs-utils-1.1.1.ebuild b/dev-python/hcs-utils/hcs-utils-1.1.1.ebuild
new file mode 100644
index 000000000000..77c9e1540641
--- /dev/null
+++ b/dev-python/hcs-utils/hcs-utils-1.1.1.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/hcs-utils/hcs-utils-1.1.1.ebuild,v 1.1 2010/08/29 18:52:39 hwoarang Exp $
+
+EAPI="2"
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+inherit distutils
+
+DESCRIPTION="A library containing some useful snippets"
+HOMEPAGE="http://pypi.python.org/pypi/hcs_utils"
+SRC_URI="mirror://pypi/h/${PN/-/_}/${P/-/_}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+
+RESTRICT_PYTHON_ABIS="3.*"
+
+S="${WORKDIR}/${P/-/_}"