Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/
Date: Mon, 23 Dec 2019 22:03:03
Message-Id: 1577138550.7ec6b414e6365d7df5041bec91fde99bcd592528.leio@gentoo
1 commit: 7ec6b414e6365d7df5041bec91fde99bcd592528
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 21:57:48 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:02:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec6b414
7
8 gnome-extra/sushi: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/sushi/Manifest | 1 -
14 gnome-extra/sushi/sushi-3.30.0.ebuild | 50 -----------------------------------
15 2 files changed, 51 deletions(-)
16
17 diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
18 index 5721fd4bccc..033a247f977 100644
19 --- a/gnome-extra/sushi/Manifest
20 +++ b/gnome-extra/sushi/Manifest
21 @@ -1,2 +1 @@
22 -DIST sushi-3.30.0.tar.xz 296940 BLAKE2B ff8617aabab16d41c9b072f8cf9774e4f5ce59e0dada05dcad23ba6929005c963d86a1beb5c2a3adc5e8cbaf8a6ce769b48ff53f4979db9f1853bbed0f80fb2d SHA512 48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e
23 DIST sushi-3.32.1.tar.xz 65172 BLAKE2B ad6d085e3c67527c988695195408e2dd8f82effeb0dacccb63eec9d3896c82fb1abf8d0fb92aeb6934146e67e8e203e438a900d4164d673b19cbe6af9d9a27b7 SHA512 db38b690591f7c7a5e55b7ad7a37022cd0624f48af6fe1c56ae05aa74598d767b61a1636d01ba207c399739c0cee6d266a52207a74f65f3e27216c5dfdd17909
24
25 diff --git a/gnome-extra/sushi/sushi-3.30.0.ebuild b/gnome-extra/sushi/sushi-3.30.0.ebuild
26 deleted file mode 100644
27 index e5e99513d77..00000000000
28 --- a/gnome-extra/sushi/sushi-3.30.0.ebuild
29 +++ /dev/null
30 @@ -1,50 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit gnome2
36 -
37 -DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
38 -HOMEPAGE="https://git.gnome.org/browse/sushi"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
43 -IUSE="office"
44 -
45 -# Optional app-office/unoconv support (OOo to pdf)
46 -# freetype needed for font loader
47 -# gtk+[X] optionally needed for sushi_create_foreign_window(); when wayland is more widespread, might want to not force it
48 -COMMON_DEPEND="
49 - >=x11-libs/gdk-pixbuf-2.23[introspection]
50 - >=dev-libs/gjs-1.40
51 - >=dev-libs/glib-2.29.14:2
52 - >=dev-libs/gobject-introspection-0.9.6:=
53 - >=media-libs/clutter-1.11.4:1.0[introspection]
54 - >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
55 - >=x11-libs/gtk+-3.13.2:3[X,introspection]
56 -
57 - >=app-text/evince-3.0[introspection]
58 - media-libs/freetype:2
59 - media-libs/gstreamer:1.0[introspection]
60 - media-libs/gst-plugins-base:1.0[introspection]
61 - >=media-libs/harfbuzz-0.9.9:=
62 - media-libs/clutter-gst:3.0[introspection]
63 - media-libs/musicbrainz:5=
64 - net-libs/webkit-gtk:4[introspection]
65 - x11-libs/gtksourceview:3.0[introspection]
66 -
67 - office? ( app-office/unoconv )
68 -"
69 -DEPEND="${RDEPEND}
70 - dev-util/glib-utils
71 - >=dev-util/intltool-0.40
72 - virtual/pkgconfig
73 -"
74 -RDEPEND="${COMMON_DEPEND}
75 - >=gnome-base/nautilus-3.1.90
76 -"
77 -
78 -src_configure() {
79 - gnome2_src_configure --disable-static
80 -}