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 5F626138AD6 for ; Fri, 2 Oct 2015 12:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDD1321C07A; Fri, 2 Oct 2015 12:50:54 +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 3DEAF21C064 for ; Fri, 2 Oct 2015 12:50:54 +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 3F12234089F for ; Fri, 2 Oct 2015 12:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ED8C400 for ; Fri, 2 Oct 2015 12:50:50 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1443783904.9a2e1229eca74d450514d90d3be7e829f62fddce.tranquility@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.18.0.ebuild X-VCS-Directories: x11-themes/adwaita-icon-theme/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 9a2e1229eca74d450514d90d3be7e829f62fddce X-VCS-Branch: master Date: Fri, 2 Oct 2015 12:50:50 +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: 716cab67-d2e3-497f-aff3-72002abd43eb X-Archives-Hash: 4db0a02329edf449ec9e7a5a15db9ee2 commit: 9a2e1229eca74d450514d90d3be7e829f62fddce Author: Ole Reifschneider gentoo org> AuthorDate: Fri Oct 2 11:05:04 2015 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Fri Oct 2 11:05:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a2e1229 x11-themes/adwaita-icon-theme: Bump version to 3.18.0 Package-Manager: portage-2.2.22 Manifest-Sign-Key: 7E8B4D42 .../adwaita-icon-theme-3.18.0.ebuild | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild new file mode 100644 index 0000000..9fd0d6a --- /dev/null +++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 versionator + +DESCRIPTION="GNOME default icon theme" +HOMEPAGE="https://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." +}