public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/gossip: ChangeLog gossip-0.29.ebuild
@ 2008-05-21 22:00 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-05-21 22:00 UTC (permalink / raw
  To: gentoo-commits

eva         08/05/21 22:00:06

  Modified:             ChangeLog
  Added:                gossip-0.29.ebuild
  Log:
  bump to 0.29. Bug fixes, eds integration and use of loudmouth 1.3.4.
  (Portage version: 2.1.5)

Revision  Changes    Path
1.75                 net-im/gossip/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	21 Apr 2008 17:34:30 -0000	1.74
+++ ChangeLog	21 May 2008 22:00:05 -0000	1.75
@@ -1,6 +1,11 @@
 # 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.74 2008/04/21 17:34:30 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.75 2008/05/21 22:00:05 eva Exp $
+
+*gossip-0.29 (21 May 2008)
+
+  21 May 2008; Gilles Dartiguelongue <eva@gentoo.org> +gossip-0.29.ebuild:
+  bump to 0.29. Bug fixes, eds integration and use of loudmouth 1.3.4.
 
   21 Apr 2008; <welp@gentoo.org> metadata.xml:
   keyring to gnome-keyring in metadata.xml



1.1                  net-im/gossip/gossip-0.29.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.29.ebuild?rev=1.1&content-type=text/plain

Index: gossip-0.29.ebuild
===================================================================
# 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.29.ebuild,v 1.1 2008/05/21 22:00:05 eva Exp $

inherit gnome2 eutils autotools

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="dbus eds galago gnome-keyring libnotify spell"

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
	>=gnome-base/libgnome-2
	>=gnome-base/libgnomeui-2
	>=gnome-base/gnome-vfs-2
	>=net-libs/loudmouth-1.3.4
	eds? ( >=gnome-extra/evolution-data-server-1.2 )
	spell? ( app-text/aspell )
	libnotify? ( >=x11-libs/libnotify-0.4.1 )
	galago? ( dev-libs/libgalago )
	dbus? ( >=dev-libs/dbus-glib-0.71 )
	gnome-keyring? ( gnome-base/gnome-keyring )"
DEPEND="${RDEPEND}
	>=app-text/gnome-doc-utils-0.3.2
	app-text/scrollkeeper
	dev-util/pkgconfig
	x11-proto/scrnsaverproto
	>=dev-util/intltool-0.35"

DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO"

pkg_setup() {
	G2CONF="${G2CONF}
		${mydebug}
		$(use_enable dbus)
		$(use_enable eds ebook)
		$(use_enable galago)
		$(use_enable gnome-keyring)
		$(use_enable libnotify)
		$(use_enable spell aspell)"
}

pkg_postinst() {
	gnome2_pkg_postinst

	ewarn "This version will drop any previously registred accounts."
	ewarn "However it does not drop history."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/gossip: ChangeLog gossip-0.29.ebuild
@ 2008-07-18 15:13 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2008-07-18 15:13 UTC (permalink / raw
  To: gentoo-commits

jer         08/07/18 15:13:19

  Modified:             ChangeLog gossip-0.29.ebuild
  Log:
  Marked ~hppa too.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6-JeR parisc)

Revision  Changes    Path
1.76                 net-im/gossip/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	21 May 2008 22:00:05 -0000	1.75
+++ ChangeLog	18 Jul 2008 15:13:19 -0000	1.76
@@ -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.75 2008/05/21 22:00:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.76 2008/07/18 15:13:19 jer Exp $
+
+  18 Jul 2008; Jeroen Roovers <jer@gentoo.org> gossip-0.29.ebuild:
+  Marked ~hppa too.
 
 *gossip-0.29 (21 May 2008)
 



1.2                  net-im/gossip/gossip-0.29.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.29.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.29.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.29.ebuild?r1=1.1&r2=1.2

Index: gossip-0.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.29.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gossip-0.29.ebuild	21 May 2008 22:00:05 -0000	1.1
+++ gossip-0.29.ebuild	18 Jul 2008 15:13:19 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.29.ebuild,v 1.1 2008/05/21 22:00:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.29.ebuild,v 1.2 2008/07/18 15:13:19 jer Exp $
 
 inherit gnome2 eutils autotools
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="dbus eds galago gnome-keyring libnotify spell"
 
 RDEPEND="x11-libs/libXScrnSaver



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/gossip: ChangeLog gossip-0.29.ebuild
@ 2008-07-18 15:31 Olivier Crete (tester)
  0 siblings, 0 replies; 3+ messages in thread
From: Olivier Crete (tester) @ 2008-07-18 15:31 UTC (permalink / raw
  To: gentoo-commits

tester      08/07/18 15:31:41

  Modified:             ChangeLog gossip-0.29.ebuild
  Log:
  Remove useless autotools inherit
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.77                 net-im/gossip/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	18 Jul 2008 15:13:19 -0000	1.76
+++ ChangeLog	18 Jul 2008 15:31:40 -0000	1.77
@@ -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.76 2008/07/18 15:13:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.77 2008/07/18 15:31:40 tester Exp $
+
+  18 Jul 2008; Olivier Crête <tester@gentoo.org> gossip-0.29.ebuild:
+  Remove useless autotools inherit
 
   18 Jul 2008; Jeroen Roovers <jer@gentoo.org> gossip-0.29.ebuild:
   Marked ~hppa too.



1.3                  net-im/gossip/gossip-0.29.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.29.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.29.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.29.ebuild?r1=1.2&r2=1.3

Index: gossip-0.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.29.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gossip-0.29.ebuild	18 Jul 2008 15:13:19 -0000	1.2
+++ gossip-0.29.ebuild	18 Jul 2008 15:31:40 -0000	1.3
@@ -1,8 +1,8 @@
 # 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.29.ebuild,v 1.2 2008/07/18 15:13:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.29.ebuild,v 1.3 2008/07/18 15:31:40 tester Exp $
 
-inherit gnome2 eutils autotools
+inherit gnome2 eutils
 
 DESCRIPTION="Lightweight Jabber client for GNOME"
 HOMEPAGE="http://developer.imendio.com/wiki/Gossip"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-18 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 22:00 [gentoo-commits] gentoo-x86 commit in net-im/gossip: ChangeLog gossip-0.29.ebuild Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-18 15:13 Jeroen Roovers (jer)
2008-07-18 15:31 Olivier Crete (tester)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox