Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8bd06fd26d17f3dbf88fafe5a280de2304938bb4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8bd06fd26d17f3dbf88fafe5a280de2304938bb4)
  • Date: Sun, 17 Aug 2008 06:45:22 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11-libs/wine/DETAILS | 20 ++++++++++++--------
x11-libs/wine/HISTORY | 4 ++++
x11-libs/wine/PREPARE | 20 ++++++--------------
3 files changed, 22 insertions(+), 22 deletions(-)

New commits:
commit 8bd06fd26d17f3dbf88fafe5a280de2304938bb4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wine: splitted to STABLE/DEVEL branches.

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index e5dfa30..335d71d 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -11,14 +11,18 @@ if [[ $WINE_VCS == y ]]; then
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
+ if [[ $WINE_DEVEL == y ]]; then
VERSION=1.1.2
+ else
+ VERSION=1.0
+ fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE

SOURCE_URL[1]=http://www.ibiblio.org/pub/linux/system/emulators/$SPELL/$SOURCE
SOURCE2_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE2

SOURCE2_URL[1]=http://www.ibiblio.org/pub/linux/system/emulators/$SPELL/$SOURCE2
- SOURCE_GPG="wine.gpg:$SOURCE.sign:UPSTREAM_KEY"
+ SOURCE_GPG=wine.gpg:$SOURCE.sign:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
@@ -28,11 +32,11 @@ fi
ENTERED=20010925
SHORT="Wine Is Not an Emulator"
cat << EOF
-Wine Is Not an Emulator. It is an alternative implementation of the
-Windows 3.x and Win32 APIs. Wine provides both a development toolkit
-(Winelib) for porting legacy Windows sources to Unix and a program
-loader, allowing unmodified Windows 3.1/95/NT binaries to run under
-Intel Unixes. Wine does not require Microsoft Windows, as it is a
-completely alternative implementation consisting of 100% Microsoft-Free
-code, but it can optionally use native system DLLs if they are available.
+Wine Is Not an Emulator. It is an alternative implementation of the Windows
3.x
+and Win32 APIs. Wine provides both a development toolkit (Winelib) for
porting
+legacy Windows sources to Unix and a program loader, allowing unmodified
Windows
+3.1/95/NT binaries to run under Intel Unixes. Wine does not require Microsoft
+Windows, as it is a completely alternative implementation consisting of 100%
+Microsoft-Free code, but it can optionally use native system DLLs if they are
+available.
EOF
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 97200b0..f9f16cc 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,7 @@
+2008-08-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: splitted to STABLE/DEVEL, fixed desc
+ * PREPARE: removed useless var changes, cleaned up
+
2008-07-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.1.2

diff --git a/x11-libs/wine/PREPARE b/x11-libs/wine/PREPARE
index a119ab2..23526f2 100755
--- a/x11-libs/wine/PREPARE
+++ b/x11-libs/wine/PREPARE
@@ -1,16 +1,8 @@
-# Remove this variable name changing code when stable grimoire >= 0.6
-if [[ $WINE_CVS ]]; then
- WINE_VCS=$WINE_CVS &&
- persistent_remove WINE_CVS
-fi &&
-if [[ $WINE_CVS_AUTOUPDATE ]]; then
- WINE_VCS_AUTOUPDATE=$WINE_CVS_AUTOUPDATE &&
- persistent_remove WINE_CVS_AUTOUPDATE
-fi &&
+config_query WINE_VCS "Build latest version from development tree?" n &&

-config_query WINE_VCS "Build latest version from development tree?" n &&
-
-if [[ $WINE_VCS == y ]]; then
- config_query WINE_VCS_AUTOUPDATE \
- "Automatically update on every system update?" n
+if [[ $WINE_VCS == y ]]; then
+ config_query WINE_VCS_AUTOUPDATE \
+ "Automatically update on every system update?" n
+else
+ config_query WINE_DEVEL "Use development branch?" n
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8bd06fd26d17f3dbf88fafe5a280de2304938bb4), Vlad Glagolev, 08/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page