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 323B5138334 for ; Mon, 18 Nov 2019 02:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85622E08A4; Mon, 18 Nov 2019 02:18:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6D93BE08A4 for ; Mon, 18 Nov 2019 02:18:14 +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 1DAE134CF35 for ; Mon, 18 Nov 2019 02:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64CAF8BB for ; Mon, 18 Nov 2019 02:18:10 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574043464.c37a61d98e601a96c05310d80e60a26a5135b3e5.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/set_opacity/set_opacity-1.0.ebuild x11-misc/set_opacity/set_opacity-9999.ebuild X-VCS-Directories: x11-misc/set_opacity/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c37a61d98e601a96c05310d80e60a26a5135b3e5 X-VCS-Branch: master Date: Mon, 18 Nov 2019 02:18:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cd5938c-859a-4f92-9468-19af31c818ce X-Archives-Hash: 5e9ca472ed4ecb246698bcd95b57d5bc commit: c37a61d98e601a96c05310d80e60a26a5135b3e5 Author: Aaron Bauman gentoo org> AuthorDate: Mon Nov 18 02:17:44 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Nov 18 02:17:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37a61d9 x11-misc/set_opacity: bump EAPI and stuff Signed-off-by: Aaron Bauman gentoo.org> x11-misc/set_opacity/set_opacity-1.0.ebuild | 4 ++-- x11-misc/set_opacity/set_opacity-9999.ebuild | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild b/x11-misc/set_opacity/set_opacity-1.0.ebuild index 6f014ba2556..c2462bb21a7 100644 --- a/x11-misc/set_opacity/set_opacity-1.0.ebuild +++ b/x11-misc/set_opacity/set_opacity-1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 inherit toolchain-funcs diff --git a/x11-misc/set_opacity/set_opacity-9999.ebuild b/x11-misc/set_opacity/set_opacity-9999.ebuild index 5d3a926a7b1..d08b2ad8465 100644 --- a/x11-misc/set_opacity/set_opacity-9999.ebuild +++ b/x11-misc/set_opacity/set_opacity-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" - -EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git" +EAPI=7 inherit git-r3 toolchain-funcs +EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git" + DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc." HOMEPAGE="https://github.com/XVilka/set_opacity" SRC_URI=""