From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87FD7138334 for ; Sat, 18 May 2019 22:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 869B8E0825; Sat, 18 May 2019 22:08:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 556E2E0825 for ; Sat, 18 May 2019 22:08:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9DC4344250 for ; Sat, 18 May 2019 22:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8960F5EA for ; Sat, 18 May 2019 22:08:08 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1558216120.c47a6f9136b1e90c668eaa15ed29b6ff84a7b28c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/sushi/Manifest gnome-extra/sushi/sushi-3.24.0.ebuild X-VCS-Directories: gnome-extra/sushi/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c47a6f9136b1e90c668eaa15ed29b6ff84a7b28c X-VCS-Branch: master Date: Sat, 18 May 2019 22:08:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22f9e8cf-f08d-43fa-a0cf-594cef58a239 X-Archives-Hash: 00a5ccb2276015e62b5bc64b243b08df commit: c47a6f9136b1e90c668eaa15ed29b6ff84a7b28c Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 18 21:48:40 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 18 21:48:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47a6f91 gnome-extra/sushi: remove old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/sushi/Manifest | 1 - gnome-extra/sushi/sushi-3.24.0.ebuild | 50 ----------------------------------- 2 files changed, 51 deletions(-) diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest index 1ea9c6b026a..2f1a905523d 100644 --- a/gnome-extra/sushi/Manifest +++ b/gnome-extra/sushi/Manifest @@ -1,2 +1 @@ -DIST sushi-3.24.0.tar.xz 297332 BLAKE2B a01947627e9ca711f9f1d634f2791ee79e414bab38058ca4a8bfd822a2d277522fe99d66b3364f46662ee0fc1fa8a148f48ce8c434fd0d7bbb7ef1c159f2ea12 SHA512 b49e9c1ef1dc4c74ae06f6da9a2f428ed4ee3ec1ca3ba04c483ddb1bd976e6981466456d27a641048756a1ea0bf2fe033883059895e889950d0d0f340535b29b DIST sushi-3.30.0.tar.xz 296940 BLAKE2B ff8617aabab16d41c9b072f8cf9774e4f5ce59e0dada05dcad23ba6929005c963d86a1beb5c2a3adc5e8cbaf8a6ce769b48ff53f4979db9f1853bbed0f80fb2d SHA512 48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e diff --git a/gnome-extra/sushi/sushi-3.24.0.ebuild b/gnome-extra/sushi/sushi-3.24.0.ebuild deleted file mode 100644 index 3bcb3f8cea0..00000000000 --- a/gnome-extra/sushi/sushi-3.24.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 ~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 -}