Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (fe21c4a4aa2df5696730ef89526b11aa978803e9)
  • Date: Sun, 13 Aug 2006 17:41:12 -0500

GIT changes to master grimoire by Eric Sandall <sandalle@moby.(none)>:

x11/transset/DETAILS | 4 ++++
x11/transset/HISTORY | 3 +++
x11/transset/PREPARE | 2 ++
3 files changed, 9 insertions(+)

New commits:
commit fe21c4a4aa2df5696730ef89526b11aa978803e9
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

transset should only autoupdate if the user wants it to

diff --git a/x11/transset/DETAILS b/x11/transset/DETAILS
index f16a2d3..0c8ae61 100755
--- a/x11/transset/DETAILS
+++ b/x11/transset/DETAILS
@@ -1,5 +1,9 @@
SPELL=transset
+if [ "$TRANSSET_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
+else
+ VERSION=cvs
+fi
SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE_URL[0]=cvs://:pserver:anoncvs AT freedesktop.org:/cvs/xapps:$SPELL
diff --git a/x11/transset/HISTORY b/x11/transset/HISTORY
index 074de40..7b0b15c 100644
--- a/x11/transset/HISTORY
+++ b/x11/transset/HISTORY
@@ -1,3 +1,6 @@
+2006-08-13 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Set version based on auto updating CVS
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/x11/transset/PREPARE b/x11/transset/PREPARE
new file mode 100755
index 0000000..cb75d03
--- /dev/null
+++ b/x11/transset/PREPARE
@@ -0,0 +1,2 @@
+config_query TRANSSET_CVS_AUTOUPDATE \
+ "Automatically update on every system update?" n



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (fe21c4a4aa2df5696730ef89526b11aa978803e9), Eric Sandall, 08/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page