as requested, pentoo /etc/portage version control in my pentoo ebuild. weeeeeee, fun :-)

This commit is contained in:
Zero_Chaos 2009-11-28 05:14:22 +00:00
parent a60d419587
commit d8aae36390
2 changed files with 30 additions and 0 deletions

View file

@ -1 +1,2 @@
EBUILD pentoo-2009.1-r1.ebuild 916 RMD160 c1c80a5f9d01ed2b2e4f44941fa8617885419622 SHA1 a6273320ef8b77ec5d0bb8ed5eb48423fde96813 SHA256 5eeb41dc29e2fc01c954f1a6f8841f653750058c3488aa7618b284a69ffed767
EBUILD pentoo-2009.1.ebuild 742 RMD160 800e8bc740199dc5c1f9daf77e0cb66876e12abf SHA1 1e86c8f888e0308795b0b2c31c9af512688a09ee SHA256 05072a1b4832596fb12454a72d7514329000e69d85a9a4347576b33531b651c7

View file

@ -0,0 +1,29 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x
inherit subversion
EAPI="2"
KEYWORDS="~x86 ~amd64"
DESCRIPTION="One ebuild to rule them all and in the darkness bind them"
HOMEPAGE="http://www.pentoo.ch"
ESVN_REPO_URI="https://www.pentoo.ch/svn/livecd/trunk/portage/"
SLOT="0"
LICENSE="GPL"
IUSE=""
RDEPEND="sys-apps/openrc[pentoo]"
DEPEND="${RDEPEND}"
src_install() {
dodir /etc/
cp -R "${S}/" "${D}/etc/portage/" || die "Install failed!"
}
pkg_config() {
elog "This ebuild is a meta ebuild to handle all the pentoo specific things which"
elog "we can't figure out how to handle cleanly. This will allow us our very own"
elog "meta-package which can be used to make sure the installed users can be"
elog "updated when we make fairly major changes. This may not handle everything,"
elog "but it is a start..."
}