diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2004-10-21 23:02:44 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2004-10-21 23:02:44 +0000 |
commit | 8bea78c9224faf720bbd24d6bb80072a0c6fc34b (patch) | |
tree | 1a933eb128b8c09c5686dfb53aac673286db5965 /sys-apps | |
parent | let's see if this works out like this (diff) | |
download | historical-8bea78c9224faf720bbd24d6bb80072a0c6fc34b.tar.gz historical-8bea78c9224faf720bbd24d6bb80072a0c6fc34b.tar.bz2 historical-8bea78c9224faf720bbd24d6bb80072a0c6fc34b.zip |
New ebuild that fixes the Required Binary failures.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/Manifest | 17 | ||||
-rw-r--r-- | sys-apps/portage/files/RequiredBinary.diff | 11 | ||||
-rw-r--r-- | sys-apps/portage/files/digest-portage-2.0.51 | 1 | ||||
-rw-r--r-- | sys-apps/portage/files/digest-portage-2.0.51-r1 | 1 | ||||
-rw-r--r-- | sys-apps/portage/files/digest-portage-2.0.51-r2 | 1 | ||||
-rw-r--r-- | sys-apps/portage/files/digest-portage-2.0.51_rc10 | 1 | ||||
-rw-r--r-- | sys-apps/portage/files/digest-portage-2.0.51_rc9 | 1 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.0.51-r2.ebuild (renamed from sys-apps/portage/portage-2.0.51-r1.ebuild) | 2 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.0.51.ebuild | 360 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.0.51_rc10.ebuild | 348 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.0.51_rc9.ebuild | 348 |
11 files changed, 19 insertions, 1072 deletions
diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest index 4fe4840b0d55..52729ae4123a 100644 --- a/sys-apps/portage/Manifest +++ b/sys-apps/portage/Manifest @@ -1,25 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d87b92517e7f8a8dcc64f5160e1560e7 portage-2.0.51-r1.ebuild 12240 -MD5 b7e591ee989e4108ea93da2dedd43d20 portage-2.0.51_rc10.ebuild 11789 MD5 00db015217d8e61934c033d1e27d40b7 portage-2.0.51_rc7.ebuild 11788 +MD5 e09f35617922e9d8872c67eaf17b5189 portage-2.0.51-r2.ebuild 12240 MD5 c2319f5f50294b32c0d1b9cfa1bee9d3 portage-2.0.50-r11.ebuild 11543 -MD5 48e3a06d54b4afb8b3aac23b90e383ea portage-2.0.51_rc9.ebuild 11788 MD5 ba4ae80e5e6cf58aac9c5aa1cc5f777e ChangeLog 411 -MD5 1013d8d81332e05939cea3dd696d9408 portage-2.0.51.ebuild 12237 MD5 c697b628359c7055961817876804f0a6 metadata.xml 221 MD5 5375f0805d4d56dc961ad81162854790 files/digest-portage-2.0.50-r11 71 MD5 3da3469e2b40b9a6b37fd54b2e6c7b98 files/digest-portage-2.0.51_rc7 71 -MD5 84e8be494a1b6c452ab7b131afde74c0 files/digest-portage-2.0.51_rc9 71 -MD5 fa3ea069daf79db17a8a095d4bb07252 files/digest-portage-2.0.51_rc10 72 -MD5 a8d97052d9c3d3ff6195a4d581a755a5 files/digest-portage-2.0.51 67 -MD5 47ffd2bcafc333f69dcecf9178b86dfd files/digest-portage-2.0.51-r1 70 +MD5 d2608171176cc00a43ead2ed136ed328 files/digest-portage-2.0.51-r2 70 +MD5 c87665ae99f2cf65afa22cc82bb67299 files/RequiredBinary.diff 399 MD5 a754ca9e2eea9f8484bf5f93d339043a files/README.RESCUE 1911 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBeCN2BDOEqLMd+jQRAnQCAJ0X5cvp/MqqAXPGkukHVS8ANHyEkgCeJlWI -M0WY7+W8WGOhNYgL5IANCrY= -=ZmfX +iD8DBQFBeEAmBDOEqLMd+jQRAvh+AJwL17JFAHuTbAfEqRYG5r8wkqAP6ACgrcgI +QaXHWvq5fZ6lcZqptMORv90= +=pJzk -----END PGP SIGNATURE----- diff --git a/sys-apps/portage/files/RequiredBinary.diff b/sys-apps/portage/files/RequiredBinary.diff new file mode 100644 index 000000000000..75c4a05447e4 --- /dev/null +++ b/sys-apps/portage/files/RequiredBinary.diff @@ -0,0 +1,11 @@ +diff -u -r1.524 portage.py +--- portage.py 20 Oct 2004 01:24:49 -0000 1.524 ++++ portage.py 21 Oct 2004 22:50:09 -0000 +@@ -6379,6 +6379,7 @@ + if dircache.has_key(self.dbcatdir): + del dircache[self.dbcatdir] + print ">>>",self.mycpv,"merged." ++ return 0 + + def mergeme(self,srcroot,destroot,outfile,secondhand,stufftomerge,cfgfiledict,thismtime): + srcroot=os.path.normpath("///"+srcroot)+"/" diff --git a/sys-apps/portage/files/digest-portage-2.0.51 b/sys-apps/portage/files/digest-portage-2.0.51 deleted file mode 100644 index e83a9fe236a5..000000000000 --- a/sys-apps/portage/files/digest-portage-2.0.51 +++ /dev/null @@ -1 +0,0 @@ -MD5 4833cb7059b01cc57526e0c7c6a92457 portage-2.0.51.tar.bz2 283210 diff --git a/sys-apps/portage/files/digest-portage-2.0.51-r1 b/sys-apps/portage/files/digest-portage-2.0.51-r1 deleted file mode 100644 index 8e0d4c7c1312..000000000000 --- a/sys-apps/portage/files/digest-portage-2.0.51-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 36ca5620a5866471f35d1284632a71c3 portage-2.0.51-r1.tar.bz2 283475 diff --git a/sys-apps/portage/files/digest-portage-2.0.51-r2 b/sys-apps/portage/files/digest-portage-2.0.51-r2 new file mode 100644 index 000000000000..9147cb989904 --- /dev/null +++ b/sys-apps/portage/files/digest-portage-2.0.51-r2 @@ -0,0 +1 @@ +MD5 b75aabdf84dc324199823c0502ead473 portage-2.0.51-r2.tar.bz2 325777 diff --git a/sys-apps/portage/files/digest-portage-2.0.51_rc10 b/sys-apps/portage/files/digest-portage-2.0.51_rc10 deleted file mode 100644 index 5f451f8ae62b..000000000000 --- a/sys-apps/portage/files/digest-portage-2.0.51_rc10 +++ /dev/null @@ -1 +0,0 @@ -MD5 38439909f5552619fa6a7beb5b6330f4 portage-2.0.51_rc10.tar.bz2 282630 diff --git a/sys-apps/portage/files/digest-portage-2.0.51_rc9 b/sys-apps/portage/files/digest-portage-2.0.51_rc9 deleted file mode 100644 index d30b95a56c06..000000000000 --- a/sys-apps/portage/files/digest-portage-2.0.51_rc9 +++ /dev/null @@ -1 +0,0 @@ -MD5 2af70a1ef7ae4dcdde7899ef9c270bd5 portage-2.0.51_rc9.tar.bz2 279783 diff --git a/sys-apps/portage/portage-2.0.51-r1.ebuild b/sys-apps/portage/portage-2.0.51-r2.ebuild index 1a916c574a08..6979dba24666 100644 --- a/sys-apps/portage/portage-2.0.51-r1.ebuild +++ b/sys-apps/portage/portage-2.0.51-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51-r1.ebuild,v 1.1 2004/10/21 21:00:18 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51-r2.ebuild,v 1.1 2004/10/21 23:02:44 carpaski Exp $ IUSE="build selinux" inherit flag-o-matic diff --git a/sys-apps/portage/portage-2.0.51.ebuild b/sys-apps/portage/portage-2.0.51.ebuild deleted file mode 100644 index df0e703a62e1..000000000000 --- a/sys-apps/portage/portage-2.0.51.ebuild +++ /dev/null @@ -1,360 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51.ebuild,v 1.6 2004/10/21 21:00:18 carpaski Exp $ - -IUSE="build selinux" -inherit flag-o-matic - -# If the old /lib/sandbox.so is in /etc/ld.so.preload, it can -# cause everything to segfault !! -export SANDBOX_DISABLED="1" - -S=${WORKDIR}/${PF} -SLOT="0" -DESCRIPTION="The Portage Package Management System (Similar to BSD's ports). The primary package management and distribution system for Gentoo." -SRC_URI="http://zarquon.twobit.net/gentoo/portage/${PF}.tar.bz2 http://gentoo.twobit.net/portage/${PF}.tar.bz2 mirror://gentoo/${PF}.tar.bz2" -HOMEPAGE="http://www.gentoo.org" -RESTRICT="nomirror mirror nosandbox sandbox" - -# Contact carpaski with a reason before you modify any of these. -KEYWORDS=" alpha amd64 arm hppa ia64 macos mips ppc ppc-macos ppc64 s390 sparc x86" -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~macos ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" - -LICENSE="GPL-2" -RDEPEND="!build? ( >=sys-apps/sed-4.0.5 dev-python/python-fchksum >=dev-lang/python-2.2.1 sys-apps/debianutils >=app-shells/bash-2.05a ) selinux? ( >=dev-python/python-selinux-2.15 )" - -python_version() { - local tmpstr="$(/usr/bin/python -V 2>&1 )" - export PYVER_ALL="${tmpstr#Python }" - - export PYVER_MAJOR=$(echo ${PYVER_ALL} | cut -d. -f1) - export PYVER_MINOR=$(echo ${PYVER_ALL} | cut -d. -f2) - export PYVER_MICRO=$(echo ${PYVER_ALL} | cut -d. -f3-) - export PYVER="${PYVER_MAJOR}.${PYVER_MINOR}" -} - -check_multilib() { - has_m32 - if [ "$?" == 0 ]; then - einfo "Found valid multilib environment." - einfo "Building with multilib support." - export MULTILIB="1" - else - ewarn "No valid multilib environment found!" - ewarn "Building without multilib support. If" - ewarn "you want to have multilib support," - ewarn "emerge gcc with \"multilib\" in your" - ewarn "useflags." - sleep 5 - fi -} - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - cd ${S}/src; ${CC:-gcc} ${CFLAGS} tbz2tool.c -o tbz2tool - cd ${S}/src/sandbox-1.1 - case ${ARCH} in - "x86") - make CFLAGS="-march=i386 -O1 -pipe" || die - ;; - "amd64") - check_multilib - make CFLAGS="-O1 -pipe" HAVE_64BIT_ARCH="${MULTILIB}" || die - ;; - *) - if useq macos || useq ppc-macos || useq x86-fbsd; then - ewarn "NOT BUILDING SANDBOX ON $ARCH" - else - make CFLAGS="-O1 -pipe" || die - fi - ;; - esac - cd ${S}/bin -} - -src_install() { - #config files - cd ${S}/cnf - insinto /etc - if [ -f "make.globals.${ARCH}" ]; then - newins make.globals.${ARCH} make.globals - newins make.conf.${ARCH} make.conf.example - else - eerror "" - eerror "Portage does not have an arch-specific configuration for this arch." - eerror "Please notify the arch maintainer about this issue. Using generic." - eerror "" - sleep 3 - doins make.globals - newins make.conf make.conf.example - fi - - doins etc-update.conf dispatch-conf.conf - - #python modules - if [ -x "$(type -p python2.2)" ] || [ -x /usr/bin/python2.2 ]; then - cd ${S}/src/python-missingos - chmod +x setup.py - if [ -x "$(type -p python2.3)" ]; then - ./setup.py install --root ${D} || eerror "Failed to install missingos module -- python2.2 broken?" - else - ./setup.py install --root ${D} || die "Failed to install missingos module" - fi - fi - - - dodir /usr/lib/portage/pym - cd ${S}/pym - insinto /usr/lib/portage/pym - doins *.py - - #binaries, libraries and scripts - dodir /usr/lib/portage/bin - cd ${S}/bin - exeinto /usr/lib/portage/bin - doexe * - doexe ${S}/src/tbz2tool - - if use macos || use ppc-macos || use x86-fbsd; then - ewarn "Not installing sandbox on ${ARCH}" - else - #install sandbox - cd ${S}/src/sandbox-1.1 - if [ "$ARCH" == "amd64" ]; then - check_multilib - make DESTDIR="${D}" HAVE_64BIT_ARCH="${MULTILIB}" install || \ - die "Failed to compile sandbox" - else - make DESTDIR="${D}" install || \ - die "Failed to compile sandbox" - fi - fi - - #symlinks - dodir /usr/bin /usr/sbin - dosym ../lib/portage/bin/emerge /usr/bin/emerge - dosym ../lib/portage/bin/pkgmerge /usr/sbin/pkgmerge - dosym ../lib/portage/bin/ebuild /usr/sbin/ebuild - dosym ../lib/portage/bin/ebuild.sh /usr/sbin/ebuild.sh - - dosym ../lib/portage/bin/etc-update /usr/sbin/etc-update - dosym ../lib/portage/bin/dispatch-conf /usr/sbin/dispatch-conf - dosym ../lib/portage/bin/archive-conf /usr/sbin/archive-conf - dosym ../lib/portage/bin/fixpackages /usr/sbin/fixpackages - - dosym ../lib/portage/bin/env-update /usr/sbin/env-update - dosym ../lib/portage/bin/xpak /usr/bin/xpak - dosym ../lib/portage/bin/repoman /usr/bin/repoman - dosym ../lib/portage/bin/tbz2tool /usr/bin/tbz2tool - dosym ../lib/portage/bin/portageq /usr/bin/portageq - - dosym ../lib/portage/bin/g-cpan.pl /usr/bin/g-cpan.pl - dosym ../lib/portage/bin/quickpkg /usr/bin/quickpkg - dosym ../lib/portage/bin/regenworld /usr/sbin/regenworld - dosym ../lib/portage/bin/emerge-webrsync /usr/sbin/emerge-webrsync - - dosym newins /usr/lib/portage/bin/donewins - - # man pages - doman ${S}/man/*.[0-9] - - # temp dir creation - dodir /var/tmp - chmod 1777 ${D}/var/tmp - touch ${D}/var/tmp/.keep - - #documentation - dodoc ${S}/ChangeLog -} - - -pkg_preinst() { - if has livecvsportage $FEATURES; then - if [ "$ROOT" == "/" ]; then - rm -Rf "${IMAGE}"/usr/lib/portage/pym/* - - mv "${IMAGE}"/usr/lib/portage/bin/{sandbox,tbz2tool} ${T} - rm -Rf "${IMAGE}"/usr/lib/portage/bin/* - mv "${T}"/{sandbox,tbz2tool} "${IMAGE}"/usr/lib/portage/bin/ - fi - fi - - # If we return true, then we don't have HIGHEST_PROTOCOL. - # We need to modify the source for this case. - if python -c "import cPickle,sys; sys.exit('HIGHEST_PROTOCOL' in dir(cPickle))"; then - sed -i "s:cPickle.HIGHEST_PROTOCOL:-1:" "${IMAGE}"/usr/lib/portage/pym/*.py - fi -} - -pkg_postinst() { - local x - - [ -f "${ROOT}etc/make.conf" ] || touch ${ROOT}etc/make.conf - - #disable global sandbox if it's active (it's been deprecated) - if [ -f /etc/ld.so.preload ] ; then - cp /etc/ld.so.preload ${T} - grep -v libsandbox ${T}/ld.so.preload > /etc/ld.so.preload - fi - - #remove possible previous sandbox files that could cause conflicts - if [ -d /usr/lib/sandbox ]; then - rm -f ${ROOT}/usr/lib/portage/bin/ebuild.sh.orig - rm -f ${ROOT}/usr/lib/portage/pym/portage.py.orig - rm -f ${ROOT}/usr/bin/sandbox - rm -rf ${ROOT}/usr/lib/sandbox - fi - - #yank old cache files - if [ -d /var/cache/edb ] - then - rm -f /var/cache/edb/xcache.p - rm -f /var/cache/edb/mtimes - fi - - install -o root -g portage -m 0755 -d "${ROOT}/etc/portage" - install -o root -g portage -m 2775 -d "${ROOT}/etc/portage/sets" - # u+rwx,g+srwx --- This is a secure directory for temp files. - - install -o root -g portage -m 2770 -d "${ROOT}/var/lib/portage" - einfo "Checking ${ROOT}/var/lib/portage for bad/illegal files:" - find "${ROOT}/var/lib/portage" ! -group portage -o -perm -002 -print0 | ${XARGS} -0n 500 rm -Rvf - - OLDWORLD="${ROOT}/var/cache/edb/world" - NEWWORLD="${ROOT}/var/lib/portage/world" - - if [ ! -f "${NEWWORLD}" ]; then - cp "${OLDWORLD}" "${NEWWORLD}" && \ - rm -f "${OLDWORLD}" && \ - ln ../../lib/portage/world "${NEWWORLD}" - fi - - if [ ! -f "/etc/portage/package.mask" ]; then - if [ -f "/etc/portage/profile/package.mask" ]; then - ln /etc/portage/profile/package.mask /etc/portage/package.mask - einfo "/etc/portage/profile/package.mask is now /etc/portage/package.mask" - einfo "a hardlink has been created to the new location if it exists in profiles" - einfo "already." - echo - fi - fi - echo - - einfo "Feature additions are noted in help and make.conf descriptions." - echo - einfo "Update configs using 'etc-update' please. Maintaining current configs" - einfo "for portage and other system packages is fairly important for the" - einfo "continued health of your system." - echo - ewarn "NOTICE: There have been changes in the location of some internal files" - ewarn " to better match the FHS. The changes do not directly affect users" - ewarn " but please be advised that changing between versions of portage" - ewarn " with and without these changes may introduce some inconsistencies" - ewarn " in package data regarding 'world' and 'virtuals' (provides)." - echo - einfo " /var/cache/edb/world has moved to /var/lib/portage/world" - echo - einfo " /var/cache/edb/virtuals has been deprecated and is now calculated" - einfo " on demand. Strictly _USER_ modifications to virtuals may go into" - einfo " /etc/portage/profile/virtuals and will not be modified by portage." - echo - - if [ -z "$PORTAGE_TEST" ]; then - for TICKER in 1 2 3 4 5 6 7 8 9 10; do - echo -ne "\a" ; sleep 0.$(( $RANDOM % 9 + 1)) &>/dev/null ; sleep 0,$(( $RANDOM % 9 + 1)) &>/dev/null - done - sleep 5 - - # Kill the existing counter and generate a new one. - echo -n "Recalculating the counter... " - mv /var/cache/edb/counter /var/cache/edb/counter.old - python -c 'import sys; sys.path = ["/usr/lib/portage/pym"]+sys.path; import portage; portage.db["/"]["vartree"].dbapi.counter_tick("/")' &>/dev/null - if [ -f /var/cache/edb/counter ] ; then - echo "Counter updated successfully." - rm -f /var/cache/edb/counter.old - else - echo "FAILED to update counter." - ls -l /var/cache/edb/counter.old - echo "!!! This is a problem." - mv /var/cache/edb/counter.old /var/cache/edb/counter - fi - fi # PORTAGE_TESTING - - if [ ! -d "${ROOT}var/cache/edb/dep" ] - then - install -d -m2755 ${ROOT}var/cache/edb - install -d -m2775 -o root -g portage ${ROOT}var/cache/edb/dep - fi - - # Old place of install - rm -f ${ROOT}usr/lib/python2.2/site-packages/portage.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/xpak.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/output.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/cvstree.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/getbinpkg.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/emergehelp.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/dispatch_conf.py[co] - - # New old place of install - rm -f ${ROOT}usr/lib/portage/pym/*.py[co] - - # we gotta re-compile these modules and deal with systems with clock skew (stale compiled files) - einfo "Compiling python modules..." - python -c 'import compileall; compileall.compile_path()' &> /dev/null - python -c "import compileall; compileall.compile_dir('${ROOT}usr/lib/portage/pym')" &> /dev/null - - if has ccache $FEATURES && has userpriv $FEATURES; then - chown -R portage:portage /var/tmp/ccache &> /dev/null - chmod -R g+rws /var/tmp/ccache &>/dev/null - fi - - if [ -d "${ROOT}usr/portage/distfiles" ]; then - find "${ROOT}usr/portage/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chgrp portage &> /dev/null - - find "${ROOT}usr/portage/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod 0644 &> /dev/null - - find "${ROOT}usr/portage/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chown portage &> /dev/null - - find "${ROOT}usr/portage/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod u+w &> /dev/null - - chmod 2775 "${ROOT}usr/portage/distfiles" - chmod 2775 "${ROOT}usr/portage/distfiles/cvs-src" - fi - if [ -d "${ROOT}/${PORTDIR}/distfiles" ]; then - find "${ROOT}/${PORTDIR}/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chgrp portage &> /dev/null - - find "${ROOT}/${PORTDIR}/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod 0644 &> /dev/null - - find "${ROOT}/${PORTDIR}/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chown portage &> /dev/null - - find "${ROOT}/${PORTDIR}/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod u+w &> /dev/null - - chmod 2775 "${ROOT}/${PORTDIR}/distfiles" - chmod 2775 "${ROOT}/${PORTDIR}/distfiles/cvs-src" - fi - - chown -R root:portage ${ROOT}var/cache/edb - find ${ROOT}var/cache/edb -type f -print0 | ${XARGS} -0 -n 500 chmod 664 - - for X in ${ROOT}etc/._cfg????_make.globals; do - # Overwrite the globals file automatically. - [ -e "${X}" ] && mv -f "${X}" "${ROOT}etc/make.globals" - done - - einfo "You may run 'emerge metadata' to perform cache updates if you have" - einfo "changed versions of portage. This will provide a fairly dramatic" - einfo "speedup. Alternatively, you may 'emerge sync' if it has been more" - einfo "than 30 minutes since your last sync." -} diff --git a/sys-apps/portage/portage-2.0.51_rc10.ebuild b/sys-apps/portage/portage-2.0.51_rc10.ebuild deleted file mode 100644 index 46dc1c902a9c..000000000000 --- a/sys-apps/portage/portage-2.0.51_rc10.ebuild +++ /dev/null @@ -1,348 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51_rc10.ebuild,v 1.1 2004/10/20 01:29:39 carpaski Exp $ - -IUSE="build selinux" -inherit flag-o-matic - -# If the old /lib/sandbox.so is in /etc/ld.so.preload, it can -# cause everything to segfault !! -export SANDBOX_DISABLED="1" - -S=${WORKDIR}/${PF} -SLOT="0" -DESCRIPTION="The Portage Package Management System (Similar to BSD's ports). The primary package management and distribution system for Gentoo." -SRC_URI="http://zarquon.twobit.net/gentoo/portage/${PF}.tar.bz2 http://gentoo.twobit.net/portage/${PF}.tar.bz2 mirror://gentoo/${PF}.tar.bz2" -HOMEPAGE="http://www.gentoo.org" -RESTRICT="nomirror mirror" - -# Contact carpaski with a reason before you modify any of these. -#KEYWORDS=" alpha amd64 arm hppa ia64 macos mips ppc ppc-macos ppc64 s390 sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~macos ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" - -LICENSE="GPL-2" -RDEPEND="!build? ( >=sys-apps/sed-4.0.5 dev-python/python-fchksum >=dev-lang/python-2.2.1 sys-apps/debianutils >=app-shells/bash-2.05a ) selinux? ( >=dev-python/python-selinux-2.15 )" - -python_version() { - local tmpstr="$(/usr/bin/python -V 2>&1 )" - export PYVER_ALL="${tmpstr#Python }" - - export PYVER_MAJOR=$(echo ${PYVER_ALL} | cut -d. -f1) - export PYVER_MINOR=$(echo ${PYVER_ALL} | cut -d. -f2) - export PYVER_MICRO=$(echo ${PYVER_ALL} | cut -d. -f3-) - export PYVER="${PYVER_MAJOR}.${PYVER_MINOR}" -} - -check_multilib() { - has_m32 - if [ "$?" == 0 ]; then - einfo "Found valid multilib environment." - einfo "Building with multilib support." - export MULTILIB="1" - else - ewarn "No valid multilib environment found!" - ewarn "Building without multilib support. If" - ewarn "you want to have multilib support," - ewarn "emerge gcc with \"multilib\" in your" - ewarn "useflags." - sleep 5 - fi -} - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - cd ${S}/src; ${CC:-gcc} ${CFLAGS} tbz2tool.c -o tbz2tool - cd ${S}/src/sandbox-1.1 - case ${ARCH} in - "x86") - make CFLAGS="-march=i386 -O1 -pipe" || die - ;; - "amd64") - check_multilib - make CFLAGS="-O2 -pipe" HAVE_64BIT_ARCH="${MULTILIB}" || die - ;; - *) - if useq macos || useq ppc-macos || useq x86-fbsd; then - ewarn "NOT BUILDING SANDBOX ON $ARCH" - else - make || die - fi - ;; - esac - cd ${S}/bin -} - -src_install() { - #config files - cd ${S}/cnf - insinto /etc - if [ -f "make.globals.${ARCH}" ]; then - newins make.globals.${ARCH} make.globals - newins make.conf.${ARCH} make.conf.example - else - eerror "" - eerror "Portage does not have an arch-specific configuration for this arch." - eerror "Please notify the arch maintainer about this issue. Using generic." - eerror "" - sleep 3 - doins make.globals - newins make.conf make.conf.example - fi - - doins etc-update.conf dispatch-conf.conf - - #python modules - if [ -x "$(type -p python2.2)" ] || [ -x /usr/bin/python2.2 ]; then - cd ${S}/src/python-missingos - chmod +x setup.py - if [ -x "$(type -p python2.3)" ]; then - ./setup.py install --root ${D} || eerror "Failed to install missingos module -- python2.2 broken?" - else - ./setup.py install --root ${D} || die "Failed to install missingos module" - fi - fi - - - dodir /usr/lib/portage/pym - cd ${S}/pym - insinto /usr/lib/portage/pym - doins *.py - - #binaries, libraries and scripts - dodir /usr/lib/portage/bin - cd ${S}/bin - exeinto /usr/lib/portage/bin - doexe * - doexe ${S}/src/tbz2tool - - if use macos || use ppc-macos || use x86-fbsd; then - ewarn "Not installing sandbox on ${ARCH}" - else - #install sandbox - cd ${S}/src/sandbox-1.1 - make DESTDIR=${D} HAVE_64BIT_ARCH="${MULTILIB}" \ - install || die "Failed to compile sandbox" - fi - - #symlinks - dodir /usr/bin /usr/sbin - dosym ../lib/portage/bin/emerge /usr/bin/emerge - dosym ../lib/portage/bin/pkgmerge /usr/sbin/pkgmerge - dosym ../lib/portage/bin/ebuild /usr/sbin/ebuild - dosym ../lib/portage/bin/ebuild.sh /usr/sbin/ebuild.sh - - dosym ../lib/portage/bin/etc-update /usr/sbin/etc-update - dosym ../lib/portage/bin/dispatch-conf /usr/sbin/dispatch-conf - dosym ../lib/portage/bin/archive-conf /usr/sbin/archive-conf - dosym ../lib/portage/bin/fixpackages /usr/sbin/fixpackages - - dosym ../lib/portage/bin/env-update /usr/sbin/env-update - dosym ../lib/portage/bin/xpak /usr/bin/xpak - dosym ../lib/portage/bin/repoman /usr/bin/repoman - dosym ../lib/portage/bin/tbz2tool /usr/bin/tbz2tool - dosym ../lib/portage/bin/portageq /usr/bin/portageq - - dosym ../lib/portage/bin/g-cpan.pl /usr/bin/g-cpan.pl - dosym ../lib/portage/bin/quickpkg /usr/bin/quickpkg - dosym ../lib/portage/bin/regenworld /usr/sbin/regenworld - dosym ../lib/portage/bin/emerge-webrsync /usr/sbin/emerge-webrsync - - dosym newins /usr/lib/portage/bin/donewins - - # man pages - doman ${S}/man/*.[0-9] - - # temp dir creation - dodir /var/tmp - chmod 1777 ${D}/var/tmp - touch ${D}/var/tmp/.keep - - #documentation - dodoc ${S}/ChangeLog -} - - -pkg_preinst() { - if has livecvsportage $FEATURES; then - if [ "$ROOT" == "/" ]; then - rm -Rf "${IMAGE}"/usr/lib/portage/pym/* - - mv "${IMAGE}"/usr/lib/portage/bin/{sandbox,tbz2tool} ${T} - rm -Rf "${IMAGE}"/usr/lib/portage/bin/* - mv "${T}"/{sandbox,tbz2tool} "${IMAGE}"/usr/lib/portage/bin/ - fi - fi -} - -pkg_postinst() { - local x - - [ -f "${ROOT}etc/make.conf" ] || touch ${ROOT}etc/make.conf - - #disable global sandbox if it's active (it's been deprecated) - if [ -f /etc/ld.so.preload ] ; then - cp /etc/ld.so.preload ${T} - grep -v libsandbox ${T}/ld.so.preload > /etc/ld.so.preload - fi - - #remove possible previous sandbox files that could cause conflicts - if [ -d /usr/lib/sandbox ]; then - rm -f ${ROOT}/usr/lib/portage/bin/ebuild.sh.orig - rm -f ${ROOT}/usr/lib/portage/pym/portage.py.orig - rm -f ${ROOT}/usr/bin/sandbox - rm -rf ${ROOT}/usr/lib/sandbox - fi - - #yank old cache files - if [ -d /var/cache/edb ] - then - rm -f /var/cache/edb/xcache.p - rm -f /var/cache/edb/mtimes - fi - - install -o root -g portage -m 0755 -d "${ROOT}/etc/portage" - install -o root -g portage -m 2775 -d "${ROOT}/etc/portage/sets" - # u+rwx,g+srwx --- This is a secure directory for temp files. - - install -o root -g portage -m 2770 -d "${ROOT}/var/lib/portage" - einfo "Checking ${ROOT}/var/lib/portage for bad/illegal files:" - find "${ROOT}/var/lib/portage" ! -group portage -o -perm -002 -print0 | ${XARGS} -0n 500 rm -Rvf - - OLDWORLD="${ROOT}/var/cache/edb/world" - NEWWORLD="${ROOT}/var/lib/portage/world" - - if [ ! -f "${NEWWORLD}" ]; then - cp "${OLDWORLD}" "${NEWWORLD}" && \ - rm -f "${OLDWORLD}" && \ - ln ../../lib/portage/world "${NEWWORLD}" - fi - - if [ ! -f "/etc/portage/package.mask" ]; then - if [ -f "/etc/portage/profile/package.mask" ]; then - ln /etc/portage/profile/package.mask /etc/portage/package.mask - einfo "/etc/portage/profile/package.mask is now /etc/portage/package.mask" - einfo "a hardlink has been created to the new location if it exists in profiles" - einfo "already." - echo - fi - fi - echo - - einfo "Feature additions are noted in help and make.conf descriptions." - echo - einfo "Update configs using 'etc-update' please. Maintaining current configs" - einfo "for portage and other system packages is fairly important for the" - einfo "continued health of your system." - echo - ewarn "NOTICE: There have been changes in the location of some internal files" - ewarn " to better match the FHS. The changes do not directly affect users" - ewarn " but please be advised that changing between versions of portage" - ewarn " with and without these changes may introduce some inconsistencies" - ewarn " in package data regarding 'world' and 'virtuals' (provides)." - echo - einfo " /var/cache/edb/world has moved to /var/lib/portage/world" - echo - einfo " /var/cache/edb/virtuals has been deprecated and is now calculated" - einfo " on demand. Strictly _USER_ modifications to virtuals may go into" - einfo " /etc/portage/profile/virtuals and will not be modified by portage." - echo - - if [ -z "$PORTAGE_TEST" ]; then - for TICKER in 1 2 3 4 5 6 7 8 9 10; do - echo -ne "\a" ; sleep 0.$(( $RANDOM % 9 + 1)) &>/dev/null ; sleep 0,$(( $RANDOM % 9 + 1)) &>/dev/null - done - sleep 5 - - # Kill the existing counter and generate a new one. - echo -n "Recalculating the counter... " - mv /var/cache/edb/counter /var/cache/edb/counter.old - python -c 'import sys; sys.path = ["/usr/lib/portage/pym"]+sys.path; import portage; portage.db["/"]["vartree"].dbapi.counter_tick("/")' &>/dev/null - if [ -f /var/cache/edb/counter ] ; then - echo "Counter updated successfully." - rm -f /var/cache/edb/counter.old - else - echo "FAILED to update counter." - ls -l /var/cache/edb/counter.old - echo "!!! This is a problem." - mv /var/cache/edb/counter.old /var/cache/edb/counter - fi - fi # PORTAGE_TESTING - - if [ ! -d "${ROOT}var/cache/edb/dep" ] - then - install -d -m2755 ${ROOT}var/cache/edb - install -d -m2775 -o root -g portage ${ROOT}var/cache/edb/dep - fi - - # Old place of install - rm -f ${ROOT}usr/lib/python2.2/site-packages/portage.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/xpak.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/output.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/cvstree.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/getbinpkg.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/emergehelp.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/dispatch_conf.py[co] - - # New old place of install - rm -f ${ROOT}usr/lib/portage/pym/*.py[co] - - # we gotta re-compile these modules and deal with systems with clock skew (stale compiled files) - einfo "Compiling python modules..." - python -c 'import compileall; compileall.compile_path()' &> /dev/null - python -c "import compileall; compileall.compile_dir('${ROOT}usr/lib/portage/pym')" &> /dev/null - - if has ccache $FEATURES && has userpriv $FEATURES; then - chown -R portage:portage /var/tmp/ccache &> /dev/null - chmod -R g+rws /var/tmp/ccache &>/dev/null - fi - - if [ -d "${ROOT}usr/portage/distfiles" ]; then - find "${ROOT}usr/portage/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chgrp portage &> /dev/null - - find "${ROOT}usr/portage/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod 0644 &> /dev/null - - find "${ROOT}usr/portage/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chown portage &> /dev/null - - find "${ROOT}usr/portage/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod u+w &> /dev/null - - chmod 2775 "${ROOT}usr/portage/distfiles" - chmod 2775 "${ROOT}usr/portage/distfiles/cvs-src" - fi - if [ -d "${ROOT}/${PORTDIR}/distfiles" ]; then - find "${ROOT}/${PORTDIR}/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chgrp portage &> /dev/null - - find "${ROOT}/${PORTDIR}/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod 0644 &> /dev/null - - find "${ROOT}/${PORTDIR}/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chown portage &> /dev/null - - find "${ROOT}/${PORTDIR}/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod u+w &> /dev/null - - chmod 2775 "${ROOT}/${PORTDIR}/distfiles" - chmod 2775 "${ROOT}/${PORTDIR}/distfiles/cvs-src" - fi - - chown -R root:portage ${ROOT}var/cache/edb - find ${ROOT}var/cache/edb -type f -print0 | ${XARGS} -0 -n 500 chmod 664 - - for X in ${ROOT}etc/._cfg????_make.globals; do - # Overwrite the globals file automatically. - [ -e "${X}" ] && mv -f "${X}" "${ROOT}etc/make.globals" - done - - einfo "You may run 'emerge metadata' to perform cache updates if you have" - einfo "changed versions of portage. This will provide a fairly dramatic" - einfo "speedup. Alternatively, you may 'emerge sync' if it has been more" - einfo "than 30 minutes since your last sync." -} diff --git a/sys-apps/portage/portage-2.0.51_rc9.ebuild b/sys-apps/portage/portage-2.0.51_rc9.ebuild deleted file mode 100644 index a7fa1f13bdce..000000000000 --- a/sys-apps/portage/portage-2.0.51_rc9.ebuild +++ /dev/null @@ -1,348 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51_rc9.ebuild,v 1.1 2004/10/11 04:26:47 carpaski Exp $ - -IUSE="build selinux" -inherit flag-o-matic - -# If the old /lib/sandbox.so is in /etc/ld.so.preload, it can -# cause everything to segfault !! -export SANDBOX_DISABLED="1" - -S=${WORKDIR}/${PF} -SLOT="0" -DESCRIPTION="The Portage Package Management System (Similar to BSD's ports). The primary package management and distribution system for Gentoo." -SRC_URI="http://zarquon.twobit.net/gentoo/portage/${PF}.tar.bz2 http://gentoo.twobit.net/portage/${PF}.tar.bz2 mirror://gentoo/${PF}.tar.bz2" -HOMEPAGE="http://www.gentoo.org" -RESTRICT="nomirror mirror" - -# Contact carpaski with a reason before you modify any of these. -#KEYWORDS=" alpha amd64 arm hppa ia64 macos mips ppc ppc-macos ppc64 s390 sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~macos ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" - -LICENSE="GPL-2" -RDEPEND="!build? ( >=sys-apps/sed-4.0.5 dev-python/python-fchksum >=dev-lang/python-2.2.1 sys-apps/debianutils >=app-shells/bash-2.05a ) selinux? ( >=dev-python/python-selinux-2.15 )" - -python_version() { - local tmpstr="$(/usr/bin/python -V 2>&1 )" - export PYVER_ALL="${tmpstr#Python }" - - export PYVER_MAJOR=$(echo ${PYVER_ALL} | cut -d. -f1) - export PYVER_MINOR=$(echo ${PYVER_ALL} | cut -d. -f2) - export PYVER_MICRO=$(echo ${PYVER_ALL} | cut -d. -f3-) - export PYVER="${PYVER_MAJOR}.${PYVER_MINOR}" -} - -check_multilib() { - has_m32 - if [ "$?" == 0 ]; then - einfo "Found valid multilib environment." - einfo "Building with multilib support." - export MULTILIB="1" - else - ewarn "No valid multilib environment found!" - ewarn "Building without multilib support. If" - ewarn "you want to have multilib support," - ewarn "emerge gcc with \"multilib\" in your" - ewarn "useflags." - sleep 5 - fi -} - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - cd ${S}/src; ${CC:-gcc} ${CFLAGS} tbz2tool.c -o tbz2tool - cd ${S}/src/sandbox-1.1 - case ${ARCH} in - "x86") - make CFLAGS="-march=i386 -O1 -pipe" || die - ;; - "amd64") - check_multilib - make CFLAGS="-O2 -pipe" HAVE_64BIT_ARCH="${MULTILIB}" || die - ;; - *) - if useq macos || useq ppc-macos || useq x86-fbsd; then - ewarn "NOT BUILDING SANDBOX ON $ARCH" - else - make || die - fi - ;; - esac - cd ${S}/bin -} - -src_install() { - #config files - cd ${S}/cnf - insinto /etc - if [ -f "make.globals.${ARCH}" ]; then - newins make.globals.${ARCH} make.globals - newins make.conf.${ARCH} make.conf.example - else - eerror "" - eerror "Portage does not have an arch-specific configuration for this arch." - eerror "Please notify the arch maintainer about this issue. Using generic." - eerror "" - sleep 3 - doins make.globals - newins make.conf make.conf.example - fi - - doins etc-update.conf dispatch-conf.conf - - #python modules - if [ -x "$(type -p python2.2)" ] || [ -x /usr/bin/python2.2 ]; then - cd ${S}/src/python-missingos - chmod +x setup.py - if [ -x "$(type -p python2.3)" ]; then - ./setup.py install --root ${D} || eerror "Failed to install missingos module -- python2.2 broken?" - else - ./setup.py install --root ${D} || die "Failed to install missingos module" - fi - fi - - - dodir /usr/lib/portage/pym - cd ${S}/pym - insinto /usr/lib/portage/pym - doins *.py - - #binaries, libraries and scripts - dodir /usr/lib/portage/bin - cd ${S}/bin - exeinto /usr/lib/portage/bin - doexe * - doexe ${S}/src/tbz2tool - - if use macos || use ppc-macos || use x86-fbsd; then - ewarn "Not installing sandbox on ${ARCH}" - else - #install sandbox - cd ${S}/src/sandbox-1.1 - make DESTDIR=${D} HAVE_64BIT_ARCH="${MULTILIB}" \ - install || die "Failed to compile sandbox" - fi - - #symlinks - dodir /usr/bin /usr/sbin - dosym ../lib/portage/bin/emerge /usr/bin/emerge - dosym ../lib/portage/bin/pkgmerge /usr/sbin/pkgmerge - dosym ../lib/portage/bin/ebuild /usr/sbin/ebuild - dosym ../lib/portage/bin/ebuild.sh /usr/sbin/ebuild.sh - - dosym ../lib/portage/bin/etc-update /usr/sbin/etc-update - dosym ../lib/portage/bin/dispatch-conf /usr/sbin/dispatch-conf - dosym ../lib/portage/bin/archive-conf /usr/sbin/archive-conf - dosym ../lib/portage/bin/fixpackages /usr/sbin/fixpackages - - dosym ../lib/portage/bin/env-update /usr/sbin/env-update - dosym ../lib/portage/bin/xpak /usr/bin/xpak - dosym ../lib/portage/bin/repoman /usr/bin/repoman - dosym ../lib/portage/bin/tbz2tool /usr/bin/tbz2tool - dosym ../lib/portage/bin/portageq /usr/bin/portageq - - dosym ../lib/portage/bin/g-cpan.pl /usr/bin/g-cpan.pl - dosym ../lib/portage/bin/quickpkg /usr/bin/quickpkg - dosym ../lib/portage/bin/regenworld /usr/sbin/regenworld - dosym ../lib/portage/bin/emerge-webrsync /usr/sbin/emerge-webrsync - - dosym newins /usr/lib/portage/bin/donewins - - # man pages - doman ${S}/man/*.[0-9] - - # temp dir creation - dodir /var/tmp - chmod 1777 ${D}/var/tmp - touch ${D}/var/tmp/.keep - - #documentation - dodoc ${S}/ChangeLog -} - - -pkg_preinst() { - if has livecvsportage $FEATURES; then - if [ "$ROOT" == "/" ]; then - rm -Rf "${IMAGE}"/usr/lib/portage/pym/* - - mv "${IMAGE}"/usr/lib/portage/bin/{sandbox,tbz2tool} ${T} - rm -Rf "${IMAGE}"/usr/lib/portage/bin/* - mv "${T}"/{sandbox,tbz2tool} "${IMAGE}"/usr/lib/portage/bin/ - fi - fi -} - -pkg_postinst() { - local x - - [ -f "${ROOT}etc/make.conf" ] || touch ${ROOT}etc/make.conf - - #disable global sandbox if it's active (it's been deprecated) - if [ -f /etc/ld.so.preload ] ; then - cp /etc/ld.so.preload ${T} - grep -v libsandbox ${T}/ld.so.preload > /etc/ld.so.preload - fi - - #remove possible previous sandbox files that could cause conflicts - if [ -d /usr/lib/sandbox ]; then - rm -f ${ROOT}/usr/lib/portage/bin/ebuild.sh.orig - rm -f ${ROOT}/usr/lib/portage/pym/portage.py.orig - rm -f ${ROOT}/usr/bin/sandbox - rm -rf ${ROOT}/usr/lib/sandbox - fi - - #yank old cache files - if [ -d /var/cache/edb ] - then - rm -f /var/cache/edb/xcache.p - rm -f /var/cache/edb/mtimes - fi - - install -o root -g portage -m 0755 -d "${ROOT}/etc/portage" - install -o root -g portage -m 2775 -d "${ROOT}/etc/portage/sets" - # u+rwx,g+srwx --- This is a secure directory for temp files. - - install -o root -g portage -m 2770 -d "${ROOT}/var/lib/portage" - einfo "Checking ${ROOT}/var/lib/portage for bad/illegal files:" - find "${ROOT}/var/lib/portage" ! -group portage -o -perm -002 -print0 | ${XARGS} -0n 500 rm -Rvf - - OLDWORLD="${ROOT}/var/cache/edb/world" - NEWWORLD="${ROOT}/var/lib/portage/world" - - if [ ! -f "${NEWWORLD}" ]; then - cp "${OLDWORLD}" "${NEWWORLD}" && \ - rm -f "${OLDWORLD}" && \ - ln ../../lib/portage/world "${NEWWORLD}" - fi - - if [ ! -f "/etc/portage/package.mask" ]; then - if [ -f "/etc/portage/profile/package.mask" ]; then - ln /etc/portage/profile/package.mask /etc/portage/package.mask - einfo "/etc/portage/profile/package.mask is now /etc/portage/package.mask" - einfo "a hardlink has been created to the new location if it exists in profiles" - einfo "already." - echo - fi - fi - echo - - einfo "Feature additions are noted in help and make.conf descriptions." - echo - einfo "Update configs using 'etc-update' please. Maintaining current configs" - einfo "for portage and other system packages is fairly important for the" - einfo "continued health of your system." - echo - ewarn "NOTICE: There have been changes in the location of some internal files" - ewarn " to better match the FHS. The changes do not directly affect users" - ewarn " but please be advised that changing between versions of portage" - ewarn " with and without these changes may introduce some inconsistencies" - ewarn " in package data regarding 'world' and 'virtuals' (provides)." - echo - einfo " /var/cache/edb/world has moved to /var/lib/portage/world" - echo - einfo " /var/cache/edb/virtuals has been deprecated and is now calculated" - einfo " on demand. Strictly _USER_ modifications to virtuals may go into" - einfo " /etc/portage/profile/virtuals and will not be modified by portage." - echo - - if [ -z "$PORTAGE_TEST" ]; then - for TICKER in 1 2 3 4 5 6 7 8 9 10; do - echo -ne "\a" ; sleep 0.$(( $RANDOM % 9 + 1)) &>/dev/null ; sleep 0,$(( $RANDOM % 9 + 1)) &>/dev/null - done - sleep 5 - - # Kill the existing counter and generate a new one. - echo -n "Recalculating the counter... " - mv /var/cache/edb/counter /var/cache/edb/counter.old - python -c 'import sys; sys.path = ["/usr/lib/portage/pym"]+sys.path; import portage; portage.db["/"]["vartree"].dbapi.counter_tick("/")' &>/dev/null - if [ -f /var/cache/edb/counter ] ; then - echo "Counter updated successfully." - rm -f /var/cache/edb/counter.old - else - echo "FAILED to update counter." - ls -l /var/cache/edb/counter.old - echo "!!! This is a problem." - mv /var/cache/edb/counter.old /var/cache/edb/counter - fi - fi # PORTAGE_TESTING - - if [ ! -d "${ROOT}var/cache/edb/dep" ] - then - install -d -m2755 ${ROOT}var/cache/edb - install -d -m2775 -o root -g portage ${ROOT}var/cache/edb/dep - fi - - # Old place of install - rm -f ${ROOT}usr/lib/python2.2/site-packages/portage.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/xpak.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/output.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/cvstree.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/getbinpkg.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/emergehelp.py[co] - rm -f ${ROOT}usr/lib/python2.2/site-packages/dispatch_conf.py[co] - - # New old place of install - rm -f ${ROOT}usr/lib/portage/pym/*.py[co] - - # we gotta re-compile these modules and deal with systems with clock skew (stale compiled files) - einfo "Compiling python modules..." - python -c 'import compileall; compileall.compile_path()' &> /dev/null - python -c "import compileall; compileall.compile_dir('${ROOT}usr/lib/portage/pym')" &> /dev/null - - if has ccache $FEATURES && has userpriv $FEATURES; then - chown -R portage:portage /var/tmp/ccache &> /dev/null - chmod -R g+rws /var/tmp/ccache &>/dev/null - fi - - if [ -d "${ROOT}usr/portage/distfiles" ]; then - find "${ROOT}usr/portage/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chgrp portage &> /dev/null - - find "${ROOT}usr/portage/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod 0644 &> /dev/null - - find "${ROOT}usr/portage/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chown portage &> /dev/null - - find "${ROOT}usr/portage/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod u+w &> /dev/null - - chmod 2775 "${ROOT}usr/portage/distfiles" - chmod 2775 "${ROOT}usr/portage/distfiles/cvs-src" - fi - if [ -d "${ROOT}/${PORTDIR}/distfiles" ]; then - find "${ROOT}/${PORTDIR}/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chgrp portage &> /dev/null - - find "${ROOT}/${PORTDIR}/distfiles" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod 0644 &> /dev/null - - find "${ROOT}/${PORTDIR}/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chown portage &> /dev/null - - find "${ROOT}/${PORTDIR}/distfiles/cvs-src" -type f -maxdepth 1 -print0 | \ - ${XARGS} -0 -n 500 chmod u+w &> /dev/null - - chmod 2775 "${ROOT}/${PORTDIR}/distfiles" - chmod 2775 "${ROOT}/${PORTDIR}/distfiles/cvs-src" - fi - - chown -R root:portage ${ROOT}var/cache/edb - find ${ROOT}var/cache/edb -type f -print0 | ${XARGS} -0 -n 500 chmod 664 - - for X in ${ROOT}etc/._cfg????_make.globals; do - # Overwrite the globals file automatically. - [ -e "${X}" ] && mv -f "${X}" "${ROOT}etc/make.globals" - done - - einfo "You may run 'emerge metadata' to perform cache updates if you have" - einfo "changed versions of portage. This will provide a fairly dramatic" - einfo "speedup. Alternatively, you may 'emerge sync' if it has been more" - einfo "than 30 minutes since your last sync." -} |