summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2004-02-06 04:10:43 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2004-02-06 04:10:43 +0000
commit3ca1a2b9b41ebb9ce7beceee9d3f345f434be3ed (patch)
tree824280da63314647f91467f69aca8e3b0ec46781 /net-libs
parentThe previous fix should've resulted in a revision bump, so here's the bump. (diff)
downloadgentoo-2-3ca1a2b9b41ebb9ce7beceee9d3f345f434be3ed.tar.gz
gentoo-2-3ca1a2b9b41ebb9ce7beceee9d3f345f434be3ed.tar.bz2
gentoo-2-3ca1a2b9b41ebb9ce7beceee9d3f345f434be3ed.zip
New version that -requires- gnutls 1.0 or higher.
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/loudmouth/ChangeLog7
-rw-r--r--net-libs/loudmouth/files/digest-loudmouth-0.15.11
-rw-r--r--net-libs/loudmouth/loudmouth-0.15.1.ebuild27
3 files changed, 34 insertions, 1 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index a5c9b3db8fc2..dcc8cf45c679 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.13 2004/02/06 02:01:34 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.14 2004/02/06 04:10:43 spider Exp $
+
+*loudmouth-0.15.1 (06 Feb 2004)
+
+ 06 Feb 2004; <spider@gentoo.org> loudmouth-0.15.1.ebuild:
+ versionbump now that gnutls >1.0 is in the tree.
06 Feb 2004; Alastair Tse <liquidx@gentoo.org> loudmouth-0.15.ebuild,
files/loudmouth-0.15-gnutls_1.0.patch:
diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.15.1 b/net-libs/loudmouth/files/digest-loudmouth-0.15.1
new file mode 100644
index 000000000000..74f631581840
--- /dev/null
+++ b/net-libs/loudmouth/files/digest-loudmouth-0.15.1
@@ -0,0 +1 @@
+MD5 47fb6a7fe5eee61aa9917dde0b0c4af2 loudmouth-0.15.1.tar.bz2 273915
diff --git a/net-libs/loudmouth/loudmouth-0.15.1.ebuild b/net-libs/loudmouth/loudmouth-0.15.1.ebuild
new file mode 100644
index 000000000000..bda84016d34d
--- /dev/null
+++ b/net-libs/loudmouth/loudmouth-0.15.1.ebuild
@@ -0,0 +1,27 @@
+# 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.15.1.ebuild,v 1.1 2004/02/06 04:10:43 spider Exp $
+
+inherit gnome2
+
+DESCRIPTION="Lightweight C Jabber library"
+HOMEPAGE="http://loudmouth.imendio.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+
+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"
+
+use ssl \
+ && G2CONF="${G2CONF} --with-ssl" \
+ || G2CONF="${G2CONF} --without-ssl"