diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-08 13:43:16 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-08 13:43:16 +0000 |
commit | addc49bb723bcff81b2d4f88acc0b8184ee4676a (patch) | |
tree | 56eafcd423535acb706e2b38704d682c93299a6d /dev-python/wsgilog | |
parent | Version bump. (diff) | |
download | gentoo-2-addc49bb723bcff81b2d4f88acc0b8184ee4676a.tar.gz gentoo-2-addc49bb723bcff81b2d4f88acc0b8184ee4676a.tar.bz2 gentoo-2-addc49bb723bcff81b2d4f88acc0b8184ee4676a.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/wsgilog')
-rw-r--r-- | dev-python/wsgilog/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/wsgilog/wsgilog-0.3.ebuild | 24 |
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-python/wsgilog/ChangeLog b/dev-python/wsgilog/ChangeLog index fcd35d7bd856..1c45392bcedc 100644 --- a/dev-python/wsgilog/ChangeLog +++ b/dev-python/wsgilog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wsgilog -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.4 2014/03/31 20:50:58 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.5 2015/03/08 13:43:16 mrueg Exp $ + + 08 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -wsgilog-0.3.ebuild: + Remove old. 31 Mar 2014; Michał Górny <mgorny@gentoo.org> wsgilog-0.3-r1.ebuild: Add support for the new PyPy slotting. diff --git a/dev-python/wsgilog/wsgilog-0.3.ebuild b/dev-python/wsgilog/wsgilog-0.3.ebuild deleted file mode 100644 index 2c54b0001013..000000000000 --- a/dev-python/wsgilog/wsgilog-0.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3.ebuild,v 1.1 2012/12/22 11:56:52 hwoarang Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -PYTHON_DEPEND="2:2.7" -RESTRICT_PYTHON_ABIS="3.*" -inherit eutils distutils - -DESCRIPTION="Class for logging in WSGI-applications" -HOMEPAGE="http://pypi.python.org/pypi/wsgilog/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -DOCS="PKG-INFO" -PYTHON_PACKAGE="wsgilog" |