mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pentoo-installer: bump
This commit is contained in:
parent
23b217d837
commit
05b54e8297
2 changed files with 32 additions and 0 deletions
|
|
@ -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 5653c4fccc50e750b603c10bb085a2c95784e94fc4351cc25784669fae953189 SHA512 d6ca1d1425804c7c60f3e8ae59f6943b588f21d69cd3d5cdf1e7fcdc20152e94641e9a4fb9c597636eb295f708c0e2cfd9b800ccb94d984ff5e216277cd6ef50 WHIRLPOOL 53b0279ee86bd5b465c6980f844fdd2c07099f5667290aea9ff275297aaa57118876fd87e9ba2cb08946a25195b4023dee1bb30e1682cc2824d60a8cd2d6660c
|
||||
EBUILD pentoo-installer-0.1.4-r4.ebuild 794 SHA256 06b9918f4df9ea00465db779e23a1b06dad79757befdb8745a22d489fb7cbd93 SHA512 a8516c250221fb143764e32602b6ef1b3dbee4b311bd8ff3d07204e012c887ef6f2124aa47e477e9dc98c22956f5bec6fe373dd64ee1a039ba829052e1796472 WHIRLPOOL 29b5a12854f1d339db98b56157f61854e3e76badc6c3d190f8b64ca19f1f52e9db011f03397d2d937463997814b68473852ab064a4a0af08391735994197f765
|
||||
EBUILD pentoo-installer-20131013.ebuild 718 SHA256 4c57bb4261e922fdceb87640cf5cf0c33201326604273915eca9ed5fb7b1a7f7 SHA512 d47ba5f3c1a1150dcf437269cb9d58c6e3ea062faf8d6e855ceb164adb13f6636f1ee49ef647cd8c60d52c3e1fca53a03cb6972aebfec62e86bb9a3db87ad2bc WHIRLPOOL 8f8de5ac76906bec5bf90bf57b61f5cdeab4165c4900aea0377023069513d66fc71529f9ba42490f75ed1542ac5af5d3a098c06122dda0d8eb289018876b1cdb
|
||||
EBUILD pentoo-installer-20140224.ebuild 718 SHA256 7c2ef8a3bf15596e28e533f60b78278def0c6076e31925d827a2ef7043a3ec91 SHA512 6275158dcc6d94de3fe9b92e0aac29e0017755c8600b3d26de09f1e44bf22324e8e91757d5d18e978110f9c67eb1fb388feec085b4faf99eceb1d9aa16a056a9 WHIRLPOOL f8fb2fa88844fea666c5598c6d6cdc2c5fce5120e2e838b21c40415b43b04bfbec56d99d0070378aad31de84f5188fedf1fd390e72c514cf79513f0f0e8313a8
|
||||
|
|
|
|||
31
pentoo/pentoo-installer/pentoo-installer-20140224.ebuild
Normal file
31
pentoo/pentoo-installer/pentoo-installer-20140224.ebuild
Normal 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="5506"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-arch/xz-utils"
|
||||
RDEPEND="dev-util/dialog
|
||||
|| ( sys-boot/grub:0
|
||||
sys-boot/grub-static:0 )
|
||||
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
|
||||
}
|
||||
Loading…
Reference in a new issue