From 960fcb5f8a478a65f40e5c527e9cba396a3ca242 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Wed, 27 May 2015 13:18:51 +0000 Subject: Clean up old. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D) --- dev-python/python-fastimport/ChangeLog | 6 ++++- .../python-fastimport-0.9.2.ebuild | 28 ---------------------- 2 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 dev-python/python-fastimport/python-fastimport-0.9.2.ebuild (limited to 'dev-python/python-fastimport') diff --git a/dev-python/python-fastimport/ChangeLog b/dev-python/python-fastimport/ChangeLog index e8d22abbcde0..533562c78c55 100644 --- a/dev-python/python-fastimport/ChangeLog +++ b/dev-python/python-fastimport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-fastimport # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v 1.12 2015/05/27 11:25:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v 1.13 2015/05/27 13:18:51 tetromino Exp $ + + 27 May 2015; Alexandre Rostovtsev + -python-fastimport-0.9.2.ebuild: + Clean up old. 27 May 2015; Agostino Sarubbo python-fastimport-0.9.2-r1.ebuild: diff --git a/dev-python/python-fastimport/python-fastimport-0.9.2.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.2.ebuild deleted file mode 100644 index c8f97e40e192..000000000000 --- a/dev-python/python-fastimport/python-fastimport-0.9.2.ebuild +++ /dev/null @@ -1,28 +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/python-fastimport/python-fastimport-0.9.2.ebuild,v 1.3 2012/08/11 09:29:36 ago Exp $ - -EAPI="4" - -PYTHON_DEPEND="2" - -inherit distutils - -DESCRIPTION="Library for parsing the fastimport VCS serialization format" -HOMEPAGE="https://launchpad.net/python-fastimport" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="" - -PYTHON_MODNAME="fastimport" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} -- cgit v1.2.3-65-gdbad