summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/evince/ChangeLog8
-rw-r--r--app-text/evince/evince-2.32.0-r3.ebuild7
-rw-r--r--app-text/evince/evince-2.32.0-r4.ebuild7
-rw-r--r--app-text/evince/evince-3.2.1-r1.ebuild7
-rw-r--r--app-text/evince/evince-3.2.1.ebuild7
-rw-r--r--app-text/evince/evince-3.4.0.ebuild7
-rw-r--r--app-text/evince/metadata.xml1
7 files changed, 28 insertions, 16 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog
index aa9a95258565..e40f65847886 100644
--- a/app-text/evince/ChangeLog
+++ b/app-text/evince/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/evince
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.244 2012/05/05 00:29:57 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.245 2012/05/10 01:32:11 tetromino Exp $
+
+ 10 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ evince-2.32.0-r3.ebuild, evince-2.32.0-r4.ebuild, evince-3.2.1.ebuild,
+ evince-3.2.1-r1.ebuild, evince-3.4.0.ebuild, metadata.xml:
+ Add "ps" USE flag (enabled by default) to allow disabling PostScript support
+ (bug #414973, thanks to nzqr).
*evince-3.4.0 (05 May 2012)
diff --git a/app-text/evince/evince-2.32.0-r3.ebuild b/app-text/evince/evince-2.32.0-r3.ebuild
index deea979481b4..6108b4a3a9cf 100644
--- a/app-text/evince/evince-2.32.0-r3.ebuild
+++ b/app-text/evince/evince-2.32.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.11 2012/05/04 03:33:15 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r3.ebuild,v 1.12 2012/05/10 01:32:11 tetromino Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -14,12 +14,11 @@ 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"
+IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus +ps 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?]
@@ -37,6 +36,7 @@ RDEPEND="
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.10[introspection?] )
+ ps? ( >=app-text/libspectre-0.2.0 )
tiff? ( >=media-libs/tiff-3.6:0 )
"
DEPEND="${RDEPEND}
@@ -78,6 +78,7 @@ pkg_setup() {
$(use_with gnome-keyring keyring)
$(use_enable introspection)
$(use_enable nautilus)
+ $(use_enable ps)
$(use_enable t1lib)
$(use_enable tiff)"
DOCS="AUTHORS ChangeLog NEWS README TODO"
diff --git a/app-text/evince/evince-2.32.0-r4.ebuild b/app-text/evince/evince-2.32.0-r4.ebuild
index 68d933b94796..638f4e349799 100644
--- a/app-text/evince/evince-2.32.0-r4.ebuild
+++ b/app-text/evince/evince-2.32.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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-r4.ebuild,v 1.8 2012/05/04 03:33:15 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r4.ebuild,v 1.9 2012/05/10 01:32:11 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -16,12 +16,11 @@ 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 dvi gnome gnome-keyring +introspection nautilus t1lib tiff"
+IUSE="dbus debug djvu dvi gnome gnome-keyring +introspection nautilus +ps 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?]
@@ -39,6 +38,7 @@ RDEPEND="
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.10[introspection?] )
+ ps? ( >=app-text/libspectre-0.2.0 )
tiff? ( >=media-libs/tiff-3.6:0 )
"
DEPEND="${RDEPEND}
@@ -78,6 +78,7 @@ pkg_setup() {
$(use_with gnome-keyring keyring)
$(use_enable introspection)
$(use_enable nautilus)
+ $(use_enable ps)
$(use_enable t1lib)
$(use_enable tiff)"
DOCS="AUTHORS ChangeLog NEWS README TODO"
diff --git a/app-text/evince/evince-3.2.1-r1.ebuild b/app-text/evince/evince-3.2.1-r1.ebuild
index 9a7238446167..2e643c3f48dc 100644
--- a/app-text/evince/evince-3.2.1-r1.ebuild
+++ b/app-text/evince/evince-3.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.2.1-r1.ebuild,v 1.5 2012/05/04 03:33:15 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.2.1-r1.ebuild,v 1.6 2012/05/10 01:32:11 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
LICENSE="GPL-2"
SLOT="0"
-IUSE="dbus debug djvu doc dvi gnome-keyring +introspection nautilus t1lib tiff xps"
+IUSE="dbus debug djvu doc dvi gnome-keyring +introspection nautilus +ps t1lib tiff xps"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
@@ -25,7 +25,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebs
# gdk-pixbuf used all over the place
# libX11 used for totem-screensaver
RDEPEND="
- >=app-text/libspectre-0.2.0
dev-libs/atk
>=dev-libs/glib-2.25.11:2
>=dev-libs/libxml2-2.5:2
@@ -49,6 +48,7 @@ RDEPEND="
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
+ ps? ( >=app-text/libspectre-0.2.0 )
tiff? ( >=media-libs/tiff-3.6:0 )
xps? ( >=app-text/libgxps-0.2.0 )
"
@@ -88,6 +88,7 @@ pkg_setup() {
$(use_with gnome-keyring keyring)
$(use_enable introspection)
$(use_enable nautilus)
+ $(use_enable ps)
$(use_enable t1lib)
$(use_enable tiff)
$(use_enable xps)"
diff --git a/app-text/evince/evince-3.2.1.ebuild b/app-text/evince/evince-3.2.1.ebuild
index 4b0616acb6da..35e647187663 100644
--- a/app-text/evince/evince-3.2.1.ebuild
+++ b/app-text/evince/evince-3.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.2.1.ebuild,v 1.5 2012/05/04 03:33:15 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.2.1.ebuild,v 1.6 2012/05/10 01:32:11 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/projects/evince/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="dbus debug djvu doc dvi gnome-keyring +introspection nautilus t1lib tiff xps"
+IUSE="dbus debug djvu doc dvi gnome-keyring +introspection nautilus +ps t1lib tiff xps"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
@@ -22,7 +22,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebs
# gdk-pixbuf used all over the place
# libX11 used for totem-screensaver
RDEPEND="
- >=app-text/libspectre-0.2.0
dev-libs/atk
>=dev-libs/glib-2.25.11:2
>=dev-libs/libxml2-2.5:2
@@ -46,6 +45,7 @@ RDEPEND="
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
+ ps? ( >=app-text/libspectre-0.2.0 )
tiff? ( >=media-libs/tiff-3.6:0 )
xps? ( >=app-text/libgxps-0.0.1 )
"
@@ -85,6 +85,7 @@ pkg_setup() {
$(use_with gnome-keyring keyring)
$(use_enable introspection)
$(use_enable nautilus)
+ $(use_enable ps)
$(use_enable t1lib)
$(use_enable tiff)
$(use_enable xps)"
diff --git a/app-text/evince/evince-3.4.0.ebuild b/app-text/evince/evince-3.4.0.ebuild
index 0aa54857032e..19bdfe6c26ce 100644
--- a/app-text/evince/evince-3.4.0.ebuild
+++ b/app-text/evince/evince-3.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.4.0.ebuild,v 1.1 2012/05/05 00:29:57 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.4.0.ebuild,v 1.2 2012/05/10 01:32:11 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/projects/evince/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="dbus debug djvu doc dvi gnome-keyring +introspection nautilus t1lib tiff xps"
+IUSE="dbus debug djvu doc dvi gnome-keyring +introspection nautilus +ps t1lib tiff xps"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
@@ -22,7 +22,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebs
# gdk-pixbuf used all over the place
# libX11 used for totem-screensaver
RDEPEND="
- >=app-text/libspectre-0.2.0
dev-libs/atk
>=dev-libs/glib-2.25.11:2
>=dev-libs/libxml2-2.5:2
@@ -46,6 +45,7 @@ RDEPEND="
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
+ ps? ( >=app-text/libspectre-0.2.0 )
tiff? ( >=media-libs/tiff-3.6:0 )
xps? ( >=app-text/libgxps-0.2.1 )
"
@@ -85,6 +85,7 @@ pkg_setup() {
$(use_with gnome-keyring keyring)
$(use_enable introspection)
$(use_enable nautilus)
+ $(use_enable ps)
$(use_enable t1lib)
$(use_enable tiff)
$(use_enable xps)"
diff --git a/app-text/evince/metadata.xml b/app-text/evince/metadata.xml
index cf024df36d76..d5d6cbb31edb 100644
--- a/app-text/evince/metadata.xml
+++ b/app-text/evince/metadata.xml
@@ -12,6 +12,7 @@
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
for introspection</flag>
<flag name="nautilus">Enable property page extension in <pkg>gnome-base/nautilus</pkg></flag>
+ <flag name="ps">Enable PostScript viewer using <pkg>app-text/libspectre</pkg></flag>
<flag name="t1lib">Enable the Type-1 fonts for the built-in DVI viewer
(<pkg>media-libs/t1lib</pkg>)</flag>
<flag name="xps">Enable XPS viewer using <pkg>app-text/libgxps</pkg></flag>