Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/
Date: Sat, 25 Jun 2016 19:13:34
Message-Id: 1466881997.6d3b52b34edd1daa2d71e15d03e9f585837c29ca.pacho@gentoo
1 commit: 6d3b52b34edd1daa2d71e15d03e9f585837c29ca
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 19:12:20 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 19:13:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3b52b3
7
8 gnome-extra/sushi: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/sushi/Manifest | 1 -
13 gnome-extra/sushi/sushi-3.16.0.ebuild | 52 -----------------------------------
14 2 files changed, 53 deletions(-)
15
16 diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
17 index dc05b6b..a822667 100644
18 --- a/gnome-extra/sushi/Manifest
19 +++ b/gnome-extra/sushi/Manifest
20 @@ -1,2 +1 @@
21 -DIST sushi-3.16.0.tar.xz 282588 SHA256 86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034 SHA512 7938aa5457fa05f806c68ca28365a93236465737293fef1efa0a2435db6e95f347f0524a086435306ecb2a90fd9a93c2f01b2f6523afb5ddf8d2a6c1380e4165 WHIRLPOOL 76f154bc0a139c660cc23ca1d17c2b73344ce0ac274466286e885e004c7ef8939768bd2e473b1a6bfedc720f1dab85fd7d2be9869e31b79fe077bf588b9c0cb9
22 DIST sushi-3.18.0.tar.xz 294676 SHA256 7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c SHA512 9243486a10302f312c45e39496803d74d00d2121b80e813cf4c8c01a25c14dfbc0fba72cdcc6b2d72127c1c15d8415ecaa4ae0b7ee892c69f1dea9407cbaaf61 WHIRLPOOL ac9c13d8ce47c35d53b09d6a187fc44eb55630bcf396682ed94391b4a9874f65fed86b36296044660acbb92330bf05e8e66af6e338db666691dced92df18c7cc
23
24 diff --git a/gnome-extra/sushi/sushi-3.16.0.ebuild b/gnome-extra/sushi/sushi-3.16.0.ebuild
25 deleted file mode 100644
26 index f569255..0000000
27 --- a/gnome-extra/sushi/sushi-3.16.0.ebuild
28 +++ /dev/null
29 @@ -1,52 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
40 -HOMEPAGE="https://git.gnome.org/browse/sushi"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
45 -IUSE="office"
46 -
47 -# Optional app-office/unoconv support (OOo to pdf)
48 -# freetype needed for font loader
49 -# libX11 needed for sushi_create_foreign_window()
50 -COMMON_DEPEND="
51 - >=x11-libs/gdk-pixbuf-2.23[introspection]
52 - >=dev-libs/gjs-1.40
53 - >=dev-libs/glib-2.29.14:2
54 - >=dev-libs/gobject-introspection-0.9.6
55 - >=media-libs/clutter-1.11.4:1.0[introspection]
56 - >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
57 - >=x11-libs/gtk+-3.13.2:3[introspection]
58 -
59 - >=app-text/evince-3.0[introspection]
60 - media-libs/freetype:2
61 - media-libs/gstreamer:1.0[introspection]
62 - media-libs/gst-plugins-base:1.0[introspection]
63 - media-libs/clutter-gst:2.0[introspection]
64 - media-libs/musicbrainz:5
65 - net-libs/webkit-gtk:4[introspection]
66 - x11-libs/gtksourceview:3.0[introspection]
67 - x11-libs/libX11
68 -
69 - office? ( app-office/unoconv )
70 -"
71 -DEPEND="${RDEPEND}
72 - >=dev-util/intltool-0.40
73 - virtual/pkgconfig
74 -"
75 -RDEPEND="${COMMON_DEPEND}
76 - >=gnome-base/nautilus-3.1.90
77 -"
78 -
79 -src_configure() {
80 - gnome2_src_configure --disable-static
81 -}