Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: x11-misc/screentest/
Date: Sun, 10 May 2020 15:51:28
Message-Id: 1589125862.f3f63643329becce80559fc158104870224be865.sping@gentoo
1 commit: f3f63643329becce80559fc158104870224be865
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 15:46:18 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 15:51:02 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=f3f63643
7
8 x11-misc/screentest: 2.1 + EAPI 7
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12
13 x11-misc/screentest/screentest-2.1.ebuild | 20 ++++++++++++++++++++
14 1 file changed, 20 insertions(+)
15
16 diff --git a/x11-misc/screentest/screentest-2.1.ebuild b/x11-misc/screentest/screentest-2.1.ebuild
17 new file mode 100644
18 index 0000000..6090dc3
19 --- /dev/null
20 +++ b/x11-misc/screentest/screentest-2.1.ebuild
21 @@ -0,0 +1,20 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="CRT and LCD screen testing utility"
28 +HOMEPAGE="https://tobix.github.io/screentest/"
29 +SRC_URI="https://github.com/TobiX/screentest/releases/download/${PV}/screentest-${PV}.tar.xz"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~x86"
34 +IUSE=""
35 +
36 +RDEPEND=">=dev-libs/glib-2.36.0
37 + >=x11-libs/gtk+-2.16.0:2
38 + "
39 +DEPEND="${RDEPEND}
40 + >=dev-util/intltool-0.40.0
41 + "