public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
@ 2018-12-01 22:47 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-12-01 22:47 UTC (permalink / raw
  To: gentoo-commits

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>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
@ 2018-12-02  0:17 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-12-02  0:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f41d89fa82a14d29a8be1a24a4689ad1f1b8be1b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 00:17:21 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 00:17:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41d89fa

dev-libs/light: add dep for udev

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

 dev-libs/light/{light-1.2.ebuild => light-1.2-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/light/light-1.2.ebuild b/dev-libs/light/light-1.2-r1.ebuild
similarity index 91%
rename from dev-libs/light/light-1.2.ebuild
rename to dev-libs/light/light-1.2-r1.ebuild
index adc2243bbb0..ce2801ebb1c 100644
--- a/dev-libs/light/light-1.2.ebuild
+++ b/dev-libs/light/light-1.2-r1.ebuild
@@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="udev"
 
 RDEPEND=""
-DEPEND="${RDEPEND}"
+DEPEND="udev? ( virtual/libudev:= )
+		${RDEPEND}"
 
 src_prepare() {
 	eautoreconf


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
@ 2020-09-02 21:59 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2020-09-02 21:59 UTC (permalink / raw
  To: gentoo-commits

commit:     787ff20e173ee595367d59bf415fec4248deb18a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 21:59:11 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 21:59:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787ff20e

dev-libs/light: drop old

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

 dev-libs/light/Manifest            |  1 -
 dev-libs/light/light-1.2-r1.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-libs/light/Manifest b/dev-libs/light/Manifest
index 5d884d0a8cd..40377959c4b 100644
--- a/dev-libs/light/Manifest
+++ b/dev-libs/light/Manifest
@@ -1,2 +1 @@
 DIST light-1.2.2.tar.gz 33009 BLAKE2B 6e23d7f89c1dbf412943f2b60a09f9189c5420649397a286fa964d249adb57cafb2943ef610dd13470e486d9dfb51ca40289d9974760e907f794baa27963821d SHA512 5815394fb1545d1e06234c261d475e1836e4c43e47e7707b8628891d20b70db04f1661b78ca1d236d549c734430b606498fa46de060c854791b13cf49de07b59
-DIST light-1.2.tar.gz 32592 BLAKE2B 86d2bf4a88cf61ec1b7af16510db3d26698397d5cc3ddee7f663c1f501ca6b5bf238e5f29f17142d6196908e1d444795abed41a12560c9411214d4a874c96ddb SHA512 3f876262a730ef34219e0d596065c725376218ca88a2e9f56f62a25956b9ba505168f32c5877715abf746090c053873322a3292680055cc2f5b77ec8c0d466a4

diff --git a/dev-libs/light/light-1.2-r1.ebuild b/dev-libs/light/light-1.2-r1.ebuild
deleted file mode 100644
index ce2801ebb1c..00000000000
--- a/dev-libs/light/light-1.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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="udev? ( virtual/libudev:= )
-		${RDEPEND}"
-
-src_prepare() {
-	eautoreconf
-	default
-}
-
-src_configure() {
-	use udev && econf \
-		--with-udev="/lib/udev/rules.d"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
@ 2021-02-14 21:10 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2021-02-14 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a427ccc4187a664add2f9b291c95b1268f237d16
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 21:05:37 2021 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 21:10:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a427ccc4

dev-libs/light: bump to -r1; add dep on acct-group/video

* Drop inherit on eutils and flag-o-matic

Closes: https://bugs.gentoo.org/757372
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/light/light-1.2.2-r1.ebuild | 40 ++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/dev-libs/light/light-1.2.2-r1.ebuild b/dev-libs/light/light-1.2.2-r1.ebuild
new file mode 100644
index 00000000000..8ea699addeb
--- /dev/null
+++ b/dev-libs/light/light-1.2.2-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools udev
+
+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="acct-group/video"
+DEPEND="udev? ( virtual/libudev:= )
+	${RDEPEND}"
+
+src_prepare() {
+	eapply "${FILESDIR}/${P}-fcommon.patch"
+	eapply_user
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+	$(usex udev --with-udev="/lib/udev/rules.d" "")
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+	use udev && udev_reload
+
+	ewarn "To use light as a regular user you must be a part of the video group"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
@ 2021-08-28 20:08 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2021-08-28 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     eeaff4698d02a2a7ac260df89054e467ae7a64f9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 20:07:44 2021 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Aug 28 20:08:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeaff469

dev-libs/light: block sys-power/acpilight; bump EAPI

Closes: https://bugs.gentoo.org/740234
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/light/{light-1.2.2-r1.ebuild => light-1.2.2-r2.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-libs/light/light-1.2.2-r1.ebuild b/dev-libs/light/light-1.2.2-r2.ebuild
similarity index 92%
rename from dev-libs/light/light-1.2.2-r1.ebuild
rename to dev-libs/light/light-1.2.2-r2.ebuild
index 8ea699addeb..d5aa9820774 100644
--- a/dev-libs/light/light-1.2.2-r1.ebuild
+++ b/dev-libs/light/light-1.2.2-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools udev
 
@@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="udev"
 
-RDEPEND="acct-group/video"
+RDEPEND="
+	acct-group/video
+	!sys-power/acpilight
+"
 DEPEND="udev? ( virtual/libudev:= )
 	${RDEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
@ 2021-08-29 10:02 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2021-08-29 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     19fb7f13f4e8a52fd44c9145a81e0bf8cdc192ac
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 10:01:41 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 10:01:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fb7f13

dev-libs/light: x86 stable wrt bug #810823

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/light/light-1.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/light/light-1.2.2-r2.ebuild b/dev-libs/light/light-1.2.2-r2.ebuild
index d5aa9820774..750cc3950d9 100644
--- a/dev-libs/light/light-1.2.2-r2.ebuild
+++ b/dev-libs/light/light-1.2.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/haikarainen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 IUSE="udev"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
@ 2021-08-29 17:57 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-08-29 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     36f80fdacdd24269ce02c7c47e2c94e86a50124f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 17:55:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 17:55:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f80fda

dev-libs/light: Stabilize 1.2.2-r2 amd64, #810823

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/light/light-1.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/light/light-1.2.2-r2.ebuild b/dev-libs/light/light-1.2.2-r2.ebuild
index 750cc3950d9..64dd04c8b3f 100644
--- a/dev-libs/light/light-1.2.2-r2.ebuild
+++ b/dev-libs/light/light-1.2.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/haikarainen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="udev"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
@ 2021-08-29 22:33 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2021-08-29 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     feae9c568a30c5b2ec6798c4e2daec26b1987210
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 22:32:31 2021 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 22:32:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feae9c56

dev-libs/light: drop old

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

 dev-libs/light/light-1.2.2.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-libs/light/light-1.2.2.ebuild b/dev-libs/light/light-1.2.2.ebuild
deleted file mode 100644
index 8210dc3ec01..00000000000
--- a/dev-libs/light/light-1.2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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="udev? ( virtual/libudev:= )
-		${RDEPEND}"
-
-src_prepare() {
-	eapply "${FILESDIR}/${P}-fcommon.patch"
-	eapply_user
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(usex udev --with-udev="/lib/udev/rules.d" "")
-	)
-	econf "${myeconfargs[@]}"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/
@ 2022-04-28  3:34 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-04-28  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     10fe9319855a4c353a14cb698ac5bf9bf550a12b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 03:23:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 03:31:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fe9319

dev-libs/light: use get_udevdir

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/light/light-1.2.2-r2.ebuild | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/dev-libs/light/light-1.2.2-r2.ebuild b/dev-libs/light/light-1.2.2-r2.ebuild
index 64dd04c8b3f4..9d2a121969e2 100644
--- a/dev-libs/light/light-1.2.2-r2.ebuild
+++ b/dev-libs/light/light-1.2.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,25 +12,27 @@ SRC_URI="https://github.com/haikarainen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-
 IUSE="udev"
 
 RDEPEND="
 	acct-group/video
 	!sys-power/acpilight
+	udev? ( virtual/libudev:= )
 "
-DEPEND="udev? ( virtual/libudev:= )
-	${RDEPEND}"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${P}-fcommon.patch"
+)
 
 src_prepare() {
-	eapply "${FILESDIR}/${P}-fcommon.patch"
-	eapply_user
+	default
 	eautoreconf
 }
 
 src_configure() {
 	local myeconfargs=(
-	$(usex udev --with-udev="/lib/udev/rules.d" "")
+		$(usex udev --with-udev="$(get_udevdir)/rules.d" "")
 	)
 
 	econf "${myeconfargs[@]}"


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

end of thread, other threads:[~2022-04-28  3:34 UTC | newest]

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

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