[Lunar-commits] <moonbase-gnome> libsoup: remove it from here. It is in gnome3 now.
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 15:22:40 CET 2013
commit 1a4446b4e5c4f5e4b9bf7ae41e5db42efa12c238
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 06:22:40 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/1a4446b4e5c4f5e4b9bf7ae41e5db42efa12c238
libsoup: remove it from here. It is in gnome3 now.
---
desktop/libsoup/BUILD | +0/-11
desktop/libsoup/CONFIGURE | +0/-1
desktop/libsoup/DEPENDS | +0/-8
desktop/libsoup/DETAILS | +0/-19
4 files changed, 39 deletions(-)
--- a/desktop/libsoup/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-(
-
- OPTS+=" --disable-static --disable-tls-check" &&
-
- if [ "`get_module_config DOCS`" = "n" ] ; then
- sedit "s/SUBDIRS = libsoup tests docs/SUBDIRS = libsoup tests/g" Makefile.in
- fi &&
-
- default_build
-
-) > $C_FIFO 2>&1
--- a/desktop/libsoup/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery DOCS "Build docs?" n
--- a/desktop/libsoup/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends glib-2
-depends libxml2
-depends sqlite
-
-optional_depends "libproxy" "" "" "for libproxy support"
-optional_depends "GConf" "" "--without-gnome" "for gnome support"
-optional_depends "libgnome-keyring" "" "--without-gnome" "for gnome support"
-optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for gobject introspection"
--- a/desktop/libsoup/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=libsoup
- MAJOR=2.38
- VERSION=$MAJOR.1
- SOURCE=$MODULE-$VERSION.tar.xz
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:8418440ff59917dee2e5618965cf8683b61258bf
- WEB_SITE=http://www.gnome.org
- ENTERED=20030413
- UPDATED=20120502
- PSAFE=no
- SHORT="a SOAP implementation in C"
-
-cat << EOF
-Soup is a SOAP (Simple Object Access Protocol) implementation in C.
-It provides an queued asynchronous callback-based mechanism for sending and
-servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
-compiler which generates client stubs and server skeletons for easily calling
-and implementing SOAP methods.
-EOF
More information about the Lunar-commits
mailing list