summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-06-17 21:32:01 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-06-17 21:32:01 +0000
commitc46d11a32f3817ec988851b5aa6d19fed8aab1ad (patch)
treeed48ef2d9f619ec3f4a6e1029dbf9991468bb4ef /net-im
parentstable x86, bug 274554 (diff)
downloadgentoo-2-c46d11a32f3817ec988851b5aa6d19fed8aab1ad.tar.gz
gentoo-2-c46d11a32f3817ec988851b5aa6d19fed8aab1ad.tar.bz2
gentoo-2-c46d11a32f3817ec988851b5aa6d19fed8aab1ad.zip
Clean up old revision.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gossip/ChangeLog7
-rw-r--r--net-im/gossip/gossip-0.22.ebuild46
2 files changed, 5 insertions, 48 deletions
diff --git a/net-im/gossip/ChangeLog b/net-im/gossip/ChangeLog
index 83d9144ace9f..cd741de6c091 100644
--- a/net-im/gossip/ChangeLog
+++ b/net-im/gossip/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/gossip
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.85 2008/09/18 12:48:38 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.86 2009/06/17 21:32:01 eva Exp $
+
+ 17 Jun 2009; Gilles Dartiguelongue <eva@gentoo.org> -gossip-0.22.ebuild:
+ Clean up old revision.
18 Sep 2008; Brent Baude <ranger@gentoo.org> gossip-0.31.ebuild:
Marking gossip-0.31 ppc64 for bug 236959
diff --git a/net-im/gossip/gossip-0.22.ebuild b/net-im/gossip/gossip-0.22.ebuild
deleted file mode 100644
index 674608d5ee44..000000000000
--- a/net-im/gossip/gossip-0.22.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.11 2008/08/23 09:43:48 eva Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Lightweight Jabber client for GNOME"
-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"
-
-RDEPEND="x11-libs/libXScrnSaver
- >=dev-libs/glib-2.12.1
- >=x11-libs/gtk+-2.10
- >=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.4.1 )
- dbus? ( >=dev-libs/dbus-glib-0.71 )"
-DEPEND="${RDEPEND}
- >=app-text/gnome-doc-utils-0.3.2
- app-text/scrollkeeper
- x11-proto/scrnsaverproto
- dev-util/pkgconfig
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO"
-
-pkg_config() {
- G2CONF="${G2CONF}
- $(use_enable dbus)
- $(use_enable libnotify)
- $(use_enable spell aspell)"
-}