public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcalib/
Date: Sat, 10 Dec 2016 22:52:21 +0000 (UTC)	[thread overview]
Message-ID: <1481410229.72d277cad988df8600b29815083cd9030c02a8f7.soap@gentoo> (raw)

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}"


             reply	other threads:[~2016-12-10 22:52 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481410229.72d277cad988df8600b29815083cd9030c02a8f7.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox