summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-04-07 10:53:16 +0000
committerMarinus Schraal <foser@gentoo.org>2004-04-07 10:53:16 +0000
commitb8d73418d5b8f72b0d0d3e30f82c4d3594f7b269 (patch)
tree7e98280237c647e82d6e21f43bfb0d704636dfc8 /net-libs/loudmouth
parentMarking 2.0.5 stable on x86 and misc clean-ups. (Manifest recommit) (diff)
downloadgentoo-2-b8d73418d5b8f72b0d0d3e30f82c4d3594f7b269.tar.gz
gentoo-2-b8d73418d5b8f72b0d0d3e30f82c4d3594f7b269.tar.bz2
gentoo-2-b8d73418d5b8f72b0d0d3e30f82c4d3594f7b269.zip
new release
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r--net-libs/loudmouth/ChangeLog7
-rw-r--r--net-libs/loudmouth/Manifest10
-rw-r--r--net-libs/loudmouth/files/digest-loudmouth-0.161
-rw-r--r--net-libs/loudmouth/loudmouth-0.16.ebuild25
4 files changed, 38 insertions, 5 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index 774a61492e90..1c8589c330a1 100644
--- a/net-libs/loudmouth/ChangeLog
+++ b/net-libs/loudmouth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/loudmouth
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.15 2004/02/29 19:26:44 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.16 2004/04/07 10:53:16 foser Exp $
+
+*loudmouth-0.16 (07 Apr 2004)
+
+ 07 Apr 2004; foser <foser@gentoo.org> loudmouth-0.16.ebuild :
+ New release
29 Feb 2004; Jason Wever <weeve@gentoo.org> loudmouth-0.15.1.ebuild:
Come on baby, do the ~sparc.
diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest
index 8796c0a0535e..a7b482fdc2e3 100644
--- a/net-libs/loudmouth/Manifest
+++ b/net-libs/loudmouth/Manifest
@@ -1,9 +1,11 @@
-MD5 effbe719a1db27837ffa261524d43d49 ChangeLog 1856
MD5 e4630d70675682463a46d8a20d34d9cf loudmouth-0.14.1.ebuild 674
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 fdd21446c665cc42736e764e5ad4dead loudmouth-0.15.ebuild 743
MD5 2edc5f37a50ed84241079c852d584cad loudmouth-0.15.1.ebuild 676
+MD5 17de06db979473e46c7be4e9034b5bf9 loudmouth-0.16.ebuild 627
+MD5 effbe719a1db27837ffa261524d43d49 ChangeLog 1856
+MD5 fdd21446c665cc42736e764e5ad4dead loudmouth-0.15.ebuild 743
+MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 f5b80f908d06d5918627e63ecc6e87f3 files/digest-loudmouth-0.14.1 69
-MD5 5a6309e180cac3972b4cfe242cc7a56b files/digest-loudmouth-0.15 67
MD5 861eefc218c7c84cfdbd4c8b6f31c7b2 files/digest-loudmouth-0.15.1 69
MD5 d6d6fbb478b0bd9fd904cfad286029de files/loudmouth-0.15-gnutls_1.0.patch 412
+MD5 5a6309e180cac3972b4cfe242cc7a56b files/digest-loudmouth-0.15 67
+MD5 1198670c7a9b3819274997b05c6131ca files/digest-loudmouth-0.16 67
diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.16 b/net-libs/loudmouth/files/digest-loudmouth-0.16
new file mode 100644
index 000000000000..ae83bb13846a
--- /dev/null
+++ b/net-libs/loudmouth/files/digest-loudmouth-0.16
@@ -0,0 +1 @@
+MD5 58bfa1b2ef244c6fd5f69cce7faa4cf5 loudmouth-0.16.tar.bz2 280909
diff --git a/net-libs/loudmouth/loudmouth-0.16.ebuild b/net-libs/loudmouth/loudmouth-0.16.ebuild
new file mode 100644
index 000000000000..4ea5cd506e28
--- /dev/null
+++ b/net-libs/loudmouth/loudmouth-0.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.16.ebuild,v 1.1 2004/04/07 10:53:16 foser Exp $
+
+inherit gnome2
+
+DESCRIPTION="Lightweight C Jabber library"
+HOMEPAGE="http://loudmouth.imendio.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+
+IUSE="doc ssl"
+
+RDEPEND=">=dev-libs/glib-2
+ ssl? ( >=net-libs/gnutls-1.0.0 )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1.0 )"
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
+
+G2CONF="${G2CONF} `use_with ssl`"