diff options
author | 2003-07-17 02:13:46 +0000 | |
---|---|---|
committer | 2003-07-17 02:13:46 +0000 | |
commit | 7c188a2ad4d94e31cc215bbe6e383d85422a1d70 (patch) | |
tree | cce1b1728dd32b2f332278b872f527049d7c01ae /net-libs/loudmouth | |
parent | Initial import. (diff) | |
download | gentoo-2-7c188a2ad4d94e31cc215bbe6e383d85422a1d70.tar.gz gentoo-2-7c188a2ad4d94e31cc215bbe6e383d85422a1d70.tar.bz2 gentoo-2-7c188a2ad4d94e31cc215bbe6e383d85422a1d70.zip |
Initial import.
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/loudmouth/Manifest | 4 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.11 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.11.ebuild | 26 |
4 files changed, 39 insertions, 2 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog new file mode 100644 index 000000000000..30e23bb3599c --- /dev/null +++ b/net-libs/loudmouth/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/loudmouth +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.1 2003/07/17 02:13:41 rizzo Exp $ + +*loudmouth-0.11 (16 Jul 2003) + + 16 Jul 2003; Don Seiler <rizzo@gentoo.org>; loudmouth-0.11.ebuild: + Thanks to Justin Mecham <justin@aspect.net> for initially submitting this + ebuild. + diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index 59b3d8150893..bf98be8352f0 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,3 +1,3 @@ -MD5 d63a217268457c041d70556721384a51 loudmouth-0.11.ebuild 650 -MD5 bce08017c41cefa203f70588024d1008 ChangeLog 314 +MD5 396896dcd30b110ac133ee52b2f6c129 loudmouth-0.11.ebuild 752 +MD5 33cbc6f282f36eaedbca4f04b2710f1f ChangeLog 404 MD5 bee3ae5412d9ffab4bcd98f650fb2acf files/digest-loudmouth-0.11 66 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.11 b/net-libs/loudmouth/files/digest-loudmouth-0.11 new file mode 100644 index 000000000000..8a5fdf2fe1a6 --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-0.11 @@ -0,0 +1 @@ +MD5 aec34a2076a55899928212005265e58f loudmouth-0.11.tar.gz 263529 diff --git a/net-libs/loudmouth/loudmouth-0.11.ebuild b/net-libs/loudmouth/loudmouth-0.11.ebuild new file mode 100644 index 000000000000..389841108780 --- /dev/null +++ b/net-libs/loudmouth/loudmouth-0.11.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.11.ebuild,v 1.1 2003/07/17 02:13:41 rizzo Exp $ + +DESCRIPTION="Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows." +HOMEPAGE="http://www.imendio.com/projects/loudmouth/" +SRC_URI="http://www.imendio.com/projects/loudmouth/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +#RDEPEND="" + +S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die +} |