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 86817138D01 for ; Wed, 12 Feb 2014 20:59:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4CE3E0BA8; Wed, 12 Feb 2014 20:58:56 +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 D920FE0BA3 for ; Wed, 12 Feb 2014 20:58:55 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9F1E33FA57 for ; Wed, 12 Feb 2014 20:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2DF3F188DC for ; Wed, 12 Feb 2014 20:58:50 +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: <1392238684.9b950a9b33eefdc046e8e0a461cbad4ccc64f139.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-documents/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild X-VCS-Directories: gnome-extra/gnome-documents/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9b950a9b33eefdc046e8e0a461cbad4ccc64f139 X-VCS-Branch: master Date: Wed, 12 Feb 2014 20:58:50 +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: 09398c7a-1fae-4046-989d-880ad0dfc6fb X-Archives-Hash: b0caac31e0a4fb5c66a70d130b290e5e commit: 9b950a9b33eefdc046e8e0a461cbad4ccc64f139 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Feb 12 20:55:37 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Feb 12 20:58:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9b950a9b gnome-extra/gnome-documents: moved to gentoo-x86 --- .../gnome-documents/gnome-documents-3.10.1.ebuild | 47 ---------------------- 1 file changed, 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 be85a8f..0000000 --- a/gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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" - -# 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 -"