summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-09 16:43:39 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-09 16:43:39 +0200
commit14ab5cc48a2b0ec5ac6648941af972e242011cc0 (patch)
tree323b5d8fa4c6dc264ce1cba577d34179ec4bdbd9 /gnome-extra/sushi
parentgnome-extra/gnome-user-docs: moved to gentoo-x86 (diff)
downloadgnome-14ab5cc48a2b0ec5ac6648941af972e242011cc0.tar.gz
gnome-14ab5cc48a2b0ec5ac6648941af972e242011cc0.tar.bz2
gnome-14ab5cc48a2b0ec5ac6648941af972e242011cc0.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.16.0.ebuild52
2 files changed, 0 insertions, 63 deletions
diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
deleted file mode 100644
index d95bd1e7..00000000
--- a/gnome-extra/sushi/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST sushi-3.16.0.tar.xz 282588 SHA256 86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034 SHA512 7938aa5457fa05f806c68ca28365a93236465737293fef1efa0a2435db6e95f347f0524a086435306ecb2a90fd9a93c2f01b2f6523afb5ddf8d2a6c1380e4165 WHIRLPOOL 76f154bc0a139c660cc23ca1d17c2b73344ce0ac274466286e885e004c7ef8939768bd2e473b1a6bfedc720f1dab85fd7d2be9869e31b79fe077bf588b9c0cb9
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlVUfp8ACgkQ1fmVwcYIWAbHwACg44u8GX1t7Jaw1LZxGEhMU4/9
-eukAnRjhKkfZ2l7zmtgxyaSeb7MRUUhJ
-=i2mf
------END PGP SIGNATURE-----
diff --git a/gnome-extra/sushi/sushi-3.16.0.ebuild b/gnome-extra/sushi/sushi-3.16.0.ebuild
deleted file mode 100644
index ba530563..00000000
--- a/gnome-extra/sushi/sushi-3.16.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 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.13.2: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:4[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
-"
-
-src_configure() {
- gnome2_src_configure --disable-static
-}