diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-12-23 23:57:48 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-12-24 00:02:30 +0200 |
commit | 7ec6b414e6365d7df5041bec91fde99bcd592528 (patch) | |
tree | 0b617201abc70cd8c9ff9f22731dfd2b4a7e6bb7 /gnome-extra/sushi | |
parent | gnome-extra/mousetweaks: remove old (diff) | |
download | gentoo-7ec6b414e6365d7df5041bec91fde99bcd592528.tar.gz gentoo-7ec6b414e6365d7df5041bec91fde99bcd592528.tar.bz2 gentoo-7ec6b414e6365d7df5041bec91fde99bcd592528.zip |
gnome-extra/sushi: remove old
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-extra/sushi')
-rw-r--r-- | gnome-extra/sushi/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/sushi/sushi-3.30.0.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest index 5721fd4bccc7..033a247f9778 100644 --- a/gnome-extra/sushi/Manifest +++ b/gnome-extra/sushi/Manifest @@ -1,2 +1 @@ -DIST sushi-3.30.0.tar.xz 296940 BLAKE2B ff8617aabab16d41c9b072f8cf9774e4f5ce59e0dada05dcad23ba6929005c963d86a1beb5c2a3adc5e8cbaf8a6ce769b48ff53f4979db9f1853bbed0f80fb2d SHA512 48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e DIST sushi-3.32.1.tar.xz 65172 BLAKE2B ad6d085e3c67527c988695195408e2dd8f82effeb0dacccb63eec9d3896c82fb1abf8d0fb92aeb6934146e67e8e203e438a900d4164d673b19cbe6af9d9a27b7 SHA512 db38b690591f7c7a5e55b7ad7a37022cd0624f48af6fe1c56ae05aa74598d767b61a1636d01ba207c399739c0cee6d266a52207a74f65f3e27216c5dfdd17909 diff --git a/gnome-extra/sushi/sushi-3.30.0.ebuild b/gnome-extra/sushi/sushi-3.30.0.ebuild deleted file mode 100644 index e5e99513d771..000000000000 --- a/gnome-extra/sushi/sushi-3.30.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager" -HOMEPAGE="https://git.gnome.org/browse/sushi" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="office" - -# Optional app-office/unoconv support (OOo to pdf) -# freetype needed for font loader -# gtk+[X] optionally needed for sushi_create_foreign_window(); when wayland is more widespread, might want to not force it -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[X,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/harfbuzz-0.9.9:= - media-libs/clutter-gst:3.0[introspection] - media-libs/musicbrainz:5= - net-libs/webkit-gtk:4[introspection] - x11-libs/gtksourceview:3.0[introspection] - - office? ( app-office/unoconv ) -" -DEPEND="${RDEPEND} - dev-util/glib-utils - >=dev-util/intltool-0.40 - virtual/pkgconfig -" -RDEPEND="${COMMON_DEPEND} - >=gnome-base/nautilus-3.1.90 -" - -src_configure() { - gnome2_src_configure --disable-static -} |