diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2004-07-11 15:47:17 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2004-07-11 15:47:17 +0000 |
commit | e17d7d218f077c8e72f7d6c192c5cb9031c64b59 (patch) | |
tree | e6371e6ff973b9e96c146a0957989c22baf47dd2 /net-im | |
parent | provide virtual/m3 (Manifest recommit) (diff) | |
download | gentoo-2-e17d7d218f077c8e72f7d6c192c5cb9031c64b59.tar.gz gentoo-2-e17d7d218f077c8e72f7d6c192c5cb9031c64b59.tar.bz2 gentoo-2-e17d7d218f077c8e72f7d6c192c5cb9031c64b59.zip |
Version bump. Added long description to metadata.xml.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kf/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/kf/Manifest | 10 | ||||
-rw-r--r-- | net-im/kf/files/digest-kf-0.1.5 | 1 | ||||
-rw-r--r-- | net-im/kf/kf-0.1.5.ebuild | 33 | ||||
-rw-r--r-- | net-im/kf/metadata.xml | 13 |
5 files changed, 60 insertions, 5 deletions
diff --git a/net-im/kf/ChangeLog b/net-im/kf/ChangeLog index a771ba59529f..cf72e1c64e5f 100644 --- a/net-im/kf/ChangeLog +++ b/net-im/kf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/kf # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kf/ChangeLog,v 1.8 2004/06/24 22:54:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kf/ChangeLog,v 1.9 2004/07/11 15:47:17 lucass Exp $ + +*kf-0.1.5 (11 Jul 2004) + + 11 Jul 2004; Lukasz Strzygowski <lucass@gentoo.org> metadata.xml, + +kf-0.1.5.ebuild: + Version bump. Added long description to metadata.xml. 19 Jun 2004; Jason Wever <weeve@gentoo.org> kf-0.1.4.1.ebuild: Added ~sparc keyword. diff --git a/net-im/kf/Manifest b/net-im/kf/Manifest index 0985139851f2..34ed33ece944 100644 --- a/net-im/kf/Manifest +++ b/net-im/kf/Manifest @@ -1,7 +1,9 @@ MD5 db65bd85650da8512f9f33b561eacf8b kf-0.1.3.ebuild 620 +MD5 37ea6626f3a7313b5fe6c0027d5a4b02 ChangeLog 1385 +MD5 66fa18f7f5fa6d35fd625182ad0ead63 metadata.xml 643 MD5 5882a9c1d204ebaadd187fb6d2ea0b64 kf-0.1.4.1.ebuild 881 -MD5 1730c2ed047640a26af16d89cb592d6c ChangeLog 1215 -MD5 4516f9f55074517f3730106bb5acb33d metadata.xml 283 -MD5 b19e02c683307442b98326135f77edeb files/kf-0.1.4.1-gtkspell-2.0.4-compatibility.diff 2125 -MD5 f517f8af2355d88b0daed91fdcf32588 files/digest-kf-0.1.4.1 62 +MD5 65817922d3dd25c72d4ae3d89a489cf5 kf-0.1.5.ebuild 899 MD5 98d6cf07e858b71d97400b58a061606c files/digest-kf-0.1.3 60 +MD5 f517f8af2355d88b0daed91fdcf32588 files/digest-kf-0.1.4.1 62 +MD5 b19e02c683307442b98326135f77edeb files/kf-0.1.4.1-gtkspell-2.0.4-compatibility.diff 2125 +MD5 8e06a18906d208f04d6d804baddab4ca files/digest-kf-0.1.5 60 diff --git a/net-im/kf/files/digest-kf-0.1.5 b/net-im/kf/files/digest-kf-0.1.5 new file mode 100644 index 000000000000..c137abeead78 --- /dev/null +++ b/net-im/kf/files/digest-kf-0.1.5 @@ -0,0 +1 @@ +MD5 0bb3af0149495056c602af1aeafae258 kf-0.1.5.tar.gz 255253 diff --git a/net-im/kf/kf-0.1.5.ebuild b/net-im/kf/kf-0.1.5.ebuild new file mode 100644 index 000000000000..0749e63bf607 --- /dev/null +++ b/net-im/kf/kf-0.1.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.5.ebuild,v 1.1 2004/07/11 15:47:17 lucass Exp $ + +inherit eutils + +DESCRIPTION="kf is a simple Jabber messenger." +HOMEPAGE="http://www.habazie.rams.pl/kf/" +SRC_URI="http://www.habazie.rams.pl/kf/files/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +IUSE="spell" +DEPEND=">=x11-libs/gtk+-2 + >=net-libs/loudmouth-0.16 + >=gnome-base/libglade-2 + spell? ( >=app-text/gtkspell-2.0.4 )" +KEYWORDS="~x86 ~ppc ~sparc" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-0.1.4.1-gtkspell-2.0.4-compatibility.diff +} + +src_compile() { + econf `use_enable spell gtkspell` || die 'econf failed' + emake || die 'emake failed' +} + +src_install() { + make install DESTDIR=${D} || die 'make install failed' + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README +} diff --git a/net-im/kf/metadata.xml b/net-im/kf/metadata.xml index 0f08063e8a94..02e5e0dbc393 100644 --- a/net-im/kf/metadata.xml +++ b/net-im/kf/metadata.xml @@ -8,4 +8,17 @@ <maintainer> <email>lucass@gentoo.org</email> </maintainer> +<longdescription> +kf is a Jabber client for GNU/Linux operating system. It aims +to be both simple and powerful and is designed for advanced user. +Some of it's features are: + - AutoAway support + - Block List + - vCard editing + - Spell checker + - Custom statuses settings + - Account registration + - SSL/Proxy support + - Multi User Chat support +</longdescription> </pkgmetadata> |