From 538ccedebb57c27ec65379f4d2feec0b3568b82c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 20 Aug 2010 08:19:19 -0700 Subject: gloox: Upgrade to 1.0 * Remove unbuildable old versions. Signed-off-by: Khem Raj --- recipes/gloox/gloox/gloox-fix-pc.diff | 10 ---------- recipes/gloox/gloox_0.8.1.bb | 14 -------------- recipes/gloox/gloox_0.8.9.bb | 15 --------------- recipes/gloox/gloox_1.0.bb | 14 ++++++++++++++ 4 files changed, 14 insertions(+), 39 deletions(-) delete mode 100644 recipes/gloox/gloox/gloox-fix-pc.diff delete mode 100644 recipes/gloox/gloox_0.8.1.bb delete mode 100644 recipes/gloox/gloox_0.8.9.bb create mode 100644 recipes/gloox/gloox_1.0.bb diff --git a/recipes/gloox/gloox/gloox-fix-pc.diff b/recipes/gloox/gloox/gloox-fix-pc.diff deleted file mode 100644 index 70cb84eb09..0000000000 --- a/recipes/gloox/gloox/gloox-fix-pc.diff +++ /dev/null @@ -1,10 +0,0 @@ -Index: gloox-0.8.9/gloox.pc.in -=================================================================== ---- gloox-0.8.9.orig/gloox.pc.in 2008-11-04 04:20:26.896779618 +0300 -+++ gloox-0.8.9/gloox.pc.in 2008-11-04 04:20:32.665427239 +0300 -@@ -7,4 +7,4 @@ Name: gloox - Description: A high-level XMPP/Jabber library for C++ - Version: @VERSION@ - Libs: -L${libdir} -lgloox @LIBS@ --Cflags: -I${includedir} @CFLAGS@ -+Cflags: -I${includedir} diff --git a/recipes/gloox/gloox_0.8.1.bb b/recipes/gloox/gloox_0.8.1.bb deleted file mode 100644 index cb5c788875..0000000000 --- a/recipes/gloox/gloox_0.8.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -LICENSE = "GPL" -DESCRIPTION = "full-featured Jabber/XMPP client library." -SECTION = "networking" -PRIORITY = "optional" -PR = "r0" - -DEPENDS = "iksemel libidn gnutls" - -inherit autotools pkgconfig - -SRC_URI = "http://camaya.net/download/${P}.tar.bz2" - -SRC_URI[md5sum] = "9054d072f5972d5e567c428531734ad5" -SRC_URI[sha256sum] = "7f836c8189b55ef4ec8f3387673687d0a5c1a713abc9617144638b28e6857bd2" diff --git a/recipes/gloox/gloox_0.8.9.bb b/recipes/gloox/gloox_0.8.9.bb deleted file mode 100644 index a475bbdfa5..0000000000 --- a/recipes/gloox/gloox_0.8.9.bb +++ /dev/null @@ -1,15 +0,0 @@ -LICENSE = "GPL" -DESCRIPTION = "full-featured Jabber/XMPP client library." -SECTION = "networking" -PRIORITY = "optional" -PR = "r0" - -DEPENDS = "iksemel libidn gnutls" - -inherit autotools pkgconfig - -SRC_URI = "http://camaya.net/download/${P}.tar.bz2 \ - file://gloox-fix-pc.diff" - -SRC_URI[md5sum] = "dc590e34107de5cb296c238afa8e843b" -SRC_URI[sha256sum] = "9d9ef356cc4478499442573556787125dc76c8acd1e55e5001fb11f1e224d27f" diff --git a/recipes/gloox/gloox_1.0.bb b/recipes/gloox/gloox_1.0.bb new file mode 100644 index 0000000000..d59e166141 --- /dev/null +++ b/recipes/gloox/gloox_1.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "full-featured Jabber/XMPP client library." +SECTION = "networking" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "iksemel libidn gnutls" +PR = "r0" + +SRC_URI = "http://camaya.net/download/${P}.tar.bz2 \ + " +SRC_URI[md5sum] = "f8eacf1c6476e0a309b453fd04f90e31" +SRC_URI[sha256sum] = "b53f3e83e97f2f8d46e482620389b7778b7b0d95b2518ce5e1ae6d81bb2bcde8" + +inherit autotools pkgconfig + -- cgit 1.2.3-korg