diff options
author | 2006-09-18 00:52:01 +0000 | |
---|---|---|
committer | 2006-09-18 00:52:01 +0000 | |
commit | 659ac4ec868c37428f7d1366b75b0b6ed8d97555 (patch) | |
tree | aecfd644d02cf5ca82bc3b85f9d2dcf6033dd445 /net-libs | |
parent | Increase session timeout on shutdown. (diff) | |
download | gentoo-2-659ac4ec868c37428f7d1366b75b0b6ed8d97555.tar.gz gentoo-2-659ac4ec868c37428f7d1366b75b0b6ed8d97555.tar.bz2 gentoo-2-659ac4ec868c37428f7d1366b75b0b6ed8d97555.zip |
re-add only stable loudmouth 1
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-1.0.1 | 3 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.0.1.ebuild | 25 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index a8cb4e95f371..47169a1170aa 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,10 @@ # 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.40 2006/09/17 14:50:45 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.41 2006/09/18 00:52:01 allanonjl Exp $ + + 18 Sep 2006; John N. Laliberte <allanonjl@gentoo.org> + +loudmouth-1.0.1.ebuild: + re-add only stable loudmouth 1 *loudmouth-1.0.5 (17 Sep 2006) diff --git a/net-libs/loudmouth/files/digest-loudmouth-1.0.1 b/net-libs/loudmouth/files/digest-loudmouth-1.0.1 new file mode 100644 index 000000000000..aa7fef1058fc --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-1.0.1 @@ -0,0 +1,3 @@ +MD5 01a4a3d33d47f00cfcdec375e830be9b loudmouth-1.0.1.tar.bz2 259440 +RMD160 8b8a9575db3a0b3681904e607f5fccd12df495f8 loudmouth-1.0.1.tar.bz2 259440 +SHA256 3fcffddbe67d124d33e23821450a8efbc7775c8c76442e99e4d07f31a3f1767c loudmouth-1.0.1.tar.bz2 259440 diff --git a/net-libs/loudmouth/loudmouth-1.0.1.ebuild b/net-libs/loudmouth/loudmouth-1.0.1.ebuild new file mode 100644 index 000000000000..a9d0e0559e1a --- /dev/null +++ b/net-libs/loudmouth/loudmouth-1.0.1.ebuild @@ -0,0 +1,25 @@ +# 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.0.1.ebuild,v 1.9 2006/09/18 00:52:01 allanonjl Exp $ + +inherit gnome2 + +DESCRIPTION="Lightweight C Jabber library" +HOMEPAGE="http://loudmouth.imendio.org/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 sparc x86" + +IUSE="doc ssl" + +RDEPEND=">=dev-libs/glib-2.4 + ssl? ( >=net-libs/gnutls-1 )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" + +USE_DESTDIR="1" |