mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 07:41:30 +02:00
try 3
This commit is contained in:
parent
620e264b63
commit
ae74b1d77b
2 changed files with 6 additions and 9 deletions
|
|
@ -2,4 +2,4 @@ AUX user-keywords 476 RMD160 f7297498398ef10163194f8e419c9b0d3ed0f9e3 SHA1 6ad61
|
|||
EBUILD pentoo-2009.1-r1.ebuild 949 RMD160 6ea966878d0813832711b62fc33d3ea49c140916 SHA1 6c15310fba73637e3e3f38070cdd150d6807baec SHA256 6a305964a89355ed3ee926a77c9704f67892836d86e5abac1a75f8bd8a6db3b1
|
||||
EBUILD pentoo-2009.1-r2.ebuild 1189 RMD160 0c808303b31d2242195c5e1ae347317db20128fb SHA1 323fb9dae9c87f03eeb41ee95e8a81becf7c0f11 SHA256 a5cfb8f16b98a451fd6dfb05b190f25a0fdd0fd71c56e3c60e9bebfe8586e76e
|
||||
EBUILD pentoo-2009.1.ebuild 742 RMD160 800e8bc740199dc5c1f9daf77e0cb66876e12abf SHA1 1e86c8f888e0308795b0b2c31c9af512688a09ee SHA256 05072a1b4832596fb12454a72d7514329000e69d85a9a4347576b33531b651c7
|
||||
EBUILD pentoo-2010.0.ebuild 1648 RMD160 25df984aa43623c4bd39e1dcec9478d1ed18257e SHA1 fb489b0820183743b4095224d0cb185817cacdf9 SHA256 5925005504dce183d772c9e4d6969b91184239556f209bf6b648ef1be1e27d51
|
||||
EBUILD pentoo-2010.0.ebuild 1500 RMD160 740681948d71d9ac0cfc2949bfb7f91939687e61 SHA1 56d06d4c484fdeca88eea7a21a4d5ab1c82a205c SHA256 89e02f95a30344653b83dcbe0fc80cf72f84fa79857b708d3e5f060d67bccfe8
|
||||
|
|
|
|||
|
|
@ -19,10 +19,11 @@ RDEPEND="!x11-base/xorg-x11
|
|||
kde? ( kde-base/kde-meta )"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
#pkg_setup() {
|
||||
# grep -v x11-base/x11-xorg /var/lib/portage/world > /var/lib/portage/world.cleansed
|
||||
# mv /var/lib/portage/world.cleansed /var/lib/portage/world
|
||||
#}
|
||||
pkg_setup() {
|
||||
#We clean up old mistakes here
|
||||
grep -v 'x11-base/x11-xorg' /var/lib/portage/world > /var/lib/portage/world.cleansed
|
||||
mv /var/lib/portage/world.cleansed /var/lib/portage/world
|
||||
}
|
||||
|
||||
src_install() {
|
||||
if ! use livecd; then
|
||||
|
|
@ -37,10 +38,6 @@ pkg_postinstall() {
|
|||
cp "${FILESDIR}"/user-keywords "${ROOT}"/etc/portage/package.keywords/user-keywords || die "Copy failed, blame Zero"
|
||||
fi
|
||||
|
||||
#We clean up old mistakes here
|
||||
grep -v 'x11-base/x11-xorg' /var/lib/portage/world > /var/lib/portage/world.cleansed
|
||||
mv /var/lib/portage/world.cleansed /var/lib/portage/world
|
||||
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue