Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 78590 by Arwed von Merkatz for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 78590 by Arwed von Merkatz for review
  • Date: Fri, 28 Apr 2006 18:00:01 +0100 (BST)

Change 78590 by arwed_von_merkatz@arwed-Otherland on 2006/04/28 17:58:46

replaced calls to 'gaze depends' with fast_up_depends, added that to
libcompat, bug #10661

Affected files ...

... //sgl/grimoires/test/ChangeLog#263 integrate
... //sgl/grimoires/test/audio-libs/wavpack/HISTORY#7 integrate
... //sgl/grimoires/test/audio-libs/wavpack/UP_TRIGGERS#2 integrate
... //sgl/grimoires/test/crypto/openssl/HISTORY#20 integrate
... //sgl/grimoires/test/crypto/openssl/UP_TRIGGERS#3 integrate
... //sgl/grimoires/test/database/db/HISTORY#21 integrate
... //sgl/grimoires/test/database/db/UP_TRIGGERS#4 integrate
... //sgl/grimoires/test/database/firebird/HISTORY#21 integrate
... //sgl/grimoires/test/database/firebird/UP_TRIGGERS#3 integrate
... //sgl/grimoires/test/disk/parted/HISTORY#12 integrate
... //sgl/grimoires/test/disk/parted/UP_TRIGGERS#2 integrate
... //sgl/grimoires/test/gnome2-libs/libgsf/HISTORY#11 integrate
... //sgl/grimoires/test/gnome2-libs/libgsf/UP_TRIGGERS#2 integrate
... //sgl/grimoires/test/gnome2-libs/libgtop2/HISTORY#12 integrate
... //sgl/grimoires/test/gnome2-libs/libgtop2/UP_TRIGGERS#2 integrate
... //sgl/grimoires/test/gnome2-libs/nautilus-cd-burner/HISTORY#13 integrate
... //sgl/grimoires/test/gnome2-libs/nautilus-cd-burner/UP_TRIGGERS#2
integrate
... //sgl/grimoires/test/libcompat#3 integrate
... //sgl/grimoires/test/libs/expat/HISTORY#8 integrate
... //sgl/grimoires/test/libs/expat/UP_TRIGGERS#2 integrate
... //sgl/grimoires/test/libs/newt/HISTORY#8 integrate
... //sgl/grimoires/test/libs/newt/UP_TRIGGERS#2 integrate
... //sgl/grimoires/test/perl-cpan/perl/HISTORY#18 integrate
... //sgl/grimoires/test/perl-cpan/perl/UP_TRIGGERS#2 integrate
... //sgl/grimoires/test/printer/cups/HISTORY#15 integrate
... //sgl/grimoires/test/printer/cups/PRE_BUILD#6 integrate
... //sgl/grimoires/test/printer/gnulpr/HISTORY#6 integrate
... //sgl/grimoires/test/printer/gnulpr/PRE_BUILD#2 integrate
... //sgl/grimoires/test/utils/dbus/HISTORY#20 integrate
... //sgl/grimoires/test/utils/dbus/UP_TRIGGERS#4 integrate
... //sgl/grimoires/test/video-libs/gstreamer/HISTORY#17 integrate
... //sgl/grimoires/test/video-libs/gstreamer/UP_TRIGGERS#2 integrate
... //sgl/grimoires/test/video/totem/HISTORY#11 integrate
... //sgl/grimoires/test/video/totem/UP_TRIGGERS#2 integrate

Differences ...

==== //sgl/grimoires/test/ChangeLog#263 (text) ====

@@ -1,3 +1,6 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * libcompat: added fast_up_depends function, bug #10661
+
2006-04-27 Alex S. Tsamutali <astsmtl AT gmail.com>
* libs/libstatgrab: new spell, cross platform system stats access
library
* python-devel/pystatgrab: new spell, python bindings for libstatgrab

==== //sgl/grimoires/test/audio-libs/wavpack/HISTORY#7 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/audio-libs/wavpack/UP_TRIGGERS#2 (xtext) ====

@@ -2,7 +2,7 @@
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "$VERSION" != "$OLD_SPELL_VERSION" ]; then
- for each in $(gaze depends $SPELL 1 | cut -f1 -d:); do
+ for each in $(fast_up_depends $SPELL 1); do
up_trigger $each cast_self
done
fi

==== //sgl/grimoires/test/crypto/openssl/HISTORY#20 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/crypto/openssl/UP_TRIGGERS#3 (xtext) ====

@@ -3,7 +3,7 @@
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "${VERSION/[a-z]*/}" != "${OLD_SPELL_VERSION/[a-z]*/}" ]; then
- for each in $(gaze depends $SPELL 1|cut -f1 -d:); do
+ for each in $(fast_up_depends $SPELL 1); do
up_trigger $each cast_self
done
fi

==== //sgl/grimoires/test/database/db/HISTORY#21 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/database/db/UP_TRIGGERS#4 (xtext) ====

@@ -6,7 +6,7 @@
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
message "This is a possibly incompatible update of libdb..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(gaze depends $SPELL | cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libdb\(\|_cxx\)-${OLD_SPELL_VERSION:0:3}"; then
up_trigger $each cast_self

