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 DEAD11389E2 for ; Mon, 22 Dec 2014 23:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F904E0962; Mon, 22 Dec 2014 23:11:38 +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 3E528E0952 for ; Mon, 22 Dec 2014 23:11:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71104340341 for ; Mon, 22 Dec 2014 23:11:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C69F5D288 for ; Mon, 22 Dec 2014 23:11:30 +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: <1419289838.6120083c7ebf6a6248917b2a3238841eb452097b.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.14.2.ebuild X-VCS-Directories: gnome-extra/gnome-documents/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 6120083c7ebf6a6248917b2a3238841eb452097b X-VCS-Branch: master Date: Mon, 22 Dec 2014 23:11:30 +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: 19ad2a1a-1797-4ac3-961a-eb0c46737b2d X-Archives-Hash: cfc30d7306f9bd1f2e6aa196e31a733b commit: 6120083c7ebf6a6248917b2a3238841eb452097b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 22 23:10:38 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Dec 22 23:10:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6120083c gnome-extra/gnome-documents: moved to gentoo-x86 --- .../gnome-documents/gnome-documents-3.14.2.ebuild | 51 ---------------------- 1 file changed, 51 deletions(-) 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 93d0b81..0000000 --- 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)" -}