summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyzzub/pyzzub-0.2.3.ebuild')
-rw-r--r--dev-python/pyzzub/pyzzub-0.2.3.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/pyzzub/pyzzub-0.2.3.ebuild b/dev-python/pyzzub/pyzzub-0.2.3.ebuild
deleted file mode 100644
index 55a455e4725c..000000000000
--- a/dev-python/pyzzub/pyzzub-0.2.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzzub/pyzzub-0.2.3.ebuild,v 1.2 2007/04/19 13:35:31 hanno Exp $
-
-inherit distutils
-
-DESCRIPTION="Python bindings for libzzub"
-HOMEPAGE="http://trac.zeitherrschaft.org/zzub/"
-SRC_URI="mirror://sourceforge/aldrin/libzzub-${PV}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-S=${WORKDIR}/libzzub-${PV}/src/${PN}/
-
-DEPEND="media-libs/libzzub
- || ( dev-python/ctypes >=dev-lang/python-2.5 )"