summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-08-23 09:43:49 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-08-23 09:43:49 +0000
commit050a68d8be652e5c9335345eb05665208dd53da1 (patch)
treeba84f5d26ec87d970da4c508cf8a6fe2f62f5673 /net-im/gossip/gossip-0.22.ebuild
parentFixed examples installation, corrected license, using mirror, using versionat... (diff)
downloadhistorical-050a68d8be652e5c9335345eb05665208dd53da1.tar.gz
historical-050a68d8be652e5c9335345eb05665208dd53da1.tar.bz2
historical-050a68d8be652e5c9335345eb05665208dd53da1.zip
Change HOMEPAGE, bug #234398. Remove old revisions.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.24-gentoo-r8 i686
Diffstat (limited to 'net-im/gossip/gossip-0.22.ebuild')
-rw-r--r--net-im/gossip/gossip-0.22.ebuild20
1 files changed, 11 insertions, 9 deletions
diff --git a/net-im/gossip/gossip-0.22.ebuild b/net-im/gossip/gossip-0.22.ebuild
index 9ea73c8db295..674608d5ee44 100644
--- a/net-im/gossip/gossip-0.22.ebuild
+++ b/net-im/gossip/gossip-0.22.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.22.ebuild,v 1.10 2008/01/12 17:50:13 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.22.ebuild,v 1.11 2008/08/23 09:43:48 eva Exp $
inherit gnome2 eutils
DESCRIPTION="Lightweight Jabber client for GNOME"
-HOMEPAGE="http://developer.imendio.com/wiki/Gossip"
+HOMEPAGE="http://developer.imendio.com/projects/gossip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE="spell dbus libnotify"
-#make check breaks in help
-RESTRICT=test
+# make check breaks in help
+RESTRICT="test"
RDEPEND="x11-libs/libXScrnSaver
>=dev-libs/glib-2.12.1
@@ -36,9 +36,11 @@ DEPEND="${RDEPEND}
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"
+
+pkg_config() {
+ G2CONF="${G2CONF}
+ $(use_enable dbus)
+ $(use_enable libnotify)
+ $(use_enable spell aspell)"
+}