Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/rgb/
Date: Tue, 08 Sep 2020 19:25:13
Message-Id: 1599593101.a7c1ed15d1ce0507c185b3a04f48a68438d63604.mattst88@gentoo
1 commit: a7c1ed15d1ce0507c185b3a04f48a68438d63604
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 4 23:15:56 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 8 19:25:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c1ed15
7
8 x11-apps/rgb: EAPI 7
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-apps/rgb/rgb-1.0.6-r1.ebuild | 13 +++++++++++++
15 1 file changed, 13 insertions(+)
16
17 diff --git a/x11-apps/rgb/rgb-1.0.6-r1.ebuild b/x11-apps/rgb/rgb-1.0.6-r1.ebuild
18 new file mode 100644
19 index 00000000000..933c817596e
20 --- /dev/null
21 +++ b/x11-apps/rgb/rgb-1.0.6-r1.ebuild
22 @@ -0,0 +1,13 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit xorg-3
29 +
30 +DESCRIPTION="uncompile an rgb color-name database"
31 +
32 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
33 +DEPEND="${RDEPEND}
34 + x11-base/xorg-proto"
35 +BDEPEND="x11-misc/util-macros"