public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalib/
@ 2016-12-10 22:52 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2016-12-10 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     72d277cad988df8600b29815083cd9030c02a8f7
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Dec 10 08:26:15 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 22:50:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d277ca

x11-misc/xcalib: 0.9.0 version bump, switch to cmake, EAPI 6

Actually fetch from Github snapshot, release tarball from sourceforge
does not work and there have been a few fixes since release.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3069

 x11-misc/xcalib/Manifest                      |  1 +
 x11-misc/xcalib/metadata.xml                  |  2 +-
 x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild | 29 +++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xcalib/Manifest b/x11-misc/xcalib/Manifest
index d44cdf6..5f6587e 100644
--- a/x11-misc/xcalib/Manifest
+++ b/x11-misc/xcalib/Manifest
@@ -1 +1,2 @@
+DIST xcalib-0.9.0_p20161210.tar.gz 36687 SHA256 ff8eebe34da3b9e548ea94cc4ecd741e06509f85e2a4fe7a586cf80bd4bb863c SHA512 31d9159a67082cd0c63d6ed0e34872cd776adbaf14dca754a6ae2355d24a972a6db5811a3d7e69e24c88534c7f63e8d1285304272bd293e3a93c35c240d99907 WHIRLPOOL 3b16eb8860d43a2e761fb2e6023e74b5363bb8402975fbfd2ec0749e0d706c6fbd987275e3dc2a87b5b04d93604c3a20ebf5f67f88bb38972ac3f46b37b160fb
 DIST xcalib-source-0.8.tar.gz 32782 SHA256 8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6 SHA512 08d4cf579e566543ef7e5d233a6a49dd34a791a6aac31510d459d2300ec81828cf77ba2c495ee0c5e72e910c1986fc53c9ccd8f8455f097747508dd6adae8216 WHIRLPOOL 36ad304210c95bce4024096c44a15937b3d5164f678d2996e40a138dd7e517d4f3a89099a0d9f974977a2b3fd4717f5b83a55a6ec662a91a3013495f237f1219

diff --git a/x11-misc/xcalib/metadata.xml b/x11-misc/xcalib/metadata.xml
index 1bff67c..f26d6de 100644
--- a/x11-misc/xcalib/metadata.xml
+++ b/x11-misc/xcalib/metadata.xml
@@ -3,6 +3,6 @@
 <pkgmetadata>
     <!-- maintainer-needed -->
     <upstream>
-        <remote-id type="sourceforge">xcalib</remote-id>
+        <remote-id type="github">OpenICC/xcalib</remote-id>
     </upstream>
 </pkgmetadata>

diff --git a/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild b/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild
new file mode 100644
index 00000000..7200c2c
--- /dev/null
+++ b/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A tiny monitor calibration loader for X.org"
+HOMEPAGE="https://github.com/OpenICC/xcalib"
+COMMIT="95c932996cfc9f792dea4a6c49fec3c1ed2267ac"
+SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+	x11-libs/libX11
+	x11-libs/libXrandr
+	x11-libs/libXxf86vm
+"
+DEPEND="${RDEPEND}
+	x11-libs/libXext
+	x11-proto/xf86vidmodeproto
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalib/
@ 2018-12-08 23:53 Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2018-12-08 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f8f0bef7882a14efaf911a196082ad6b96a74624
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 23:52:20 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 23:53:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f0bef7

x11-misc/xcalib: keyword ~arm

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild b/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild
index 3a3511979e2..39b237e5d26 100644
--- a/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild
+++ b/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalib/
@ 2019-04-03 20:27 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-04-03 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5ab2b163edbd5ce00d8449ee1dff76a66ef959f7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  3 19:55:28 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr  3 20:27:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab2b163

x11-misc/xcalib: 0.10 version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/xcalib/Manifest           |  1 +
 x11-misc/xcalib/xcalib-0.10.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/x11-misc/xcalib/Manifest b/x11-misc/xcalib/Manifest
index f5019fcee2a..8adf157c5f3 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 00000000000..67cb6f0ee2b
--- /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
+"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalib/
@ 2019-04-10  6:03 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-04-10  6:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3e6894d6a993d97c0e1f6f5e053df55b42e74f43
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 18:29:54 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 06:03:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6894d6

x11-misc/xcalib: Drop 0.9.0_p20161210

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/xcalib/Manifest                      |  1 -
 x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild | 28 ---------------------------
 2 files changed, 29 deletions(-)

diff --git a/x11-misc/xcalib/Manifest b/x11-misc/xcalib/Manifest
index 8adf157c5f3..407c72f7b3f 100644
--- a/x11-misc/xcalib/Manifest
+++ b/x11-misc/xcalib/Manifest
@@ -1,2 +1 @@
 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.9.0_p20161210.ebuild b/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild
deleted file mode 100644
index 39b237e5d26..00000000000
--- a/x11-misc/xcalib/xcalib-0.9.0_p20161210.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A tiny monitor calibration loader for X.org"
-HOMEPAGE="https://github.com/OpenICC/xcalib"
-COMMIT="95c932996cfc9f792dea4a6c49fec3c1ed2267ac"
-SRC_URI="${HOMEPAGE}/archive/${COMMIT}.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
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalib/
@ 2019-04-21  2:58 Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2019-04-21  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f43135f8fb622da5e80951028bb785c41afaf738
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 02:58:38 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 02:58:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43135f8

x11-misc/xcalib: keyword ~arm64

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 x11-misc/xcalib/xcalib-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xcalib/xcalib-0.10.ebuild b/x11-misc/xcalib/xcalib-0.10.ebuild
index 67cb6f0ee2b..b97a5657866 100644
--- a/x11-misc/xcalib/xcalib-0.10.ebuild
+++ b/x11-misc/xcalib/xcalib-0.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/OpenICC/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalib/
@ 2023-09-04 21:24 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2023-09-04 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a07cb18b0d9c39f4aa1b0e538d208d9a5e0069b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 19:25:11 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 21:24:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07cb18b

x11-misc/xcalib: update EAPI 7 -> 8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/xcalib/xcalib-0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xcalib/xcalib-0.10.ebuild b/x11-misc/xcalib/xcalib-0.10.ebuild
index 93348fe9c4d1..74d0b6510315 100644
--- a/x11-misc/xcalib/xcalib-0.10.ebuild
+++ b/x11-misc/xcalib/xcalib-0.10.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-09-04 21:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-21  2:58 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalib/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2023-09-04 21:24 Andreas Sturmlechner
2019-04-10  6:03 Andreas Sturmlechner
2019-04-03 20:27 Andreas Sturmlechner
2018-12-08 23:53 Anthony G. Basile
2016-12-10 22:52 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox