summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-10-27 00:46:49 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-10-27 00:46:49 +0100
commit8129e4639c9a60dc1d087a970aa7fac6f0fdb82c (patch)
treefcac8ba0aeb697d39e42398b294f1c0eee550406 /gnome-extra/sushi
parentgnome-base/libgnomekbd: clean up (diff)
downloadgnome-8129e4639c9a60dc1d087a970aa7fac6f0fdb82c.tar.gz
gnome-8129e4639c9a60dc1d087a970aa7fac6f0fdb82c.tar.bz2
gnome-8129e4639c9a60dc1d087a970aa7fac6f0fdb82c.zip
gnome-extra/sushi: moved to gentoo-x86
Diffstat (limited to 'gnome-extra/sushi')
-rw-r--r--gnome-extra/sushi/Manifest11
-rw-r--r--gnome-extra/sushi/sushi-3.12.0.ebuild53
2 files changed, 0 insertions, 64 deletions
diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
deleted file mode 100644
index 106af93f..00000000
--- a/gnome-extra/sushi/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST sushi-3.12.0.tar.xz 281976 SHA256 78594a858371b671671205e7b2518e7eb82ed8c2540b62f45a657aaabdf1a9ff SHA512 909cf9f820a1e78f1a74d08a152e6ad4713d25d4043be3c76739f73422764fbceb843ae083948cb1f7e7d862f011881087fe3ef4a4ee3afeeec47513bcf8dec2 WHIRLPOOL de3ddd9055ed664741846ab0de80d34803a0560d4ed5ecaaf2812d437d2f078dcae021cf8d3b6ebe68e3b38ae342b91b7dccb25b7391caed5477a7299e734b76
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.22 (GNU/Linux)
-
-iEYEAREKAAYFAlNYMWYACgkQ1fmVwcYIWAbAeQCgh3jZpWpew/u5NJWsVBXlOk2w
-7vMAoLvDwCcb5U6iX6aNEstoytv6viUT
-=ggUa
------END PGP SIGNATURE-----
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 7f543ae4..00000000
--- 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
-}