==== //sgl/grimoires/test/database/firebird/HISTORY#21 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-04-27 Treeve Jelbert <treeve01 AT pi.be>
* init.d/firebird2: add separate init script for firebird2
no longer contains passwords

==== //sgl/grimoires/test/database/firebird/UP_TRIGGERS#3 (xtext) ====

@@ -6,7 +6,7 @@
if test "${VERSION:0:1}" != "${OLD_SPELL_VERSION:0:1}"; then
message "This is a possibly incompatible update of firebird..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(gaze depends $SPELL 1 | cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libfbclient.so.${OLD_SPELL_VERSION:0:1}"; then
up_trigger $each cast_self

==== //sgl/grimoires/test/disk/parted/HISTORY#12 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-04-25 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: Updated to 1.7.0rc5
* UP_TRIGGERS: added
@@ -8,16 +12,16 @@
* DETAILS: (automated) Add KEYWORDS

2005-11-13 Flavien Bridault <disk AT sourcemage.org>
- * DETAILS: Updated to 1.6.25.1, sha512->GPG
+ * DETAILS: Updated to 1.6.25.1, sha512->GPG

2005-11-03 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: Updated to 1.6.25

2005-10-16 Flavien Bridault <disk AT sourcemage.org>
- * DETAILS: md5->sha512
+ * DETAILS: md5->sha512

2005-09-07 Flavien Bridault <disk AT sourcemage.org>
- * DETAILS: Updated to 1.6.24
+ * DETAILS: Updated to 1.6.24

2005-08-22 Flavien Bridault <disk AT sourcemage.org>
* PRE_BUILD: Added aclocal, autoconf, automake and libtoolize

==== //sgl/grimoires/test/disk/parted/UP_TRIGGERS#2 (xtext) ====

@@ -6,7 +6,7 @@
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
message "This is a possibly incompatible update of parted..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(gaze depends $SPELL 1 | cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libparted-${OLD_SPELL_VERSION:0:3}.so*"; then
up_trigger $each cast_self

==== //sgl/grimoires/test/gnome2-libs/libgsf/HISTORY#11 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-04-23 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: added depends on xml-parser-expat


==== //sgl/grimoires/test/gnome2-libs/libgsf/UP_TRIGGERS#2 (xtext) ====

