summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 13:38:41 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 13:38:41 +0000
commit6899fe6415d70f312e1a9ee07b99dcce0d79de13 (patch)
tree4dd1776d9bb5899e83c3ab9e08c4515302ec8662 /dev-python/pyxattr
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-6899fe6415d70f312e1a9ee07b99dcce0d79de13.tar.gz
gentoo-2-6899fe6415d70f312e1a9ee07b99dcce0d79de13.tar.bz2
gentoo-2-6899fe6415d70f312e1a9ee07b99dcce0d79de13.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r--dev-python/pyxattr/pyxattr-0.2.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/pyxattr/pyxattr-0.2.ebuild b/dev-python/pyxattr/pyxattr-0.2.ebuild
deleted file mode 100644
index 5068300775b4..000000000000
--- a/dev-python/pyxattr/pyxattr-0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.2.ebuild,v 1.12 2006/09/13 23:57:59 kugelfang Exp $
-
-inherit distutils
-
-DESCRIPTION="Python interface to xattr"
-HOMEPAGE="http://sourceforge.net/projects/pyxattr/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ia64 ppc ppc64 sh sparc x86"
-IUSE=""
-
-DEPEND="virtual/python
- sys-apps/attr"
-RDEPEND="${DEPEND}"