diff options
author | Olivier Crête <tester@gentoo.org> | 2007-05-30 17:03:12 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2007-05-30 17:03:12 +0000 |
commit | dc9dabca8859cf5e80b67709566a48ec04aa99d5 (patch) | |
tree | 66ee0b36eaa170f3ab3d03d7b4dfc2b8fe36ba9f /net-libs | |
parent | Fix use source dependencies. (diff) | |
download | gentoo-2-dc9dabca8859cf5e80b67709566a48ec04aa99d5.tar.gz gentoo-2-dc9dabca8859cf5e80b67709566a48ec04aa99d5.tar.bz2 gentoo-2-dc9dabca8859cf5e80b67709566a48ec04aa99d5.zip |
New version (for gossip 0.25)
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-1.2.2 | 3 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.2.2.ebuild | 30 |
3 files changed, 39 insertions, 1 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 0b692192ddd7..e047da873426 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.45 2007/04/07 13:42:55 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.46 2007/05/30 17:03:12 tester Exp $ + +*loudmouth-1.2.2 (30 May 2007) + + 30 May 2007; <tester@gentoo.org> +loudmouth-1.2.2.ebuild: + New version (for gossip 0.25) *loudmouth-1.2.1 (06 Apr 2007) diff --git a/net-libs/loudmouth/files/digest-loudmouth-1.2.2 b/net-libs/loudmouth/files/digest-loudmouth-1.2.2 new file mode 100644 index 000000000000..1bbb083fe6f9 --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-1.2.2 @@ -0,0 +1,3 @@ +MD5 0bdd62dcbca0dfc8b46de6806c0cc3ca loudmouth-1.2.2.tar.bz2 325366 +RMD160 8f3f776355e6e982189af5122e18456a9067e3b1 loudmouth-1.2.2.tar.bz2 325366 +SHA256 74f957c8afc395ffd043ade67dd4bc651ea1ef48355b135438b88dde4b04f06b loudmouth-1.2.2.tar.bz2 325366 diff --git a/net-libs/loudmouth/loudmouth-1.2.2.ebuild b/net-libs/loudmouth/loudmouth-1.2.2.ebuild new file mode 100644 index 000000000000..8ac579edabd6 --- /dev/null +++ b/net-libs/loudmouth/loudmouth-1.2.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.2.2.ebuild,v 1.1 2007/05/30 17:03:12 tester Exp $ + +inherit gnome2 + +DESCRIPTION="Lightweight C Jabber library" +HOMEPAGE="http://developer.imendio.com/projects/loudmouth/" +SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +IUSE="doc ssl debug" + +RDEPEND=">=dev-libs/glib-2.4 + ssl? ( >=net-libs/gnutls-1 )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="$(use_enable ssl) \ + $(use_enable debug) \ + $(use_enable doc gtk-doc)" +} |