Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/
Date: Mon, 18 Nov 2019 02:18:16
Message-Id: 1574043464.c37a61d98e601a96c05310d80e60a26a5135b3e5.bman@gentoo
1 commit: c37a61d98e601a96c05310d80e60a26a5135b3e5
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 02:17:44 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 02:17:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37a61d9
7
8 x11-misc/set_opacity: bump EAPI and stuff
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 x11-misc/set_opacity/set_opacity-1.0.ebuild | 4 ++--
13 x11-misc/set_opacity/set_opacity-9999.ebuild | 8 ++++----
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild b/x11-misc/set_opacity/set_opacity-1.0.ebuild
17 index 6f014ba2556..c2462bb21a7 100644
18 --- a/x11-misc/set_opacity/set_opacity-1.0.ebuild
19 +++ b/x11-misc/set_opacity/set_opacity-1.0.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="4"
26 +EAPI=7
27
28 inherit toolchain-funcs
29
30
31 diff --git a/x11-misc/set_opacity/set_opacity-9999.ebuild b/x11-misc/set_opacity/set_opacity-9999.ebuild
32 index 5d3a926a7b1..d08b2ad8465 100644
33 --- a/x11-misc/set_opacity/set_opacity-9999.ebuild
34 +++ b/x11-misc/set_opacity/set_opacity-9999.ebuild
35 @@ -1,12 +1,12 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI="6"
41 -
42 -EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git"
43 +EAPI=7
44
45 inherit git-r3 toolchain-funcs
46
47 +EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git"
48 +
49 DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc."
50 HOMEPAGE="https://github.com/XVilka/set_opacity"
51 SRC_URI=""