public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-07-15 15:18 Brayan
  0 siblings, 0 replies; 10+ messages in thread
From: Brayan @ 2024-07-15 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     19a368a741456979efabe0267e06f5bd2402e316
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Mon Jul 15 14:40:25 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Mon Jul 15 14:40:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19a368a7

net-wireless/btscreenlocker: new package, add 1.6.1

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 net-wireless/btscreenlocker/Manifest               |  1 +
 .../btscreenlocker/btscreenlocker-1.6.1.ebuild     | 40 ++++++++++++++++++++++
 net-wireless/btscreenlocker/metadata.xml           | 12 +++++++
 3 files changed, 53 insertions(+)

diff --git a/net-wireless/btscreenlocker/Manifest b/net-wireless/btscreenlocker/Manifest
new file mode 100644
index 000000000..77906dad8
--- /dev/null
+++ b/net-wireless/btscreenlocker/Manifest
@@ -0,0 +1 @@
+DIST BtScreenLocker-1.6.1.tar.gz 60968 BLAKE2B cfacc6314a2a2c52971067f5a4fdc14ff14893be3f753a13b9d016b3bac2634d6f32c84528f91258fa5620f0397c154fbe106463e9713a1695ab5a694ce63572 SHA512 a0f2ea836800688c96fb6ae5d2cd691f2435ea193805bf27e24a017a05dc0ec80812785812131834eeddf9d89d39fc46f171affb9c3ee483b0a6d347c47343d2

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
new file mode 100644
index 000000000..04b6751a9
--- /dev/null
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Daemon to lock your screen when Bluetooth trusted devices go away."
+HOMEPAGE="https://github.com/brookiestein/BtScreenLocker"
+SRC_URI="https://github.com/brookiestein/BtScreenLocker/archive/refs/tags/${PV}.tar.gz -> BtScreenLocker-${PV}.tar.gz"
+S="${WORKDIR}/BtScreenLocker-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+dev-qt/qtbluetooth:5
+dev-qt/qtdbus:5
+dev-qt/qtwidgets:5
+dev-qt/linguist-tools:5
+>=net-wireless/bluez-5.76
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+sys-apps/coreutils
+>=dev-build/cmake-3.28
+"
+
+src_configure() {
+	cmake_src_configure || die "Couldn't configure ${PN}."
+}
+
+src_compile() {
+	cmake_build || die "Couldn't compile ${PN}."
+}
+
+src_install() {
+	cmake_src_install || die "Couldn't install ${PN}."
+}

diff --git a/net-wireless/btscreenlocker/metadata.xml b/net-wireless/btscreenlocker/metadata.xml
new file mode 100644
index 000000000..46b74feea
--- /dev/null
+++ b/net-wireless/btscreenlocker/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>this.brayan@proton.me</email>
+    <name>Brayan M. Salazar</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">brookiestein/BtScreenLocker</remote-id>
+    <bugs-to>https://github.com/brookiestein/BtScreenLocker/issues</bugs-to>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-07-15 18:15 Brayan
  0 siblings, 0 replies; 10+ messages in thread
From: Brayan @ 2024-07-15 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     9af8c0ed33a761046fa66379429bd38c80590387
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Mon Jul 15 18:12:00 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Mon Jul 15 18:14:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9af8c0ed

net-wireless/btscreenlocker:

* Removed unnecesary function implementations.
* Removed unnecesary dependency on a system package.
* Added required dependency on virtual/pkgconfig.

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
index 04b6751a9..e7c520c00 100644
--- a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=8
 
-inherit cmake
-
 DESCRIPTION="Daemon to lock your screen when Bluetooth trusted devices go away."
 HOMEPAGE="https://github.com/brookiestein/BtScreenLocker"
 SRC_URI="https://github.com/brookiestein/BtScreenLocker/archive/refs/tags/${PV}.tar.gz -> BtScreenLocker-${PV}.tar.gz"
@@ -23,18 +21,6 @@ dev-qt/linguist-tools:5
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-sys-apps/coreutils
+virtual/pkgconfig
 >=dev-build/cmake-3.28
 "
