Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (5be39709f45c613c7c16ce84ebd2b9a201bccc3a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (5be39709f45c613c7c16ce84ebd2b9a201bccc3a)
  • Date: Mon, 2 Jul 2007 15:52:05 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 3 ++
gnome2-libs/libgnomedb-dev/BUILD | 1
gnome2-libs/libgnomedb-dev/CONFLICTS | 3 +-
gnome2-libs/libgnomedb-dev/DEPENDS | 11 ---------
gnome2-libs/libgnomedb-dev/DETAILS | 4 ---
gnome2-libs/libgnomedb-dev/HISTORY | 3 ++
gnome2-libs/libgnomedb-dev/INSTALL | 1
gnome2-libs/libgnomedb-dev/PRE_BUILD | 1
gnome2-libs/libgnomedb-dev/TRIGGERS | 1
gnome2-libs/libgnomedb3/CONFLICTS | 1
gnome2-libs/libgnomedb3/DEPENDS | 10 ++++++++
gnome2-libs/libgnomedb3/DETAILS | 22
++++++++++++++++++
gnome2-libs/libgnomedb3/G_SCHEMAS | 1
gnome2-libs/libgnomedb3/HISTORY | 23
+++++++++++++++++++
gnome2-libs/libgnomedb3/PROVIDES | 1
gnome2-libs/libgnomedb3/libgnomedb-3.0.0.tar.bz2.sig |binary
16 files changed, 72 insertions(+), 14 deletions(-)

New commits:
commit 5be39709f45c613c7c16ce84ebd2b9a201bccc3a
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libgnomedb3: renamed from libgnomedb-dev

diff --git a/ChangeLog b/ChangeLog
index ce12882..0b3d575 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-07-02 Robin Cook <rcook AT wyrms.net>
+ * gnome2-libs: renamed libgnomedb-dev to libgnomedb3
+
2007-06-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* excluded, configs, volatiles: fixed gconf paths, part of #13770

diff --git a/gnome2-libs/libgnomedb-dev/BUILD
b/gnome2-libs/libgnomedb-dev/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-libs/libgnomedb-dev/BUILD
@@ -0,0 +1 @@
+true
diff --git a/gnome2-libs/libgnomedb-dev/CONFLICTS
b/gnome2-libs/libgnomedb-dev/CONFLICTS
index ea75679..7a44eba 100755
--- a/gnome2-libs/libgnomedb-dev/CONFLICTS
+++ b/gnome2-libs/libgnomedb-dev/CONFLICTS
@@ -1 +1,2 @@
-conflicts libgnomedb
+conflicts libgnomedb y &&
+conflicts libgnomedb-dev y
diff --git a/gnome2-libs/libgnomedb-dev/DEPENDS
b/gnome2-libs/libgnomedb-dev/DEPENDS
index c359c55..baf9aa8 100755
--- a/gnome2-libs/libgnomedb-dev/DEPENDS
+++ b/gnome2-libs/libgnomedb-dev/DEPENDS
@@ -1,10 +1 @@
-depends libgda2-dev &&
-depends libgnomeui &&
-depends libglade2 &&
-depends libbonoboui &&
-depends gtksourceview &&
-
-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Build documentation with gtk-doc"
+depends libgnomedb3
diff --git a/gnome2-libs/libgnomedb-dev/DETAILS
b/gnome2-libs/libgnomedb-dev/DETAILS
index 183078d..ed1acfb 100755
--- a/gnome2-libs/libgnomedb-dev/DETAILS
+++ b/gnome2-libs/libgnomedb-dev/DETAILS
@@ -1,13 +1,11 @@
SPELL=libgnomedb-dev
VERSION=3.0.0
BRANCH=`echo $VERSION | cut -d . -f 1,2`
- SOURCE=libgnomedb-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/libgnomedb-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/libgnomedb/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]="LGPL"
LICENSE[1]="GPL"
WEB_SITE=http://www.gnome-db.org
+ PATCHLEVEL=1
ENTERED=20020509
KEYWORDS="database gnome2 libs"
SHORT="a database widget library with data bound widgets and
more."
diff --git a/gnome2-libs/libgnomedb-dev/HISTORY
b/gnome2-libs/libgnomedb-dev/HISTORY
index a9641e8..84af803 100644
--- a/gnome2-libs/libgnomedb-dev/HISTORY
+++ b/gnome2-libs/libgnomedb-dev/HISTORY
@@ -1,3 +1,6 @@
+2007-07-02 Robin Cook <rcook AT wyrms.net>
+ * SPELL: deprecated in favor of libgnomedb3
+
2007-05-12 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 3.0.0

