summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-09 09:57:41 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-09 09:57:41 +0000
commite585a83d85c6b30417ce84befc12f0c9bd1acfec (patch)
treeb7c435700098b6c36ae762a8300fe4c6b05a55f1 /app-arch
parentVersion bump for Gnome 3.16. (diff)
downloadgentoo-2-e585a83d85c6b30417ce84befc12f0c9bd1acfec.tar.gz
gentoo-2-e585a83d85c6b30417ce84befc12f0c9bd1acfec.tar.bz2
gentoo-2-e585a83d85c6b30417ce84befc12f0c9bd1acfec.zip
Version bump for Gnome 3.16. Clean up old revision.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/file-roller/ChangeLog8
-rw-r--r--app-arch/file-roller/file-roller-3.16.2.ebuild (renamed from app-arch/file-roller/file-roller-3.12.2.ebuild)13
2 files changed, 12 insertions, 9 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog
index 5d97874f0db5..55d4b0a8698d 100644
--- a/app-arch/file-roller/ChangeLog
+++ b/app-arch/file-roller/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-arch/file-roller
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.345 2015/03/15 13:14:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.346 2015/06/09 09:57:41 eva Exp $
+
+*file-roller-3.16.2 (09 Jun 2015)
+
+ 09 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org>
+ -file-roller-3.12.2.ebuild, +file-roller-3.16.2.ebuild:
+ Version bump for Gnome 3.16. Clean up old revision.
15 Mar 2015; Pacho Ramos <pacho@gentoo.org> file-roller-3.14.2.ebuild:
x86 stable, bug 534012
diff --git a/app-arch/file-roller/file-roller-3.12.2.ebuild b/app-arch/file-roller/file-roller-3.16.2.ebuild
index b6290c19207a..0cd10bc83fb9 100644
--- a/app-arch/file-roller/file-roller-3.12.2.ebuild
+++ b/app-arch/file-roller/file-roller-3.16.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-3.12.2.ebuild,v 1.3 2014/07/23 15:12:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-3.16.2.ebuild,v 1.1 2015/06/09 09:57:41 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@ HOMEPAGE="http://fileroller.sourceforge.net/ https://wiki.gnome.org/Apps/FileRol
LICENSE="GPL-2+ CC-BY-SA-3.0"
SLOT="0"
IUSE="nautilus packagekit"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
# gdk-pixbuf used extensively in the source
# cairo used in eggtreemultidnd.c
@@ -23,13 +23,11 @@ RDEPEND="
>=app-arch/libarchive-3:=
>=dev-libs/glib-2.36:2
>=dev-libs/json-glib-0.14
- >=x11-libs/gtk+-3.9.3:3
+ >=x11-libs/gtk+-3.13.2:3
>=x11-libs/libnotify-0.4.3:=
sys-apps/file
x11-libs/cairo
x11-libs/gdk-pixbuf:2
- x11-libs/libICE
- x11-libs/libSM
x11-libs/pango
nautilus? ( >=gnome-base/nautilus-3 )
packagekit? ( app-admin/packagekit-base )
@@ -68,7 +66,7 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch
# File providing Gentoo package names for various archivers
- cp -f "${FILESDIR}/3.6.0-packages.match" data/packages.match || die
+ cp -f "${FILESDIR}"/3.6.0-packages.match data/packages.match || die
gnome2_src_prepare
}
@@ -82,7 +80,6 @@ src_configure() {
--disable-debug \
--enable-magic \
--enable-libarchive \
- --with-smclient=xsmp \
$(use_enable nautilus nautilus-actions) \
$(use_enable packagekit) \
ITSTOOL=$(type -P true)