-
-src_configure() {
-	cmake_src_configure || die "Couldn't configure ${PN}."
-}
-
-src_compile() {
-	cmake_build || die "Couldn't compile ${PN}."
-}
-
-src_install() {
-	cmake_src_install || die "Couldn't install ${PN}."
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-07-15 19:53 Lucio Sauer
  0 siblings, 0 replies; 10+ messages in thread
From: Lucio Sauer @ 2024-07-15 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     83319890e0ee50137a7471d4764cb2c7e97f3e7f
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 15 19:45:23 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jul 15 19:45:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83319890

net-wireless/btscreenlocker: restore inherit cmake

Fixes: 9af8c0ed33a761046fa66379429bd38c80590387
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
index e7c520c00..202abb82e 100644
--- a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit cmake
+
 DESCRIPTION="Daemon to lock your screen when Bluetooth trusted devices go away."
 HOMEPAGE="https://github.com/brookiestein/BtScreenLocker"
 SRC_URI="https://github.com/brookiestein/BtScreenLocker/archive/refs/tags/${PV}.tar.gz -> BtScreenLocker-${PV}.tar.gz"


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-07-15 21:30 Brayan
  0 siblings, 0 replies; 10+ messages in thread
From: Brayan @ 2024-07-15 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2fee1b06b667f60aeb5d66f90b7f9e1e6b5dc88e
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Mon Jul 15 21:29:27 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Mon Jul 15 21:29:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fee1b06

net-wireless/btscreenlocker: add 1.6.2, drop 1.6.1

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 net-wireless/btscreenlocker/Manifest                                  | 2 +-
 .../{btscreenlocker-1.6.1.ebuild => btscreenlocker-1.6.2.ebuild}      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-wireless/btscreenlocker/Manifest b/net-wireless/btscreenlocker/Manifest
index 77906dad8..2525ab5ae 100644
--- a/net-wireless/btscreenlocker/Manifest
+++ b/net-wireless/btscreenlocker/Manifest
@@ -1 +1 @@
-DIST BtScreenLocker-1.6.1.tar.gz 60968 BLAKE2B cfacc6314a2a2c52971067f5a4fdc14ff14893be3f753a13b9d016b3bac2634d6f32c84528f91258fa5620f0397c154fbe106463e9713a1695ab5a694ce63572 SHA512 a0f2ea836800688c96fb6ae5d2cd691f2435ea193805bf27e24a017a05dc0ec80812785812131834eeddf9d89d39fc46f171affb9c3ee483b0a6d347c47343d2
+DIST BtScreenLocker-1.6.2.tar.gz 61168 BLAKE2B 864b622b4b257e4032d777c398a45e0ac2f0378774913deaedcdda9231feda4762ad40706508f8a3e5d21f8feab8a347c8fea79e16e9d832f5d45c1045bfdfdc SHA512 a8073f6622f54bae4aa6ab21cc91bd1405bd5037d8d3d6d06cb1f04badc47270a6aea241da93177652c41154a5e25709251a20bd4bda5f3ac411804e23ee4684

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.6.2.ebuild
similarity index 100%
rename from net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
rename to net-wireless/btscreenlocker/btscreenlocker-1.6.2.ebuild
index 202abb82e..328c9843a 100644
--- a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.6.2.ebuild
@@ -15,14 +15,14 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="
+dev-qt/linguist-tools:5
 dev-qt/qtbluetooth:5
 dev-qt/qtdbus:5
 dev-qt/qtwidgets:5
-dev-qt/linguist-tools:5
 >=net-wireless/bluez-5.76
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-virtual/pkgconfig
 >=dev-build/cmake-3.28
+virtual/pkgconfig
 "


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-07-16 14:58 Brayan
  0 siblings, 0 replies; 10+ messages in thread
From: Brayan @ 2024-07-16 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     907f45ce2179b76fa5f72034daae78fcaf40d14a
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Tue Jul 16 14:57:02 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Tue Jul 16 14:57:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=907f45ce

net-wireless/btscreenlocker: add 1.6.3

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 net-wireless/btscreenlocker/Manifest               |  1 +
 .../btscreenlocker/btscreenlocker-1.6.3.ebuild     | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/net-wireless/btscreenlocker/Manifest b/net-wireless/btscreenlocker/Manifest
index 2525ab5ae..1f1a9fbc7 100644
--- a/net-wireless/btscreenlocker/Manifest
+++ b/net-wireless/btscreenlocker/Manifest
@@ -1 +1,2 @@
 DIST BtScreenLocker-1.6.2.tar.gz 61168 BLAKE2B 864b622b4b257e4032d777c398a45e0ac2f0378774913deaedcdda9231feda4762ad40706508f8a3e5d21f8feab8a347c8fea79e16e9d832f5d45c1045bfdfdc SHA512 a8073f6622f54bae4aa6ab21cc91bd1405bd5037d8d3d6d06cb1f04badc47270a6aea241da93177652c41154a5e25709251a20bd4bda5f3ac411804e23ee4684
+DIST BtScreenLocker-1.6.3.tar.gz 61599 BLAKE2B cc04095e769fe4fabab83b695652afc044a87c63b4205bd6300ae1e3504a083479da20f92d71edff0d1aaa371ecf1c33b6692e6df4742c9bee48308a1d049863 SHA512 1f0359f1cbebab89acc9e539119513b5cde77b1ddc99ad4bcb2c5ea7e8c82c72afed90297f925ed6b113e0f910c2966dd37b92190a76ce81b215a5117fadd96c

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.3.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.6.3.ebuild
new file mode 100644
index 000000000..328c9843a
--- /dev/null
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.6.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Daemon to lock your screen when Bluetooth trusted devices go away."
+HOMEPAGE="https://github.com/brookiestein/BtScreenLocker"
+SRC_URI="https://github.com/brookiestein/BtScreenLocker/archive/refs/tags/${PV}.tar.gz -> BtScreenLocker-${PV}.tar.gz"
+S="${WORKDIR}/BtScreenLocker-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+dev-qt/linguist-tools:5
+dev-qt/qtbluetooth:5
+dev-qt/qtdbus:5
+dev-qt/qtwidgets:5
+>=net-wireless/bluez-5.76
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+>=dev-build/cmake-3.28
+virtual/pkgconfig
+"


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-07-23 19:34 Brayan
  0 siblings, 0 replies; 10+ messages in thread
From: Brayan @ 2024-07-23 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     595c11b280433f922f217c8e3240516088e06248
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Tue Jul 23 19:33:24 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Tue Jul 23 19:33:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=595c11b2

net-wireless/btscreenlocker: add 1.6.5

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 net-wireless/btscreenlocker/Manifest               |  1 +
 .../btscreenlocker/btscreenlocker-1.6.5.ebuild     | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/net-wireless/btscreenlocker/Manifest b/net-wireless/btscreenlocker/Manifest
index 1f1a9fbc7..89004fe7b 100644
--- a/net-wireless/btscreenlocker/Manifest
+++ b/net-wireless/btscreenlocker/Manifest
@@ -1,2 +1,3 @@
 DIST BtScreenLocker-1.6.2.tar.gz 61168 BLAKE2B 864b622b4b257e4032d777c398a45e0ac2f0378774913deaedcdda9231feda4762ad40706508f8a3e5d21f8feab8a347c8fea79e16e9d832f5d45c1045bfdfdc SHA512 a8073f6622f54bae4aa6ab21cc91bd1405bd5037d8d3d6d06cb1f04badc47270a6aea241da93177652c41154a5e25709251a20bd4bda5f3ac411804e23ee4684
 DIST BtScreenLocker-1.6.3.tar.gz 61599 BLAKE2B cc04095e769fe4fabab83b695652afc044a87c63b4205bd6300ae1e3504a083479da20f92d71edff0d1aaa371ecf1c33b6692e6df4742c9bee48308a1d049863 SHA512 1f0359f1cbebab89acc9e539119513b5cde77b1ddc99ad4bcb2c5ea7e8c82c72afed90297f925ed6b113e0f910c2966dd37b92190a76ce81b215a5117fadd96c
+DIST BtScreenLocker-1.6.5.tar.gz 61876 BLAKE2B e71b13f5c5a4407e76330bac64f27f84ed6338827d3f05dd9b53a4ddaad701688c8d87d02c0507b06f5d718532659de3ac50ead31fd033703052214141ff9a93 SHA512 9d5de0e9e1f7da6ba4883a0f0defe9dc3c57daacea99b0cbda0202907d1f3dc934022ebbfd332d2c4694eb35c170a7029c30d83b2dec5de8ce218fac7064ee7f

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.5.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.6.5.ebuild
new file mode 100644
index 000000000..328c9843a
--- /dev/null
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.6.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Daemon to lock your screen when Bluetooth trusted devices go away."
+HOMEPAGE="https://github.com/brookiestein/BtScreenLocker"
+SRC_URI="https://github.com/brookiestein/BtScreenLocker/archive/refs/tags/${PV}.tar.gz -> BtScreenLocker-${PV}.tar.gz"
+S="${WORKDIR}/BtScreenLocker-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+dev-qt/linguist-tools:5
+dev-qt/qtbluetooth:5
+dev-qt/qtdbus:5
+dev-qt/qtwidgets:5
+>=net-wireless/bluez-5.76
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+>=dev-build/cmake-3.28
+virtual/pkgconfig
+"


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-07-29 17:59 Brayan
  0 siblings, 0 replies; 10+ messages in thread
From: Brayan @ 2024-07-29 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     38715dc59eadb43d52a54f0d182187ec52a1eb6c
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Mon Jul 29 17:56:46 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Mon Jul 29 17:56:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38715dc5

net-wireless/btscreenlocker: add 1.7.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 net-wireless/btscreenlocker/Manifest               |  1 +
 .../btscreenlocker/btscreenlocker-1.7.0.ebuild     | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/net-wireless/btscreenlocker/Manifest b/net-wireless/btscreenlocker/Manifest
index 89004fe7b..0d8f8c890 100644
--- a/net-wireless/btscreenlocker/Manifest
+++ b/net-wireless/btscreenlocker/Manifest
@@ -1,3 +1,4 @@
 DIST BtScreenLocker-1.6.2.tar.gz 61168 BLAKE2B 864b622b4b257e4032d777c398a45e0ac2f0378774913deaedcdda9231feda4762ad40706508f8a3e5d21f8feab8a347c8fea79e16e9d832f5d45c1045bfdfdc SHA512 a8073f6622f54bae4aa6ab21cc91bd1405bd5037d8d3d6d06cb1f04badc47270a6aea241da93177652c41154a5e25709251a20bd4bda5f3ac411804e23ee4684
 DIST BtScreenLocker-1.6.3.tar.gz 61599 BLAKE2B cc04095e769fe4fabab83b695652afc044a87c63b4205bd6300ae1e3504a083479da20f92d71edff0d1aaa371ecf1c33b6692e6df4742c9bee48308a1d049863 SHA512 1f0359f1cbebab89acc9e539119513b5cde77b1ddc99ad4bcb2c5ea7e8c82c72afed90297f925ed6b113e0f910c2966dd37b92190a76ce81b215a5117fadd96c
 DIST BtScreenLocker-1.6.5.tar.gz 61876 BLAKE2B e71b13f5c5a4407e76330bac64f27f84ed6338827d3f05dd9b53a4ddaad701688c8d87d02c0507b06f5d718532659de3ac50ead31fd033703052214141ff9a93 SHA512 9d5de0e9e1f7da6ba4883a0f0defe9dc3c57daacea99b0cbda0202907d1f3dc934022ebbfd332d2c4694eb35c170a7029c30d83b2dec5de8ce218fac7064ee7f
+DIST BtScreenLocker-1.7.0.tar.gz 63124 BLAKE2B 2491696501e9ed9c0a424a6835082b30efcb60d125a0178e2b517207c339d16a972e7c6bea414839c0d6a4a185af483dafafe0e6037646c21e49ecde79b855c6 SHA512 e363e155e86c9105ca0ac692f2f50f8f07a47b9b27160441b4a4292130cc8c2e7dc1f706187dad804a3a2dbe1e241d62891328e8a12290c6f16bb3206187445e

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild
new file mode 100644
index 000000000..328c9843a
--- /dev/null
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Daemon to lock your screen when Bluetooth trusted devices go away."
+HOMEPAGE="https://github.com/brookiestein/BtScreenLocker"
+SRC_URI="https://github.com/brookiestein/BtScreenLocker/archive/refs/tags/${PV}.tar.gz -> BtScreenLocker-${PV}.tar.gz"
+S="${WORKDIR}/BtScreenLocker-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+dev-qt/linguist-tools:5
+dev-qt/qtbluetooth:5
+dev-qt/qtdbus:5
+dev-qt/qtwidgets:5
+>=net-wireless/bluez-5.76
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+>=dev-build/cmake-3.28
+virtual/pkgconfig
+"


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-08-07 12:06 Brayan
  0 siblings, 0 replies; 10+ messages in thread
From: Brayan @ 2024-08-07 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2a420e767c8d01c7ac3872a4fd0aef1d825a83fc
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Wed Aug  7 12:03:41 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Wed Aug  7 12:03:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a420e76

net-wireless/btscreenlocker: Fixed missing RDEPEND

This revision solves bug #937508

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 .../{btscreenlocker-1.7.0.ebuild => btscreenlocker-1.7.0-r1.ebuild}   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.7.0-r1.ebuild
similarity index 92%
rename from net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild
rename to net-wireless/btscreenlocker/btscreenlocker-1.7.0-r1.ebuild
index 328c9843a..5dbf7c19c 100644
--- a/net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.7.0-r1.ebuild
@@ -21,7 +21,9 @@ dev-qt/qtdbus:5
 dev-qt/qtwidgets:5
 >=net-wireless/bluez-5.76
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+dev-qt/qtcore:5
+dev-qt/qtgui:5"
 BDEPEND="
 >=dev-build/cmake-3.28
 virtual/pkgconfig


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-08-17 13:21 Brayan
  0 siblings, 0 replies; 10+ messages in thread
From: Brayan @ 2024-08-17 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     55fdc034ca7086e0fff87bc83d54d7ea855e39b6
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Sat Aug 17 13:18:31 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Sat Aug 17 13:19:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55fdc034

net-wireless/btscreenlocker: add 1.8.0, drop 1.6.2

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 net-wireless/btscreenlocker/Manifest                                  | 2 +-
 .../{btscreenlocker-1.6.2.ebuild => btscreenlocker-1.8.0.ebuild}      | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-wireless/btscreenlocker/Manifest b/net-wireless/btscreenlocker/Manifest
index 0d8f8c890..7a267a875 100644
--- a/net-wireless/btscreenlocker/Manifest
+++ b/net-wireless/btscreenlocker/Manifest
@@ -1,4 +1,4 @@
-DIST BtScreenLocker-1.6.2.tar.gz 61168 BLAKE2B 864b622b4b257e4032d777c398a45e0ac2f0378774913deaedcdda9231feda4762ad40706508f8a3e5d21f8feab8a347c8fea79e16e9d832f5d45c1045bfdfdc SHA512 a8073f6622f54bae4aa6ab21cc91bd1405bd5037d8d3d6d06cb1f04badc47270a6aea241da93177652c41154a5e25709251a20bd4bda5f3ac411804e23ee4684
 DIST BtScreenLocker-1.6.3.tar.gz 61599 BLAKE2B cc04095e769fe4fabab83b695652afc044a87c63b4205bd6300ae1e3504a083479da20f92d71edff0d1aaa371ecf1c33b6692e6df4742c9bee48308a1d049863 SHA512 1f0359f1cbebab89acc9e539119513b5cde77b1ddc99ad4bcb2c5ea7e8c82c72afed90297f925ed6b113e0f910c2966dd37b92190a76ce81b215a5117fadd96c
 DIST BtScreenLocker-1.6.5.tar.gz 61876 BLAKE2B e71b13f5c5a4407e76330bac64f27f84ed6338827d3f05dd9b53a4ddaad701688c8d87d02c0507b06f5d718532659de3ac50ead31fd033703052214141ff9a93 SHA512 9d5de0e9e1f7da6ba4883a0f0defe9dc3c57daacea99b0cbda0202907d1f3dc934022ebbfd332d2c4694eb35c170a7029c30d83b2dec5de8ce218fac7064ee7f
 DIST BtScreenLocker-1.7.0.tar.gz 63124 BLAKE2B 2491696501e9ed9c0a424a6835082b30efcb60d125a0178e2b517207c339d16a972e7c6bea414839c0d6a4a185af483dafafe0e6037646c21e49ecde79b855c6 SHA512 e363e155e86c9105ca0ac692f2f50f8f07a47b9b27160441b4a4292130cc8c2e7dc1f706187dad804a3a2dbe1e241d62891328e8a12290c6f16bb3206187445e
+DIST BtScreenLocker-1.8.0.tar.gz 64241 BLAKE2B 9688330d4e03765d564689e839dfb32a4b57b83f890e6924260a1d671884db00de0ce32dd9181474fb0c71f939082fcac834432cdb6071aed745913196bc226e SHA512 8286471be275977390b9fb2f834e0372bfbed675c296561c61a4a681d42fb3a3192fe774bc918748615e04d556933a612a5bb9977e5db5274c9cf004f4fc84fd

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.2.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.8.0.ebuild
similarity index 92%
rename from net-wireless/btscreenlocker/btscreenlocker-1.6.2.ebuild
rename to net-wireless/btscreenlocker/btscreenlocker-1.8.0.ebuild
index 328c9843a..5dbf7c19c 100644
--- a/net-wireless/btscreenlocker/btscreenlocker-1.6.2.ebuild
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.8.0.ebuild
@@ -21,7 +21,9 @@ dev-qt/qtdbus:5
 dev-qt/qtwidgets:5
 >=net-wireless/bluez-5.76
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+dev-qt/qtcore:5
+dev-qt/qtgui:5"
 BDEPEND="
 >=dev-build/cmake-3.28
 virtual/pkgconfig


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
@ 2024-08-21  0:27 Brayan
  0 siblings, 0 replies; 10+ messages in thread
From: Brayan @ 2024-08-21  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b4cc0c7e09ccd375a422d84490096ec7bf9021ad
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Wed Aug 21 00:25:28 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Wed Aug 21 00:25:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4cc0c7e

net-wireless/btscreenlocker: add 1.8.1, drop 1.8.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 net-wireless/btscreenlocker/Manifest                                    | 2 +-
 .../{btscreenlocker-1.8.0.ebuild => btscreenlocker-1.8.1.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/btscreenlocker/Manifest b/net-wireless/btscreenlocker/Manifest
index 7a267a875..cf39c9f38 100644
--- a/net-wireless/btscreenlocker/Manifest
+++ b/net-wireless/btscreenlocker/Manifest
@@ -1,4 +1,4 @@
 DIST BtScreenLocker-1.6.3.tar.gz 61599 BLAKE2B cc04095e769fe4fabab83b695652afc044a87c63b4205bd6300ae1e3504a083479da20f92d71edff0d1aaa371ecf1c33b6692e6df4742c9bee48308a1d049863 SHA512 1f0359f1cbebab89acc9e539119513b5cde77b1ddc99ad4bcb2c5ea7e8c82c72afed90297f925ed6b113e0f910c2966dd37b92190a76ce81b215a5117fadd96c
 DIST BtScreenLocker-1.6.5.tar.gz 61876 BLAKE2B e71b13f5c5a4407e76330bac64f27f84ed6338827d3f05dd9b53a4ddaad701688c8d87d02c0507b06f5d718532659de3ac50ead31fd033703052214141ff9a93 SHA512 9d5de0e9e1f7da6ba4883a0f0defe9dc3c57daacea99b0cbda0202907d1f3dc934022ebbfd332d2c4694eb35c170a7029c30d83b2dec5de8ce218fac7064ee7f
 DIST BtScreenLocker-1.7.0.tar.gz 63124 BLAKE2B 2491696501e9ed9c0a424a6835082b30efcb60d125a0178e2b517207c339d16a972e7c6bea414839c0d6a4a185af483dafafe0e6037646c21e49ecde79b855c6 SHA512 e363e155e86c9105ca0ac692f2f50f8f07a47b9b27160441b4a4292130cc8c2e7dc1f706187dad804a3a2dbe1e241d62891328e8a12290c6f16bb3206187445e
-DIST BtScreenLocker-1.8.0.tar.gz 64241 BLAKE2B 9688330d4e03765d564689e839dfb32a4b57b83f890e6924260a1d671884db00de0ce32dd9181474fb0c71f939082fcac834432cdb6071aed745913196bc226e SHA512 8286471be275977390b9fb2f834e0372bfbed675c296561c61a4a681d42fb3a3192fe774bc918748615e04d556933a612a5bb9977e5db5274c9cf004f4fc84fd
+DIST BtScreenLocker-1.8.1.tar.gz 64229 BLAKE2B 9896f35123f95ee22773fe5213b0aff46840554a9833014a047d978357b1fde6983f86641f7900c0be68fd45862ed9d5d50b34d572d4844241e460247b1a6426 SHA512 e24c280946fdf250ece7cdfedc24fb7b3f4bbc34921d80e996e61ef18ee4450174ee09e0812056573b960593bdb8f8ac6658472e9c604b0c976ec058235c3f2c

diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.8.0.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.8.1.ebuild
similarity index 100%
rename from net-wireless/btscreenlocker/btscreenlocker-1.8.0.ebuild
rename to net-wireless/btscreenlocker/btscreenlocker-1.8.1.ebuild


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

end of thread, other threads:[~2024-08-21  0:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 15:18 [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/ Brayan
  -- strict thread matches above, loose matches on Subject: below --
2024-07-15 18:15 Brayan
2024-07-15 19:53 Lucio Sauer
2024-07-15 21:30 Brayan
2024-07-16 14:58 Brayan
2024-07-23 19:34 Brayan
2024-07-29 17:59 Brayan
2024-08-07 12:06 Brayan
2024-08-17 13:21 Brayan
2024-08-21  0:27 Brayan

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