Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79186 by Robin Cook 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>, "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>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79186 by Robin Cook for review
  • Date: Fri, 12 May 2006 22:15:00 +0100 (BST)

Change 79186 by robin_cook AT CuZnDragon-pheuri.wyrms.net on 2006/05/12 22:13:06

wesnoth: devel 1.1.2a
xkeyboard-config: 0.8

Affected files ...

... //sgl/grimoires/games/games-strategy-tbs/wesnoth/DETAILS#11 edit
... //sgl/grimoires/games/games-strategy-tbs/wesnoth/HISTORY#13 edit
...
//sgl/grimoires/games/games-strategy-tbs/wesnoth/wesnoth-1.1.2a.tar.bz2.sig#1
add
... //sgl/grimoires/xorg-modular/xorg-data/xkeyboard-config/DETAILS#2 edit
... //sgl/grimoires/xorg-modular/xorg-data/xkeyboard-config/HISTORY#6 edit
...
//sgl/grimoires/xorg-modular/xorg-data/xkeyboard-config/xkeyboard-config-0.7.tar.bz2.sig#2
delete
...
//sgl/grimoires/xorg-modular/xorg-data/xkeyboard-config/xkeyboard-config-0.8.tar.bz2.sig#1
add

Differences ...

==== //sgl/grimoires/games/games-strategy-tbs/wesnoth/DETAILS#11 (xtext) ====

@@ -1,16 +1,17 @@
SPELL=wesnoth
- if [[ $WESNOTH_DEVEL == n ]]; then
+ if [[ ${WESNOTH_DEVEL} == n ]]; then
VERSION=1.0.2
- SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
else
- VERSION=1.1.1
- SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:be545b57c83c4bfb5ea9af3372af7d50efdf0314002f83749e9b5fbfe574a1add3e978fa7e0e79c49922afd6951987e142b2b7f371ab6dfb6ecff057773c5710
+ VERSION=1.1.2
+ SOURCE=${SPELL}-${VERSION}a.tar.gz
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.wesnoth.org/files/$SOURCE
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
LICENSE[0]=GPL
+ BUILD_API=2
WEB_SITE=http://www.wesnoth.org/
ENTERED=20040509
UPDATED=20050507
@@ -22,3 +23,4 @@
different types of attacks. Units gain experience and advance levels,
and are carried over from one scenario to the next.
EOF
+

==== //sgl/grimoires/games/games-strategy-tbs/wesnoth/HISTORY#13 (text) ====

@@ -1,3 +1,8 @@
+2006-03-26 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.1.2a
+ corrected SOURCE_URL
+ added BUILD_API
+
2006-03-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: duplicated SOURCE for devel and stable versions to fix gpg
check
(thanks to ruskie and sqweek)

==== //sgl/grimoires/xorg-modular/xorg-data/xkeyboard-config/DETAILS#2
(xtext) ====

@@ -1,6 +1,6 @@
SPELL=xkeyboard-config
PKG=xkeyboard-config
- VERSION=0.7
+ VERSION=0.8
XORG_VER=X11R7.0
SOURCE=${PKG}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://xlibs.freedesktop.org/xkbdesc/${SOURCE}

==== //sgl/grimoires/xorg-modular/xorg-data/xkeyboard-config/HISTORY#6 (text)
====

@@ -1,3 +1,8 @@
+2006-03-26 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.8
+ * BUILD: corrected --with-xkb-base
+ * PRE_BUILD: added to apply patch from sqweek
+
2006-01-07 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added xml-parser-expat




  • [SM-Commit] PERFORCE change 79186 by Robin Cook for review, Perforce Review Daemon, 05/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page