diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-07-26 19:25:41 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-07-26 19:25:41 +0000 |
commit | e1ac206d4180c7a547a56b0b81c753d059e2a263 (patch) | |
tree | e7febf1d1749c456e5cd31689394bb0bf2baf083 /net-im | |
parent | initial commit, added to gnome herd (diff) | |
download | gentoo-2-e1ac206d4180c7a547a56b0b81c753d059e2a263.tar.gz gentoo-2-e1ac206d4180c7a547a56b0b81c753d059e2a263.tar.bz2 gentoo-2-e1ac206d4180c7a547a56b0b81c753d059e2a263.zip |
initial commit, added to gnome herd
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gossip/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/gossip/Manifest | 6 | ||||
-rw-r--r-- | net-im/gossip/files/digest-gossip-0.4 | 1 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.4.ebuild | 26 | ||||
-rw-r--r-- | net-im/gossip/metadata.xml | 5 |
5 files changed, 43 insertions, 4 deletions
diff --git a/net-im/gossip/ChangeLog b/net-im/gossip/ChangeLog new file mode 100644 index 000000000000..1c2dd0f6bd86 --- /dev/null +++ b/net-im/gossip/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-im/gossip +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.1 2003/07/26 19:25:31 foser Exp $ + +*gossip-0.4 (26 Jul 2003) + + 26 Jul 2003; foser <foser@gentoo.org> ChangeLog, gossip-0.4.ebuild, metadata.xml : + Initial commit + A lightweight Jabber client for GNOME diff --git a/net-im/gossip/Manifest b/net-im/gossip/Manifest index 8e3b6f22ad57..9cd57048fef1 100644 --- a/net-im/gossip/Manifest +++ b/net-im/gossip/Manifest @@ -1,6 +1,4 @@ -MD5 d41d8cd98f00b204e9800998ecf8427e 0 0 -MD5 d41d8cd98f00b204e9800998ecf8427e 1 0 -MD5 3e92ef73af84dcd80f7eeef8c1059756 gossip-0.4.ebuild 576 -MD5 0bd83d2f57e3c4dfd7ea15bbe1ca90de ChangeLog 291 +MD5 304d7dfcab580472dae41abfd86c4abe gossip-0.4.ebuild 669 +MD5 81c5e524823ec3352bacb8ef7308cd17 ChangeLog 376 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 d7e215724acc5309680b5df316c18cc1 files/digest-gossip-0.4 63 diff --git a/net-im/gossip/files/digest-gossip-0.4 b/net-im/gossip/files/digest-gossip-0.4 new file mode 100644 index 000000000000..a219e3c8b209 --- /dev/null +++ b/net-im/gossip/files/digest-gossip-0.4 @@ -0,0 +1 @@ +MD5 75ee69ebb036e0146323cbe03d66a591 gossip-0.4.tar.bz2 572650 diff --git a/net-im/gossip/gossip-0.4.ebuild b/net-im/gossip/gossip-0.4.ebuild new file mode 100644 index 000000000000..e498a9acb940 --- /dev/null +++ b/net-im/gossip/gossip-0.4.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-im/gossip/gossip-0.4.ebuild,v 1.1 2003/07/26 19:25:31 foser Exp $ + +inherit gnome2 + +DESCRIPTION="Lightweight Jabber client for GNOME" +HOMEPAGE="http://www.imendio.com/projects/gossip/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.0.3 + >=x11-libs/gtk+-2.0.4 + >=gnome-base/libglade-2 + >=gnome-base/gconf-1.2 + >=gnome-base/libgnomeui-2 + >=net-libs/loudmouth-0.12" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README" diff --git a/net-im/gossip/metadata.xml b/net-im/gossip/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/net-im/gossip/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> |