Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Flavien Bridault (af18c6e9d89464050b586f535c3255b8328606a0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (af18c6e9d89464050b586f535c3255b8328606a0)
  • Date: Tue, 5 Sep 2006 14:10:33 -0500

GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

audio-players/exaile/DETAILS | 2 +-
audio-players/exaile/HISTORY | 3 +++
audio-players/exaile/exaile_0.2.tar.gz.sig |binary
audio-players/exaile/exaile_0.2b5.tar.gz.sig | 0
dev/null |binary
disk/udev/HISTORY | 3 +++
disk/udev/INSTALL | 26
+++++++++++++++++---------
7 files changed, 24 insertions(+), 10 deletions(-)

New commits:
commit af18c6e9d89464050b586f535c3255b8328606a0
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

exaile: updated to 0.2

commit 47c0427cc868b255f7a72ba3ae65461056241234
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

udev: fixed broken version 092 (bug #13073)

diff --git a/audio-players/exaile/DETAILS b/audio-players/exaile/DETAILS
index 945fe33..8bdff99 100755
--- a/audio-players/exaile/DETAILS
+++ b/audio-players/exaile/DETAILS
@@ -1,5 +1,5 @@
SPELL=exaile
- VERSION=0.2b5
+ VERSION=0.2
SOURCE=${SPELL}_${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}
SOURCE_URL[0]=http://www.more-cowbell.org/releases/$SOURCE
diff --git a/audio-players/exaile/HISTORY b/audio-players/exaile/HISTORY
index c18ec4d..2fe81d3 100644
--- a/audio-players/exaile/HISTORY
+++ b/audio-players/exaile/HISTORY
@@ -1,3 +1,6 @@
+2006-09-05 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 0.2
+
2006-08-17 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 0.2b5
* DEPENDS: No longer depends on wxpython, now only on pygtk2
diff --git a/audio-players/exaile/exaile_0.2.tar.gz.sig
b/audio-players/exaile/exaile_0.2.tar.gz.sig
new file mode 100644
index 0000000..a86b673
Binary files /dev/null and b/audio-players/exaile/exaile_0.2.tar.gz.sig differ
diff --git a/audio-players/exaile/exaile_0.2b5.tar.gz.sig
b/audio-players/exaile/exaile_0.2b5.tar.gz.sig
deleted file mode 100644
index a925831..0000000
Binary files a/audio-players/exaile/exaile_0.2b5.tar.gz.sig and /dev/null
differ
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index c4e993d..c37456f 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2006-09-05 Flavien Bridault <vlaaad AT sourcemage.org>
+ * INSTALL: handle rules files install for 092 (bug #13073)
+
2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).
diff --git a/disk/udev/INSTALL b/disk/udev/INSTALL
index d7ad786..9b03ee0 100755
--- a/disk/udev/INSTALL
+++ b/disk/udev/INSTALL
@@ -22,12 +22,16 @@ else
fi &&

# install early rules
-install_config_file $SOURCE_DIRECTORY/etc/udev/rules.d/05-udev-early.rules \
+if [ "$RECENT_KERNEL" == "n" ]; then
+ install_config_file $SOURCE_DIRECTORY/etc/udev/05-udev-early.rules \
+ ${UDEV_CFG}/rules.d/05-udev-early.rules
+else
+ install_config_file $SOURCE_DIRECTORY/etc/udev/rules.d/05-udev-early.rules
\
${UDEV_CFG}/rules.d/05-udev-early.rules &&
-
-# install late rules
-install_config_file $SOURCE_DIRECTORY/etc/udev/rules.d/95-udev-late.rules \
- ${UDEV_CFG}/rules.d/95-udev-late.rules &&
+ # install late rules
+ install_config_file $SOURCE_DIRECTORY/etc/udev/rules.d/95-udev-late.rules \
+ ${UDEV_CFG}/rules.d/95-udev-late.rules
+fi &&

if [ "$RECENT_KERNEL" == "n" ]; then
# udevstart and udevsend are nolonger installed by default. we need them
for kernel < 2.6.15rc1
@@ -55,12 +59,16 @@ if [[ "$UDEV_EXTRAS" == 'y' ]]; then
make EXTRAS="extras/ata_id extras/dasd_id extras/edd_id extras/floppy
extras/scsi_id extras/usb_id extras/volume_id" prefix=${INSTALL_ROOT}/
exec_prefix=${INSTALL_ROOT}/ ${OPTS} V=true install &&
install extras/path_id/path_id ${INSTALL_ROOT}/lib/udev &&

- if [[ "$UDEV_PERSIST" == 'y' ]];then
- install_config_file etc/udev/rules.d/60-persistent-storage.rules
${UDEV_CFG}/rules.d/60-persistent-storage.rules
- fi
+ if [[ "$UDEV_PERSIST" == 'y' ]]; then
+ if [ "$RECENT_KERNEL" == "n" ]; then
+ install_config_file etc/udev/60-persistent-storage.rules
${UDEV_CFG}/rules.d/60-persistent-storage.rules
+ else
+ install_config_file etc/udev/rules.d/60-persistent-storage.rules
${UDEV_CFG}/rules.d/60-persistent-storage.rules
+ fi
+ fi &&

if [ "$RECENT_KERNEL" == "y" ]; then
- if [[ "$UDEV_PERSIST_INPUT" == 'y' ]];then
+ if [ "$UDEV_PERSIST_INPUT" == 'y' ]; then
install_config_file etc/udev/rules.d/60-persistent-input.rules
${UDEV_CFG}/rules.d/60-persistent-input.rules
fi
fi



  • [SM-Commit] GIT changes to master grimoire by Flavien Bridault (af18c6e9d89464050b586f535c3255b8328606a0), Flavien Bridault, 09/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page