pentoo-installer: ebuild updated

This commit is contained in:
Anton Bolshakov 2013-08-29 03:18:16 +00:00
parent 6b12946afb
commit 86f0880d44
2 changed files with 32 additions and 0 deletions

View file

@ -18,3 +18,4 @@ DIST pentoo-installer-0.1.4.tar.xz 22252 SHA256 f6bd14b60c1fb6c447587748320f8fa5
EBUILD pentoo-installer-0.1.4-r2.ebuild 754 SHA256 5051a7fd6954059a3db69958d379b39013ef8f61b1b5dc3512a29a51ed7907f7 SHA512 82e0e83c46b55f24aba9058980e6790eee5b7459aa3cd43782340484db6421786037a8bd312bb556cebde58ee64fbb9fa4cc921aa20a314cae7a59b8e52d1810 WHIRLPOOL 3621e5ed0ea39b0adf2defbb930b6db224b14fbb69a6d3fe32623c3497a705a721c5b88a3d95d62e126309211180161b18cbc1fdbf322f3fed26832ff51dfa0c
EBUILD pentoo-installer-0.1.4-r4.ebuild 794 SHA256 5cb3168dbdcfce273336986551df4034d362917f910540472c9205d6ff5ab99b SHA512 c958e198bc09bee928dfcd477ec259b03306abef8ea77f0d943087cc8d16330e401623c6d712fa1182d152ea4a69d7382e9cf454e4b8ff7f39fe46ae33ed765f WHIRLPOOL f57defd5bf27aabc306fc56b225f7ac195eb604c8d46fb2fb7325a6933cf1b99376477a407cba1554fc9220d42566757a3e84843a660fa8ea9938e489fafa43d
EBUILD pentoo-installer-20130828.ebuild 727 SHA256 6c0d291d9f3cf475df1829286b5d557a72c17b0776c7fd3fc0f97d52238a3a4f SHA512 f5894274899f80d3b3815520c27328fc9dd6798eeab0b0b719ca782450edc4adf173edc95865b816583100b73393783e8f1da099168c9f1155fac1d3e9b3cc91 WHIRLPOOL 7c28a7239619abc166363fee3a4bf0bab15908b857ee2043aae394578c08b3fd36a5a7696d6b5fc2d0a7940db29be2f8ba063998cda444cc65ebc5583c944e66
EBUILD pentoo-installer-20130829.ebuild 727 SHA256 75291f298b8896e7107599e333b55067266469a19cb938c1ddb244e4c0c5d049 SHA512 30a2e2dec729287da3dc18a94943338931aeb83c5f332743b07b391b7711c84a65db8f3bd238621e5041b95f8a82c12fa7d707a98ad513a3c6ededed2789648a WHIRLPOOL da5db1dc12e37dfb9827a6aa74969e8d5da4301b415fd59128c938c219bac83e369bb8906018262ac6636c23dc66c4421d1d39821d084a7405bc8a83a44868a6

View file

@ -0,0 +1,31 @@
# Copyright 1999-2013 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="http://gitorious.org/pentoo/pentoo-installer"
SRC_URI=""
ESVN_REPO_URI="https://pentoo.googlecode.com/svn/${PN}/trunk"
ESVN_REVISION="4966"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-arch/xz-utils"
RDEPEND="dev-util/dialog
|| ( <sys-boot/grub-1
<sys-boot/grub-static-1 )
net-misc/rsync"
src_install() {
dodir /usr/
cp -R "${S}"/* "${ED}"/usr/ || die "Copy files failed"
exeinto /root/Desktop/
doexe /usr/share/applications/pentoo-installer.desktop
}