diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2004-01-22 18:23:15 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2004-01-22 18:23:15 +0000 |
commit | 9806b5ad4ea8030965254e3522d9ccda22257f3a (patch) | |
tree | 3f3aab79071db755aba9c3863873e9b4efadd878 /net-libs | |
parent | fix wrapper script #38580 (diff) | |
download | historical-9806b5ad4ea8030965254e3522d9ccda22257f3a.tar.gz historical-9806b5ad4ea8030965254e3522d9ccda22257f3a.tar.bz2 historical-9806b5ad4ea8030965254e3522d9ccda22257f3a.zip |
Versionbump + homepage update
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/loudmouth/Manifest | 4 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.15 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.15.ebuild | 27 |
4 files changed, 38 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index eb2c27f16c35..5d729f5de1f6 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/loudmouth -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.11 2003/12/07 15:41:24 spider Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.12 2004/01/22 18:23:15 spider Exp $ + +*loudmouth-0.15 (22 Jan 2004) + + 22 Jan 2004; <spider@gentoo.org> loudmouth-0.15.ebuild: + Update homepage + versionbump *loudmouth-0.14.1 (07 Dec 2003) diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index 758bfb8ebbe6..85d971bbe59a 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,4 +1,6 @@ -MD5 ba2a4835113b032b3b2cac805875c671 ChangeLog 1325 +MD5 a011e0eef0cceacb1e8e7e8cf324ad9a ChangeLog 1447 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 e4630d70675682463a46d8a20d34d9cf loudmouth-0.14.1.ebuild 674 +MD5 ea3113a22ace78ec64667e298af64648 loudmouth-0.15.ebuild 660 MD5 f5b80f908d06d5918627e63ecc6e87f3 files/digest-loudmouth-0.14.1 69 +MD5 5a6309e180cac3972b4cfe242cc7a56b files/digest-loudmouth-0.15 67 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.15 b/net-libs/loudmouth/files/digest-loudmouth-0.15 new file mode 100644 index 000000000000..580a431b0f32 --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-0.15 @@ -0,0 +1 @@ +MD5 7a5a9d5a47b9c24f631df604f954ac0c loudmouth-0.15.tar.bz2 273556 diff --git a/net-libs/loudmouth/loudmouth-0.15.ebuild b/net-libs/loudmouth/loudmouth-0.15.ebuild new file mode 100644 index 000000000000..6fcb6fa66cf7 --- /dev/null +++ b/net-libs/loudmouth/loudmouth-0.15.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.ebuild,v 1.1 2004/01/22 18:23:15 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 )" + +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" |