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 3C1D2138A1F for ; Sat, 12 Apr 2014 15:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB6CEE0AB1; Sat, 12 Apr 2014 15:44:50 +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 37DAEE0AB7 for ; Sat, 12 Apr 2014 15:44: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 29C923401B6 for ; Sat, 12 Apr 2014 15:44:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 440EE1818D for ; Sat, 12 Apr 2014 15:44: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: <1397315666.df0576bef2b3f5f524ca3d839fe54805f6205a1a.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-backgrounds/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.0.ebuild x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild X-VCS-Directories: x11-themes/gnome-backgrounds/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: df0576bef2b3f5f524ca3d839fe54805f6205a1a X-VCS-Branch: master Date: Sat, 12 Apr 2014 15:44: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: 65c3e36f-a10a-43f4-be51-16b752f6398a X-Archives-Hash: ab2d55e8167e3cd9012a243879b4c2b5 commit: df0576bef2b3f5f524ca3d839fe54805f6205a1a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Apr 12 14:42:31 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Apr 12 15:14:26 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=df0576be x11-themes/gnome-backgrounds: 3.10.1 → 3.12.0 --- .../gnome-backgrounds-3.12.0.ebuild | 23 ++++++++++++++++++++++ .../gnome-backgrounds-9999.ebuild | 9 +++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.0.ebuild new file mode 100644 index 0000000..77c391c --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND=" + >=dev-util/intltool-0.40.0 + sys-devel/gettext +" + diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild index 5bb7081..2e48328 100644 --- a/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -21,7 +21,8 @@ fi IUSE="" RDEPEND="" -DEPEND="sys-devel/gettext - >=dev-util/intltool-0.40.0" +DEPEND=" + >=dev-util/intltool-0.40.0 + sys-devel/gettext +" -DOCS="AUTHORS ChangeLog NEWS README"