eva 15/06/09 14:32:37 Modified: ChangeLog Added: sushi-3.16.0.ebuild Removed: sushi-3.10.0.ebuild Log: 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)
Revision Changes Path 1.28 gnome-extra/sushi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/sushi/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 23 Jul 2014 15:18:35 -0000 1.27 +++ ChangeLog 9 Jun 2015 14:32:37 -0000 1.28 @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/sushi -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sushi/ChangeLog,v 1.27 2014/07/23 15:18:35 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sushi/ChangeLog,v 1.28 2015/06/09 14:32:37 eva Exp $ + +*sushi-3.16.0 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue <[email protected]> -sushi-3.10.0.ebuild, + +sushi-3.16.0.ebuild: + Version bump for Gnome 3.16. Clean up old revision. 23 Jul 2014; Agostino Sarubbo <[email protected]> sushi-3.12.0.ebuild: Stable for x86, wrt bug #512012 1.1 gnome-extra/sushi/sushi-3.16.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/sushi-3.16.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/sushi-3.16.0.ebuild?rev=1.1&content-type=text/plain Index: sushi-3.16.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/sushi/sushi-3.16.0.ebuild,v 1.1 2015/06/09 14:32:37 eva Exp $ EAPI="5" GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager" HOMEPAGE="http://git.gnome.org/browse/sushi" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="office" # Optional app-office/unoconv support (OOo to pdf) # freetype needed for font loader # libX11 needed for sushi_create_foreign_window() COMMON_DEPEND=" >=x11-libs/gdk-pixbuf-2.23[introspection] >=dev-libs/gjs-1.40 >=dev-libs/glib-2.29.14:2 >=dev-libs/gobject-introspection-0.9.6 >=media-libs/clutter-1.11.4:1.0[introspection] >=media-libs/clutter-gtk-1.0.1:1.0[introspection] >=x11-libs/gtk+-3.13.2:3[introspection] >=app-text/evince-3.0[introspection] media-libs/freetype:2 media-libs/gstreamer:1.0[introspection] media-libs/gst-plugins-base:1.0[introspection] media-libs/clutter-gst:2.0[introspection] media-libs/musicbrainz:5 net-libs/webkit-gtk:4[introspection] x11-libs/gtksourceview:3.0[introspection] x11-libs/libX11 office? ( app-office/unoconv ) " DEPEND="${RDEPEND} >=dev-util/intltool-0.40 virtual/pkgconfig " RDEPEND="${COMMON_DEPEND} >=gnome-base/nautilus-3.1.90 " src_configure() { gnome2_src_configure --disable-static }
