From f5d68581349abdfcfe458510c36996b4b9a59933 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 25 Jul 2018 10:43:40 -0400 Subject: [PATCH] pentoo-installer: remove old non-working tag version --- .../pentoo-installer-20140930.ebuild | 38 ------------------- 1 file changed, 38 deletions(-) delete mode 100644 pentoo/pentoo-installer/pentoo-installer-20140930.ebuild diff --git a/pentoo/pentoo-installer/pentoo-installer-20140930.ebuild b/pentoo/pentoo-installer/pentoo-installer-20140930.ebuild deleted file mode 100644 index 96b2d24ca..000000000 --- a/pentoo/pentoo-installer/pentoo-installer-20140930.ebuild +++ /dev/null @@ -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 -}