diff options
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/Manifest | 6 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.13 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.13.ebuild | 30 |
3 files changed, 34 insertions, 3 deletions
diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index 0a2b2866bc20..516969bb4bda 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,6 +1,6 @@ -MD5 dcb9b9b6a8e471a5e84c9076a7f07de0 loudmouth-0.12.ebuild 673 -MD5 dcb9b9b6a8e471a5e84c9076a7f07de0 loudmouth-0.13.ebuild 673 -MD5 8084b3dd88eba4beb2b4a614266183de ChangeLog 519 +MD5 7fb5c3cda53793071e2fea22425bb4b3 loudmouth-0.12.ebuild 558 +MD5 df361eb7fa7b40a526f363b9f1efb761 loudmouth-0.13.ebuild 696 +MD5 595a314fde753c202d1dc8c7d3888e19 ChangeLog 629 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 48c7de5e07275686a7991314e4b48f53 files/digest-loudmouth-0.12 67 MD5 4da320fd86467f4be7e0c81b20ee8e9a files/digest-loudmouth-0.13 67 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.13 b/net-libs/loudmouth/files/digest-loudmouth-0.13 new file mode 100644 index 000000000000..26adff477547 --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-0.13 @@ -0,0 +1 @@ +MD5 4a5a995f9dd2b4cfcb7e6b8aeabe61c9 loudmouth-0.13.tar.bz2 258771 diff --git a/net-libs/loudmouth/loudmouth-0.13.ebuild b/net-libs/loudmouth/loudmouth-0.13.ebuild new file mode 100644 index 000000000000..441a4557022f --- /dev/null +++ b/net-libs/loudmouth/loudmouth-0.13.ebuild @@ -0,0 +1,30 @@ +# 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.13.ebuild,v 1.1 2003/08/05 09:39:05 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" + +RDEPEND=">=dev-libs/glib-2" + +# Not yet in portage +# 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" + |