pentoo-installer: remove old non-working tag version

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-07-25 10:43:40 -04:00
parent 3851b896e4
commit f5d6858134
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -1,38 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit subversion
DESCRIPTION="Installer for pentoo, based on the ncurses Arch Linux installer"
HOMEPAGE="https://code.google.com/p/pentoo/"
ESVN_REPO_URI="https://pentoo.googlecode.com/svn/${PN}/trunk"
LICENSE="GPL-3"
SLOT="0"
if [[ "${PV}" == "99999999" ]] ; then
KEYWORDS=""
else
KEYWORDS="amd64 x86"
ESVN_REVISION="6027"
fi
IUSE="X"
DEPEND="app-arch/xz-utils"
RDEPEND="dev-util/dialog
X? ( x11-misc/xdialog )
|| ( sys-boot/grub:0
sys-boot/grub-static:0 )
sys-boot/grub:2
sys-fs/squashfs-tools
net-misc/rsync"
src_install() {
dodir /usr/
cp -R "${S}"/* "${ED}"/usr/ || die "Copy files failed"
exeinto /root/Desktop/
doexe share/applications/pentoo-installer.desktop
}