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 09851138331 for ; Sun, 22 Apr 2018 13:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A508E08F0; Sun, 22 Apr 2018 13:01:02 +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 22FF7E08E8 for ; Sun, 22 Apr 2018 13:01:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 11D22335C5A for ; Sun, 22 Apr 2018 13:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9776128F for ; Sun, 22 Apr 2018 13:00:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524402014.c408653d0040a94c254bb50e7371bd2034064dcc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/commonbox-styles/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild X-VCS-Directories: x11-themes/commonbox-styles/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c408653d0040a94c254bb50e7371bd2034064dcc X-VCS-Branch: master Date: Sun, 22 Apr 2018 13:00:59 +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: 4323957c-682b-4aa3-9ef8-794c0f42595f X-Archives-Hash: f941ea16820f25eb5a59c4a0fc65d7fb commit: c408653d0040a94c254bb50e7371bd2034064dcc Author: Marty E. Plummer startmail com> AuthorDate: Sat Apr 21 20:04:25 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 22 13:00:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c408653d x11-themes/commonbox-styles: EAPI bump Package-Manager: Portage-2.3.31, Repoman-2.3.9 x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild index d51701fdeba..b6b7248c959 100644 --- a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild +++ b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -IUSE="" +EAPI=6 + DESCRIPTION="Common styles for fluxbox, blackbox, and openbox" +HOMEPAGE="http://mkeadle.org/distfiles/" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://mkeadle.org/distfiles/${P}.tar.bz2" -HOMEPAGE="http://mkeadle.org/distfiles/" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" RDEPEND="|| ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )"