From 6af2f81ad9762372a5693ff9b1386664831d0110 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 13 Dec 2011 23:29:27 +0000 Subject: Remove old. (Portage version: 2.2.0_alpha79/cvs/Linux x86_64) --- dev-python/llfuse/ChangeLog | 6 +++++- dev-python/llfuse/llfuse-0.36.ebuild | 28 ---------------------------- dev-python/llfuse/llfuse-0.37.ebuild | 28 ---------------------------- 3 files changed, 5 insertions(+), 57 deletions(-) delete mode 100644 dev-python/llfuse/llfuse-0.36.ebuild delete mode 100644 dev-python/llfuse/llfuse-0.37.ebuild (limited to 'dev-python/llfuse') diff --git a/dev-python/llfuse/ChangeLog b/dev-python/llfuse/ChangeLog index f8af2a9f8573..a86f3db54d8d 100644 --- a/dev-python/llfuse/ChangeLog +++ b/dev-python/llfuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/llfuse # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/ChangeLog,v 1.4 2011/12/13 23:28:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/ChangeLog,v 1.5 2011/12/13 23:29:27 radhermit Exp $ + + 13 Dec 2011; Tim Harder -llfuse-0.36.ebuild, + -llfuse-0.37.ebuild: + Remove old. *llfuse-0.37.1 (13 Dec 2011) diff --git a/dev-python/llfuse/llfuse-0.36.ebuild b/dev-python/llfuse/llfuse-0.36.ebuild deleted file mode 100644 index 1a246c15171c..000000000000 --- a/dev-python/llfuse/llfuse-0.36.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/llfuse-0.36.ebuild,v 1.2 2011/10/16 23:27:33 radhermit Exp $ - -EAPI="3" -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Python bindings for the low-level FUSE API" -HOMEPAGE="http://python-llfuse.googlecode.com/ http://pypi.python.org/pypi/llfuse" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=sys-fs/fuse-2.8.0" -DEPEND="${RDEPEND} - dev-python/setuptools - dev-util/pkgconfig" - -src_install() { - distutils_src_install - use doc && { dohtml -r doc/html/* || die ; } -} diff --git a/dev-python/llfuse/llfuse-0.37.ebuild b/dev-python/llfuse/llfuse-0.37.ebuild deleted file mode 100644 index 2449b6fc0e74..000000000000 --- a/dev-python/llfuse/llfuse-0.37.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llfuse/llfuse-0.37.ebuild,v 1.1 2011/12/08 01:23:44 radhermit Exp $ - -EAPI="4" -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Python bindings for the low-level FUSE API" -HOMEPAGE="http://python-llfuse.googlecode.com/ http://pypi.python.org/pypi/llfuse" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=sys-fs/fuse-2.8.0" -DEPEND="${RDEPEND} - dev-python/setuptools - dev-util/pkgconfig" - -src_install() { - distutils_src_install - use doc && dohtml -r doc/html/* -} -- cgit v1.2.3-65-gdbad