[Lunar-commits] <moonbase> gecko-sharp: remove the old module, rename gecko-sharp2 instead and move it to mono dir.

Florin Braescu florin at lunar-linux.org
Tue Oct 7 08:47:29 CEST 2008


commit 92410e73301994e52266fb3e186b18fe47fb6675
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Oct 7 09:47:29 2008 +0300

    gecko-sharp: remove the old module, rename gecko-sharp2 instead and move it to mono dir.
---
 devel/gecko-sharp/BUILD    |   12 ------------
 devel/gecko-sharp/DEPENDS  |    2 --
 devel/gecko-sharp/DETAILS  |   12 ------------
 devel/gecko-sharp2/DEPENDS |    2 --
 devel/gecko-sharp2/DETAILS |   16 ----------------
 mono/gecko-sharp/DEPENDS   |    2 ++
 mono/gecko-sharp/DETAILS   |   16 ++++++++++++++++
 mono/mono-tools/DEPENDS    |    2 +-
 8 files changed, 19 insertions(+), 45 deletions(-)

diff --git a/devel/gecko-sharp/BUILD b/devel/gecko-sharp/BUILD
deleted file mode 100644
index 77cd9f1..0000000
--- a/devel/gecko-sharp/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
-   ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
-                --build=$BUILD                    \
-                --sysconfdir=/etc                 \
-                --localstatedir=/var              \
-                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
-                $OPTS                             &&
-    default_make
-
-) > $C_FIFO 2>&1
diff --git a/devel/gecko-sharp/DEPENDS b/devel/gecko-sharp/DEPENDS
deleted file mode 100644
index a03c615..0000000
--- a/devel/gecko-sharp/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends mono &&
-depends %GECKO_RENDERER
diff --git a/devel/gecko-sharp/DETAILS b/devel/gecko-sharp/DETAILS
deleted file mode 100644
index 70aed6c..0000000
--- a/devel/gecko-sharp/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
-          MODULE=gecko-sharp
-         VERSION=0.6
-          SOURCE=${MODULE}-${VERSION}.tar.gz
-      SOURCE_URL=http://go-mono.com/sources/${MODULE}/
-      SOURCE_VFY=sha1:21833b79d12e26b0a137aab058dac790d7804bfa
-        WEB_SITE=http://www.mono-project.com
-         ENTERED=20040505
-         UPDATED=20051007
-           SHORT="C# bindings for the Gecko Engine"
-cat << EOF
-gecko-sharp is C# bindings for the Mozilla Gecko Engine
-EOF
diff --git a/devel/gecko-sharp2/DEPENDS b/devel/gecko-sharp2/DEPENDS
deleted file mode 100644
index 7558174..0000000
--- a/devel/gecko-sharp2/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends  gtk-sharp2
-depends  %GECKO_RENDERER
diff --git a/devel/gecko-sharp2/DETAILS b/devel/gecko-sharp2/DETAILS
deleted file mode 100644
index 67518f9..0000000
--- a/devel/gecko-sharp2/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=gecko-sharp2
-           MAJOR=2.0
-         VERSION=${MAJOR}-0.13
-          SOURCE=gecko-sharp-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/gecko-sharp-${VERSION}
-      SOURCE_URL=http://go-mono.com/sources/gecko-sharp-${MAJOR}/
-      SOURCE_VFY=sha1:2435ce6fdb130d59e7479758d1bd98d334704e58
-        WEB_SITE=http://www.mono-project.com
-         ENTERED=20051007
-         UPDATED=20080319
-           SHORT="C# bindings for the Gecko Engine"
-           PSAFE=no
-
-cat << EOF
-gecko-sharp is C# bindings for the Mozilla Gecko Engine
-EOF
diff --git a/mono/gecko-sharp/DEPENDS b/mono/gecko-sharp/DEPENDS
new file mode 100644
index 0000000..8423d7a
--- /dev/null
+++ b/mono/gecko-sharp/DEPENDS
@@ -0,0 +1,2 @@
+depends  gtk-sharp
+depends  %GECKO_RENDERER
diff --git a/mono/gecko-sharp/DETAILS b/mono/gecko-sharp/DETAILS
new file mode 100644
index 0000000..37c16d7
--- /dev/null
+++ b/mono/gecko-sharp/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=gecko-sharp
+           MAJOR=2.0
+         VERSION=${MAJOR}-0.13
+          SOURCE=$MODULE-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION}
+      SOURCE_URL=http://go-mono.com/sources/$MODULE-${MAJOR}
+      SOURCE_VFY=sha1:2435ce6fdb130d59e7479758d1bd98d334704e58
+        WEB_SITE=http://www.mono-project.com
+         ENTERED=20051007
+         UPDATED=20080319
+           SHORT="C# bindings for the Gecko Engine"
+           PSAFE=no
+
+cat << EOF
+gecko-sharp is C# bindings for the Mozilla Gecko Engine.
+EOF
diff --git a/mono/mono-tools/DEPENDS b/mono/mono-tools/DEPENDS
index 47915c0..b394f4e 100644
--- a/mono/mono-tools/DEPENDS
+++ b/mono/mono-tools/DEPENDS
@@ -1,3 +1,3 @@
 depends  monodoc
-depends  gecko-sharp2
+depends  gecko-sharp
 depends  gnome-sharp


More information about the Lunar-commits mailing list