Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (b59eb010f20a22ea5ea5f98d9a29215571447d23)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (b59eb010f20a22ea5ea5f98d9a29215571447d23)
  • Date: Sun, 13 Feb 2011 11:11:16 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 4 ++
gnome2-libs/glib-networking/DEPENDS | 14
++++++++
gnome2-libs/glib-networking/DETAILS | 16
++++++++++
gnome2-libs/glib-networking/HISTORY | 2 +
gnome2-libs/glib-networking/glib-networking-2.27.90.tar.bz2.sig |binary
5 files changed, 36 insertions(+)

New commits:
commit b59eb010f20a22ea5ea5f98d9a29215571447d23
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

glib-networking: New spell that provides networking components
for glib2

diff --git a/ChangeLog b/ChangeLog
index eb63fa3..cc790a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-13 George Sherwood <gsherwood AT sourcemage.org>
+ * gnome2-libs/glib-networking: new spell, provides networking
+ components for glib2
+
2011-02-12 Bor Kraljič <pyrobor AT ver.si>
* kde4-support/polkit-qt: spell deprecated [replaced by polkit-qt-1]
* kde4-support/policykit-kde: spell deprecated [replaced by
polkit-kde]
diff --git a/gnome2-libs/glib-networking/DEPENDS
b/gnome2-libs/glib-networking/DEPENDS
new file mode 100755
index 0000000..8ac8121
--- /dev/null
+++ b/gnome2-libs/glib-networking/DEPENDS
@@ -0,0 +1,14 @@
+depends glib2 &&
+depends libgcrypt &&
+
+optional_depends gnutls \
+ "--with-gnutls" \
+ "--without-gnutls" \
+ "for GNUTLS' SSL support" &&
+
+optional_depends ca-certificates \
+ "" \
+ "--without-ca-file" \
+ "for SSL root certificates"
+
+
diff --git a/gnome2-libs/glib-networking/DETAILS
b/gnome2-libs/glib-networking/DETAILS
new file mode 100755
index 0000000..0d6fe4c
--- /dev/null
+++ b/gnome2-libs/glib-networking/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=glib-networking
+ VERSION=2.27.90
+ 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"
+ LICENSE[0]=LGPL
+ WEB_SITE=http://live.gnome.org/
+ ENTERED=20110213
+ KEYWORDS="gnome2 libs"
+ SHORT="provide glib2 networking components"
+cat << EOF
+Glib-networking contains various network related extension points
+for GLib.
+EOF
diff --git a/gnome2-libs/glib-networking/HISTORY
b/gnome2-libs/glib-networking/HISTORY
new file mode 100644
index 0000000..9e5f9f7
--- /dev/null
+++ b/gnome2-libs/glib-networking/HISTORY
@@ -0,0 +1,2 @@
+2011-02-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS, DEPENDS: Spell Created
diff --git a/gnome2-libs/glib-networking/glib-networking-2.27.90.tar.bz2.sig
b/gnome2-libs/glib-networking/glib-networking-2.27.90.tar.bz2.sig
new file mode 100644
index 0000000..0eef2e4
Binary files /dev/null and
b/gnome2-libs/glib-networking/glib-networking-2.27.90.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (b59eb010f20a22ea5ea5f98d9a29215571447d23), George Sherwood, 02/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page