Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f904dea7fce616d93c282276c4ab97a759a664a0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f904dea7fce616d93c282276c4ab97a759a664a0)
  • Date: Fri, 14 Dec 2007 14:24:16 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
gnome2-libs/pygtksourceview/DEPENDS | 10 ++++++----
gnome2-libs/pygtksourceview/DETAILS | 12 +++++++-----
gnome2-libs/pygtksourceview/HISTORY | 6 ++++--
python-devel/bzr-gtk/DEPENDS | 4 ++++
python-devel/bzr-gtk/DETAILS | 14 ++++++++++++++
python-devel/bzr-gtk/HISTORY | 2 ++
python-devel/bzr-gtk/bzr-gtk-0.93.0.tar.gz.sig |binary
8 files changed, 40 insertions(+), 11 deletions(-)

New commits:
commit f904dea7fce616d93c282276c4ab97a759a664a0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bzr-gtk changelog entry

commit 718312108ab7fa0ec48ea9df820bd99e7490ec99
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bzr-gtk: new spell, GUI for Bazaar VCS

commit f87ac6c7d481f8c43c73cabacaa362ec00ce6f90
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pygtksourceview: fixed compilation -- docs are optional, but needs
docbook-xsl then

diff --git a/ChangeLog b/ChangeLog
index 5f8ab01..4fdc3b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-devel/bzr-gtk: new spell, pygtk2 GUI for Bazaar VCS
+
2007-12-13 Treeve Jelbert <treeve AT sourcemage.org>
* kde-apps/kimdaba: spell deprecated [replaced by kphotoalbum]

diff --git a/gnome2-libs/pygtksourceview/DEPENDS
b/gnome2-libs/pygtksourceview/DEPENDS
index a8d060d..313d5ff 100755
--- a/gnome2-libs/pygtksourceview/DEPENDS
+++ b/gnome2-libs/pygtksourceview/DEPENDS
@@ -1,4 +1,6 @@
-depends pygtk2 &&
-depends pygobject &&
-depends libxslt &&
-depends gtksourceview
+depends pygtk2 &&
+depends pygobject &&
+depends libxslt &&
+depends gtksourceview &&
+
+optional_depends docbook-xsl "" "--disable-docs" "for the docs generation"
diff --git a/gnome2-libs/pygtksourceview/DETAILS
b/gnome2-libs/pygtksourceview/DETAILS
index 66d97d0..7d8a22f 100755
--- a/gnome2-libs/pygtksourceview/DETAILS
+++ b/gnome2-libs/pygtksourceview/DETAILS
@@ -1,14 +1,16 @@
SPELL=pygtksourceview
VERSION=2.0.0
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ BRANCH=$(echo $VERSION | cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=LGPL
ENTERED=20020505
- KEYWORDS="gnome2 libs"
- SHORT="Library needed by gedit2"
+ PATCHLEVEL=1
+ KEYWORDS="python gtk libs"
+ SHORT="Python bindings for the GtkSourceView library"
cat << EOF
-Library needed by gedit2
+This package contains Python bindings for the version 2 of the
+GtkSourceView library.
EOF
diff --git a/gnome2-libs/pygtksourceview/HISTORY
b/gnome2-libs/pygtksourceview/HISTORY
index e4fcb21..ecf04af 100644
--- a/gnome2-libs/pygtksourceview/HISTORY
+++ b/gnome2-libs/pygtksourceview/HISTORY
@@ -1,7 +1,9 @@
+2007-12-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, PATCHLEVEL++
+ * DEPENDS: fixed build, optional docbook-xsl when building the docs
+
2007-09-21 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.0.0

2007-09-09 Robin Cook <rcook AT wyrms.net>
* DETAILS: initial spell - DETAILS, DEPENDS, HISTORY
-
-
diff --git a/python-devel/bzr-gtk/DEPENDS b/python-devel/bzr-gtk/DEPENDS
new file mode 100755
index 0000000..83053c0
--- /dev/null
+++ b/python-devel/bzr-gtk/DEPENDS
@@ -0,0 +1,4 @@
+depends pygtk2 &&
+depends bzr &&
+
+optional_depends pygtksourceview "" "" "GTKSourceview support"
diff --git a/python-devel/bzr-gtk/DETAILS b/python-devel/bzr-gtk/DETAILS
new file mode 100755
index 0000000..2ff9c6d
--- /dev/null
+++ b/python-devel/bzr-gtk/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=bzr-gtk
+ VERSION=0.93.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://phanatic.hu/$SPELL/$SOURCE
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://bazaar-vcs.org/bzr-gtk/
+ LICENSE[0]=GPL
+ ENTERED=20071214
+ SHORT="GTK interface for Bazaar VCS"
+cat << EOF
+bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most
+Bazaar operations.
+EOF
diff --git a/python-devel/bzr-gtk/HISTORY b/python-devel/bzr-gtk/HISTORY
new file mode 100644
index 0000000..726e1e8
--- /dev/null
+++ b/python-devel/bzr-gtk/HISTORY
@@ -0,0 +1,2 @@
+2007-12-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/python-devel/bzr-gtk/bzr-gtk-0.93.0.tar.gz.sig
b/python-devel/bzr-gtk/bzr-gtk-0.93.0.tar.gz.sig
new file mode 100644
index 0000000..bf93498
Binary files /dev/null and b/python-devel/bzr-gtk/bzr-gtk-0.93.0.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f904dea7fce616d93c282276c4ab97a759a664a0), Vlad Glagolev, 12/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page