@@ -4,7 +4,7 @@
if test "${VERSION:0:4}" != "${OLD_SPELL_VERSION:0:4}"; then
message "This is a possibly incompatible update of libgsf..."
message "Figuring out what spells need to be recast."
- for each in $(gaze depends $SPELL| cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libgsf-1.so.113"; then
up_trigger $each cast_self

==== //sgl/grimoires/test/gnome2-libs/libgtop2/HISTORY#12 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-04-15 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.14.1


==== //sgl/grimoires/test/gnome2-libs/libgtop2/UP_TRIGGERS#2 (xtext) ====

@@ -4,7 +4,7 @@
if test "${VERSION:0:4}" != "${OLD_SPELL_VERSION:0:4}"; then
message "This is a possibly incompatible update of libgtop-2.0..."
message "Figuring out what spells need to be recast."
- for each in $(gaze depends $SPELL 1| cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libgtop-2.0.so.5"; then
up_trigger $each cast_self

==== //sgl/grimoires/test/gnome2-libs/nautilus-cd-burner/HISTORY#13 (text)
====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-04-15 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.14.1


==== //sgl/grimoires/test/gnome2-libs/nautilus-cd-burner/UP_TRIGGERS#2
(xtext) ====

@@ -4,7 +4,7 @@
if test "${VERSION:0:4}" != "${OLD_SPELL_VERSION:0:4}"; then
message "This is a possibly incompatible update of libnautilus-burn..."
message "Figuring out what spells need to be recast."
- for each in $(gaze depends $SPELL 1| cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libnautilus-burn.so.2"; then
up_trigger $each cast_self

==== //sgl/grimoires/test/libcompat#3 (xtext) ====

@@ -9,3 +9,12 @@
function force_depends() {
:
}
+
+#-------------------------------------------------------------------------
+## Grimoire gaze depends alternative
+## Uses gaze depends if the internal sorcery function isn't available
+#-------------------------------------------------------------------------
+declare -f fast_up_depends &> /dev/null ||
+function fast_up_depends() {
+ gaze -q depends --fast "$@"
+}

==== //sgl/grimoires/test/libs/expat/HISTORY#8 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/libs/expat/UP_TRIGGERS#2 (xtext) ====

@@ -6,7 +6,7 @@
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
message "This is a possibly incompatible update of libexpat..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(gaze depends $SPELL | cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libexpat.so.0"; then
up_trigger $each cast_self

==== //sgl/grimoires/test/libs/newt/HISTORY#8 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-04-17 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: version 0.52.2-5.2
* PRE_BUILD: apply multiple patches

==== //sgl/grimoires/test/libs/newt/UP_TRIGGERS#2 (xtext) ====

@@ -6,7 +6,7 @@
if test "${VERSION:0:4}" != "${OLD_SPELL_VERSION:0:4}"; then
message "This is a possibly incompatible update of newt..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(gaze depends $SPELL 1 | cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libnewt.so.${OLD_SPELL_VERSION:0:4}"; then
up_trigger $each cast_self

==== //sgl/grimoires/test/perl-cpan/perl/HISTORY#18 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/perl-cpan/perl/UP_TRIGGERS#2 (xtext) ====

@@ -1,7 +1,7 @@
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "$VERSION" != "$OLD_SPELL_VERSION" ]; then
- for name in $(gaze depends --fast perl); do
+ for name in $(fast_up_depends perl); do
if test -f $INSTALL_LOGS/$name-$(installed_version $name); then
if grep -q "$TRACK_ROOT/usr/lib/perl5.*\.pm$" \
$INSTALL_LOGS/$name-$(installed_version $name); then

==== //sgl/grimoires/test/printer/cups/HISTORY#15 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * PRE_BUILD: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/printer/cups/PRE_BUILD#6 (xtext) ====

@@ -2,11 +2,11 @@
echo "This spell conflicts with gnulpr and will cause it and any
dependants to be dispelled."

if query "Would you like to see a list of affected spells? " y; then
- gaze depends gnulpr
+ fast_up_depends gnulpr
echo "gnulpr"

if query "Would you like to continue casting? " y; then
- for CASTED_SPELL in `gaze depends gnulpr`; do
+ for CASTED_SPELL in `fast_up_depends gnulpr`; do
if [ "`gaze installed | grep $CASTED_SPELL | cut -d: -f1`"
= "$CASTED_SPELL" ]; then
dispel $CASTED_SPELL
fi
@@ -18,7 +18,7 @@
fi
else
if query "Would you like to continue casting? " y; then
- for CASTED_SPELL in `gaze depends gnulpr`; do
+ for CASTED_SPELL in `fast_up_depends gnulpr`; do
if [ "`gaze installed | grep $CASTED_SPELL | cut -d: -f1`"
= "$CASTED_SPELL" ]; then
dispel $CASTED_SPELL
fi

==== //sgl/grimoires/test/printer/gnulpr/HISTORY#6 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * PRE_BUILD: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/printer/gnulpr/PRE_BUILD#2 (xtext) ====

@@ -2,11 +2,11 @@
echo "This spell conflicts with cups and will cause it and any dependants
to be dispelled."

if query "Would you like to see a list of affected spells? " y; then
- gaze depends cups
+ fast_up_depends cups
echo "cups"

if query "Would you like to continue casting? " y; then
- for CASTED_SPELL in `gaze depends cups`; do
+ for CASTED_SPELL in `fast_up_depends cups`; do
if [ "`gaze installed | grep $CASTED_SPELL | cut -d: -f1`"
= "$CASTED_SPELL" ]; then
dispel $CASTED_SPELL
fi
@@ -18,7 +18,7 @@
fi
else
if query "Would you like to continue casting? " y; then
- for CASTED_SPELL in `gaze depends cups`; do
+ for CASTED_SPELL in `fast_up_depends cups`; do
if [ "`gaze installed | grep $CASTED_SPELL | cut -d: -f1`"
= "$CASTED_SPELL" ]; then
dispel $CASTED_SPELL
fi

==== //sgl/grimoires/test/utils/dbus/HISTORY#20 (text) ====

@@ -1,4 +1,8 @@
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS, PRE_BUILD: changed gtk-sharp to mono, remove the example
in PRE_BUILD so it compiles without gtk-sharp
* REPAIR^none^PRE_SUB_DEPENDS: removed

==== //sgl/grimoires/test/utils/dbus/UP_TRIGGERS#4 (xtext) ====

@@ -6,7 +6,7 @@
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
message "This is a possibly incompatible update of libdbus..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(gaze depends $SPELL| cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libdbus\(\|_cxx\)-1.so.1"; then
up_trigger $each cast_self

==== //sgl/grimoires/test/video-libs/gstreamer/HISTORY#17 (text) ====

@@ -1,4 +1,8 @@
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 0.10.5

2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>

==== //sgl/grimoires/test/video-libs/gstreamer/UP_TRIGGERS#2 (xtext) ====

@@ -4,7 +4,7 @@
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "${OLD_SPELL_VERSION:0:3}" = "0.8" ]; then
- for each in $(gaze depends $SPELL 1 | cut -f1 -d:); do
+ for each in $(fast_up_depends $SPELL 1); do
up_trigger $each cast_self
done
fi

==== //sgl/grimoires/test/video/totem/HISTORY#11 (text) ====

@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-03-13 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.4.0


==== //sgl/grimoires/test/video/totem/UP_TRIGGERS#2 (xtext) ====

@@ -4,7 +4,7 @@
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
message "This is a possibly incompatible update of libtotem-plparser..."
message "Figuring out what spells need to be recast."
- for each in $(gaze depends $SPELL 1| cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libtotem-plparser.so.0"; then
up_trigger $each cast_self



  • [SM-Commit] PERFORCE change 78590 by Arwed von Merkatz for review, Perforce Review Daemon, 04/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page