diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-01-03 02:27:42 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-01-03 02:27:42 +0000 |
commit | 433fcac2214936117304c328551c8587ef4016d5 (patch) | |
tree | 73e0de20d98024703451a94f4185b3675d2d5a7e /dev-python/hcs-utils | |
parent | Bump. (diff) | |
download | gentoo-2-433fcac2214936117304c328551c8587ef4016d5.tar.gz gentoo-2-433fcac2214936117304c328551c8587ef4016d5.tar.bz2 gentoo-2-433fcac2214936117304c328551c8587ef4016d5.zip |
Restore version required by app-misc/goobook.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
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.1.1.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-python/hcs-utils/ChangeLog b/dev-python/hcs-utils/ChangeLog index e329b0edf104..2795a1aaa6ca 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v 1.4 2012/12/25 04:41:56 floppym Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v 1.5 2013/01/03 02:27:42 floppym Exp $ + +*hcs-utils-1.1.1 (03 Jan 2013) + + 03 Jan 2013; Mike Gilbert <floppym@gentoo.org> +hcs-utils-1.1.1.ebuild: + Restore version required by app-misc/goobook. *hcs-utils-1.3 (25 Dec 2012) 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..9080b00beb73 --- /dev/null +++ b/dev-python/hcs-utils/hcs-utils-1.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 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.3 2013/01/03 02:27:42 floppym 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/-/_}" |