summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-04-06 00:58:39 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-04-06 00:58:39 +0000
commita5d1ae2baf1f4f4787947e29189f7de1a803213c (patch)
treeede3f38f12e28b4f8a69537b203fa585fd347cf5 /net-libs/loudmouth
parentuse games_get_libdir (diff)
downloadgentoo-2-a5d1ae2baf1f4f4787947e29189f7de1a803213c.tar.gz
gentoo-2-a5d1ae2baf1f4f4787947e29189f7de1a803213c.tar.bz2
gentoo-2-a5d1ae2baf1f4f4787947e29189f7de1a803213c.zip
Version bump thanks to desowin <desowin@gmail.com> in bug 172893
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r--net-libs/loudmouth/ChangeLog7
-rw-r--r--net-libs/loudmouth/files/digest-loudmouth-1.2.13
-rw-r--r--net-libs/loudmouth/loudmouth-1.2.1.ebuild30
3 files changed, 39 insertions, 1 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index 17d614ff9eab..308e2bc12495 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.43 2007/02/22 01:35:37 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.44 2007/04/06 00:58:39 genstef Exp $
+
+*loudmouth-1.2.1 (06 Apr 2007)
+
+ 06 Apr 2007; <stefan@gentoo.org> +loudmouth-1.2.1.ebuild:
+ Version bump thanks to desowin <desowin@gmail.com> in bug 172893
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/net-libs/loudmouth/files/digest-loudmouth-1.2.1 b/net-libs/loudmouth/files/digest-loudmouth-1.2.1
new file mode 100644
index 000000000000..552ea96f4aab
--- /dev/null
+++ b/net-libs/loudmouth/files/digest-loudmouth-1.2.1
@@ -0,0 +1,3 @@
+MD5 b9aa5ac29737644714ded6fcbff89137 loudmouth-1.2.1.tar.bz2 326811
+RMD160 ded35aae79c91fadcf4820dfe59623e4785d7a93 loudmouth-1.2.1.tar.bz2 326811
+SHA256 ce33a7cf1e3bb72a43894a1fe59e0a325f1fb8670d708c65281d451c0cda56ec loudmouth-1.2.1.tar.bz2 326811
diff --git a/net-libs/loudmouth/loudmouth-1.2.1.ebuild b/net-libs/loudmouth/loudmouth-1.2.1.ebuild
new file mode 100644
index 000000000000..62b14519f1af
--- /dev/null
+++ b/net-libs/loudmouth/loudmouth-1.2.1.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.1.ebuild,v 1.1 2007/04/06 00:58:39 genstef 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)"
+}