[Lunar-commits] <moonbase> kiwi: version bumped to 1.9.24.

Florin Braescu florin at lunar-linux.org
Sun Mar 22 08:30:36 CET 2009


commit aa9869f07f4a300414fd7358ed1fe2ce258e4711
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Mar 22 09:30:36 2009 +0200

    kiwi: version bumped to 1.9.24.
    
    Moved the module from devel to python dir in the moonbase.
    Changes:
        - Added multi-line capability example
        - Added multi-line capability in ComboEntry options
        - Added initial support for loading GtkBuilder files
        - Added support for multiple colors in ColoredColumn
        - Many bugfixes.
---
 devel/kiwi/BUILD    |    6 ------
 devel/kiwi/DEPENDS  |    2 --
 devel/kiwi/DETAILS  |   19 -------------------
 python/kiwi/BUILD   |    6 ++++++
 python/kiwi/DEPENDS |    2 ++
 python/kiwi/DETAILS |   19 +++++++++++++++++++
 6 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/devel/kiwi/BUILD b/devel/kiwi/BUILD
deleted file mode 100644
index dd76381..0000000
--- a/devel/kiwi/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
-  prepare_install  &&
-  python  setup.py  install
-
-) > $C_FIFO 2>&1
diff --git a/devel/kiwi/DEPENDS b/devel/kiwi/DEPENDS
deleted file mode 100644
index a37960e..0000000
--- a/devel/kiwi/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends  libglade
-depends  pygtk
diff --git a/devel/kiwi/DETAILS b/devel/kiwi/DETAILS
deleted file mode 100644
index 6899317..0000000
--- a/devel/kiwi/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
-          MODULE=kiwi
-           MAJOR=1.9
-         VERSION=1.9.22
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
-      SOURCE_VFY=sha1:b532854058167d6cca8ba8a89f646b114c608ecc
-        WEB_SITE=http://async.com.br/projects/kiwi/
-         ENTERED=20060503
-         UPDATED=20081206
-           SHORT="a framework for GUI Python applications"
-
-cat << EOF
-Kiwi consists of a set of classes and wrappers for PyGTK that were
-developed to provide a sort of framework for applications.  Fully
-object-oriented, and roughly Smalltalk's MVC, Kiwi provides a simple,
-practical way to build forms, windows, and widgets that transparently
-access and display your object data.  Kiwi is inspired by Allen 
-Holub's Visual Proxy.
-EOF
diff --git a/python/kiwi/BUILD b/python/kiwi/BUILD
new file mode 100644
index 0000000..dd76381
--- /dev/null
+++ b/python/kiwi/BUILD
@@ -0,0 +1,6 @@
+(
+
+  prepare_install  &&
+  python  setup.py  install
+
+) > $C_FIFO 2>&1
diff --git a/python/kiwi/DEPENDS b/python/kiwi/DEPENDS
new file mode 100644
index 0000000..a37960e
--- /dev/null
+++ b/python/kiwi/DEPENDS
@@ -0,0 +1,2 @@
+depends  libglade
+depends  pygtk
diff --git a/python/kiwi/DETAILS b/python/kiwi/DETAILS
new file mode 100644
index 0000000..aed3882
--- /dev/null
+++ b/python/kiwi/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=kiwi
+           MAJOR=1.9
+         VERSION=1.9.24
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:1a44d6c4d55e062471324d5cc9cff1bef0ea4ab5
+        WEB_SITE=http://async.com.br/projects/kiwi
+         ENTERED=20060503
+         UPDATED=20090322
+           SHORT="A framework for GUI Python applications"
+
+cat << EOF
+Kiwi consists of a set of classes and wrappers for PyGTK that were
+developed to provide a sort of framework for applications. Fully
+object-oriented, and roughly Smalltalk's MVC, Kiwi provides a simple,
+practical way to build forms, windows, and widgets that transparently
+access and display your object data. Kiwi is inspired by Allen 
+Holub's Visual Proxy.
+EOF


More information about the Lunar-commits mailing list