public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/ristretto: ristretto-0.0.93.ebuild ChangeLog
@ 2011-03-03 12:52 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-03 12:52 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/03 12:52:49

  Modified:             ChangeLog
  Added:                ristretto-0.0.93.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 media-gfx/ristretto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	8 Nov 2010 13:00:02 -0000	1.30
+++ ChangeLog	3 Mar 2011 12:52:49 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/ristretto
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.30 2010/11/08 13:00:02 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.31 2011/03/03 12:52:49 angelos Exp $
+
+*ristretto-0.0.93 (03 Mar 2011)
+
+  03 Mar 2011; <angelos@gentoo.org> +ristretto-0.0.93.ebuild:
+  Version bump
 
   08 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
   ristretto-0.0.91.ebuild:



1.1                  media-gfx/ristretto/ristretto-0.0.93.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.1&content-type=text/plain

Index: ristretto-0.0.93.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.1 2011/03/03 12:52:49 angelos Exp $

EAPI=3
EAUTORECONF=yes
inherit xfconf

DESCRIPTION="Image viewer and browser for Xfce4"
HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto"
SRC_URI="mirror://xfce/src/apps/${PN}/0.0/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"

RDEPEND="media-libs/libexif
	>=x11-libs/gtk+-2.14:2
	>=dev-libs/glib-2.18:2
	>=dev-libs/dbus-glib-0.34
	>=xfce-base/libxfce4util-4.7
	>=xfce-base/libxfce4ui-4.7
	>=xfce-base/xfconf-4.7
	>=x11-libs/cairo-1.8"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool
	sys-devel/gettext"

pkg_setup() {
	XFCONF=(
		--disable-dependency-tracking
		$(xfconf_use_debug)
		)

	DOCS="AUTHORS ChangeLog NEWS README TODO"
}

src_prepare() {
	sed -i \
		-e "/TARGET_DIR/s:(datadir)/doc/ristretto:(datadir)/doc/${PF}:" \
		docs/manual/C/Makefile.am || die

	xfconf_src_prepare
}






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/ristretto: ristretto-0.0.93.ebuild ChangeLog
@ 2011-03-13 16:33 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-13 16:33 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/13 16:33:04

  Modified:             ristretto-0.0.93.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #358407
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-gfx/ristretto/ristretto-0.0.93.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?r1=1.1&r2=1.2

Index: ristretto-0.0.93.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ristretto-0.0.93.ebuild	3 Mar 2011 12:52:49 -0000	1.1
+++ ristretto-0.0.93.ebuild	13 Mar 2011 16:33:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.1 2011/03/03 12:52:49 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.2 2011/03/13 16:33:04 hwoarang Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug"
 
 RDEPEND="media-libs/libexif



1.32                 media-gfx/ristretto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	3 Mar 2011 12:52:49 -0000	1.31
+++ ChangeLog	13 Mar 2011 16:33:04 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/ristretto
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.31 2011/03/03 12:52:49 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.32 2011/03/13 16:33:04 hwoarang Exp $
+
+  13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> ristretto-0.0.93.ebuild:
+  Stable on amd64 wrt bug #358407
 
 *ristretto-0.0.93 (03 Mar 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/ristretto: ristretto-0.0.93.ebuild ChangeLog
@ 2011-03-22 10:54 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-22 10:54 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/22 10:54:59

  Modified:             ristretto-0.0.93.ebuild ChangeLog
  Log:
  x86 stable per bug 358407
  
  (Portage version: 2.1.9.44/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-gfx/ristretto/ristretto-0.0.93.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?r1=1.2&r2=1.3

Index: ristretto-0.0.93.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ristretto-0.0.93.ebuild	13 Mar 2011 16:33:04 -0000	1.2
+++ ristretto-0.0.93.ebuild	22 Mar 2011 10:54:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.2 2011/03/13 16:33:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.3 2011/03/22 10:54:59 tomka Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug"
 
 RDEPEND="media-libs/libexif



1.33                 media-gfx/ristretto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	13 Mar 2011 16:33:04 -0000	1.32
+++ ChangeLog	22 Mar 2011 10:54:59 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/ristretto
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.32 2011/03/13 16:33:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.33 2011/03/22 10:54:59 tomka Exp $
+
+  22 Mar 2011; Thomas Kahle <tomka@gentoo.org> ristretto-0.0.93.ebuild:
+  x86 stable per bug 358407
 
   13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> ristretto-0.0.93.ebuild:
   Stable on amd64 wrt bug #358407






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/ristretto: ristretto-0.0.93.ebuild ChangeLog
@ 2011-03-22 20:48 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-22 20:48 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/22 20:48:29

  Modified:             ristretto-0.0.93.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt #358407
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-gfx/ristretto/ristretto-0.0.93.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?r1=1.3&r2=1.4

Index: ristretto-0.0.93.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ristretto-0.0.93.ebuild	22 Mar 2011 10:54:59 -0000	1.3
+++ ristretto-0.0.93.ebuild	22 Mar 2011 20:48:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.3 2011/03/22 10:54:59 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.4 2011/03/22 20:48:29 xarthisius Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="debug"
 
 RDEPEND="media-libs/libexif



1.34                 media-gfx/ristretto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	22 Mar 2011 10:54:59 -0000	1.33
+++ ChangeLog	22 Mar 2011 20:48:29 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/ristretto
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.33 2011/03/22 10:54:59 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.34 2011/03/22 20:48:29 xarthisius Exp $
+
+  22 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> ristretto-0.0.93.ebuild:
+  ppc/ppc64 stable wrt #358407
 
   22 Mar 2011; Thomas Kahle <tomka@gentoo.org> ristretto-0.0.93.ebuild:
   x86 stable per bug 358407






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/ristretto: ristretto-0.0.93.ebuild ChangeLog
@ 2011-03-29 13:05 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-29 13:05 UTC (permalink / raw
  To: gentoo-commits

jer         11/03/29 13:05:53

  Modified:             ristretto-0.0.93.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #358407).
  
  (Portage version: 2.2.0_alpha29/cvs/Linux i686)

Revision  Changes    Path
1.5                  media-gfx/ristretto/ristretto-0.0.93.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild?r1=1.4&r2=1.5

Index: ristretto-0.0.93.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ristretto-0.0.93.ebuild	22 Mar 2011 20:48:29 -0000	1.4
+++ ristretto-0.0.93.ebuild	29 Mar 2011 13:05:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.4 2011/03/22 20:48:29 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.0.93.ebuild,v 1.5 2011/03/29 13:05:53 jer Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="debug"
 
 RDEPEND="media-libs/libexif



1.35                 media-gfx/ristretto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ristretto/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	22 Mar 2011 20:48:29 -0000	1.34
+++ ChangeLog	29 Mar 2011 13:05:53 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/ristretto
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.34 2011/03/22 20:48:29 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.35 2011/03/29 13:05:53 jer Exp $
+
+  29 Mar 2011; Jeroen Roovers <jer@gentoo.org> ristretto-0.0.93.ebuild:
+  Stable for HPPA (bug #358407).
 
   22 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> ristretto-0.0.93.ebuild:
   ppc/ppc64 stable wrt #358407






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

end of thread, other threads:[~2011-03-29 13:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 10:54 [gentoo-commits] gentoo-x86 commit in media-gfx/ristretto: ristretto-0.0.93.ebuild ChangeLog Thomas Kahle (tomka)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-29 13:05 Jeroen Roovers (jer)
2011-03-22 20:48 Kacper Kowalik (xarthisius)
2011-03-13 16:33 Markos Chandras (hwoarang)
2011-03-03 12:52 Christoph Mende (angelos)

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