Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (092b6947e4e0327a0c13872d951061f8fead7d33)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (092b6947e4e0327a0c13872d951061f8fead7d33)
  • Date: Tue, 6 Apr 2010 20:35:42 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

audio-drivers/pulseaudio/REPAIR^none^SUB_DEPENDS
| 8 ---
disk/lvm/REPAIR^none^SUB_DEPENDS
| 6 --
disk/udev/REPAIR^all^SUB_DEPENDS
| 17 ------
kde-core/kdenetwork/REPAIR^none^UP_TRIGGERS
| 1
libs/boost/REPAIR^all^SUB_DEPENDS
| 25 ----------
net/shorewall-perl/REPAIR^all^TRIGGERS
| 1
net/shorewall-shell/REPAIR^all^TRIGGERS
| 1

video-libs/gst-plugins-ugly/REPAIR^218d2c02685dcd3c5270094f98620415^SUB_DEPENDS
| 11 ----
xorg-lib/libxaw/REPAIR^eda0c012942c622b558bca699b5536b0^SUB_DEPENDS
| 9 ---
9 files changed, 79 deletions(-)

New commits:
commit 092b6947e4e0327a0c13872d951061f8fead7d33
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Remove unused REPAIR files.
See http://www.sourcemage.org/REPAIR_FILES:
Repair files dont apply to trigger registration, which is done during
cast, they repair files that will be executed at a later date. So
there
is little point in repairing TRIGGERS, UP_TRIGGERS or SUB_DEPENDS.

diff --git a/audio-drivers/pulseaudio/REPAIR^none^SUB_DEPENDS
b/audio-drivers/pulseaudio/REPAIR^none^SUB_DEPENDS
deleted file mode 100755
index e58e6bb..0000000
--- a/audio-drivers/pulseaudio/REPAIR^none^SUB_DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-case $THIS_SUB_DEPENDS in
- AVAHI) echo "ZeroConf support requested, forcing avahi dependency."
- depends avahi '--enable-avahi'
- ;;
- *) echo "Unknown sub-dependency $THIS_SUB_DEPENDS!"
- return 1
- ;;
-esac
diff --git a/disk/lvm/REPAIR^none^SUB_DEPENDS
b/disk/lvm/REPAIR^none^SUB_DEPENDS
deleted file mode 100755
index 7c24e9b..0000000
--- a/disk/lvm/REPAIR^none^SUB_DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-case "$THIS_SUB_DEPENDS" in
- LVM_FULL) LVM_DM_ONLY=n &&
- persistent_add LVM_DM_ONLY ;;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
- return 1;;
-esac
diff --git a/disk/udev/REPAIR^all^SUB_DEPENDS
b/disk/udev/REPAIR^all^SUB_DEPENDS
deleted file mode 100755
index e6ae426..0000000
--- a/disk/udev/REPAIR^all^SUB_DEPENDS
+++ /dev/null
@@ -1,17 +0,0 @@
-case "$THIS_SUB_DEPENDS" in
- VOLUME_ID) true;;
- EXTRAS) message "${MESSAGE_COLOR}Forcing building of hash function" \
- "generator and access control lists${DEFAULT_COLOR}" &&
- list_add UDEV_OPTS --enable-extras
- list_remove UDEV_OPTS --disable-extras
- depends acl &&
- depends gperf &&
- depends pkgconfig &&
- depends glib2 &&
- depends libusb &&
- depends usbutils &&
- depends USBIDS &&
- depends PCIIDS ;;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
- return 1;;
-esac
diff --git a/kde-core/kdenetwork/REPAIR^none^UP_TRIGGERS
b/kde-core/kdenetwork/REPAIR^none^UP_TRIGGERS
deleted file mode 100755
index 27ba77d..0000000
--- a/kde-core/kdenetwork/REPAIR^none^UP_TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/libs/boost/REPAIR^all^SUB_DEPENDS
b/libs/boost/REPAIR^all^SUB_DEPENDS
deleted file mode 100755
index ee55fdc..0000000
--- a/libs/boost/REPAIR^all^SUB_DEPENDS
+++ /dev/null
@@ -1,25 +0,0 @@
-persistent_add BOOST_LIBS
-case $THIS_SUB_DEPENDS in
- PROGRAM_OPTIONS) list_add BOOST_LIBS program_options ;;
- FUNCTION_TYPES) list_add BOOST_LIBS function_types ;;
- SERIALIZATION) list_add BOOST_LIBS serialization ;;
- FILESYSTEM) list_add BOOST_LIBS filesystem ;;
- STATECHART) list_add BOOST_LIBS statechart ;;
- DATE_TIME) list_add BOOST_LIBS date_time ;;
- IOSTREAMS) list_add BOOST_LIBS iostreams ;;
- XPRESSIVE) list_add BOOST_LIBS xpressive ;;
- SIGNALS) list_add BOOST_LIBS signals ;;
- PYTHON) list_add BOOST_LIBS python &&
- depends python ;;
- SYSTEM) list_add BOOST_LIBS system ;;
- THREAD) list_add BOOST_LIBS thread ;;
- TYPEOF) list_add BOOST_LIBS typeof ;;
- GRAPH) list_add BOOST_LIBS graph ;;
- REGEX) list_add BOOST_LIBS regex ;;
- TEST) list_add BOOST_LIBS test ;;
- WAVE) list_add BOOST_LIBS wave ;;
- MPI) list_add BOOST_LIBS mpi ;;
- TR1) list_add BOOST_LIBS tr1 ;;
-*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
- return 1;;
-esac
diff --git a/net/shorewall-perl/REPAIR^all^TRIGGERS
b/net/shorewall-perl/REPAIR^all^TRIGGERS
deleted file mode 100755
index 6afb62f..0000000
--- a/net/shorewall-perl/REPAIR^all^TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast $SPELL dispel_self
diff --git a/net/shorewall-shell/REPAIR^all^TRIGGERS
b/net/shorewall-shell/REPAIR^all^TRIGGERS
deleted file mode 100755
index 6afb62f..0000000
--- a/net/shorewall-shell/REPAIR^all^TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast $SPELL dispel_self
diff --git
a/video-libs/gst-plugins-ugly/REPAIR^218d2c02685dcd3c5270094f98620415^SUB_DEPENDS

