diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-29 19:32:26 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-29 19:32:26 +0000 |
commit | 28cd2a7784670022286fa7647266aefef8965d64 (patch) | |
tree | 7407ccc32a60ac49fb433d71bd3aae1fa46596a9 /net-libs | |
parent | Stable on hppa (diff) | |
download | gentoo-2-28cd2a7784670022286fa7647266aefef8965d64.tar.gz gentoo-2-28cd2a7784670022286fa7647266aefef8965d64.tar.bz2 gentoo-2-28cd2a7784670022286fa7647266aefef8965d64.zip |
version bump: loudmouth-1.1.2 for telepathy
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-1.1.2 | 3 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.1.2.ebuild | 30 | ||||
-rw-r--r-- | net-libs/loudmouth/metadata.xml | 5 |
4 files changed, 45 insertions, 1 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 060958a2871f..65827ec6a842 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.38 2006/06/29 18:26:01 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.39 2006/06/29 19:32:26 genstef Exp $ + +*loudmouth-1.1.2 (29 Jun 2006) + + 29 Jun 2006; Stefan Schweizer <genstef@gentoo.org> metadata.xml, + +loudmouth-1.1.2.ebuild: + version bump: loudmouth-1.1.2 for telepathy *loudmouth-1.0.4 (29 Jun 2006) diff --git a/net-libs/loudmouth/files/digest-loudmouth-1.1.2 b/net-libs/loudmouth/files/digest-loudmouth-1.1.2 new file mode 100644 index 000000000000..9b6ee3a4cf0e --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-1.1.2 @@ -0,0 +1,3 @@ +MD5 839fdee266f389a55ccddef8635146d8 loudmouth-1.1.2.tar.bz2 290701 +RMD160 5aea6a66b0cb8ab955df2447efae130940c45b40 loudmouth-1.1.2.tar.bz2 290701 +SHA256 cbf22d790ff3ffa0d974c5cf20abaa3eecfdf599ecb1c94225ba2f3bb89b5e04 loudmouth-1.1.2.tar.bz2 290701 diff --git a/net-libs/loudmouth/loudmouth-1.1.2.ebuild b/net-libs/loudmouth/loudmouth-1.1.2.ebuild new file mode 100644 index 000000000000..67653503fdd1 --- /dev/null +++ b/net-libs/loudmouth/loudmouth-1.1.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.1.2.ebuild,v 1.1 2006/06/29 19:32:26 genstef Exp $ + +inherit gnome2 + +DESCRIPTION="Lightweight C Jabber library" +HOMEPAGE="http://loudmouth.imendio.org/" +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)" +} diff --git a/net-libs/loudmouth/metadata.xml b/net-libs/loudmouth/metadata.xml index da6fd63d0085..464a08f738b0 100644 --- a/net-libs/loudmouth/metadata.xml +++ b/net-libs/loudmouth/metadata.xml @@ -2,4 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>gnome</herd> +<maintainer> + <email>genstef@gentoo.org</email> + <name>Stefan Schweizer</name> + <description>Added the unstable version for telepathy</description> +</maintainer> </pkgmetadata> |