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 E715613827E for ; Thu, 12 Dec 2013 23:21:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A7B4E09DD; Thu, 12 Dec 2013 23:21:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 646E3E09D2 for ; Thu, 12 Dec 2013 23:21:02 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9141733F228 for ; Thu, 12 Dec 2013 23:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6EA70190033 for ; Thu, 12 Dec 2013 23:20:59 +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: <1386890446.acf31fdcb45b2a7600dccb7856887d7841a3359e.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-apps/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-core-apps/gnome-core-apps-3.10.0.ebuild gnome-base/gnome-core-apps/metadata.xml X-VCS-Directories: gnome-base/gnome-core-apps/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: acf31fdcb45b2a7600dccb7856887d7841a3359e X-VCS-Branch: master Date: Thu, 12 Dec 2013 23:20:59 +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: 49a0de3b-35e9-4c63-9681-36e5ca25800d X-Archives-Hash: e8a4a3bc463dd667f244d2d6786f0c5c commit: acf31fdcb45b2a7600dccb7856887d7841a3359e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 2 22:53:37 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Dec 12 23:20:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=acf31fdc gnome-base/gnome-core-apps: 3.8.0 → 3.10.0 --- .../gnome-core-apps/gnome-core-apps-3.10.0.ebuild | 57 ++++++++++++++++++++++ gnome-base/gnome-core-apps/metadata.xml | 5 ++ 2 files changed, 62 insertions(+) diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.10.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.10.0.ebuild new file mode 100644 index 0000000..a026b09 --- /dev/null +++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.10.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3" +HOMEPAGE="http://www.gnome.org/" +LICENSE="metapackage" +SLOT="3.0" +IUSE="+bluetooth +cdr cups" + +# when unmasking for an arch +# double check none of the deps are still masked ! +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# Note to developers: +# This is a wrapper for the core apps tightly integrated with GNOME 3 +# gtk-engines:2 is still around because it's needed for gtk2 apps +RDEPEND=" + >=gnome-base/gnome-core-libs-${PV}[cups?] + + >=gnome-base/gnome-session-${PV} + >=gnome-base/gnome-menus-${PV}:3 + >=gnome-base/gnome-settings-daemon-${PV}[cups?] + >=gnome-base/gnome-control-center-${PV}[cups?] + + >=app-crypt/gcr-${PV} + >=gnome-base/nautilus-${PV} + >=gnome-base/gnome-keyring-${PV} + >=gnome-extra/evolution-data-server-${PV} + + >=app-crypt/seahorse-${PV} + >=app-editors/gedit-${PV} + >=app-text/evince-${PV} + >=gnome-extra/gnome-contacts-${PV} + >=media-gfx/eog-${PV} + >=media-video/totem-${PV} + >=net-im/empathy-${PV} + >=x11-terms/gnome-terminal-${PV} + + >=gnome-extra/gnome-user-docs-${PV} + >=gnome-extra/yelp-${PV} + + >=x11-themes/gtk-engines-2.20.2:2 + >=x11-themes/gnome-icon-theme-${PV} + >=x11-themes/gnome-icon-theme-symbolic-${PV} + >=x11-themes/gnome-themes-standard-${PV} + + bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} ) + cdr? ( >=app-cdr/brasero-${PV} ) + + !gnome-base/gnome-applets +" +DEPEND="" + +S="${WORKDIR}" diff --git a/gnome-base/gnome-core-apps/metadata.xml b/gnome-base/gnome-core-apps/metadata.xml new file mode 100644 index 0000000..da6fd63 --- /dev/null +++ b/gnome-base/gnome-core-apps/metadata.xml @@ -0,0 +1,5 @@ + + + +gnome +