Sync DEPEND & RDEPEND with configure.ac; remove galago USE-flag as the galago daemon...
authorTony Vroon <chainsaw@gentoo.org>
Fri, 16 Jun 2006 11:54:45 +0000 (11:54 +0000)
committerTony Vroon <chainsaw@gentoo.org>
Fri, 16 Jun 2006 11:54:45 +0000 (11:54 +0000)
Package-Manager: portage-2.1

net-im/gossip/ChangeLog
net-im/gossip/files/digest-gossip-0.11.2-r1 [new file with mode: 0644]
net-im/gossip/gossip-0.11.2-r1.ebuild [new file with mode: 0644]

index a1c6ccf0634bf696ff82c0b0830fd0c37d930ee1..745973cf4844768de3b9b21f5bc0110054e37c85 100644 (file)
@@ -1,6 +1,14 @@
 # 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.39 2006/06/15 16:19:29 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.40 2006/06/16 11:54:45 chainsaw Exp $
+
+*gossip-0.11.2-r1 (16 Jun 2006)
+
+  16 Jun 2006; Tony Vroon <chainsaw@gentoo.org> -gossip-0.11.2.ebuild,
+  +gossip-0.11.2-r1.ebuild:
+  Sync DEPEND & RDEPEND with configure.ac; remove galago USE-flag as the
+  galago daemon fails to start at all on my system. Add ~sparc back, this was
+  lost over galago only.
 
 *gossip-0.11.2 (15 Jun 2006)
 
diff --git a/net-im/gossip/files/digest-gossip-0.11.2-r1 b/net-im/gossip/files/digest-gossip-0.11.2-r1
new file mode 100644 (file)
index 0000000..ed2610b
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 f67bbeac01b48b1f140c93ea64045e65 gossip-0.11.2.tar.bz2 1074436
+RMD160 68f15bf818da9ce4de9c424f5b157459970a29cb gossip-0.11.2.tar.bz2 1074436
+SHA256 6129002a63519e030737279e0da64e1b3805b1540dee677e25972f5f273a4a90 gossip-0.11.2.tar.bz2 1074436
diff --git a/net-im/gossip/gossip-0.11.2-r1.ebuild b/net-im/gossip/gossip-0.11.2-r1.ebuild
new file mode 100644 (file)
index 0000000..6f13b6a
--- /dev/null
@@ -0,0 +1,44 @@
+# 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.11.2-r1.ebuild,v 1.1 2006/06/16 11:54:45 chainsaw 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 ~x86 ~sparc"
+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/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"
+
+USE_DESTDIR="1"
+