From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CB5B61388C2 for ; Mon, 27 Oct 2014 00:04:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37BC9E0948; Mon, 27 Oct 2014 00:04:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61248E0934 for ; Mon, 27 Oct 2014 00:04:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59A08340482 for ; Mon, 27 Oct 2014 00:04:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFE08D1F for ; Mon, 27 Oct 2014 00:04:26 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1414367209.8129e4639c9a60dc1d087a970aa7fac6f0fdb82c.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/sushi/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/sushi/sushi-3.12.0.ebuild X-VCS-Directories: gnome-extra/sushi/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 8129e4639c9a60dc1d087a970aa7fac6f0fdb82c X-VCS-Branch: master Date: Mon, 27 Oct 2014 00:04:26 +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-Archives-Salt: 18b0d490-d73f-46c8-9a0d-5cf32c55e20a X-Archives-Hash: 37da490fd5dae224ce9efcfee11eb43b commit: 8129e4639c9a60dc1d087a970aa7fac6f0fdb82c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 26 23:46:49 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 26 23:46:49 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8129e463 gnome-extra/sushi: moved to gentoo-x86 --- gnome-extra/sushi/sushi-3.12.0.ebuild | 53 ----------------------------------- 1 file changed, 53 deletions(-) diff --git a/gnome-extra/sushi/sushi-3.12.0.ebuild b/gnome-extra/sushi/sushi-3.12.0.ebuild deleted file mode 100644 index 7f543ae..0000000 --- a/gnome-extra/sushi/sushi-3.12.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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.4.0: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:3[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 - x11-themes/gnome-icon-theme-symbolic -" - -src_configure() { - gnome2_src_configure --disable-static -}