Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (4cdbdb7c85b24e8a268f0e6c61b18e0a512cc82e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat M. Şandor <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (4cdbdb7c85b24e8a268f0e6c61b18e0a512cc82e)
  • Date: Wed, 28 Oct 2009 13:10:41 -0500

GIT changes to master grimoire by Bearcat M. Şandor
<bearcat AT clowder.feline-soul.net>:

gnome2-libs/libgee/DEPENDS | 2 ++
gnome2-libs/libgee/DETAILS | 20 ++++++++++++++++++++
gnome2-libs/libgee/HISTORY | 3 +++
3 files changed, 25 insertions(+)

New commits:
commit 4cdbdb7c85b24e8a268f0e6c61b18e0a512cc82e
Author: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>
Commit: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>

libgee: new spell, a gobject data framework

diff --git a/gnome2-libs/libgee/DEPENDS b/gnome2-libs/libgee/DEPENDS
new file mode 100755
index 0000000..8f9c8e7
--- /dev/null
+++ b/gnome2-libs/libgee/DEPENDS
@@ -0,0 +1,2 @@
+depends glib &&
+depends vala
diff --git a/gnome2-libs/libgee/DETAILS b/gnome2-libs/libgee/DETAILS
new file mode 100755
index 0000000..318367c
--- /dev/null
+++ b/gnome2-libs/libgee/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=libgee
+ VERSION=0.5.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/${SPELL}/0.5/${SOURCE}
+
SOURCE_HASH=sha512:6f6484da9b6d68ad52424c0a1f91cc5239a8d5e9817735cd358c34ff6967388855f1d91e9eac922f371a03abaca9eda8a7ee4f427bd2c0d28c48b3ff159c6c41
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://live.gnome.org/Libgee";
+ LICENSE[0]="GPL"
+ ENTERED=20091025
+ KEYWORDS=""
+ SHORT="A set of GObject-based interfaces and classes"
+cat << EOF
+Libgee is a collection library providing GObject-based interfaces and classes
+for commonly used data structures.
+
+Libgee provides the following interfaces:
+
+Iterable, Collection, List, Set, MultiSet, Queue, Deque, Iterator, Map,
+MultiMap
+EOF
diff --git a/gnome2-libs/libgee/HISTORY b/gnome2-libs/libgee/HISTORY
new file mode 100644
index 0000000..651ca0a
--- /dev/null
+++ b/gnome2-libs/libgee/HISTORY
@@ -0,0 +1,3 @@
+2009-10-25 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (4cdbdb7c85b24e8a268f0e6c61b18e0a512cc82e), Bearcat M . Şandor, 10/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page