From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1770F138334 for ; Sat, 1 Dec 2018 22:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD78AE095F; Sat, 1 Dec 2018 22:47:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 904B6E095F for ; Sat, 1 Dec 2018 22:47:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6671C335C58 for ; Sat, 1 Dec 2018 22:47:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 696C142F for ; Sat, 1 Dec 2018 22:47:05 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1543704403.06bb1dfb75fa11ab7bd3754eebedb586213a8d02.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/light/Manifest dev-libs/light/light-1.2.ebuild dev-libs/light/metadata.xml X-VCS-Directories: dev-libs/light/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 06bb1dfb75fa11ab7bd3754eebedb586213a8d02 X-VCS-Branch: master Date: Sat, 1 Dec 2018 22:47:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc6b96a4-269d-4a51-8ac8-b023b35eac9e X-Archives-Hash: f08c247d57dddea6ee55b14ae9b54dc2 commit: 06bb1dfb75fa11ab7bd3754eebedb586213a8d02 Author: Aaron Bauman gentoo org> AuthorDate: Sat Dec 1 22:46:43 2018 +0000 Commit: Aaron Bauman gentoo 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 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 @@ + + + + + bman@gentoo.org + Aaron Bauman + + + haikarainen/light + +