Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45335 Details for
Bug 72830
emerge does not inform user of masking/deletion of installed package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bloody_world.sh
bloody_world.sh (text/plain), 1.02 KB, created by
Daniel Webert
on 2004-12-05 10:33:29 UTC
(
hide
)
Description:
bloody_world.sh
Filename:
MIME Type:
Creator:
Daniel Webert
Created:
2004-12-05 10:33:29 UTC
Size:
1.02 KB
patch
obsolete
>#!/bin/bash > >export PKGDB="/var/db/pkg/" > >cd ${PKGDB} >for pkg in `find ./ | grep ebuild$ | xargs -n1 -- dirname | sed 's/^\.\///g'` >do > CATEGORY=`echo ${pkg} | sed 's/\/.*//g'` > APP=`echo ${pkg} | sed -e 's/.*\///g' -e 's/-[0-9].*//g'` > VERSION=`echo ${pkg} | sed "s/${CATEGORY}\/${APP}-//g"` > EBUILD=$(bunzip2 -c ${PKGDB}/${pkg}/environment.bz2 | sed 's/^EBUILD=\(.*\)/\1/;t;d') > INSTALLED=${PKGDB}/${pkg}/${APP}-${VERSION}.ebuild > > if [ -f ${EBUILD} ] > then > if ! diff -q -b ${EBUILD} ${INSTALLED} >/dev/null > then > if diff -q -b -I ^# -I ^KEYWORDS ${EBUILD} ${INSTALLED} >/dev/null > then > echo Only insignificant changes for ${pkg} > else > echo Significant changes - consider to remerge ${pkg} > fi > fi > else > echo Ebuild is gone - please repair ${pkg} > fi >done >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 72830
: 45335