summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-27 17:42:19 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-27 17:42:19 +0000
commitad4102ac7544496da3b56ad69a33c53048432d6f (patch)
treec5dc93a7f58c4455594b6a84d88dc6af38b7aabd /dev-python/buzhug
parentMoving net-mail/nmh to mail-client/nmh (diff)
downloadhistorical-ad4102ac7544496da3b56ad69a33c53048432d6f.tar.gz
historical-ad4102ac7544496da3b56ad69a33c53048432d6f.tar.bz2
historical-ad4102ac7544496da3b56ad69a33c53048432d6f.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/buzhug')
-rw-r--r--dev-python/buzhug/buzhug-1.6.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/buzhug/buzhug-1.6.ebuild b/dev-python/buzhug/buzhug-1.6.ebuild
deleted file mode 100644
index 7efe25ab1092..000000000000
--- a/dev-python/buzhug/buzhug-1.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/buzhug/buzhug-1.6.ebuild,v 1.2 2010/07/02 02:40:26 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils
-
-DESCRIPTION="Fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive"
-HOMEPAGE="http://buzhug.sourceforge.net/ http://pypi.python.org/pypi/buzhug"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""