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

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


commit d33424ae8170d7ee8837cb700411c4ae08253fb2
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Wed Apr 16 23:41:47 2008 +0200

    gnome-python2 -> gnome-python
---
 audio/exaile/DEPENDS                         |    2 +-
 editors/scribes/DEPENDS                      |    4 ++--
 gnome2/apps/blogtk/DEPENDS                   |    2 +-
 gnome2/apps/gnome-btdownload/DEPENDS         |    2 +-
 gnome2/apps/gramps/DEPENDS                   |    2 +-
 gnome2/apps/meld/DEPENDS                     |    2 +-
 gnome2/apps/myBudget/DEPENDS                 |    2 +-
 gnome2/apps/straw/DEPENDS                    |    2 +-
 gnome2/bindings/gnome-python/BUILD           |   12 ++++++++++++
 gnome2/bindings/gnome-python/DEPENDS         |    4 ++++
 gnome2/bindings/gnome-python/DETAILS         |   15 +++++++++++++++
 gnome2/bindings/gnome-python2-extras/DEPENDS |    2 +-
 gnome2/bindings/gnome-python2/BUILD          |   12 ------------
 gnome2/bindings/gnome-python2/DEPENDS        |    4 ----
 gnome2/bindings/gnome-python2/DETAILS        |   17 -----------------
 gnome2/core/gDesklets/DEPENDS                |    2 +-
 gnome2/desktop/alacarte/DEPENDS              |    2 +-
 gnome2/desktop/deskbar-applet/DEPENDS        |    2 +-
 security/revelation/DEPENDS                  |    2 +-
 video/miro/DEPENDS                           |    2 +-
 20 files changed, 46 insertions(+), 48 deletions(-)

diff --git a/audio/exaile/DEPENDS b/audio/exaile/DEPENDS
index 9d54c6e..7ada338 100644
--- a/audio/exaile/DEPENDS
+++ b/audio/exaile/DEPENDS
@@ -8,4 +8,4 @@ depends GConf
 optional_depends "gst-plugins-ugly"  ""  ""  "for mp3 support"
 optional_depends "gamin"             ""  ""  "for directory monitoring"
 optional_depends "PythonDaap"        ""  ""  "for music sharing support"
-optional_depends "gnome-python2-extras"  ""  ""  "for additional song information (like lyrics)"
+optional_depends "gnome-python-extras"  ""  ""  "for additional song information (like lyrics)"
diff --git a/editors/scribes/DEPENDS b/editors/scribes/DEPENDS
index 18cf13d..f0917c7 100644
--- a/editors/scribes/DEPENDS
+++ b/editors/scribes/DEPENDS
@@ -1,6 +1,6 @@
 depends   dbus           &&
 depends   yelp           &&
 depends   Python         &&
-depends   gnome-python2  &&
-depends   gnome-python2-extras &&
+depends   gnome-python  &&
+depends   gnome-python-extras &&
 depends   gnome-python-desktop
diff --git a/gnome2/apps/blogtk/DEPENDS b/gnome2/apps/blogtk/DEPENDS
index e5c54d5..331d0e0 100644
--- a/gnome2/apps/blogtk/DEPENDS
+++ b/gnome2/apps/blogtk/DEPENDS
@@ -1 +1 @@
-depends gnome-python2
+depends gnome-python
diff --git a/gnome2/apps/gnome-btdownload/DEPENDS b/gnome2/apps/gnome-btdownload/DEPENDS
index 0ec5aa9..cc550ae 100644
--- a/gnome2/apps/gnome-btdownload/DEPENDS
+++ b/gnome2/apps/gnome-btdownload/DEPENDS
@@ -1,2 +1,2 @@
 depends  BitTorrent  &&
-depends  gnome-python2
+depends  gnome-python
diff --git a/gnome2/apps/gramps/DEPENDS b/gnome2/apps/gramps/DEPENDS
index 49a8496..1e8f285 100644
--- a/gnome2/apps/gramps/DEPENDS
+++ b/gnome2/apps/gramps/DEPENDS
@@ -1,3 +1,3 @@
-depends gnome-python2 &&
+depends gnome-python &&
 depends pil &&
 depends reportlab 
diff --git a/gnome2/apps/meld/DEPENDS b/gnome2/apps/meld/DEPENDS
index 075f21b..bbd22ee 100644
--- a/gnome2/apps/meld/DEPENDS
+++ b/gnome2/apps/meld/DEPENDS
@@ -1,3 +1,3 @@
-depends gnome-python2 &&
+depends gnome-python &&
 depends libgnomeui    &&
 optional_depends "pygtksourceview" "" "" "For syntax highlighting"
diff --git a/gnome2/apps/myBudget/DEPENDS b/gnome2/apps/myBudget/DEPENDS
index 0c21586..67cbcf7 100644
--- a/gnome2/apps/myBudget/DEPENDS
+++ b/gnome2/apps/myBudget/DEPENDS
@@ -1,4 +1,4 @@
-depends  gnome-python2  &&
+depends  gnome-python  &&
 
 optional_depends  "abiword"    ""  ""  "for exporting to abiword"  &&
 optional_depends  "gnumeric2"  ""  ""  "for exporting to gnumeric"
diff --git a/gnome2/apps/straw/DEPENDS b/gnome2/apps/straw/DEPENDS
index b145a0f..21520b1 100644
--- a/gnome2/apps/straw/DEPENDS
+++ b/gnome2/apps/straw/DEPENDS
@@ -1,4 +1,4 @@
-depends gnome-python2
+depends gnome-python
 depends db
 depends adns-python
 depends egenix-mx
