diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-09-25 10:09:53 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-09-25 10:09:53 +0000 |
commit | 6425fc1c74f37172a25a3b2552ee39ac13984b40 (patch) | |
tree | 87f89cae0fb7dc312058026a83970bb5800a9717 /gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild | |
parent | Add media-libs/giflib-5 patch by Paolo Pedroni (bug #523680). (diff) | |
download | historical-6425fc1c74f37172a25a3b2552ee39ac13984b40.tar.gz historical-6425fc1c74f37172a25a3b2552ee39ac13984b40.tar.bz2 historical-6425fc1c74f37172a25a3b2552ee39ac13984b40.zip |
Needs to be rebuilt with libgdata .so version updates, drop old
Package-Manager: portage-2.2.12/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild')
-rw-r--r-- | gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild deleted file mode 100644 index 3fb901644f02..000000000000 --- a/gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild +++ /dev/null @@ -1,47 +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.10.1.ebuild,v 1.6 2014/03/09 11:59:58 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="A document manager application for GNOME" -HOMEPAGE="https://wiki.gnome.org/Design/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-0.16:= - >=app-text/evince-3.7.4[introspection] - dev-libs/gjs - >=dev-libs/glib-2.37: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.9.11: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 -" |