summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2006-07-31 23:20:19 +0000
committerMarinus Schraal <foser@gentoo.org>2006-07-31 23:20:19 +0000
commit69908324653b1d4019c84dfd24bab4ef322bb7b0 (patch)
tree6ddfcaa923be231f179409f3085e2bdcbf343c12 /net-im
parentDo not try to include ccolorbar.h. Bug #132393, reported by gentoo at streamo... (diff)
downloadgentoo-2-69908324653b1d4019c84dfd24bab4ef322bb7b0.tar.gz
gentoo-2-69908324653b1d4019c84dfd24bab4ef322bb7b0.tar.bz2
gentoo-2-69908324653b1d4019c84dfd24bab4ef322bb7b0.zip
fresh release
(Portage version: 2.1)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gossip/ChangeLog7
-rw-r--r--net-im/gossip/files/digest-gossip-0.133
-rw-r--r--net-im/gossip/gossip-0.13.ebuild42
3 files changed, 51 insertions, 1 deletions
diff --git a/net-im/gossip/ChangeLog b/net-im/gossip/ChangeLog
index 82ae7890aa7b..8286019e835c 100644
--- a/net-im/gossip/ChangeLog
+++ b/net-im/gossip/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/gossip
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.42 2006/07/08 13:50:21 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.43 2006/07/31 23:20:19 foser Exp $
+
+*gossip-0.13 (31 Jul 2006)
+
+ 31 Jul 2006; Marinus Schraal <foser@gentoo.org> gossip-0.13.ebuild :
+ New release
*gossip-0.12 (08 Jul 2006)
diff --git a/net-im/gossip/files/digest-gossip-0.13 b/net-im/gossip/files/digest-gossip-0.13
new file mode 100644
index 000000000000..32dcf8715cc0
--- /dev/null
+++ b/net-im/gossip/files/digest-gossip-0.13
@@ -0,0 +1,3 @@
+MD5 d690a8f78e847ed3bbbb2fd183d17582 gossip-0.13.tar.bz2 1235572
+RMD160 8635631abd159a97966c7bbabe6801b8da07c005 gossip-0.13.tar.bz2 1235572
+SHA256 7f2d512fcf83ebc45e7d22c648994e580fe8f8e5fcf5a53dbcfda8803e4efff2 gossip-0.13.tar.bz2 1235572
diff --git a/net-im/gossip/gossip-0.13.ebuild b/net-im/gossip/gossip-0.13.ebuild
new file mode 100644
index 000000000000..53525e66240b
--- /dev/null
+++ b/net-im/gossip/gossip-0.13.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.13.ebuild,v 1.1 2006/07/31 23:20:19 foser Exp $
+
+inherit gnome2 eutils
+
+DESCRIPTION="Lightweight Jabber client for GNOME"
+HOMEPAGE="http://developer.imendio.com/wiki/Gossip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="spell dbus libnotify"
+
+RDEPEND="|| ( x11-libs/libXScrnSaver
+ virtual/x11 )
+ >=dev-libs/glib-2.8
+ >=x11-libs/gtk+-2.8
+ >=gnome-base/libglade-2
+ >=gnome-base/gconf-1.2
+ >=dev-libs/libxml2-2.6.16
+ >=dev-libs/libxslt-1
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/gnome-vfs-2
+ >=net-libs/loudmouth-1
+ spell? ( app-text/aspell )
+ libnotify? ( >=x11-libs/libnotify-0.3.2 )
+ dbus? ( >=sys-apps/dbus-0.31 )"
+
+DEPEND="${RDEPEND}
+ >=app-text/gnome-doc-utils-0.3.2
+ app-text/scrollkeeper
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.35"
+
+G2CONF="${G2CONF} \
+ $(use_enable dbus) \
+ $(use_enable libnotify) \
+ $(use_enable spell aspell) "
+
+DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO"