[Lunar-commits] <moonbase> gnome-python2-extras -> gnome-python-extras

Samuel Verstraete elangelo at lunar-linux.org
Tue Jul 15 07:20:50 CEST 2008


commit 56c8dd1d3e301b25d67a37694d580515ead21cef
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Wed Apr 16 23:45:27 2008 +0200

    gnome-python2-extras -> gnome-python-extras
---
 gnome2/bindings/gnome-python-extras/BUILD    |   12 ++++++++++++
 gnome2/bindings/gnome-python-extras/DEPENDS  |    4 ++++
 gnome2/bindings/gnome-python-extras/DETAILS  |   16 ++++++++++++++++
 gnome2/bindings/gnome-python2-extras/BUILD   |   12 ------------
 gnome2/bindings/gnome-python2-extras/DEPENDS |    4 ----
 gnome2/bindings/gnome-python2-extras/DETAILS |   18 ------------------
 6 files changed, 32 insertions(+), 34 deletions(-)

diff --git a/gnome2/bindings/gnome-python-extras/BUILD b/gnome2/bindings/gnome-python-extras/BUILD
new file mode 100644
index 0000000..80d990a
--- /dev/null
+++ b/gnome2/bindings/gnome-python-extras/BUILD
@@ -0,0 +1,12 @@
+(
+
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
+                $OPTS                             &&
+    default_make                   
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/bindings/gnome-python-extras/DEPENDS b/gnome2/bindings/gnome-python-extras/DEPENDS
new file mode 100644
index 0000000..e39bf83
--- /dev/null
+++ b/gnome2/bindings/gnome-python-extras/DEPENDS
@@ -0,0 +1,4 @@
+depends  gnome-panel    &&
+depends  gtksourceview  &&
+depends  gnome-python  &&
+optional_depends gtkspell "" "" "For gtkspell support, needed by scribes"
diff --git a/gnome2/bindings/gnome-python-extras/DETAILS b/gnome2/bindings/gnome-python-extras/DETAILS
new file mode 100644
index 0000000..de03d02
--- /dev/null
+++ b/gnome2/bindings/gnome-python-extras/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=gnome-python-extras
+         VERSION=2.14.3
+           MAJOR=2.14
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+      SOURCE_VFY=sha1:35b48fe0a3716c5323337be7d601066e9fd8e0a0
+        WEB_SITE=http://www.pygtk.org/
+         ENTERED=20080416
+         UPDATED=20080416
+           SHORT="python interfacing for GNOME libraries"
+
+cat << EOF
+GnomePythonExtras  provides python interfacing modules for some GNOME
+libraries not part of the Developer or Desktop platforms (gtkhtml2,
+egg.trayicon, egg.recent, gtkspell, gtkmozembed, gdl, gda, gksu, gksu.ui).
+EOF
diff --git a/gnome2/bindings/gnome-python2-extras/BUILD b/gnome2/bindings/gnome-python2-extras/BUILD
deleted file mode 100644
index 80d990a..0000000
--- a/gnome2/bindings/gnome-python2-extras/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
-   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
-                --build=$BUILD                    \
-                --sysconfdir=/etc                 \
-                --localstatedir=/var              \
-                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
-                $OPTS                             &&
-    default_make                   
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/bindings/gnome-python2-extras/DEPENDS b/gnome2/bindings/gnome-python2-extras/DEPENDS
deleted file mode 100644
index e39bf83..0000000
--- a/gnome2/bindings/gnome-python2-extras/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends  gnome-panel    &&
-depends  gtksourceview  &&
-depends  gnome-python  &&
-optional_depends gtkspell "" "" "For gtkspell support, needed by scribes"
diff --git a/gnome2/bindings/gnome-python2-extras/DETAILS b/gnome2/bindings/gnome-python2-extras/DETAILS
deleted file mode 100644
index e775011..0000000
--- a/gnome2/bindings/gnome-python2-extras/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=gnome-python2-extras
-             MOD=gnome-python-extras
-         VERSION=2.14.3
-           MAJOR=2.14
-          SOURCE=$MOD-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
-      SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/
-      SOURCE_VFY=sha1:35b48fe0a3716c5323337be7d601066e9fd8e0a0
-        WEB_SITE=http://www.pygtk.org/
-         ENTERED=20060803
-         UPDATED=20070823
-           SHORT="python interfacing for GNOME libraries"
-
-cat << EOF
-GnomePythonExtras  provides python interfacing modules for some GNOME
-libraries not part of the Developer or Desktop platforms (gtkhtml2,
-egg.trayicon, egg.recent, gtkspell, gtkmozembed, gdl, gda, gksu, gksu.ui).
-EOF


More information about the Lunar-commits mailing list