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 13ECA13827E for ; Thu, 12 Dec 2013 23:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5970AE09DA; 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 5B2C9E09C3 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 86E1133EEB4 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 4DBF3190032 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.e3e0777d3c557b37a5cd57c565a37a94ac5cc3e3.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild gnome-base/gnome-core-libs/metadata.xml X-VCS-Directories: gnome-base/gnome-core-libs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e3e0777d3c557b37a5cd57c565a37a94ac5cc3e3 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: 1e565590-eac2-41a4-9daf-e33585316281 X-Archives-Hash: 7096db09500c525a4852dfab9ecc7816 commit: e3e0777d3c557b37a5cd57c565a37a94ac5cc3e3 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 2 22:56:40 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=e3e0777d gnome-base/gnome-core-libs: 3.8.0 → 3.10.0 --- .../gnome-core-libs/gnome-core-libs-3.10.0.ebuild | 55 ++++++++++++++++++++++ gnome-base/gnome-core-libs/metadata.xml | 5 ++ 2 files changed, 60 insertions(+) diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild new file mode 100644 index 0000000..2d4ce55 --- /dev/null +++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild @@ -0,0 +1,55 @@ +# 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 libraries of GNOME 3" +HOMEPAGE="http://www.gnome.org/" +LICENSE="metapackage" +SLOT="3.0" +IUSE="cups python" + +# 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 libraries used by GNOME 3 +RDEPEND=" + >=dev-libs/glib-2.38.0:2 + >=x11-libs/gdk-pixbuf-2.30.0:2 + >=x11-libs/pango-1.36.0 + >=media-libs/clutter-1.16.0:1.0 + >=x11-libs/gtk+-${PV}:3[cups?] + >=dev-libs/atk-2.10 + >=x11-libs/libwnck-3.4.5:3 + >=gnome-base/librsvg-2.39.0[gtk] + >=gnome-base/gnome-desktop-${PV}:3 + >=gnome-base/libgnomekbd-3.6 + >=x11-libs/startup-notification-0.12 + + >=gnome-base/gvfs-1.18.0 + >=gnome-base/dconf-0.18.0 + + || ( + >=media-libs/gstreamer-0.10.36:0.10 + >=media-libs/gstreamer-1.2.0:1.0 ) + || ( + >=media-libs/gst-plugins-base-0.10.36:0.10 + >=media-libs/gst-plugins-base-1.2.0:1.0 ) + || ( + >=media-libs/gst-plugins-good-0.10.31:0.10 + >=media-libs/gst-plugins-good-1.2.0:1.0 ) + + python? ( >=dev-python/pygobject-${PV}:3 ) +" +DEPEND="" + +S="${WORKDIR}" + +# FIXME: Update with future upgrade guide +#pkg_pretend() { +# elog "See http://www.gentoo.org/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml" +# elog "for the Gentoo GNOME 3.6 upgrade guide." +#} diff --git a/gnome-base/gnome-core-libs/metadata.xml b/gnome-base/gnome-core-libs/metadata.xml new file mode 100644 index 0000000..da6fd63 --- /dev/null +++ b/gnome-base/gnome-core-libs/metadata.xml @@ -0,0 +1,5 @@ + + + +gnome +