public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
Date: Sat,  1 Dec 2018 22:47:05 +0000 (UTC)	[thread overview]
Message-ID: <1543704403.06bb1dfb75fa11ab7bd3754eebedb586213a8d02.bman@gentoo> (raw)

commit:     06bb1dfb75fa11ab7bd3754eebedb586213a8d02
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 22:46:43 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 22:46:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bb1dfb

dev-libs/light: new package

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/light/Manifest         |  1 +
 dev-libs/light/light-1.2.ebuild | 29 +++++++++++++++++++++++++++++
 dev-libs/light/metadata.xml     | 11 +++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-libs/light/Manifest b/dev-libs/light/Manifest
new file mode 100644
index 00000000000..bb1931fe604
--- /dev/null
+++ b/dev-libs/light/Manifest
@@ -0,0 +1 @@
+DIST light-1.2.tar.gz 32592 BLAKE2B 86d2bf4a88cf61ec1b7af16510db3d26698397d5cc3ddee7f663c1f501ca6b5bf238e5f29f17142d6196908e1d444795abed41a12560c9411214d4a874c96ddb SHA512 3f876262a730ef34219e0d596065c725376218ca88a2e9f56f62a25956b9ba505168f32c5877715abf746090c053873322a3292680055cc2f5b77ec8c0d466a4

diff --git a/dev-libs/light/light-1.2.ebuild b/dev-libs/light/light-1.2.ebuild
new file mode 100644
index 00000000000..adc2243bbb0
--- /dev/null
+++ b/dev-libs/light/light-1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A program to control backlights (and other hardware lights)"
+HOMEPAGE="https://github.com/haikarainen/light"
+SRC_URI="https://github.com/haikarainen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="udev"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	eautoreconf
+	default
+}
+
+src_configure() {
+	use udev && econf \
+		--with-udev="/lib/udev/rules.d"
+}

diff --git a/dev-libs/light/metadata.xml b/dev-libs/light/metadata.xml
new file mode 100644
index 00000000000..62e9eba6759
--- /dev/null
+++ b/dev-libs/light/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>bman@gentoo.org</email>
+        <name>Aaron Bauman</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="github">haikarainen/light</remote-id>
+    </upstream>
+</pkgmetadata>


             reply	other threads:[~2018-12-01 22:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-01 22:47 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-12-02  0:17 [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/ Aaron Bauman
2020-09-02 21:59 Aaron Bauman
2021-02-14 21:10 Aaron Bauman
2021-08-28 20:08 Aaron Bauman
2021-08-29 10:02 Agostino Sarubbo
2021-08-29 17:57 Sam James
2021-08-29 22:33 Aaron Bauman
2022-04-28  3:34 Sam James

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=1543704403.06bb1dfb75fa11ab7bd3754eebedb586213a8d02.bman@gentoo \
    --to=bman@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