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 A1827138CD0 for ; Sun, 10 May 2015 17:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81C00E0849; Sun, 10 May 2015 17:20:43 +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 AD460E0844 for ; Sun, 10 May 2015 17:20:37 +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 A2946340FD1 for ; Sun, 10 May 2015 17:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB13D9F1 for ; Sun, 10 May 2015 17:20:32 +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: <1431274179.634ba168b14242bb5db4f8f883018cf5b734f978.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild X-VCS-Directories: x11-themes/adwaita-icon-theme/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 634ba168b14242bb5db4f8f883018cf5b734f978 X-VCS-Branch: master Date: Sun, 10 May 2015 17:20:32 +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: 753bb8ed-7293-48f1-995a-bf433560d9e4 X-Archives-Hash: dfdb387ef59b10fc8660cd4d87011d64 commit: 634ba168b14242bb5db4f8f883018cf5b734f978 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 10 15:59:34 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun May 10 16:09:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=634ba168 x11-themes/adwaita-icon-theme: 3.14.1-r1 → 3.16.0 .../adwaita-icon-theme-3.16.0.ebuild | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild new file mode 100644 index 0000000..2242d69 --- /dev/null +++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 versionator + +DESCRIPTION="GNOME default icon theme" +HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git" + +SRC_URI="${SRC_URI} + branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )" + +LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 ) + branding? ( CC-Sampling-Plus-1.0 )" +SLOT="0" +IUSE="branding" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + +COMMON_DEPEND=" + >=x11-themes/hicolor-icon-theme-0.10 +" +RDEPEND="${COMMON_DEPEND} + gnome-base/librsvg:2 + !=gnome-base/gnome-session-3.14.0-r2" + elog "and then log out and log in again." +}