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