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
commit3082bb81f41acc564698868b5f176396937cbdcf (patch)
treeac44dfc29bb7b11f07e517d5b333dbe1c815639f /net-libs/loudmouth
parentThe previous fix should've resulted in a revision bump, so here's the bump. (diff)
downloadhistorical-3082bb81f41acc564698868b5f176396937cbdcf.tar.gz
historical-3082bb81f41acc564698868b5f176396937cbdcf.tar.bz2
historical-3082bb81f41acc564698868b5f176396937cbdcf.zip
New version that -requires- gnutls 1.0 or higher.
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r--net-libs/loudmouth/ChangeLog7
-rw-r--r--net-libs/loudmouth/Manifest6
-rw-r--r--net-libs/loudmouth/files/digest-loudmouth-0.15.11
-rw-r--r--net-libs/loudmouth/loudmouth-0.15.1.ebuild27
4 files changed, 38 insertions, 3 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/Manifest b/net-libs/loudmouth/Manifest
index 8402600898cd..29f452fb66fd 100644
--- a/net-libs/loudmouth/Manifest
+++ b/net-libs/loudmouth/Manifest
@@ -1,7 +1,9 @@
-MD5 2efa81886953d328772647d01290244a ChangeLog 1610
+MD5 0f744a6ef9a3a4afb8076b2616248cb1 ChangeLog 1754
+MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 e4630d70675682463a46d8a20d34d9cf loudmouth-0.14.1.ebuild 674
MD5 fdd21446c665cc42736e764e5ad4dead loudmouth-0.15.ebuild 743
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
+MD5 c5628e244f67baacc70e6c92cbbe2c6c loudmouth-0.15.1.ebuild 670
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
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"