b/video-libs/gst-plugins-ugly/REPAIR^218d2c02685dcd3c5270094f98620415^SUB_DEPENDS
deleted file mode 100755
index f46e6ad..0000000
---
a/video-libs/gst-plugins-ugly/REPAIR^218d2c02685dcd3c5270094f98620415^SUB_DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-case $THIS_SUB_DEPENDS in
- LIBCDIO) depends libcdio '--enable-cdio'
- ;;
- LIBMPEG2) message "${MESSAGE_COLOR}Forcing dependency on
${SPELL_COLOR}libmpeg2${DEFAULT_COLOR}" \
- "${MESSAGE_COLOR}to satisfy
${SPELL_COLOR}$THIS_SUB_DEPENDS${DEFAULT_COLOR}${MESSAGE_COLOR}
requirement.${DEFAULT_COLOR}" &&
- depends libmpeg2 '--enable-mpeg2dec'
- ;;
- *) echo "Unknown sub-depends!" ;
- return 1
- ;;
-esac
diff --git
a/xorg-lib/libxaw/REPAIR^eda0c012942c622b558bca699b5536b0^SUB_DEPENDS
b/xorg-lib/libxaw/REPAIR^eda0c012942c622b558bca699b5536b0^SUB_DEPENDS
deleted file mode 100755
index 47fa062..0000000
--- a/xorg-lib/libxaw/REPAIR^eda0c012942c622b558bca699b5536b0^SUB_DEPENDS
+++ /dev/null
@@ -1,9 +0,0 @@
-case "$THIS_SUB_DEPENDS" in
- XAW6) list_remove LIBXAW_OPTS "--disable-xaw6"
- list_add LIBXAW_OPTS "--enable-xaw6";;
- XAW7) list_remove LIBXAW_OPTS "--disable-xaw7"
- list_add LIBXAW_OPTS "--enable-xaw7";;
- XAW8) true ;;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
- return 1;;
-esac



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (092b6947e4e0327a0c13872d951061f8fead7d33), Eric Sandall, 04/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page