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 | 8c38474d4ec25efa001d2d2177b7a1429f776097 (patch) | |
tree | eff6a71619bd22a172fad8bc92e681fe267468e8 /net-libs/loudmouth | |
parent | fix wrapper script #38580 (diff) | |
download | gentoo-2-8c38474d4ec25efa001d2d2177b7a1429f776097.tar.gz gentoo-2-8c38474d4ec25efa001d2d2177b7a1429f776097.tar.bz2 gentoo-2-8c38474d4ec25efa001d2d2177b7a1429f776097.zip |
Versionbump + homepage update
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/loudmouth/Manifest | 2 | ||||
-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, 37 insertions, 2 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..a9eebb214ace 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,4 +1,6 @@ MD5 ba2a4835113b032b3b2cac805875c671 ChangeLog 1325 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 e4630d70675682463a46d8a20d34d9cf loudmouth-0.14.1.ebuild 674 +MD5 88f9b24cd19e43d009f60d0c4e44453a loudmouth-0.15.ebuild 661 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" |