summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-11 20:47:17 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-11 20:47:17 +0000
commit553bcc618f27a8eaff5e58c34cc8f4732b405cb4 (patch)
tree320b1366cd85dc5ca6a74b3b92bd65b7b7b65c17 /app-text
parentppc, ppc64 keywords added, bug 467160 (diff)
downloadgentoo-2-553bcc618f27a8eaff5e58c34cc8f4732b405cb4.tar.gz
gentoo-2-553bcc618f27a8eaff5e58c34cc8f4732b405cb4.tar.bz2
gentoo-2-553bcc618f27a8eaff5e58c34cc8f4732b405cb4.zip
Version bump, drop old
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/evince/ChangeLog8
-rw-r--r--app-text/evince/evince-3.8.3.ebuild (renamed from app-text/evince/evince-3.8.0.ebuild)45
2 files changed, 32 insertions, 21 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog
index 9976c317147e..56ba122641c8 100644
--- a/app-text/evince/ChangeLog
+++ b/app-text/evince/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/evince
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.259 2013/05/15 08:02:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.260 2013/07/11 20:47:17 pacho Exp $
+
+*evince-3.8.3 (11 Jul 2013)
+
+ 11 Jul 2013; Pacho Ramos <pacho@gentoo.org> +evince-3.8.3.ebuild,
+ -evince-3.8.0.ebuild:
+ Version bump, drop old
*evince-3.8.2 (15 May 2013)
diff --git a/app-text/evince/evince-3.8.0.ebuild b/app-text/evince/evince-3.8.3.ebuild
index 991644f9a522..c22c3b3937d6 100644
--- a/app-text/evince/evince-3.8.0.ebuild
+++ b/app-text/evince/evince-3.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.8.0.ebuild,v 1.1 2013/03/28 16:11:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.8.3.ebuild,v 1.1 2013/07/11 20:47:17 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -63,29 +63,34 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_prepare() {
+ # ????
ELTCONF="--portage"
- G2CONF="${G2CONF}
- --disable-static
- --disable-tests
- --enable-pdf
- --enable-comics
- --enable-thumbnailer
- --with-smclient=xsmp
- --with-platform=gnome
- --enable-dbus
- $(use_enable djvu)
- $(use_enable dvi)
- $(use_with gnome-keyring keyring)
- $(use_enable introspection)
- $(use_enable nautilus)
- $(use_enable postscript ps)
- $(use_enable t1lib)
- $(use_enable tiff)
- $(use_enable xps)
- ITSTOOL=$(type -P true)"
gnome2_src_prepare
+
# Do not depend on gnome-icon-theme, bug #326855, #391859
sed -e 's/gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED//g' \
-i configure || die "sed failed"
}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --disable-tests \
+ --enable-pdf \
+ --enable-comics \
+ --enable-thumbnailer \
+ --with-smclient=xsmp \
+ --with-platform=gnome \
+ --enable-dbus \
+ $(use_enable djvu) \
+ $(use_enable dvi) \
+ $(use_with gnome-keyring keyring) \
+ $(use_enable introspection) \
+ $(use_enable nautilus) \
+ $(use_enable postscript ps) \
+ $(use_enable t1lib) \
+ $(use_enable tiff) \
+ $(use_enable xps) \
+ ITSTOOL=$(type -P true)
+}