diff options
-rw-r--r-- | dev-python/hcs-utils/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/hcs-utils/hcs-utils-1.2.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-python/hcs-utils/ChangeLog b/dev-python/hcs-utils/ChangeLog index 94ccdf9b8a84..8df05a48c29c 100644 --- a/dev-python/hcs-utils/ChangeLog +++ b/dev-python/hcs-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/hcs-utils -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v 1.1 2010/08/29 18:52:39 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v 1.2 2011/09/13 14:49:03 hwoarang Exp $ + +*hcs-utils-1.2 (13 Sep 2011) + + 13 Sep 2011; Markos Chandras <hwoarang@gentoo.org> +hcs-utils-1.2.ebuild: + Version bump *hcs-utils-1.1.1 (29 Aug 2010) diff --git a/dev-python/hcs-utils/hcs-utils-1.2.ebuild b/dev-python/hcs-utils/hcs-utils-1.2.ebuild new file mode 100644 index 000000000000..7f36f5206f47 --- /dev/null +++ b/dev-python/hcs-utils/hcs-utils-1.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 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.2.ebuild,v 1.1 2011/09/13 14:49:03 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/-/_}" |