[Lunar-commits] <moonbase> wine*: move it to the virtual dir.

Florin Braescu florin at lunar-linux.org
Mon May 17 19:54:34 CEST 2010


commit 997d4bb93f24e4df7c0d5bda30eb9aa4fff973c5
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon May 17 20:54:34 2010 +0300

    wine*: move it to the virtual dir.
---
 utils/wine-doors/BUILD       |    6 ------
 utils/wine-doors/DEPENDS     |   10 ----------
 utils/wine-doors/DETAILS     |   18 ------------------
 utils/wine-doors/PRE_BUILD   |    3 ---
 utils/wine/BUILD             |   15 ---------------
 utils/wine/CONFLICTS         |    1 -
 utils/wine/DEPENDS           |    3 ---
 utils/wine/DETAILS           |   21 ---------------------
 utils/wine_gecko/BUILD       |   11 -----------
 utils/wine_gecko/DEPENDS     |    1 -
 utils/wine_gecko/DETAILS     |   17 -----------------
 utils/wine_gecko/PRE_BUILD   |    3 ---
 virtual/wine-doors/BUILD     |    6 ++++++
 virtual/wine-doors/DEPENDS   |   10 ++++++++++
 virtual/wine-doors/DETAILS   |   18 ++++++++++++++++++
 virtual/wine-doors/PRE_BUILD |    3 +++
 virtual/wine/BUILD           |   15 +++++++++++++++
 virtual/wine/CONFLICTS       |    1 +
 virtual/wine/DEPENDS         |    3 +++
 virtual/wine/DETAILS         |   21 +++++++++++++++++++++
 virtual/wine_gecko/BUILD     |   11 +++++++++++
 virtual/wine_gecko/DEPENDS   |    1 +
 virtual/wine_gecko/DETAILS   |   17 +++++++++++++++++
 virtual/wine_gecko/PRE_BUILD |    3 +++
 24 files changed, 109 insertions(+), 109 deletions(-)

