diff options
author | 2015-01-10 00:23:53 +0000 | |
---|---|---|
committer | 2015-01-10 00:23:53 +0000 | |
commit | fd173c7c3358658060dcacda1a5e24dead1ac846 (patch) | |
tree | 2cdda4271a2850fac92c9a29fe0a9fd69a989d17 /dev-python/stripogram | |
parent | Take maintainership of this again, just like 12 years ago. (diff) | |
download | gentoo-2-fd173c7c3358658060dcacda1a5e24dead1ac846.tar.gz gentoo-2-fd173c7c3358658060dcacda1a5e24dead1ac846.tar.bz2 gentoo-2-fd173c7c3358658060dcacda1a5e24dead1ac846.zip |
revbump; conversion -> distutils-r1, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/stripogram')
-rw-r--r-- | dev-python/stripogram/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/stripogram/stripogram-1.5-r1.ebuild (renamed from dev-python/stripogram/stripogram-1.5.ebuild) | 14 |
2 files changed, 14 insertions, 11 deletions
diff --git a/dev-python/stripogram/ChangeLog b/dev-python/stripogram/ChangeLog index c41ec15739ba..e7ab00d67e03 100644 --- a/dev-python/stripogram/ChangeLog +++ b/dev-python/stripogram/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/stripogram -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/ChangeLog,v 1.9 2010/12/26 20:21:49 arfrever Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/ChangeLog,v 1.10 2015/01/10 00:23:53 idella4 Exp $ + +*stripogram-1.5-r1 (10 Jan 2015) + + 10 Jan 2015; Ian Delaney <idella4@gentoo.org> +stripogram-1.5-r1.ebuild, + -stripogram-1.5.ebuild: + revbump; conversion -> distutils-r1, rm old *stripogram-1.5 (26 Dec 2010) @@ -30,4 +36,3 @@ 08 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> stripogram-1.4.ebuild: Initial import. - diff --git a/dev-python/stripogram/stripogram-1.5.ebuild b/dev-python/stripogram/stripogram-1.5-r1.ebuild index e4c9b78786b6..7ec6e84cabb5 100644 --- a/dev-python/stripogram/stripogram-1.5.ebuild +++ b/dev-python/stripogram/stripogram-1.5-r1.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/stripogram-1.5.ebuild,v 1.1 2010/12/26 20:21:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/stripogram-1.5-r1.ebuild,v 1.1 2015/01/10 00:23:53 idella4 Exp $ -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +EAPI=5 +PYTHON_COMPAT=( python2_7 ) -inherit distutils +inherit distutils-r1 DESCRIPTION="Strip-o-Gram HTML Conversion Library" HOMEPAGE="http://pypi.python.org/pypi/stripogram" @@ -18,5 +16,5 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" -DEPEND="dev-python/setuptools" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" |