public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sct/
Date: Sat, 28 Jan 2017 22:59:51 +0000 (UTC)	[thread overview]
Message-ID: <1485644352.a44f5f77f1a47b52226b871969c49e3096ab1dbd.monsieurp@gentoo> (raw)

commit:     a44f5f77f1a47b52226b871969c49e3096ab1dbd
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 22:58:54 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 22:59:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44f5f77

x11-misc/sct: new package.

sct is a CLI tool for setting the colour temperature of your screen.

Gentoo-Bug: https://bugs.gentoo.org/606168

Package-Manager: portage-2.3.0

 x11-misc/sct/Manifest       |  1 +
 x11-misc/sct/metadata.xml   |  8 ++++++++
 x11-misc/sct/sct-0.3.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/x11-misc/sct/Manifest b/x11-misc/sct/Manifest
new file mode 100644
index 00000000..0a5d715
--- /dev/null
+++ b/x11-misc/sct/Manifest
@@ -0,0 +1 @@
+DIST sct-0.3.tar.gz 3679 SHA256 e8249e18cbc35fa106bfb90e715938b180f711d0e4f917636b340382ff2cf35c SHA512 515719e61afb7274749e28321f79adae4f7400e535e577cbada8453fe22c290aa50e5db8a5b93c7945d1759e08619ae75f3f33e9649cf31805b1c2ec82f711a1 WHIRLPOOL c77fd7e252528b12670a4fbb8a9e4c474d7fcad5d678b40fdf8c28d5308ba9be0d9d127a97f468a42433d18bfb9a99dd87422a9f75e9aec2a7287d3ade17aa48

diff --git a/x11-misc/sct/metadata.xml b/x11-misc/sct/metadata.xml
new file mode 100644
index 00000000..58c1077
--- /dev/null
+++ b/x11-misc/sct/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>monsieurp@gentoo.org</email>
+		<name>Patrice Clement</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/x11-misc/sct/sct-0.3.ebuild b/x11-misc/sct/sct-0.3.ebuild
new file mode 100644
index 00000000..2dde0bf
--- /dev/null
+++ b/x11-misc/sct/sct-0.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Set color temperature of the screen"
+HOMEPAGE="https://www.umaxx.net/"
+SRC_URI="https://www.umaxx.net/dl/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="x11-libs/libXrandr"
+RDEPEND="${DEPEND}"
+
+DOCS=( README )
+
+src_prepare() {
+	default
+	sed \
+		-e 's:_BSD_SOURCE:_DEFAULT_SOURCE:g' \
+		-i Makefile || die
+}
+
+src_install() {
+	dobin "${PN}"
+	doman "${PN}.1"
+	einstalldocs
+}


             reply	other threads:[~2017-01-28 23:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-28 22:59 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-13 19:45 [gentoo-commits] repo/gentoo:master commit in: x11-misc/sct/ Patrice Clement
2017-05-17  9:41 Patrice Clement
2017-06-14  9:26 Patrice Clement
2018-06-24 16:53 Patrice Clement
2018-06-24 16:53 Patrice Clement
2020-01-16  8:29 Georgy Yakovlev
2020-04-13  9:40 Patrice Clement
2020-12-03 20:53 Patrice Clement
2020-12-03 20:53 Patrice Clement
2020-12-03 20:53 Patrice Clement
2021-01-19 20:24 Patrice Clement
2021-01-19 20:24 Patrice Clement

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=1485644352.a44f5f77f1a47b52226b871969c49e3096ab1dbd.monsieurp@gentoo \
    --to=monsieurp@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