summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2007-06-13 17:08:47 +0000
committerMarinus Schraal <foser@gentoo.org>2007-06-13 17:08:47 +0000
commit0881685a0f3ac962ca0b7d78985798b20df99064 (patch)
treefce5ccead1d47f60acbd3d8a6393e57a90378f08 /net-libs/loudmouth
parentalpha stable wrt #171063 (diff)
downloadgentoo-2-0881685a0f3ac962ca0b7d78985798b20df99064.tar.gz
gentoo-2-0881685a0f3ac962ca0b7d78985798b20df99064.tar.bz2
gentoo-2-0881685a0f3ac962ca0b7d78985798b20df99064.zip
new release
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r--net-libs/loudmouth/ChangeLog7
-rw-r--r--net-libs/loudmouth/files/digest-loudmouth-1.2.33
-rw-r--r--net-libs/loudmouth/loudmouth-1.2.3.ebuild31
3 files changed, 40 insertions, 1 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index eb6d60f34200..f80d99f539b6 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.47 2007/06/05 20:17:21 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.48 2007/06/13 17:08:46 foser Exp $
+
+*loudmouth-1.2.3 (13 Jun 2007)
+
+ 13 Jun 2007; Marinus Schraal <foser@gentoo.org> loudmouth-1.2.3.ebuild :
+ New release
05 Jun 2007; Stefan Schweizer <genstef@gentoo.org> loudmouth-1.2.2.ebuild:
Add check depend for tests thanks to graaff in bug 180613
diff --git a/net-libs/loudmouth/files/digest-loudmouth-1.2.3 b/net-libs/loudmouth/files/digest-loudmouth-1.2.3
new file mode 100644
index 000000000000..5cec66d46075
--- /dev/null
+++ b/net-libs/loudmouth/files/digest-loudmouth-1.2.3
@@ -0,0 +1,3 @@
+MD5 7e25b0e13498dcb671d60d0cd62091b8 loudmouth-1.2.3.tar.bz2 325864
+RMD160 ced68f5187855f3286caa604c46adf0972013048 loudmouth-1.2.3.tar.bz2 325864
+SHA256 41f775303e76436add3c0141e485246223a60bbbcf90a7e90ed2b5baf6e2602b loudmouth-1.2.3.tar.bz2 325864
diff --git a/net-libs/loudmouth/loudmouth-1.2.3.ebuild b/net-libs/loudmouth/loudmouth-1.2.3.ebuild
new file mode 100644
index 000000000000..c4ab88dd9aab
--- /dev/null
+++ b/net-libs/loudmouth/loudmouth-1.2.3.ebuild
@@ -0,0 +1,31 @@
+# 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.3.ebuild,v 1.1 2007/06/13 17:08:46 foser 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 test"
+
+RDEPEND=">=dev-libs/glib-2.4
+ ssl? ( >=net-libs/gnutls-1 )"
+
+DEPEND="${RDEPEND}
+ test? ( dev-libs/check )
+ 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)"
+}