summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-10-03 17:11:19 +0000
committerMarinus Schraal <foser@gentoo.org>2003-10-03 17:11:19 +0000
commit94c7fe6ba38a425eddd5dd6699fc4078b5a2662c (patch)
treef84d0a722de306c6c8b145a9f351a6593719d13c /net-libs
parentnew version (diff)
downloadhistorical-94c7fe6ba38a425eddd5dd6699fc4078b5a2662c.tar.gz
historical-94c7fe6ba38a425eddd5dd6699fc4078b5a2662c.tar.bz2
historical-94c7fe6ba38a425eddd5dd6699fc4078b5a2662c.zip
new version
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/loudmouth/Manifest4
-rw-r--r--net-libs/loudmouth/files/digest-loudmouth-0.141
-rw-r--r--net-libs/loudmouth/loudmouth-0.14.ebuild28
3 files changed, 31 insertions, 2 deletions
diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest
index 92d79ab387d4..ac88c721ef8b 100644
--- a/net-libs/loudmouth/Manifest
+++ b/net-libs/loudmouth/Manifest
@@ -1,7 +1,7 @@
-MD5 ed85cf2047a3736ad50398f159953198 loudmouth-0.14.ebuild 678
+MD5 0b6b796398107c9a14d7d78c6cef17c2 loudmouth-0.14.ebuild 673
MD5 b74727a298acb1963a76933d1d34b3fb loudmouth-0.13.2.ebuild 697
MD5 ed85cf2047a3736ad50398f159953198 loudmouth-0.13.2-r1.ebuild 678
-MD5 3859a14ddf486bd35a043285dccaf254 ChangeLog 972
+MD5 a5f9a7934062f8c15e6da7518cff2911 ChangeLog 1082
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 5847cfbe6c3d2f88d2d4d38cbc3fbae2 files/digest-loudmouth-0.13.2 69
MD5 5847cfbe6c3d2f88d2d4d38cbc3fbae2 files/digest-loudmouth-0.13.2-r1 69
diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.14 b/net-libs/loudmouth/files/digest-loudmouth-0.14
new file mode 100644
index 000000000000..955f63bee42d
--- /dev/null
+++ b/net-libs/loudmouth/files/digest-loudmouth-0.14
@@ -0,0 +1 @@
+MD5 fc894018e67593bf19b68b5c6466eaba loudmouth-0.14.tar.bz2 192372
diff --git a/net-libs/loudmouth/loudmouth-0.14.ebuild b/net-libs/loudmouth/loudmouth-0.14.ebuild
new file mode 100644
index 000000000000..249a5093cbf3
--- /dev/null
+++ b/net-libs/loudmouth/loudmouth-0.14.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.14.ebuild,v 1.1 2003/10/03 17:11:15 foser Exp $
+
+inherit gnome2
+
+DESCRIPTION="Lightweight C Jabber library"
+HOMEPAGE="http://www.imendio.com/projects/loudmouth/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE="doc ssl"
+
+RDEPEND=">=dev-libs/glib-2
+ ssl? ( net-libs/gnutls )"
+
+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"
+