summaryrefslogtreecommitdiff
path: root/net-im/kf
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-04-08 14:36:39 +0000
committerDon Seiler <rizzo@gentoo.org>2004-04-08 14:36:39 +0000
commita5bbf2ad4c6f12db8c428b907e38b7dc42dfef9b (patch)
tree78effdf91d75a3a460925d7675678e822c319e69 /net-im/kf
parentStable on Alpha. (Manifest recommit) (diff)
downloadgentoo-2-a5bbf2ad4c6f12db8c428b907e38b7dc42dfef9b.tar.gz
gentoo-2-a5bbf2ad4c6f12db8c428b907e38b7dc42dfef9b.tar.bz2
gentoo-2-a5bbf2ad4c6f12db8c428b907e38b7dc42dfef9b.zip
Initial import
Diffstat (limited to 'net-im/kf')
-rw-r--r--net-im/kf/ChangeLog9
-rw-r--r--net-im/kf/Manifest2
-rw-r--r--net-im/kf/files/digest-kf-0.1.31
-rw-r--r--net-im/kf/kf-0.1.3.ebuild19
-rw-r--r--net-im/kf/metadata.xml8
5 files changed, 39 insertions, 0 deletions
diff --git a/net-im/kf/ChangeLog b/net-im/kf/ChangeLog
new file mode 100644
index 000000000000..113df7d6be6a
--- /dev/null
+++ b/net-im/kf/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-im/kf
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/kf/ChangeLog,v 1.1 2004/04/08 14:36:26 rizzo Exp $
+
+*kf-0.1.3 (08 Apr 2004)
+
+ 08 Apr 2004; Don Seiler <rizzo@gentoo.org>; kf-0.1.3.ebuild, metadata.xml:
+ Initial import. Thanks Lukasz Strzygowski. Closes Bug #46801
+
diff --git a/net-im/kf/Manifest b/net-im/kf/Manifest
new file mode 100644
index 000000000000..84409e4a2cf9
--- /dev/null
+++ b/net-im/kf/Manifest
@@ -0,0 +1,2 @@
+MD5 3666e38f3cf87d72ca1fe5cbf8c17840 kf-0.1.3.ebuild 540
+MD5 98d6cf07e858b71d97400b58a061606c files/digest-kf-0.1.3 60
diff --git a/net-im/kf/files/digest-kf-0.1.3 b/net-im/kf/files/digest-kf-0.1.3
new file mode 100644
index 000000000000..0e3346f716c2
--- /dev/null
+++ b/net-im/kf/files/digest-kf-0.1.3
@@ -0,0 +1 @@
+MD5 3f8a37497215ea384eb2815da21dda7c kf-0.1.3.tar.gz 183269
diff --git a/net-im/kf/kf-0.1.3.ebuild b/net-im/kf/kf-0.1.3.ebuild
new file mode 100644
index 000000000000..017036868882
--- /dev/null
+++ b/net-im/kf/kf-0.1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.3.ebuild,v 1.1 2004/04/08 14:36:27 rizzo Exp $
+
+DESCRIPTION="kf is a simple Jabber messenger."
+HOMEPAGE="http://beta.jabberpl.org/komunikatory/kf/"
+SRC_URI="http://www.jabberpl.org/komunikatory/kf/download/${P}.tar.gz"
+LICENSE="GPL-2"
+DEPEND=">=x11-libs/gtk+-2
+ net-libs/loudmouth
+ >=gnome-base/libglade-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86"
+
+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
new file mode 100644
index 000000000000..630efdad3ffd
--- /dev/null
+++ b/net-im/kf/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-im</herd>
+<maintainer>
+ <email>net-im@gentoo.org</email>
+</maintainer>
+</pkgmetadata>