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
commit672aad558093ebd91c3772e9adc6c0b6590be652 (patch)
tree3691f792ff1618cf8682f5b2bfae1f32883b6e43 /dev-python/buzhug
parentMoving net-mail/nmh to mail-client/nmh (diff)
downloadgentoo-2-672aad558093ebd91c3772e9adc6c0b6590be652.tar.gz
gentoo-2-672aad558093ebd91c3772e9adc6c0b6590be652.tar.bz2
gentoo-2-672aad558093ebd91c3772e9adc6c0b6590be652.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=""