diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-09-13 14:49:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-09-13 14:49:03 +0000 |
commit | 30545471feabbfe3d6bf334777e1298995c388c6 (patch) | |
tree | 62b3504b9ebc255415823de937b9fb924c776f74 /dev-python/hcs-utils | |
parent | Purge older versions (diff) | |
download | gentoo-2-30545471feabbfe3d6bf334777e1298995c388c6.tar.gz gentoo-2-30545471feabbfe3d6bf334777e1298995c388c6.tar.bz2 gentoo-2-30545471feabbfe3d6bf334777e1298995c388c6.zip |
Version bump
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/hcs-utils')
-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/-/_}" |