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 91FF1138D02 for ; Wed, 12 Feb 2014 20:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A50FDE0B72; Wed, 12 Feb 2014 20:58:51 +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 D1292E0B72 for ; Wed, 12 Feb 2014 20:58:50 +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 D3B0333FA21 for ; Wed, 12 Feb 2014 20:58:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C28BF188C8 for ; Wed, 12 Feb 2014 20:58:47 +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: <1392236829.d0b033b4c898691f1e38e1d1314ebf725aee4116.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 X-VCS-Directories: gnome-base/gnome-core-libs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d0b033b4c898691f1e38e1d1314ebf725aee4116 X-VCS-Branch: master Date: Wed, 12 Feb 2014 20:58:47 +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: 2782d6df-9c32-43ee-9eb5-97630d3ae99a X-Archives-Hash: 2215dd56d8916e8f1d313aecf2d28470 commit: d0b033b4c898691f1e38e1d1314ebf725aee4116 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Feb 12 20:19:29 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Feb 12 20:27:09 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d0b033b4 gnome-base/gnome-core-libs: moved to gentoo-x86 --- .../gnome-core-libs/gnome-core-libs-3.10.0.ebuild | 55 ---------------------- 1 file changed, 55 deletions(-) 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 deleted file mode 100644 index 2d4ce55..0000000 --- a/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# 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." -#}