summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/prefix-bootstrap/prefix-bootstrap-9999.ebuild')
-rw-r--r--app-portage/prefix-bootstrap/prefix-bootstrap-9999.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-portage/prefix-bootstrap/prefix-bootstrap-9999.ebuild b/app-portage/prefix-bootstrap/prefix-bootstrap-9999.ebuild
deleted file mode 100644
index c96026a6cd..0000000000
--- a/app-portage/prefix-bootstrap/prefix-bootstrap-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-ESVN_REPO_URI="http://prefix-launcher.svn.sourceforge.net/svnroot/prefix-launcher/eprefix-bootstrap/trunk"
-
-inherit subversion
-
-DESCRIPTION="bootstrap another standalone Gentoo Prefix instance"
-HOMEPAGE="http://sourceforge.net/projects/prefix-launcher/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- newbin eprefix-bootstrap ${PN} || die
- dodoc ChangeLog
-}