diff options
-rw-r--r-- | sys-apps/portage/files/digest-portage-2.0.47-r13 | 2 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.0.47-r13.ebuild | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/portage/files/digest-portage-2.0.47-r13 b/sys-apps/portage/files/digest-portage-2.0.47-r13 index 143f0cd5a810..63d1c8c83cd4 100644 --- a/sys-apps/portage/files/digest-portage-2.0.47-r13 +++ b/sys-apps/portage/files/digest-portage-2.0.47-r13 @@ -2,5 +2,5 @@ MD5 73094a2d75dca36817b40611589ea226 /files/portage-rescue-2.0.44-ppc.tbz2 16802 MD5 6d52937c08dd84e08cc195f5bb9984e8 /files/portage-rescue-2.0.44-x86.tbz2 162695 MD5 e2a623024faebb00c3d4120211535774 /files/repoman-headers.diff 1398 MD5 c8ae76ad8a54697327ff0b6fe6d1b74b /files/README.RESCUE 811 -MD5 49ce1c52e53ae9b7a0b4986b8ae23178 /portage-2.0.47-r13.ebuild 8515 +MD5 396cb9971efc4fb412acf3c4f5be5be9 /portage-2.0.47-r13.ebuild 8876 MD5 f9c7659a3f93557dbefd9e56bb0d4c64 portage-2.0.47-r13.tar.bz2 194951 diff --git a/sys-apps/portage/portage-2.0.47-r13.ebuild b/sys-apps/portage/portage-2.0.47-r13.ebuild index 91ab6ddac83d..927a17fd4aa6 100644 --- a/sys-apps/portage/portage-2.0.47-r13.ebuild +++ b/sys-apps/portage/portage-2.0.47-r13.ebuild @@ -1,5 +1,5 @@ # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.47-r13.ebuild,v 1.3 2003/04/02 08:53:48 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.47-r13.ebuild,v 1.4 2003/04/03 02:08:46 carpaski Exp $ IUSE="build" @@ -70,7 +70,7 @@ src_install() { ./setup.py install --root ${D} || die cd ${S}/pym insinto /usr/lib/python2.2/site-packages - doins xpak.py portage.py output.py + doins xpak.py portage.py output.py cvstree.py #binaries, libraries and scripts @@ -222,6 +222,8 @@ pkg_postinst() { rm -f ${ROOT}usr/lib/python2.2/site-packages/portage.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/emergehelp.py[co] chmod 2775 ${ROOT}var/cache/edb/dep ${ROOT}var/cache/edb/dep/* chown -R root.wheel ${ROOT}var/cache/edb/dep @@ -230,6 +232,8 @@ pkg_postinst() { python -O -c "import py_compile; py_compile.compile('${ROOT}usr/lib/python2.2/site-packages/portage.py')" || die python -c "import py_compile; py_compile.compile('${ROOT}usr/lib/python2.2/site-packages/output.py')" || die python -O -c "import py_compile; py_compile.compile('${ROOT}usr/lib/python2.2/site-packages/output.py')" || die + python -c "import py_compile; py_compile.compile('${ROOT}usr/lib/python2.2/site-packages/cvstree.py')" || die + python -O -c "import py_compile; py_compile.compile('${ROOT}usr/lib/python2.2/site-packages/cvstree.py')" || die python -c "import py_compile; py_compile.compile('${ROOT}usr/lib/portage/bin/emergehelp.py')" || die python -O -c "import py_compile; py_compile.compile('${ROOT}usr/lib/portage/bin/emergehelp.py')" || die |