diff options
author | 2004-04-07 10:53:16 +0000 | |
---|---|---|
committer | 2004-04-07 10:53:16 +0000 | |
commit | 9430924c7fcc24e99e7209bb06897bdff24e010a (patch) | |
tree | 890d5018bda2bf0eaf9342237a5197368b98d24a /net-libs | |
parent | Marking 2.0.5 stable on x86 and misc clean-ups. (diff) | |
download | historical-9430924c7fcc24e99e7209bb06897bdff24e010a.tar.gz historical-9430924c7fcc24e99e7209bb06897bdff24e010a.tar.bz2 historical-9430924c7fcc24e99e7209bb06897bdff24e010a.zip |
new release
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/loudmouth/Manifest | 10 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.16 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.16.ebuild | 25 |
4 files changed, 38 insertions, 5 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 774a61492e90..1c8589c330a1 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.15 2004/02/29 19:26:44 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.16 2004/04/07 10:53:16 foser Exp $ + +*loudmouth-0.16 (07 Apr 2004) + + 07 Apr 2004; foser <foser@gentoo.org> loudmouth-0.16.ebuild : + New release 29 Feb 2004; Jason Wever <weeve@gentoo.org> loudmouth-0.15.1.ebuild: Come on baby, do the ~sparc. diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index 8796c0a0535e..afb821cf9fe4 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,9 +1,11 @@ -MD5 effbe719a1db27837ffa261524d43d49 ChangeLog 1856 MD5 e4630d70675682463a46d8a20d34d9cf loudmouth-0.14.1.ebuild 674 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 fdd21446c665cc42736e764e5ad4dead loudmouth-0.15.ebuild 743 MD5 2edc5f37a50ed84241079c852d584cad loudmouth-0.15.1.ebuild 676 +MD5 1a4e2efd15cd746dc25082e34d6cfec9 loudmouth-0.16.ebuild 625 +MD5 da44d535a9a627ec457c0a336ef78b58 ChangeLog 1966 +MD5 fdd21446c665cc42736e764e5ad4dead loudmouth-0.15.ebuild 743 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 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 +MD5 5a6309e180cac3972b4cfe242cc7a56b files/digest-loudmouth-0.15 67 +MD5 1198670c7a9b3819274997b05c6131ca files/digest-loudmouth-0.16 67 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.16 b/net-libs/loudmouth/files/digest-loudmouth-0.16 new file mode 100644 index 000000000000..ae83bb13846a --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-0.16 @@ -0,0 +1 @@ +MD5 58bfa1b2ef244c6fd5f69cce7faa4cf5 loudmouth-0.16.tar.bz2 280909 diff --git a/net-libs/loudmouth/loudmouth-0.16.ebuild b/net-libs/loudmouth/loudmouth-0.16.ebuild new file mode 100644 index 000000000000..4ea5cd506e28 --- /dev/null +++ b/net-libs/loudmouth/loudmouth-0.16.ebuild @@ -0,0 +1,25 @@ +# 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.16.ebuild,v 1.1 2004/04/07 10:53:16 foser Exp $ + +inherit gnome2 + +DESCRIPTION="Lightweight C Jabber library" +HOMEPAGE="http://loudmouth.imendio.org/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~sparc" + +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" + +G2CONF="${G2CONF} `use_with ssl`" |