commit: f3f63643329becce80559fc158104870224be865 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Sun May 10 15:46:18 2020 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Sun May 10 15:51:02 2020 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=f3f63643
x11-misc/screentest: 2.1 + EAPI 7 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> Package-Manager: Portage-2.3.99, Repoman-2.3.22 x11-misc/screentest/screentest-2.1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/x11-misc/screentest/screentest-2.1.ebuild b/x11-misc/screentest/screentest-2.1.ebuild new file mode 100644 index 0000000..6090dc3 --- /dev/null +++ b/x11-misc/screentest/screentest-2.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="CRT and LCD screen testing utility" +HOMEPAGE="https://tobix.github.io/screentest/" +SRC_URI="https://github.com/TobiX/screentest/releases/download/${PV}/screentest-${PV}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.36.0 + >=x11-libs/gtk+-2.16.0:2 + " +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40.0 + "