diff --git a/utils/wine-doors/BUILD b/utils/wine-doors/BUILD
deleted file mode 100644
index 5259013..0000000
--- a/utils/wine-doors/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
-  prepare_install &&
-  python setup.py --prefix=/usr --config=/etc/wine-doors --nodeps install
-
-) > $C_FIFO 2>&1
diff --git a/utils/wine-doors/DEPENDS b/utils/wine-doors/DEPENDS
deleted file mode 100644
index 7df7ff1..0000000
--- a/utils/wine-doors/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends unzip
-depends cabextract
-depends pycairo
-depends libxml2
-depends librsvg
-depends gnome-python-desktop
-depends gnome-python
-depends wine_gecko
-
-optional_depends liborange "" "" "for additional cabextraction support"
diff --git a/utils/wine-doors/DETAILS b/utils/wine-doors/DETAILS
deleted file mode 100644
index aa44efc..0000000
--- a/utils/wine-doors/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=wine-doors
-         VERSION=0.1.3
-          SOURCE=$MODULE-$VERSION.tar\_0.gz
-      SOURCE_URL=http://wddb.wine-doors.org/system/files/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-      SOURCE_VFY=sha1:ca01bae0d90a6a64667088c14a9aa2ffccfd67b3
-        WEB_SITE=http://wddb.wine-doors.org/
-         ENTERED=20091125
-         UPDATED=20091125
-           SHORT="wine application installer"
-
-cat << EOF
-Wine-doors is an application designed to make installing windows software on 
-Linux, Solaris or other Unix systems easier. Wine-doors is essentially a 
-package management tool for windows software on Linux systems. Most Linux 
-desktop users are familiar with package management style application delivery,
-so it made sense to apply this model to windows software.
-EOF
diff --git a/utils/wine-doors/PRE_BUILD b/utils/wine-doors/PRE_BUILD
deleted file mode 100644
index cecb05a..0000000
--- a/utils/wine-doors/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-validate_source_dir &&
-mk_source_dir &&
-tar zxvf $SOURCE_CACHE/$SOURCE
diff --git a/utils/wine/BUILD b/utils/wine/BUILD
deleted file mode 100644
index 41b02c6..0000000
--- a/utils/wine/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-
-  bad_flags "-z combreloc"
-  ./configure --build=i686-pc-linux-gnu  \
-              --prefix=/usr              \
-              --sysconfdir=/etc          \
-              --localstatedir=/var       \
-              --infodir=/usr/share/info  \
-              --mandir=/usr/share/man    \
-              --datarootdir=/usr/share  &&
-
-  make depend  &&
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/utils/wine/CONFLICTS b/utils/wine/CONFLICTS
deleted file mode 100644
index f045a96..0000000
--- a/utils/wine/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts Wine-cvs
diff --git a/utils/wine/DEPENDS b/utils/wine/DEPENDS
deleted file mode 100644
index 5bbe06b..0000000
--- a/utils/wine/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends  flex
-
-optional_depends mpg123 "" "" "for mp3 codec support"
diff --git a/utils/wine/DETAILS b/utils/wine/DETAILS
deleted file mode 100644
index a6369e1..0000000
--- a/utils/wine/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
-          MODULE=wine
-         VERSION=1.1.44
-          SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE
-   SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE
-      SOURCE_VFY=sha1:60f11693161b28ff9814949f2b6bbccee1d07a2c
-        WEB_SITE=http://www.winehq.com
-         ENTERED=20010925
-         UPDATED=20100508
-           SHORT="Runs microsoft windows programs"
-
-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.
-EOF
diff --git a/utils/wine_gecko/BUILD b/utils/wine_gecko/BUILD
deleted file mode 100644
index 4dac206..0000000
--- a/utils/wine_gecko/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-(
-
-  if [ ! -f /usr/share/wine/gecko ] ; then
-    mkdir -p /usr/share/wine/gecko
-  fi &&
-
-  prepare_install &&
-
-  cp -R wine_gecko/* /usr/share/wine/gecko/
-
-) > $C_FIFO 2>&1
diff --git a/utils/wine_gecko/DEPENDS b/utils/wine_gecko/DEPENDS
deleted file mode 100644
index 11fd928..0000000
--- a/utils/wine_gecko/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends cabextract
diff --git a/utils/wine_gecko/DETAILS b/utils/wine_gecko/DETAILS
deleted file mode 100644
index beb91ac..0000000
--- a/utils/wine_gecko/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-          MODULE=wine_gecko
-         VERSION=1.0.0-x86
-          SOURCE=$MODULE-$VERSION.cab
-   SOURCE_URL[0]=$SFORGE_URL/wine/
-      SOURCE_VFY=sha1:afa22c52bca4ca77dcb9edb3c9936eb23793de01
-        WEB_SITE=http://wiki.winehq.org/Gecko
-         ENTERED=20091125
-         UPDATED=20091125
-           SHORT="Mozilla's Gecko Layout Engine"
-
-cat << EOF
-Wine implements its own version of Internet Explorer. The implementation is 
-based on a custom version of Mozilla's Gecko Layout Engine. When your 
-application tries to display a web page, it loads Wine's custom Gecko from the
-file wine_gecko-1.0.0-x86.cab (at least in the latest version of Wine; older 
-versions of Wine use older versions of Gecko).
-EOF
diff --git a/utils/wine_gecko/PRE_BUILD b/utils/wine_gecko/PRE_BUILD
deleted file mode 100644
index 1043a0b..0000000
--- a/utils/wine_gecko/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-mk_source_dir $SOURCE_DIRECTORY  &&
-cd $SOURCE_DIRECTORY  &&
-cabextract $SOURCE_CACHE/$SOURCE
diff --git a/virtual/wine-doors/BUILD b/virtual/wine-doors/BUILD
new file mode 100644
index 0000000..5259013
--- /dev/null
+++ b/virtual/wine-doors/BUILD
@@ -0,0 +1,6 @@
+(
+
+  prepare_install &&
+  python setup.py --prefix=/usr --config=/etc/wine-doors --nodeps install
+
+) > $C_FIFO 2>&1
diff --git a/virtual/wine-doors/DEPENDS b/virtual/wine-doors/DEPENDS
new file mode 100644
index 0000000..7df7ff1
--- /dev/null
+++ b/virtual/wine-doors/DEPENDS
@@ -0,0 +1,10 @@
+depends unzip
+depends cabextract
+depends pycairo
+depends libxml2
+depends librsvg
+depends gnome-python-desktop
+depends gnome-python
+depends wine_gecko
+
+optional_depends liborange "" "" "for additional cabextraction support"
diff --git a/virtual/wine-doors/DETAILS b/virtual/wine-doors/DETAILS
new file mode 100644
index 0000000..aa44efc
--- /dev/null
+++ b/virtual/wine-doors/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=wine-doors
+         VERSION=0.1.3
+          SOURCE=$MODULE-$VERSION.tar\_0.gz
+      SOURCE_URL=http://wddb.wine-doors.org/system/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:ca01bae0d90a6a64667088c14a9aa2ffccfd67b3
+        WEB_SITE=http://wddb.wine-doors.org/
+         ENTERED=20091125
+         UPDATED=20091125
+           SHORT="wine application installer"
+
+cat << EOF
+Wine-doors is an application designed to make installing windows software on 
+Linux, Solaris or other Unix systems easier. Wine-doors is essentially a 
+package management tool for windows software on Linux systems. Most Linux 
+desktop users are familiar with package management style application delivery,
+so it made sense to apply this model to windows software.
+EOF
diff --git a/virtual/wine-doors/PRE_BUILD b/virtual/wine-doors/PRE_BUILD
new file mode 100644
index 0000000..cecb05a
--- /dev/null
+++ b/virtual/wine-doors/PRE_BUILD
@@ -0,0 +1,3 @@
+validate_source_dir &&
+mk_source_dir &&
+tar zxvf $SOURCE_CACHE/$SOURCE
diff --git a/virtual/wine/BUILD b/virtual/wine/BUILD
new file mode 100644
index 0000000..41b02c6
--- /dev/null
+++ b/virtual/wine/BUILD
@@ -0,0 +1,15 @@
+(
+
+  bad_flags "-z combreloc"
+  ./configure --build=i686-pc-linux-gnu  \
+              --prefix=/usr              \
+              --sysconfdir=/etc          \
+              --localstatedir=/var       \
+              --infodir=/usr/share/info  \
+              --mandir=/usr/share/man    \
+              --datarootdir=/usr/share  &&
+
+  make depend  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/virtual/wine/CONFLICTS b/virtual/wine/CONFLICTS
new file mode 100644
index 0000000..f045a96
--- /dev/null
+++ b/virtual/wine/CONFLICTS
@@ -0,0 +1 @@
+conflicts Wine-cvs
diff --git a/virtual/wine/DEPENDS b/virtual/wine/DEPENDS
new file mode 100644
index 0000000..5bbe06b
--- /dev/null
+++ b/virtual/wine/DEPENDS
@@ -0,0 +1,3 @@
+depends  flex
+
+optional_depends mpg123 "" "" "for mp3 codec support"
diff --git a/virtual/wine/DETAILS b/virtual/wine/DETAILS
new file mode 100644
index 0000000..a6369e1
--- /dev/null
+++ b/virtual/wine/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=wine
+         VERSION=1.1.44
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=$SFORGE_URL/$MODULE
+   SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE
+      SOURCE_VFY=sha1:60f11693161b28ff9814949f2b6bbccee1d07a2c
+        WEB_SITE=http://www.winehq.com
+         ENTERED=20010925
+         UPDATED=20100508
+           SHORT="Runs microsoft windows programs"
+
+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.
+EOF
diff --git a/virtual/wine_gecko/BUILD b/virtual/wine_gecko/BUILD
new file mode 100644
index 0000000..4dac206
--- /dev/null
+++ b/virtual/wine_gecko/BUILD
@@ -0,0 +1,11 @@
+(
+
+  if [ ! -f /usr/share/wine/gecko ] ; then
+    mkdir -p /usr/share/wine/gecko
+  fi &&
+
+  prepare_install &&
+
+  cp -R wine_gecko/* /usr/share/wine/gecko/
+
+) > $C_FIFO 2>&1
diff --git a/virtual/wine_gecko/DEPENDS b/virtual/wine_gecko/DEPENDS
new file mode 100644
index 0000000..11fd928
--- /dev/null
+++ b/virtual/wine_gecko/DEPENDS
@@ -0,0 +1 @@
+depends cabextract
diff --git a/virtual/wine_gecko/DETAILS b/virtual/wine_gecko/DETAILS
new file mode 100644
index 0000000..beb91ac
--- /dev/null
+++ b/virtual/wine_gecko/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=wine_gecko
+         VERSION=1.0.0-x86
+          SOURCE=$MODULE-$VERSION.cab
+   SOURCE_URL[0]=$SFORGE_URL/wine/
+      SOURCE_VFY=sha1:afa22c52bca4ca77dcb9edb3c9936eb23793de01
+        WEB_SITE=http://wiki.winehq.org/Gecko
+         ENTERED=20091125
+         UPDATED=20091125
+           SHORT="Mozilla's Gecko Layout Engine"
+
+cat << EOF
+Wine implements its own version of Internet Explorer. The implementation is 
+based on a custom version of Mozilla's Gecko Layout Engine. When your 
+application tries to display a web page, it loads Wine's custom Gecko from the
+file wine_gecko-1.0.0-x86.cab (at least in the latest version of Wine; older 
+versions of Wine use older versions of Gecko).
+EOF
diff --git a/virtual/wine_gecko/PRE_BUILD b/virtual/wine_gecko/PRE_BUILD
new file mode 100644
index 0000000..1043a0b
--- /dev/null
+++ b/virtual/wine_gecko/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY  &&
+cd $SOURCE_DIRECTORY  &&
+cabextract $SOURCE_CACHE/$SOURCE


More information about the Lunar-commits mailing list