diff options
author | 2003-11-18 19:08:39 +0000 | |
---|---|---|
committer | 2003-11-18 19:08:39 +0000 | |
commit | 7023968a36f38199683d29571ed1f8a1b7ab9a8f (patch) | |
tree | 215909f99421b0ae0757cbbb1ab3f7bec04d10a4 /net-libs/loudmouth | |
parent | Updated version, removed the patch for gnutls (diff) | |
download | historical-7023968a36f38199683d29571ed1f8a1b7ab9a8f.tar.gz historical-7023968a36f38199683d29571ed1f8a1b7ab9a8f.tar.bz2 historical-7023968a36f38199683d29571ed1f8a1b7ab9a8f.zip |
Updated version, removed the patch for gnutls
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/Manifest | 4 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.14.1 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.14.1.ebuild | 27 |
3 files changed, 30 insertions, 2 deletions
diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index 2ce11c5993ea..d5c6eab0ed0c 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,9 +1,9 @@ -MD5 f6a84b457ce19b9d3bb159d8621831e5 ChangeLog 1128 +MD5 4ce6c48a91a8c92f69b16f9a6b1a5c92 ChangeLog 1208 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 ed85cf2047a3736ad50398f159953198 loudmouth-0.13.2-r1.ebuild 678 MD5 b74727a298acb1963a76933d1d34b3fb loudmouth-0.13.2.ebuild 697 MD5 1f5a2e9b9e5705c92b3ee6f715bba561 loudmouth-0.14.ebuild 758 -MD5 8822ca9df1333312c8de299ea98e0bff loudmouth-0.14.1.ebuild 760 +MD5 5d331f07296b8bc960527238e21f2fbf loudmouth-0.14.1.ebuild 675 MD5 5847cfbe6c3d2f88d2d4d38cbc3fbae2 files/digest-loudmouth-0.13.2-r1 69 MD5 5847cfbe6c3d2f88d2d4d38cbc3fbae2 files/digest-loudmouth-0.13.2 69 MD5 2b2cb9ffc60620b4f2874941b96f177a files/digest-loudmouth-0.14 67 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.14.1 b/net-libs/loudmouth/files/digest-loudmouth-0.14.1 new file mode 100644 index 000000000000..a5c3f6c93ccb --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-0.14.1 @@ -0,0 +1 @@ +MD5 3557073807c17beac6b2e2c997ad9835 loudmouth-0.14.1.tar.bz2 192333 diff --git a/net-libs/loudmouth/loudmouth-0.14.1.ebuild b/net-libs/loudmouth/loudmouth-0.14.1.ebuild new file mode 100644 index 000000000000..7a24265fc202 --- /dev/null +++ b/net-libs/loudmouth/loudmouth-0.14.1.ebuild @@ -0,0 +1,27 @@ +# 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.1.ebuild,v 1.1 2003/11/18 19:08:32 spider 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" |