summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:10:38 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:10:38 +0100
commit6120083c7ebf6a6248917b2a3238841eb452097b (patch)
tree35b4dd1e56285a268ad9747ac550dc7e56a8c91b /gnome-extra
parentgnome-extra/gnome-color-manager: moved to gentoo-x86 (diff)
downloadgnome-6120083c7ebf6a6248917b2a3238841eb452097b.tar.gz
gnome-6120083c7ebf6a6248917b2a3238841eb452097b.tar.bz2
gnome-6120083c7ebf6a6248917b2a3238841eb452097b.zip
gnome-extra/gnome-documents: moved to gentoo-x86
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-documents/Manifest11
-rw-r--r--gnome-extra/gnome-documents/gnome-documents-3.14.2.ebuild51
2 files changed, 0 insertions, 62 deletions
diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest
deleted file mode 100644
index ff8c4230..00000000
--- a/gnome-extra/gnome-documents/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gnome-documents-3.14.2.tar.xz 716320 SHA256 08115ae7cb1b427ed78c7d94c7a41d4396249f1d267bb4b9119655f61b898038 SHA512 15e469983745cee49d1245d9ac979eb7b5dd0a2b70ee3f869735436d7592393c05e210a8e1dc75605b2765e9bce66f9dad4012f45641346d0b33cd3df7df1f2d WHIRLPOOL 46bf7525d2273897874caf8fd04222967b9617e50f624b584b0f6cdd364709343231e139a65ba34f65eef34bc41e89b7ab32e5a50c47a7e1f0783aa1920ff02c
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlRyMkUACgkQ1fmVwcYIWAa7swCgpWftC9vx4m2U+/i9xzHvi7tm
-asUAnj2xcokfz860byHBdO8jfqioLttQ
-=C0dC
------END PGP SIGNATURE-----
diff --git a/gnome-extra/gnome-documents/gnome-documents-3.14.2.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.14.2.ebuild
deleted file mode 100644
index 93d0b81d..00000000
--- a/gnome-extra/gnome-documents/gnome-documents-3.14.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.12.1.ebuild,v 1.4 2014/09/25 10:09:52 pacho Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="A document manager application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
-COMMON_DEPEND="
- >=app-misc/tracker-1:=
- >=app-text/evince-3.13.3[introspection]
- dev-libs/gjs
- >=dev-libs/glib-2.39.3:2
- >=dev-libs/gobject-introspection-1.31.6
- >=dev-libs/libgdata-0.13.3:=[gnome,introspection]
- gnome-base/gnome-desktop:3=
- >=media-libs/clutter-1.10:1.0
- >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
- >=net-libs/gnome-online-accounts-3.2.0
- >=net-libs/libsoup-2.41.3:2.4
- >=net-libs/libzapojit-0.0.2
- >=net-libs/webkit-gtk-1.10.0:3
- >=x11-libs/gdk-pixbuf-2.25:2[introspection]
- >=x11-libs/gtk+-3.13.2:3[introspection]
- x11-libs/pango[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
- media-libs/clutter[introspection]
- net-misc/gnome-online-miners
- sys-apps/dbus
- x11-themes/gnome-icon-theme-symbolic
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/libxslt
- >=dev-util/intltool-0.50.1
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome2_src_configure ITSTOOL="$(type -P true)"
-}