diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-21 06:52:04 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-21 06:52:04 +0000 |
commit | 7f23f883e47240db5b39e8278473886210dc6e1f (patch) | |
tree | f7233ed3e9eea8e58477ba0a5471f9785202dfb5 | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-7f23f883e47240db5b39e8278473886210dc6e1f.tar.gz gentoo-2-7f23f883e47240db5b39e8278473886210dc6e1f.tar.bz2 gentoo-2-7f23f883e47240db5b39e8278473886210dc6e1f.zip |
Delete older ebuild.
-rw-r--r-- | dev-python/pyxdg/pyxdg-0.17-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pyxdg/pyxdg-0.17-r1.ebuild b/dev-python/pyxdg/pyxdg-0.17-r1.ebuild deleted file mode 100644 index d2a6183b38a5..000000000000 --- a/dev-python/pyxdg/pyxdg-0.17-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r1.ebuild,v 1.10 2009/11/05 20:37:10 maekke Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="a python module to deal with freedesktop.org specifications." -SRC_URI="http://www.freedesktop.org/~lanius/${P}.tar.gz" -HOMEPAGE="http://pyxdg.freedesktop.org/" -LICENSE="LGPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -SLOT="0" -IUSE="" - -src_unpack() { - distutils_src_unpack - epatch "${FILESDIR}/${PN}-subprocess.patch" -} - -src_install () { - DOCS="AUTHORS" - distutils_src_install - python_need_rebuild - - insinto /usr/share/doc/${P}/test - insopts -m 755 - doins test/* -} |