diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-07-26 18:46:37 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-07-26 18:46:37 +0000 |
commit | 5d252550fbdf47490fd0d5ffd43fd87bbc655ec0 (patch) | |
tree | 1d3bb48ed5930d9fc943111b87b09799abed29ef /net-libs/loudmouth | |
parent | New version, revamped ebuild, add it to the gnome herd (diff) | |
download | historical-5d252550fbdf47490fd0d5ffd43fd87bbc655ec0.tar.gz historical-5d252550fbdf47490fd0d5ffd43fd87bbc655ec0.tar.bz2 historical-5d252550fbdf47490fd0d5ffd43fd87bbc655ec0.zip |
New version, revamped ebuild, add it to the gnome herd
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/Manifest | 7 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.11 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.12 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.11.ebuild | 26 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.12.ebuild | 22 | ||||
-rw-r--r-- | net-libs/loudmouth/metadata.xml | 5 |
6 files changed, 31 insertions, 31 deletions
diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index 2e21f46f2a10..44bce9d59bdd 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,5 +1,4 @@ -MD5 ac408fc34d2e8ed30d5fd8dd33c061cb loudmouth-0.12.ebuild 418 -MD5 396896dcd30b110ac133ee52b2f6c129 loudmouth-0.11.ebuild 752 -MD5 33cbc6f282f36eaedbca4f04b2710f1f ChangeLog 404 -MD5 bee3ae5412d9ffab4bcd98f650fb2acf files/digest-loudmouth-0.11 66 +MD5 7fb5c3cda53793071e2fea22425bb4b3 loudmouth-0.12.ebuild 558 +MD5 8084b3dd88eba4beb2b4a614266183de ChangeLog 519 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 48c7de5e07275686a7991314e4b48f53 files/digest-loudmouth-0.12 67 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.11 b/net-libs/loudmouth/files/digest-loudmouth-0.11 deleted file mode 100644 index 8a5fdf2fe1a6..000000000000 --- a/net-libs/loudmouth/files/digest-loudmouth-0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 aec34a2076a55899928212005265e58f loudmouth-0.11.tar.gz 263529 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.12 b/net-libs/loudmouth/files/digest-loudmouth-0.12 new file mode 100644 index 000000000000..8d0e856a27e8 --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-0.12 @@ -0,0 +1 @@ +MD5 f692a1816ceeafd4fc9ee4a57ee1a4e4 loudmouth-0.12.tar.bz2 190263 diff --git a/net-libs/loudmouth/loudmouth-0.11.ebuild b/net-libs/loudmouth/loudmouth-0.11.ebuild deleted file mode 100644 index 389841108780..000000000000 --- a/net-libs/loudmouth/loudmouth-0.11.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} diff --git a/net-libs/loudmouth/loudmouth-0.12.ebuild b/net-libs/loudmouth/loudmouth-0.12.ebuild new file mode 100644 index 000000000000..f073dcac8bad --- /dev/null +++ b/net-libs/loudmouth/loudmouth-0.12.ebuild @@ -0,0 +1,22 @@ +# 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.12.ebuild,v 1.1 2003/07/26 18:46:27 foser Exp $ + +inherit gnome2 + +DESCRIPTION="Lightweight C Jabber library" +HOMEPAGE="http://www.imendio.com/projects/loudmouth/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" + +IUSE="doc" + +RDEPEND=">=dev-libs/glib-2" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1.0 )" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" diff --git a/net-libs/loudmouth/metadata.xml b/net-libs/loudmouth/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/net-libs/loudmouth/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +</pkgmetadata> |