diff options
author | 2011-08-06 16:26:18 +0000 | |
---|---|---|
committer | 2011-08-06 16:26:18 +0000 | |
commit | ab327e6f4ca585f8cfbe9ee34ab4698fa0e0395d (patch) | |
tree | 967a1cd9c95953c46386d22eeebe2f39f7dae318 /app-admin/python-updater/python-updater-9999.ebuild | |
parent | Ignore test failures with Jython. Fix dependencies. Run tests requiring dev-p... (diff) | |
download | historical-ab327e6f4ca585f8cfbe9ee34ab4698fa0e0395d.tar.gz historical-ab327e6f4ca585f8cfbe9ee34ab4698fa0e0395d.tar.bz2 historical-ab327e6f4ca585f8cfbe9ee34ab4698fa0e0395d.zip |
Remove old files
Package-Manager: portage-2.2.0_alpha50/cvs/Linux x86_64
Diffstat (limited to 'app-admin/python-updater/python-updater-9999.ebuild')
-rw-r--r-- | app-admin/python-updater/python-updater-9999.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-admin/python-updater/python-updater-9999.ebuild b/app-admin/python-updater/python-updater-9999.ebuild deleted file mode 100644 index b9a4f766229c..000000000000 --- a/app-admin/python-updater/python-updater-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-9999.ebuild,v 1.5 2011/05/16 20:40:51 arfrever Exp $ - -inherit subversion - -DESCRIPTION="Script used to reinstall Python packages after changing of active Python versions" -HOMEPAGE="http://www.gentoo.org/proj/en/Python/" -SRC_URI="" -ESVN_REPO_URI="https://overlays.gentoo.org/svn/proj/python/projects/${PN}/trunk" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="sys-apps/help2man" -RDEPEND="dev-lang/python - || ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 )" - -src_compile() { - emake ${PN}.1 || die "Generation of man page failed" -} - -src_install() { - dosbin ${PN} || die "dosbin failed" - doman ${PN}.1 || die "doman failed" - dodoc AUTHORS || die "dodoc failed" -} |