diff --git a/gnome2/bindings/gnome-python/BUILD b/gnome2/bindings/gnome-python/BUILD
new file mode 100644
index 0000000..62fc456
--- /dev/null
+++ b/gnome2/bindings/gnome-python/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/DEPENDS b/gnome2/bindings/gnome-python/DEPENDS
new file mode 100644
index 0000000..2d93ec7
--- /dev/null
+++ b/gnome2/bindings/gnome-python/DEPENDS
@@ -0,0 +1,4 @@
+depends  libgnomeprintui
+depends  libgnomeui
+depends  pyorbit
+depends  pygtk2
diff --git a/gnome2/bindings/gnome-python/DETAILS b/gnome2/bindings/gnome-python/DETAILS
new file mode 100644
index 0000000..a023409
--- /dev/null
+++ b/gnome2/bindings/gnome-python/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=gnome-python
+         VERSION=2.20.1
+           MAJOR=2.20
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+      SOURCE_VFY=sha1:654419b0082d101d76ecc79d9fe47b0d8ea5461b
+        WEB_SITE=http://www.pygtk.org/
+         ENTERED=20080416
+         UPDATED=20080416
+           SHORT="Python bindings for the GNOME desktop"
+
+cat << EOF
+gnome-python2 provides Python bindings for the GNOME desktop.  This
+includes gnomeui, gnomecanvas, gnomevfs, gconf, and bonobo bindings.
+EOF
diff --git a/gnome2/bindings/gnome-python2-extras/DEPENDS b/gnome2/bindings/gnome-python2-extras/DEPENDS
index b448c60..e39bf83 100644
--- a/gnome2/bindings/gnome-python2-extras/DEPENDS
+++ b/gnome2/bindings/gnome-python2-extras/DEPENDS
@@ -1,4 +1,4 @@
 depends  gnome-panel    &&
 depends  gtksourceview  &&
-depends  gnome-python2  &&
+depends  gnome-python  &&
 optional_depends gtkspell "" "" "For gtkspell support, needed by scribes"
diff --git a/gnome2/bindings/gnome-python2/BUILD b/gnome2/bindings/gnome-python2/BUILD
deleted file mode 100644
index 62fc456..0000000
--- a/gnome2/bindings/gnome-python2/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/DEPENDS b/gnome2/bindings/gnome-python2/DEPENDS
deleted file mode 100644
index 2d93ec7..0000000
--- a/gnome2/bindings/gnome-python2/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends  libgnomeprintui
-depends  libgnomeui
-depends  pyorbit
-depends  pygtk2
diff --git a/gnome2/bindings/gnome-python2/DETAILS b/gnome2/bindings/gnome-python2/DETAILS
deleted file mode 100644
index f1f4a99..0000000
--- a/gnome2/bindings/gnome-python2/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-          MODULE=gnome-python2
-             MOD=gnome-python
-         VERSION=2.20.1
-           MAJOR=2.20
-          SOURCE=$MOD-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
-      SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/
-      SOURCE_VFY=sha1:654419b0082d101d76ecc79d9fe47b0d8ea5461b
-        WEB_SITE=http://www.pygtk.org/
-         ENTERED=20050319
-         UPDATED=20071125
-           SHORT="Python bindings for the GNOME desktop"
-
-cat << EOF
-gnome-python2 provides Python bindings for the GNOME desktop.  This
-includes gnomeui, gnomecanvas, gnomevfs, gconf, and bonobo bindings.
-EOF
diff --git a/gnome2/core/gDesklets/DEPENDS b/gnome2/core/gDesklets/DEPENDS
index 5da38cd..38dcaff 100644
--- a/gnome2/core/gDesklets/DEPENDS
+++ b/gnome2/core/gDesklets/DEPENDS
@@ -1,2 +1,2 @@
-depends gnome-python2 &&
+depends gnome-python &&
 depends swig
diff --git a/gnome2/desktop/alacarte/DEPENDS b/gnome2/desktop/alacarte/DEPENDS
index af08582..b2ee240 100644
--- a/gnome2/desktop/alacarte/DEPENDS
+++ b/gnome2/desktop/alacarte/DEPENDS
@@ -1,3 +1,3 @@
 depends  intltool
 depends  gnome-menus
-depends  gnome-python2
+depends  gnome-python
diff --git a/gnome2/desktop/deskbar-applet/DEPENDS b/gnome2/desktop/deskbar-applet/DEPENDS
index c215ae6..f6156fe 100644
--- a/gnome2/desktop/deskbar-applet/DEPENDS
+++ b/gnome2/desktop/deskbar-applet/DEPENDS
@@ -1,4 +1,4 @@
-depends  gnome-python2         &&
+depends  gnome-python         &&
 depends  gnome-desktop         &&
 depends  gnome-python-desktop  &&
 depends  dbus-python           &&
diff --git a/security/revelation/DEPENDS b/security/revelation/DEPENDS
index 09ecce2..7557127 100644
--- a/security/revelation/DEPENDS
+++ b/security/revelation/DEPENDS
@@ -1,4 +1,4 @@
 depends  gtk+-2               
-depends  gnome-python2-extras
+depends  gnome-python-extras
 depends  gnome-python-desktop
 depends  pycrypto
diff --git a/video/miro/DEPENDS b/video/miro/DEPENDS
index b1ee3b3..bab5313 100644
--- a/video/miro/DEPENDS
+++ b/video/miro/DEPENDS
@@ -1,4 +1,4 @@
-depends gnome-python2-extras
+depends gnome-python-extras
 depends boost
 depends xine-lib
 depends Pyrex


More information about the Lunar-commits mailing list