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 -}