From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 851691382C5 for ; Thu, 15 Feb 2018 10:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84E8DE0BFC; Thu, 15 Feb 2018 10:55:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64390E0BFC for ; Thu, 15 Feb 2018 10:55:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD807335C09 for ; Thu, 15 Feb 2018 10:55:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3459B1E0 for ; Thu, 15 Feb 2018 10:55:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1518692113.2df2f8c58abbcfa3a76c0356325a0e7926bdfa7e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/iceicons/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/iceicons/iceicons-0.10.0-r1.ebuild x11-themes/iceicons/iceicons-0.10.0.ebuild X-VCS-Directories: x11-themes/iceicons/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2df2f8c58abbcfa3a76c0356325a0e7926bdfa7e X-VCS-Branch: master Date: Thu, 15 Feb 2018 10:55:17 +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: 105015bb-13cc-4898-9634-052fc4b5597c X-Archives-Hash: ae573a8d1093b28425483857b957bf24 commit: 2df2f8c58abbcfa3a76c0356325a0e7926bdfa7e Author: Lars Wendler gentoo org> AuthorDate: Thu Feb 15 10:54:07 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 15 10:55:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df2f8c5 x11-themes/iceicons: EAPI-6 revbump. Dropped ppc64 keyword as x11-wm/icewm dropped it as well. Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../iceicons/{iceicons-0.10.0.ebuild => iceicons-0.10.0-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild similarity index 92% rename from x11-themes/iceicons/iceicons-0.10.0.ebuild rename to x11-themes/iceicons/iceicons-0.10.0-r1.ebuild index e90157bf0aa..738f93297aa 100644 --- a/x11-themes/iceicons/iceicons-0.10.0.ebuild +++ b/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="IceWM Icons is a set of XPM 16x16, 32x32, and 48x48 XPM and PNG icons for IceWM" HOMEPAGE="http://sandbox.cz/~covex/icewm/iceicons/" SRC_URI="http://sandbox.cz/~covex/icewm/iceicons/${PN}-default-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" RDEPEND=">=x11-wm/icewm-1.2.6"