From 5ab2b163edbd5ce00d8449ee1dff76a66ef959f7 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 3 Apr 2019 21:55:28 +0200 Subject: x11-misc/xcalib: 0.10 version bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- x11-misc/xcalib/Manifest | 1 + x11-misc/xcalib/xcalib-0.10.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 x11-misc/xcalib/xcalib-0.10.ebuild (limited to 'x11-misc/xcalib') diff --git a/x11-misc/xcalib/Manifest b/x11-misc/xcalib/Manifest index f5019fcee2aa..8adf157c5f3e 100644 --- a/x11-misc/xcalib/Manifest +++ b/x11-misc/xcalib/Manifest @@ -1 +1,2 @@ +DIST xcalib-0.10.tar.gz 36769 BLAKE2B 419bcbe4c87bd8af5869537d334ec08e1e1d262d8a3ef550a5e99451ccfebce37025b95e7044ca782faac6f933e5a0a5b65c8ced10ea1f5aab8f3bc93290d959 SHA512 c52252c903125bf95592d35a75c818be196dd92a86ceab39e0a933162e04e160f2303d20e5892e72a23a7e8067c1e8d785381b4c327980a6fab22ed093c28f41 DIST xcalib-0.9.0_p20161210.tar.gz 36687 BLAKE2B 7b1634a4390ba1aa90b246176e928d2bdc7f8478771744628dd454eab43ea9b42d479950c5748baadb8d081462ddc036a34f30653bc8f7871ed09e05441ad2c3 SHA512 31d9159a67082cd0c63d6ed0e34872cd776adbaf14dca754a6ae2355d24a972a6db5811a3d7e69e24c88534c7f63e8d1285304272bd293e3a93c35c240d99907 diff --git a/x11-misc/xcalib/xcalib-0.10.ebuild b/x11-misc/xcalib/xcalib-0.10.ebuild new file mode 100644 index 000000000000..67cb6f0ee2ba --- /dev/null +++ b/x11-misc/xcalib/xcalib-0.10.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="Tiny monitor calibration loader for X.org" +HOMEPAGE="https://github.com/OpenICC/xcalib" +SRC_URI="https://github.com/OpenICC/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXrandr + x11-libs/libXxf86vm +" +DEPEND="${RDEPEND} + x11-base/xorg-proto + x11-libs/libXext +" -- cgit v1.2.3-65-gdbad