diff --git a/gnome2-libs/libgnomedb-dev/INSTALL
b/gnome2-libs/libgnomedb-dev/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-libs/libgnomedb-dev/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/gnome2-libs/libgnomedb-dev/PRE_BUILD
b/gnome2-libs/libgnomedb-dev/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-libs/libgnomedb-dev/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/gnome2-libs/libgnomedb-dev/TRIGGERS
b/gnome2-libs/libgnomedb-dev/TRIGGERS
new file mode 100755
index 0000000..fc707e7
--- /dev/null
+++ b/gnome2-libs/libgnomedb-dev/TRIGGERS
@@ -0,0 +1 @@
+on_cast libgnomedb-dev dispel_self
diff --git a/gnome2-libs/libgnomedb3/CONFLICTS
b/gnome2-libs/libgnomedb3/CONFLICTS
new file mode 100755
index 0000000..ea75679
--- /dev/null
+++ b/gnome2-libs/libgnomedb3/CONFLICTS
@@ -0,0 +1 @@
+conflicts libgnomedb
diff --git a/gnome2-libs/libgnomedb3/DEPENDS b/gnome2-libs/libgnomedb3/DEPENDS
new file mode 100755
index 0000000..c359c55
--- /dev/null
+++ b/gnome2-libs/libgnomedb3/DEPENDS
@@ -0,0 +1,10 @@
+depends libgda2-dev &&
+depends libgnomeui &&
+depends libglade2 &&
+depends libbonoboui &&
+depends gtksourceview &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build documentation with gtk-doc"
diff --git a/gnome2-libs/libgnomedb3/DETAILS b/gnome2-libs/libgnomedb3/DETAILS
new file mode 100755
index 0000000..183078d
--- /dev/null
+++ b/gnome2-libs/libgnomedb3/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=libgnomedb-dev
+ VERSION=3.0.0
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ SOURCE=libgnomedb-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/libgnomedb-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/libgnomedb/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]="LGPL"
+ LICENSE[1]="GPL"
+ WEB_SITE=http://www.gnome-db.org
+ ENTERED=20020509
+ KEYWORDS="database gnome2 libs"
+ SHORT="a database widget library with data bound widgets and
more."
+cat << EOF
+Libgnomedb: a database widget library with data bound widgets and more.
+Features:
+* Libgnomedb gives you a set of powerful widgets to show and edit data
directly
+ in the database, you can also create new Data Sources and conect to your
+ preconfigured database server.
+* Libgnomedb is based in the GTK Object framework and allows you to create
new
+ widgets that meets your needs using the flexibility of GObject.
+EOF
diff --git a/gnome2-libs/libgnomedb3/G_SCHEMAS
b/gnome2-libs/libgnomedb3/G_SCHEMAS
new file mode 100644
index 0000000..43303ef
--- /dev/null
+++ b/gnome2-libs/libgnomedb3/G_SCHEMAS
@@ -0,0 +1 @@
+libgnomedb.schemas
diff --git a/gnome2-libs/libgnomedb3/HISTORY b/gnome2-libs/libgnomedb3/HISTORY
new file mode 100644
index 0000000..e250f26
--- /dev/null
+++ b/gnome2-libs/libgnomedb3/HISTORY
@@ -0,0 +1,23 @@
+2007-07-02 Robin Cook <rcook AT wyrms.net>
+ * SPELL: renamed from libgnomedb-dev
+
+2007-05-12 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 3.0.0
+
+2007-03-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.99.6
+
+2007-03-10 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.99.5
+
+2007-02-02 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.99.3
+
+2006-11-04 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS: updated to 1.99.1, better description
+
+2006-10-12 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.9.103
+
+2006-10-09 Robin Cook <rcook AT wyrms.net>
+ * Split from libgnomedb
diff --git a/gnome2-libs/libgnomedb3/PROVIDES
b/gnome2-libs/libgnomedb3/PROVIDES
new file mode 100755
index 0000000..402c26f
--- /dev/null
+++ b/gnome2-libs/libgnomedb3/PROVIDES
@@ -0,0 +1 @@
+LIBGNOMEDB
diff --git a/gnome2-libs/libgnomedb3/libgnomedb-3.0.0.tar.bz2.sig
b/gnome2-libs/libgnomedb3/libgnomedb-3.0.0.tar.bz2.sig
new file mode 100644
index 0000000..b476acb
Binary files /dev/null and
b/gnome2-libs/libgnomedb3/libgnomedb-3.0.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (5be39709f45c613c7c16ce84ebd2b9a201bccc3a), Robin Cook, 07/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page