* [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.32.0-r3.ebuild
@ 2011-04-21 12:11 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2011-04-21 12:11 UTC (permalink / raw
To: gentoo-commits
pacho 11/04/21 12:11:58
Modified: ChangeLog
Added: evince-2.32.0-r3.ebuild
Log:
Revision bump to include upstream patches reported by Arthur Taylor fixing random minimizing (bug #364311) and useless wakeups (bug #364313) problems.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.219 app-text/evince/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.219&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.219&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.218&r2=1.219
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog 16 Apr 2011 13:49:23 -0000 1.218
+++ ChangeLog 21 Apr 2011 12:11:58 -0000 1.219
@@ -1,6 +1,14 @@
# ChangeLog for app-text/evince
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.218 2011/04/16 13:49:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.219 2011/04/21 12:11:58 pacho Exp $
+
+*evince-2.32.0-r3 (21 Apr 2011)
+
+ 21 Apr 2011; Pacho Ramos <pacho@gentoo.org> +evince-2.32.0-r3.ebuild,
+ +files/evince-2.32.0-stop-spinner.patch,
+ +files/evince-2.32.0-use-popup.patch:
+ Revision bump to include upstream patches reported by Arthur Taylor fixing
+ random minimizing (bug #364311) and useless wakeups (bug #364313) problems.
16 Apr 2011; Pacho Ramos <pacho@gentoo.org> evince-2.32.0-r2.ebuild:
gconf-2.m4 is needed for autoconf, bug #363781 by Jimmy C. Chau.
1.1 app-text/evince/evince-2.32.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.1&content-type=text/plain
Index: evince-2.32.0-r3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v 1.1 2011/04/21 12:11:58 pacho Exp $
EAPI="3"
GCONF_DEBUG="yes"
inherit eutils gnome2 autotools
DESCRIPTION="Simple document viewer for GNOME"
HOMEPAGE="http://projects.gnome.org/evince/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib tiff"
# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
# not mature enough
RDEPEND="
>=app-text/libspectre-0.2.0
>=dev-libs/glib-2.25.11:2
>=dev-libs/libxml2-2.5:2
>=x11-libs/gtk+-2.21.5:2[introspection?]
>=x11-libs/libSM-1
|| (
>=x11-themes/gnome-icon-theme-2.17.1
>=x11-themes/hicolor-icon-theme-0.10 )
>=x11-libs/cairo-1.9.10
>=app-text/poppler-0.14[cairo]
djvu? ( >=app-text/djvu-3.5.17 )
dvi? (
virtual/tex-base
t1lib? ( >=media-libs/t1lib-5.0.0 ) )
gnome? ( >=gnome-base/gconf-2:2[introspection?] )
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.10[introspection?] )
tiff? ( >=media-libs/tiff-3.6 )
"
DEPEND="${RDEPEND}
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.3.2
~app-text/docbook-xml-dtd-4.1.2
>=dev-util/pkgconfig-0.9
sys-devel/gettext
>=dev-util/intltool-0.35
>=dev-util/gtk-doc-am-1.13
doc? ( >=dev-util/gtk-doc-1.13 )"
ELTCONF="--portage"
# Needs dogtail and pyspi from http://fedorahosted.org/dogtail/
# Releases: http://people.redhat.com/zcerza/dogtail/releases/
RESTRICT="test"
pkg_setup() {
# Passing --disable-help would drop offline help, that would be inconsistent
# with helps of the most of Gnome apps that doesn't require network for that.
G2CONF="${G2CONF}
--disable-scrollkeeper
--disable-static
--disable-tests
--enable-pdf
--enable-comics
--enable-impress
--enable-thumbnailer
--with-smclient=xsmp
--with-platform=gnome
--with-gtk=2.0
--enable-help
--disable-maintainer-mode
$(use_enable dbus)
$(use_enable djvu)
$(use_enable dvi)
$(use_with gnome gconf)
$(use_with gnome-keyring keyring)
$(use_enable introspection)
$(use_enable nautilus)
$(use_enable t1lib)
$(use_enable tiff)"
DOCS="AUTHORS ChangeLog NEWS README TODO"
}
src_prepare() {
gnome2_src_prepare
# Check for NULL in synctex_backward_search preventing segfault, upstream bug #630845
epatch "${FILESDIR}"/${P}-libdocument-segfault.patch
# Fix multiple security issues with dvi backend, bug #350681
epatch "${FILESDIR}"/${P}-dvi-CVEs.patch
# Fix problem with some pk fonts, upstream bug #639746
epatch "${FILESDIR}"/${P}-pk-fonts.patch
# Fix libview crash, upstream bug #630999
epatch "${FILESDIR}"/${P}-libview-crash.patch
# Fix another security issue in the dvi-backend
epatch "${FILESDIR}"/${P}-dvi-security.patch
# Update poppler api
epatch "${FILESDIR}"/${P}-update-poppler.patch
# Stop the GtkSpinner when the loading window is hidden, upstream bug #637390
epatch "${FILESDIR}"/${P}-stop-spinner.patch
# Use a popup window instead of a toplevel for loading window, upstream bug #633475
epatch "${FILESDIR}"/${P}-use-popup.patch
# Fix intltoolize broken file, see upstream #577133
sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
|| die "intltoolize sed failed"
# Do not depend on gnome-icon-theme, bug #326855
sed 's/gnome-icon-theme//' -i configure.ac configure || die "sed failed"
# Fix .desktop file so menu item shows up
epatch "${FILESDIR}"/${PN}-0.7.1-display-menu.patch
intltoolize --force --copy --automake || die "intltoolize failed"
eautoreconf
}
src_install() {
gnome2_src_install
find "${ED}" -name "*.la" -delete || die "remove of lafiles failed"
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.32.0-r3.ebuild
@ 2011-07-01 21:05 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-07-01 21:05 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/07/01 21:05:41
Modified: ChangeLog evince-2.32.0-r3.ebuild
Log:
Stable on amd64 wrt bug #278255
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Revision Changes Path
1.223 app-text/evince/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.223&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.223&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.222&r2=1.223
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog 12 Jun 2011 18:41:46 -0000 1.222
+++ ChangeLog 1 Jul 2011 21:05:40 -0000 1.223
@@ -1,6 +1,9 @@
# ChangeLog for app-text/evince
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.222 2011/06/12 18:41:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.223 2011/07/01 21:05:40 hwoarang Exp $
+
+ 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> evince-2.32.0-r3.ebuild:
+ Stable on amd64 wrt bug #278255
12 Jun 2011; Pacho Ramos <pacho@gentoo.org> -evince-2.32.0-r1.ebuild,
evince-2.32.0-r3.ebuild:
1.3 app-text/evince/evince-2.32.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?r1=1.2&r2=1.3
Index: evince-2.32.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evince-2.32.0-r3.ebuild 12 Jun 2011 18:41:46 -0000 1.2
+++ evince-2.32.0-r3.ebuild 1 Jul 2011 21:05:40 -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/app-text/evince/evince-2.32.0-r3.ebuild,v 1.2 2011/06/12 18:41:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v 1.3 2011/07/01 21:05:40 hwoarang Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib tiff"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.32.0-r3.ebuild
@ 2011-07-14 10:01 Thomas Kahle (tomka)
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Kahle (tomka) @ 2011-07-14 10:01 UTC (permalink / raw
To: gentoo-commits
tomka 11/07/14 10:01:08
Modified: ChangeLog evince-2.32.0-r3.ebuild
Log:
x86 stable per bug 369909
(Portage version: 2.1.10.4/cvs/Linux i686)
Revision Changes Path
1.224 app-text/evince/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.224&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.224&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.223&r2=1.224
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog 1 Jul 2011 21:05:40 -0000 1.223
+++ ChangeLog 14 Jul 2011 10:01:08 -0000 1.224
@@ -1,6 +1,9 @@
# ChangeLog for app-text/evince
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.223 2011/07/01 21:05:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.224 2011/07/14 10:01:08 tomka Exp $
+
+ 14 Jul 2011; Thomas Kahle <tomka@gentoo.org> evince-2.32.0-r3.ebuild:
+ x86 stable per bug 369909
01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> evince-2.32.0-r3.ebuild:
Stable on amd64 wrt bug #278255
1.4 app-text/evince/evince-2.32.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?r1=1.3&r2=1.4
Index: evince-2.32.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- evince-2.32.0-r3.ebuild 1 Jul 2011 21:05:40 -0000 1.3
+++ evince-2.32.0-r3.ebuild 14 Jul 2011 10:01:08 -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/app-text/evince/evince-2.32.0-r3.ebuild,v 1.3 2011/07/01 21:05:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v 1.4 2011/07/14 10:01:08 tomka Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib tiff"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.32.0-r3.ebuild
@ 2011-07-17 20:39 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-07-17 20:39 UTC (permalink / raw
To: gentoo-commits
maekke 11/07/17 20:39:44
Modified: ChangeLog evince-2.32.0-r3.ebuild
Log:
arm stable, bug #369909
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Revision Changes Path
1.225 app-text/evince/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.225&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.225&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.224&r2=1.225
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog 14 Jul 2011 10:01:08 -0000 1.224
+++ ChangeLog 17 Jul 2011 20:39:44 -0000 1.225
@@ -1,6 +1,9 @@
# ChangeLog for app-text/evince
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.224 2011/07/14 10:01:08 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.225 2011/07/17 20:39:44 maekke Exp $
+
+ 17 Jul 2011; Markus Meier <maekke@gentoo.org> evince-2.32.0-r3.ebuild:
+ arm stable, bug #369909
14 Jul 2011; Thomas Kahle <tomka@gentoo.org> evince-2.32.0-r3.ebuild:
x86 stable per bug 369909
1.5 app-text/evince/evince-2.32.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?r1=1.4&r2=1.5
Index: evince-2.32.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- evince-2.32.0-r3.ebuild 14 Jul 2011 10:01:08 -0000 1.4
+++ evince-2.32.0-r3.ebuild 17 Jul 2011 20:39:44 -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/app-text/evince/evince-2.32.0-r3.ebuild,v 1.4 2011/07/14 10:01:08 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v 1.5 2011/07/17 20:39:44 maekke Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib tiff"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.32.0-r3.ebuild
@ 2011-08-13 16:32 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-13 16:32 UTC (permalink / raw
To: gentoo-commits
armin76 11/08/13 16:32:32
Modified: ChangeLog evince-2.32.0-r3.ebuild
Log:
alpha/ia64/sparc stable wrt #369909
(Portage version: 2.1.10.7/cvs/Linux ia64)
Revision Changes Path
1.226 app-text/evince/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.226&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.226&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.225&r2=1.226
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- ChangeLog 17 Jul 2011 20:39:44 -0000 1.225
+++ ChangeLog 13 Aug 2011 16:32:31 -0000 1.226
@@ -1,6 +1,9 @@
# ChangeLog for app-text/evince
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.225 2011/07/17 20:39:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.226 2011/08/13 16:32:31 armin76 Exp $
+
+ 13 Aug 2011; Raúl Porcel <armin76@gentoo.org> evince-2.32.0-r3.ebuild:
+ alpha/ia64/sparc stable wrt #369909
17 Jul 2011; Markus Meier <maekke@gentoo.org> evince-2.32.0-r3.ebuild:
arm stable, bug #369909
1.6 app-text/evince/evince-2.32.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?r1=1.5&r2=1.6
Index: evince-2.32.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- evince-2.32.0-r3.ebuild 17 Jul 2011 20:39:44 -0000 1.5
+++ evince-2.32.0-r3.ebuild 13 Aug 2011 16:32:31 -0000 1.6
@@ -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/app-text/evince/evince-2.32.0-r3.ebuild,v 1.5 2011/07/17 20:39:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v 1.6 2011/08/13 16:32:31 armin76 Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib tiff"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.32.0-r3.ebuild
@ 2011-10-05 17:11 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-10-05 17:11 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/10/05 17:11:36
Modified: ChangeLog evince-2.32.0-r3.ebuild
Log:
ppc/ppc64 stable wrt #369909
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Revision Changes Path
1.228 app-text/evince/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.228&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.228&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.227&r2=1.228
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog 16 Aug 2011 22:43:46 -0000 1.227
+++ ChangeLog 5 Oct 2011 17:11:36 -0000 1.228
@@ -1,6 +1,9 @@
# ChangeLog for app-text/evince
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.227 2011/08/16 22:43:46 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.228 2011/10/05 17:11:36 xarthisius Exp $
+
+ 05 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> evince-2.32.0-r3.ebuild:
+ ppc/ppc64 stable wrt #369909
*evince-3.0.2 (16 Aug 2011)
1.7 app-text/evince/evince-2.32.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild?r1=1.6&r2=1.7
Index: evince-2.32.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- evince-2.32.0-r3.ebuild 13 Aug 2011 16:32:31 -0000 1.6
+++ evince-2.32.0-r3.ebuild 5 Oct 2011 17:11:36 -0000 1.7
@@ -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/app-text/evince/evince-2.32.0-r3.ebuild,v 1.6 2011/08/13 16:32:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v 1.7 2011/10/05 17:11:36 xarthisius Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib tiff"
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-10-05 17:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 21:05 [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.32.0-r3.ebuild Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-10-05 17:11 Kacper Kowalik (xarthisius)
2011-08-13 16:32 Raul Porcel (armin76)
2011-07-17 20:39 Markus Meier (maekke)
2011-07-14 10:01 Thomas Kahle (tomka)
2011-04-21 12:11 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox