public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/gwibber: ChangeLog gwibber-1.2.0_pre340.ebuild
@ 2009-07-13 23:48 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 4+ messages in thread
From: Jesus Rivero (neurogeek) @ 2009-07-13 23:48 UTC (permalink / raw
  To: gentoo-commits

neurogeek    09/07/13 23:48:44

  Modified:             ChangeLog
  Added:                gwibber-1.2.0_pre340.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.3                  net-misc/gwibber/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 May 2009 15:19:08 -0000	1.2
+++ ChangeLog	13 Jul 2009 23:48:44 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/gwibber
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.2 2009/05/20 15:19:08 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.3 2009/07/13 23:48:44 neurogeek Exp $
+
+*gwibber-1.2.0_pre340 (13 Jul 2009)
+
+  13 Jul 2009; Jesus Rivero <neurogeek@gentoo.org>
+  +files/gwibber-prefix.patch, +gwibber-1.2.0_pre340.ebuild:
+  Version bump
 
   20 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   gwibber-0.7.ebuild:



1.1                  net-misc/gwibber/gwibber-1.2.0_pre340.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild?rev=1.1&content-type=text/plain

Index: gwibber-1.2.0_pre340.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.1 2009/07/13 23:48:44 neurogeek Exp $

EAPI="2"

inherit distutils

DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed
with Python and GTK."
HOMEPAGE="https://launchpad.net/gwibber"
SRC_URI="http://dev.gentooexperimental.org/~zerox/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-python/python-distutils-extra-1.92_pre67
	>=dev-python/dbus-python-0.82.4
	>=dev-python/pywebkitgtk-1.1.5
	>=dev-python/notify-python-0.1.1
	>=dev-python/imaging-1.1.6
	>=dev-python/simplejson-2.0.4
	>=dev-python/egenix-mx-base-2.0.5
	>=dev-python/feedparser-4.1
	>=dev-python/gconf-python-2.18.0
	>=dev-python/pyxdg-0.15
	>=dev-python/mako-0.2.4
	>=gnome-base/librsvg-2.22.2"
RDEPEND="virtual/python"

S=${WORKDIR}/${PN}

src_prepare() {
	epatch "$FILESDIR/${PN}-prefix.patch" || die "Patching failed"
}






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

* [gentoo-commits] gentoo-x86 commit in net-misc/gwibber: ChangeLog gwibber-1.2.0_pre340.ebuild
@ 2009-07-27 20:06 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-07-27 20:06 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/07/27 20:06:35

  Modified:             ChangeLog gwibber-1.2.0_pre340.ebuild
  Log:
  All the python extensions are needed at runtime too.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-misc/gwibber/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	13 Jul 2009 23:48:44 -0000	1.3
+++ ChangeLog	27 Jul 2009 20:06:34 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/gwibber
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.3 2009/07/13 23:48:44 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.4 2009/07/27 20:06:34 flameeyes Exp $
+
+  27 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  gwibber-1.2.0_pre340.ebuild:
+  All the python extensions are needed at runtime too.
 
 *gwibber-1.2.0_pre340 (13 Jul 2009)
 



1.2                  net-misc/gwibber/gwibber-1.2.0_pre340.ebuild

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

Index: gwibber-1.2.0_pre340.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gwibber-1.2.0_pre340.ebuild	13 Jul 2009 23:48:44 -0000	1.1
+++ gwibber-1.2.0_pre340.ebuild	27 Jul 2009 20:06:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.1 2009/07/13 23:48:44 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.2 2009/07/27 20:06:34 flameeyes Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=dev-python/python-distutils-extra-1.92_pre67
+RDEPEND=">=dev-python/python-distutils-extra-1.92_pre67
 	>=dev-python/dbus-python-0.82.4
 	>=dev-python/pywebkitgtk-1.1.5
 	>=dev-python/notify-python-0.1.1
@@ -27,8 +27,8 @@
 	>=dev-python/gconf-python-2.18.0
 	>=dev-python/pyxdg-0.15
 	>=dev-python/mako-0.2.4
-	>=gnome-base/librsvg-2.22.2"
-RDEPEND="virtual/python"
+	>=gnome-base/librsvg-2.22.2
+	virtual/python"
 
 S=${WORKDIR}/${PN}
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/gwibber: ChangeLog gwibber-1.2.0_pre340.ebuild
@ 2009-10-07 14:56 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 4+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-10-07 14:56 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/10/07 14:56:20

  Modified:             ChangeLog gwibber-1.2.0_pre340.ebuild
  Log:
  Keywording for ppc.
  (Portage version: 14478-svn/cvs/Linux ppc)

Revision  Changes    Path
1.5                  net-misc/gwibber/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Jul 2009 20:06:34 -0000	1.4
+++ ChangeLog	7 Oct 2009 14:56:19 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/gwibber
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.4 2009/07/27 20:06:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.5 2009/10/07 14:56:19 volkmar Exp $
+
+  07 Oct 2009; Mounir Lamouri <volkmar@gentoo.org>
+  gwibber-1.2.0_pre340.ebuild:
+  Keywording for ppc
 
   27 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   gwibber-1.2.0_pre340.ebuild:



1.3                  net-misc/gwibber/gwibber-1.2.0_pre340.ebuild

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

Index: gwibber-1.2.0_pre340.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gwibber-1.2.0_pre340.ebuild	27 Jul 2009 20:06:34 -0000	1.2
+++ gwibber-1.2.0_pre340.ebuild	7 Oct 2009 14:56:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.2 2009/07/27 20:06:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.3 2009/10/07 14:56:19 volkmar Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-python/python-distutils-extra-1.92_pre67






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

* [gentoo-commits] gentoo-x86 commit in net-misc/gwibber: ChangeLog gwibber-1.2.0_pre340.ebuild
@ 2010-02-06 14:44 Peter Volkov (pva)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2010-02-06 14:44 UTC (permalink / raw
  To: gentoo-commits

pva         10/02/06 14:44:58

  Modified:             ChangeLog gwibber-1.2.0_pre340.ebuild
  Log:
  Added missed inherit eutils, bug #303709, thank Dan W. for report.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-misc/gwibber/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	7 Oct 2009 14:56:19 -0000	1.5
+++ ChangeLog	6 Feb 2010 14:44:57 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/gwibber
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.5 2009/10/07 14:56:19 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/ChangeLog,v 1.6 2010/02/06 14:44:57 pva Exp $
+
+  06 Feb 2010; Peter Volkov <pva@gentoo.org> gwibber-1.2.0_pre340.ebuild:
+  Added missed inherit eutils, bug #303709, thank Dan W. for report.
 
   07 Oct 2009; Mounir Lamouri <volkmar@gentoo.org>
   gwibber-1.2.0_pre340.ebuild:



1.4                  net-misc/gwibber/gwibber-1.2.0_pre340.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild?r1=1.3&r2=1.4

Index: gwibber-1.2.0_pre340.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gwibber-1.2.0_pre340.ebuild	7 Oct 2009 14:56:19 -0000	1.3
+++ gwibber-1.2.0_pre340.ebuild	6 Feb 2010 14:44:57 -0000	1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.3 2009/10/07 14:56:19 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.4 2010/02/06 14:44:57 pva Exp $
 
 EAPI="2"
 
-inherit distutils
+inherit eutils distutils
 
 DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed
 with Python and GTK."






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

end of thread, other threads:[~2010-02-06 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 14:44 [gentoo-commits] gentoo-x86 commit in net-misc/gwibber: ChangeLog gwibber-1.2.0_pre340.ebuild Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-07 14:56 Mounir Lamouri (volkmar)
2009-07-27 20:06 Diego Petteno (flameeyes)
2009-07-13 23:48 Jesus Rivero (neurogeek)

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