Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalib/
Date: Wed, 10 Apr 2019 06:03:38
Message-Id: 1554876197.3e6894d6a993d97c0e1f6f5e053df55b42e74f43.asturm@gentoo
1 commit: 3e6894d6a993d97c0e1f6f5e053df55b42e74f43
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 18:29:54 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 06:03:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6894d6
7
8 x11-misc/xcalib: Drop 0.9.0_p20161210
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/xcalib/Manifest | 1 -
14 x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild | 28 ---------------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/x11-misc/xcalib/Manifest b/x11-misc/xcalib/Manifest
18 index 8adf157c5f3..407c72f7b3f 100644
19 --- a/x11-misc/xcalib/Manifest
20 +++ b/x11-misc/xcalib/Manifest
21 @@ -1,2 +1 @@
22 DIST xcalib-0.10.tar.gz 36769 BLAKE2B 419bcbe4c87bd8af5869537d334ec08e1e1d262d8a3ef550a5e99451ccfebce37025b95e7044ca782faac6f933e5a0a5b65c8ced10ea1f5aab8f3bc93290d959 SHA512 c52252c903125bf95592d35a75c818be196dd92a86ceab39e0a933162e04e160f2303d20e5892e72a23a7e8067c1e8d785381b4c327980a6fab22ed093c28f41
23 -DIST xcalib-0.9.0_p20161210.tar.gz 36687 BLAKE2B 7b1634a4390ba1aa90b246176e928d2bdc7f8478771744628dd454eab43ea9b42d479950c5748baadb8d081462ddc036a34f30653bc8f7871ed09e05441ad2c3 SHA512 31d9159a67082cd0c63d6ed0e34872cd776adbaf14dca754a6ae2355d24a972a6db5811a3d7e69e24c88534c7f63e8d1285304272bd293e3a93c35c240d99907
24
25 diff --git a/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild b/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild
26 deleted file mode 100644
27 index 39b237e5d26..00000000000
28 --- a/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils
37 -
38 -DESCRIPTION="A tiny monitor calibration loader for X.org"
39 -HOMEPAGE="https://github.com/OpenICC/xcalib"
40 -COMMIT="95c932996cfc9f792dea4a6c49fec3c1ed2267ac"
41 -SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - x11-libs/libX11
50 - x11-libs/libXrandr
51 - x11-libs/libXxf86vm
52 -"
53 -DEPEND="${RDEPEND}
54 - x11-base/xorg-proto
55 - x11-libs/libXext
56 -"
57 -
58 -S="${WORKDIR}/${PN}-${COMMIT}"