* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2015-11-28 17:36 Patrice Clement
0 siblings, 0 replies; 50+ messages in thread
From: Patrice Clement @ 2015-11-28 17:36 UTC (permalink / raw
To: gentoo-commits
commit: e5c613dc970ad1f2d132ea5d802ec5aeec0ad0f2
Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it>
AuthorDate: Tue Nov 24 11:45:36 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 08:21:00 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c613dc
lxqt-base/lxqt-sudo: New ebuild
Thanks to Alpha Bravo <aos <AT> ungwana.de> in bug #564718
lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild | 30 +++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
new file mode 100644
index 0000000..30a01fb
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+ SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+DEPEND="app-admin/sudo
+ >=dev-libs/libqtxdg-1.0.0
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ ~lxqt-base/liblxqt-${PV}
+ "
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2016-03-08 20:57 Stephen Klimaszewski
0 siblings, 0 replies; 50+ messages in thread
From: Stephen Klimaszewski @ 2016-03-08 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 2ee0b06e0ccc3f9897df5d162a542c2fb1dea847
Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 20:51:00 2016 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Tue Mar 8 20:57:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee0b06e
lxqt-base/lxqt-sudo: Keyword 0.10.0 for ~arm64
Package-Manager: portage-2.2.27
lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
index 368c0c0..d19538e 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2016-03-09 10:44 Michael Palimaka
0 siblings, 0 replies; 50+ messages in thread
From: Michael Palimaka @ 2016-03-09 10:44 UTC (permalink / raw
To: gentoo-commits
commit: b4b412e33ccfd0a6802a5a7bcf77da4833dde310
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 10:43:30 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 10:44:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b412e3
lxqt-base/lxqt-sudo: add ~arm keyword
Package-Manager: portage-2.2.27
lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
index d19538e..f226fc8 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2016-09-26 23:21 Manuel Rüger
0 siblings, 0 replies; 50+ messages in thread
From: Manuel Rüger @ 2016-09-26 23:21 UTC (permalink / raw
To: gentoo-commits
commit: d27011b57871f9219ff2151fc1de572025c45f90
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 23:17:05 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 23:17:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27011b5
lxqt-base/lxqt-sudo: Version bump to 0.11.0
Package-Manager: portage-2.3.1
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild | 35 +++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index df83dce..d2007a1 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1 +1,2 @@
DIST lxqt-sudo-0.10.0.tar.xz 16732 SHA256 3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57 SHA512 1d4b9a034a698a581e9aa6c73757d306f010a52b48ff3b051680e0b36d16bd1ed6f667ffbd059d1738f9fbb13836649f687c3bfea4032b39d63f4b37031fb1fe WHIRLPOOL 257a14ebe44f9207656e5366c535bf0af2fcdbbeab2fae91324d35b84e4d18bb7a188d7e4cd9d72df24859916e620aa1d35af197ef89c67cc384731ae388e95a
+DIST lxqt-sudo-0.11.0.tar.xz 15960 SHA256 12666718f04ed508261c432789a608ba460b5cd641770708780d52400e848770 SHA512 42f8a74898ed4fa81fcff06837e69e0c7cb4f2fb81b21a0167afd5f0557fab48022de0849c83dcb5e04e2f3f3af54cd0c2c8fc27cde15ad380163a7a9fe1724e WHIRLPOOL a4d806772f761b7422dcda74eadfa12133f097e5304169bb5c30f449d9a716527c26964545dcdf48e7e09bdfe2bd2337770da6830e6b37d25eaf5119c79bc992
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
new file mode 100644
index 00000000..70040eb
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+ SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+DEPEND="app-admin/sudo
+ >=dev-libs/libqtxdg-1.0.0
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ ~lxqt-base/liblxqt-${PV}
+ "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2017-12-11 0:45 Anthony G. Basile
0 siblings, 0 replies; 50+ messages in thread
From: Anthony G. Basile @ 2017-12-11 0:45 UTC (permalink / raw
To: gentoo-commits
commit: 3e5b5b74275216589a50630ba9af8b68b64cc1e6
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 00:35:20 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 00:44:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5b5b74
lxqt-base/lxqt-sudo: stable on amd64 and x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
index f7564ffcece..b709bb82dc0 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2018-04-15 12:43 David Seifert
0 siblings, 0 replies; 50+ messages in thread
From: David Seifert @ 2018-04-15 12:43 UTC (permalink / raw
To: gentoo-commits
commit: aa30013ac625b71e6ca6efaa097026ad47a8d1e3
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 15 07:57:15 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 12:42:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa30013a
lxqt-base/lxqt-sudo: fix SRC_URI
lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
index b709bb82dc0..35f6e2a6cb3 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
- SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
+ SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="amd64 ~arm ~arm64 x86"
fi
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2018-08-11 10:10 Jonathan Scruggs
0 siblings, 0 replies; 50+ messages in thread
From: Jonathan Scruggs @ 2018-08-11 10:10 UTC (permalink / raw
To: gentoo-commits
commit: b77d814e8cbeed98798a1078b96993530555d5f2
Author: Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Wed Jul 11 15:19:29 2018 +0000
Commit: Jonathan Scruggs <dracwyrm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 10:09:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77d814e
lxqt-base/lxqt-sudo: version update to 0.13.0
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild | 38 +++++++++++++++++++++++++++++
lxqt-base/lxqt-sudo/metadata.xml | 11 ++++++---
3 files changed, 46 insertions(+), 4 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index af91cd3490c..539699d5eb2 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1 +1,2 @@
DIST lxqt-sudo-0.11.0.tar.xz 15960 BLAKE2B 5b4c4f8c748f330508665141d02eb62e1a2804c6510f7fc455c2761527436c8a81c2e3d0ac6484511effe3485d712e10a2741fe1019356480e5824cbb97482f1 SHA512 42f8a74898ed4fa81fcff06837e69e0c7cb4f2fb81b21a0167afd5f0557fab48022de0849c83dcb5e04e2f3f3af54cd0c2c8fc27cde15ad380163a7a9fe1724e
+DIST lxqt-sudo-0.13.0.tar.xz 16208 BLAKE2B 83da7ca7fcd4f670e5569ea9869047eafbac68fd43469a3fba1ba51470f9417fbfa7403f1b854b4270aa9b4779475b7a2a97dcb755e02c189b4d87bd969d4b57 SHA512 ea7d8ca093e736e3cf581605598cb9c8ed4e40bc39fb94a4b44334e7f58ae53c489ede0dcfc75de8daf58c115c1a91ae152f676276488df8a16ed53bbf56fc82
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild
new file mode 100644
index 00000000000..01f913a3df3
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eapi7-ver
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="
+ app-admin/sudo
+ >=dev-libs/libqtxdg-3.0.0
+ dev-qt/qtcore:5
+ dev-qt/qtwidgets:5
+ =lxqt-base/liblxqt-$(ver_cut 1-2)*
+"
+DEPEND="${RDEPEND}
+ >=dev-util/lxqt-build-tools-0.5.0
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DPULL_TRANSLATIONS=OFF
+ )
+ cmake-utils_src_configure
+}
diff --git a/lxqt-base/lxqt-sudo/metadata.xml b/lxqt-base/lxqt-sudo/metadata.xml
index 3eaa3d72d65..34a55e64f95 100644
--- a/lxqt-base/lxqt-sudo/metadata.xml
+++ b/lxqt-base/lxqt-sudo/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>lxqt@gentoo.org</email>
- <name>LXQt</name>
- </maintainer>
+ <maintainer type="project">
+ <email>lxqt@gentoo.org</email>
+ <name>LXQt</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lxqt/lxqt-sudo</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2018-10-16 13:08 Mikle Kolyada
0 siblings, 0 replies; 50+ messages in thread
From: Mikle Kolyada @ 2018-10-16 13:08 UTC (permalink / raw
To: gentoo-commits
commit: cd93b7cd97933b7f18c4493d4eb111e4cb14183a
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 13:04:10 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 13:04:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd93b7cd
lxqt-base/lxqt-sudo: amd64 stable wrt bug #664568
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild
index 01f913a3df3..1a543a94792 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
fi
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2018-10-17 12:30 Thomas Deutschmann
0 siblings, 0 replies; 50+ messages in thread
From: Thomas Deutschmann @ 2018-10-17 12:30 UTC (permalink / raw
To: gentoo-commits
commit: f3f40d796530b3b68cc23e52c437246de11231d6
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 12:25:38 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 12:29:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f40d79
lxqt-base/lxqt-sudo: x86 stable (bug #664568)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild
index 1a543a94792..32554aee64f 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2019-05-22 7:30 Mikle Kolyada
0 siblings, 0 replies; 50+ messages in thread
From: Mikle Kolyada @ 2019-05-22 7:30 UTC (permalink / raw
To: gentoo-commits
commit: addd8178d4fac9eba787219db0f147b1f09e5709
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 07:29:26 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 22 07:30:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addd8178
lxqt-base/lxqt-sudo: amd64 stable wrt bug #686526
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild
index f1f039457a4..67b2c25ba6e 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
fi
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2019-05-23 12:30 Mikle Kolyada
0 siblings, 0 replies; 50+ messages in thread
From: Mikle Kolyada @ 2019-05-23 12:30 UTC (permalink / raw
To: gentoo-commits
commit: e953b04cc4b237dea864ab15f82bcc1a8b11caa7
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 12:30:02 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu May 23 12:30:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e953b04c
lxqt-base/lxqt-sudo: x86 stable wrt bug #686526
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild
index 67b2c25ba6e..0bcef3d0513 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2020-05-20 23:28 Andreas Sturmlechner
0 siblings, 0 replies; 50+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 23:28 UTC (permalink / raw
To: gentoo-commits
commit: e63f737a8433007171c1e98cdb4f0683bd5600f2
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 19:17:05 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 23:28:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63f737a
lxqt-base/lxqt-sudo: add version 0.15.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild | 32 +++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index a6ec43fdabd..b6b63453cbd 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1 +1,2 @@
DIST lxqt-sudo-0.14.1.tar.xz 30692 BLAKE2B 18232c3e30cb70097eeef725424065b0d4e374ed710ec34b2254bccfde9382606dfa325995d0eadabeb312d524f3afce335f69d49c986e3aaed016ef71deaf4e SHA512 b2741ead9c03c2dddf878b7658316ad0ce170068aca413b48b2f614e6ee09e7494e9907f7bf46de09c84e50b75cd523b059d47f9a0d2be11b340824475ca9222
+DIST lxqt-sudo-0.15.0.tar.xz 34528 BLAKE2B 50b7b699e85c52b7b55bf559f3d7e239ad5a9ee6031af1bf6e902cd4aa7399e9df88157ef48906b3343e4cf68d6e62912179a26d3fd4e3aa223849fd1088199f SHA512 94c96a1eac5d1ec6e84c99ecbd08e7ecb8184d4e1ada0bce137c2c8d9508cd840b56dae38e3f418cb208a3eae5b3420bf33e0b9a1bb96969f2bd4d207e89304c
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild
new file mode 100644
index 00000000000..25b46eda639
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt.github.io/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.7.0"
+DEPEND="
+ app-admin/sudo
+ >=dev-libs/libqtxdg-3.3.1
+ dev-qt/qtcore:5
+ dev-qt/qtwidgets:5
+ =lxqt-base/liblxqt-$(ver_cut 1-2)*
+"
+RDEPEND="${DEPEND}
+ !lxqt-base/lxqt-l10n
+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2020-07-31 16:33 Mikle Kolyada
0 siblings, 0 replies; 50+ messages in thread
From: Mikle Kolyada @ 2020-07-31 16:33 UTC (permalink / raw
To: gentoo-commits
commit: ac69125f485b33db3c8e59b2f4c07d754117a7cb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 16:31:53 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 16:31:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac69125f
lxqt-base/lxqt-sudo: amd64 stable wrt bug #734818
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild
index 25b46eda639..711453c7b5a 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2020-07-31 16:35 Mikle Kolyada
0 siblings, 0 replies; 50+ messages in thread
From: Mikle Kolyada @ 2020-07-31 16:35 UTC (permalink / raw
To: gentoo-commits
commit: dcd841ebbdffdc95d76480734004a59a4fab1673
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 16:34:45 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 16:34:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd841eb
lxqt-base/lxqt-sudo: x86 stable wrt bug #734818
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild
index 711453c7b5a..b820be19403 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2020-11-23 7:12 Andreas Sturmlechner
0 siblings, 0 replies; 50+ messages in thread
From: Andreas Sturmlechner @ 2020-11-23 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 30d2227f17f731561788ebd72fb26fcf23cfe59a
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 20:48:28 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 07:11:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d2227f
lxqt-base/lxqt-sudo: add version 0.16.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild | 32 +++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index a272cb3883b..b3b04a26544 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1 +1,2 @@
DIST lxqt-sudo-0.15.0.tar.xz 34528 BLAKE2B 50b7b699e85c52b7b55bf559f3d7e239ad5a9ee6031af1bf6e902cd4aa7399e9df88157ef48906b3343e4cf68d6e62912179a26d3fd4e3aa223849fd1088199f SHA512 94c96a1eac5d1ec6e84c99ecbd08e7ecb8184d4e1ada0bce137c2c8d9508cd840b56dae38e3f418cb208a3eae5b3420bf33e0b9a1bb96969f2bd4d207e89304c
+DIST lxqt-sudo-0.16.0.tar.xz 35088 BLAKE2B d19dccfd7f6219473184ba93cbe8179da848216ba8080aa3754600083e8d2a20a55b403a9bddd99fef636a24e36c3ae098e110ff05f0debcbce2953bed2e167e SHA512 425c1bf1a4c2a6fe3933419c77e0d1c5f576902cf5cfd2550890e037c32c3021eb8294831f26690ff2488ed096fcd271d664d9f67e73374559c53e7669089694
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
new file mode 100644
index 00000000000..eee04b1e377
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt.github.io/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
+DEPEND="
+ app-admin/sudo
+ >=dev-libs/libqtxdg-3.3.1
+ dev-qt/qtcore:5
+ dev-qt/qtwidgets:5
+ =lxqt-base/liblxqt-$(ver_cut 1-2)*
+"
+RDEPEND="${DEPEND}
+ !lxqt-base/lxqt-l10n
+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2021-01-21 9:03 Agostino Sarubbo
0 siblings, 0 replies; 50+ messages in thread
From: Agostino Sarubbo @ 2021-01-21 9:03 UTC (permalink / raw
To: gentoo-commits
commit: 2ddb57adaacbb7956361b2aceb9a71c525baf29a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 09:02:35 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 09:02:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ddb57ad
lxqt-base/lxqt-sudo: amd64 stable wrt bug #766342
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
index eee04b1e377..cc9ff9cf7d1 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2021-01-23 22:55 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2021-01-23 22:55 UTC (permalink / raw
To: gentoo-commits
commit: a31de0a31b29170419e793db4600d202b10fd620
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 22:55:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 22:55:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31de0a3
lxqt-base/lxqt-sudo: Stabilize 0.16.0 x86, #766342
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
index cc9ff9cf7d1..cc369488f0b 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2021-04-18 5:09 Joonas Niilola
0 siblings, 0 replies; 50+ messages in thread
From: Joonas Niilola @ 2021-04-18 5:09 UTC (permalink / raw
To: gentoo-commits
commit: fe0819fbe96c79392ff3a17fcfe8204b83cf8c58
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 16:56:19 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 05:00:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0819fb
lxqt-base/lxqt-sudo: add version 0.17.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild | 30 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index 379847dce92..fc28b916154 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1 +1,2 @@
DIST lxqt-sudo-0.16.0.tar.xz 35088 BLAKE2B d19dccfd7f6219473184ba93cbe8179da848216ba8080aa3754600083e8d2a20a55b403a9bddd99fef636a24e36c3ae098e110ff05f0debcbce2953bed2e167e SHA512 425c1bf1a4c2a6fe3933419c77e0d1c5f576902cf5cfd2550890e037c32c3021eb8294831f26690ff2488ed096fcd271d664d9f67e73374559c53e7669089694
+DIST lxqt-sudo-0.17.0.tar.xz 35884 BLAKE2B 3fbe32f21eea9bf923e2117fb02a4f49416d82821f4d13b12aabfed8d565987fead118ad108293b6487f3e43a99013c8c06abcf5fcf63f90ed2a081fdbed8051 SHA512 bbd33b4e49392ee0ab611558c72842d857d2d8af95ec2b3a0db6bdd0b7062dfac24cfd468e5b1a2197ad684a65fe629993c98a5f2bb24227ce0df7dcd04127f5
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
new file mode 100644
index 00000000000..3153b0b042a
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt.github.io/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
+DEPEND="
+ app-admin/sudo
+ >=dev-libs/libqtxdg-3.3.1
+ dev-qt/qtcore:5
+ dev-qt/qtwidgets:5
+ =lxqt-base/liblxqt-$(ver_cut 1-2)*
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2021-07-10 0:48 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2021-07-10 0:48 UTC (permalink / raw
To: gentoo-commits
commit: 4c7ff86a6c2bebb874582f7ca549089b68714c46
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 00:45:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 00:47:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7ff86a
lxqt-base/lxqt-sudo: Stabilize 0.17.0 amd64, #801154
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
index 3153b0b042a..6bac172f237 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2021-07-26 7:40 Yixun Lan
0 siblings, 0 replies; 50+ messages in thread
From: Yixun Lan @ 2021-07-26 7:40 UTC (permalink / raw
To: gentoo-commits
commit: d268d963074bbd9121e46eef0a0fd5bac392d4bb
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:47:48 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 07:36:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d268d963
lxqt-base/lxqt-sudo: keyword 0.17.0 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
index 05e0cdcf9b3..31ce4b1994d 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-01-21 19:07 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2022-01-21 19:07 UTC (permalink / raw
To: gentoo-commits
commit: acc1fb45f9f3e4d80a98c24cacbb902c83450b82
Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Sat Nov 6 12:58:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 19:06:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc1fb45
lxqt-base/lxqt-sudo: version bump to 1.0.0
Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index de626c18ce9b..2ed15757cf0f 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1 +1,2 @@
DIST lxqt-sudo-0.17.0.tar.xz 35884 BLAKE2B 3fbe32f21eea9bf923e2117fb02a4f49416d82821f4d13b12aabfed8d565987fead118ad108293b6487f3e43a99013c8c06abcf5fcf63f90ed2a081fdbed8051 SHA512 bbd33b4e49392ee0ab611558c72842d857d2d8af95ec2b3a0db6bdd0b7062dfac24cfd468e5b1a2197ad684a65fe629993c98a5f2bb24227ce0df7dcd04127f5
+DIST lxqt-sudo-1.0.0.tar.xz 37108 BLAKE2B 2c28581e8e534f97d0b1ce532b6ecb1f4bb4a86b49a37ee8583232bef4d7f8674e31bc4631bcd3cb08e6a8e4ae4d3d143e2f09e01175b90b3ff99c403908d734 SHA512 72f9eced786e9d57db6d0b3972c2735576aadc0162b8268367813170fb6412184a2ab8d89bc508201aaf4aedfb509ce8c7273824969891935deefe8ffc05a578
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
new file mode 100644
index 000000000000..3f8d11cbc4bf
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt.github.io/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
+DEPEND="
+ app-admin/sudo
+ >=dev-libs/libqtxdg-3.3.1
+ >=dev-qt/qtcore-5.15:5
+ >=dev-qt/qtwidgets-5.15:5
+ ~lxqt-base/liblxqt-${PV}
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-04-15 6:17 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2022-04-15 6:17 UTC (permalink / raw
To: gentoo-commits
commit: d073f3702252486ada81b42f4c95fb66d50b07ff
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 06:16:21 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 06:17:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d073f370
lxqt-base/lxqt-sudo: Stabilize 1.0.0 x86, #831448
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
index c76347f9252f..f966cde78e52 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-04-15 13:14 Arthur Zamarin
0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2022-04-15 13:14 UTC (permalink / raw
To: gentoo-commits
commit: bc087b5fb5141b856936ecc49fbafb624050a895
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 13:14:26 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 13:14:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc087b5f
lxqt-base/lxqt-sudo: Stabilize 1.0.0 arm64, #831448
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
index f966cde78e52..ecd16924078f 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+ KEYWORDS="amd64 ~arm arm64 ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-05-15 0:13 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2022-05-15 0:13 UTC (permalink / raw
To: gentoo-commits
commit: 59089cfb34efc0db22b74d544af9cc44ea169a3b
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 21:33:48 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 00:12:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59089cfb
lxqt-base/lxqt-sudo: add version 1.1.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index 2ed15757cf0f..70d19b30e4e5 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1,2 +1,3 @@
DIST lxqt-sudo-0.17.0.tar.xz 35884 BLAKE2B 3fbe32f21eea9bf923e2117fb02a4f49416d82821f4d13b12aabfed8d565987fead118ad108293b6487f3e43a99013c8c06abcf5fcf63f90ed2a081fdbed8051 SHA512 bbd33b4e49392ee0ab611558c72842d857d2d8af95ec2b3a0db6bdd0b7062dfac24cfd468e5b1a2197ad684a65fe629993c98a5f2bb24227ce0df7dcd04127f5
DIST lxqt-sudo-1.0.0.tar.xz 37108 BLAKE2B 2c28581e8e534f97d0b1ce532b6ecb1f4bb4a86b49a37ee8583232bef4d7f8674e31bc4631bcd3cb08e6a8e4ae4d3d143e2f09e01175b90b3ff99c403908d734 SHA512 72f9eced786e9d57db6d0b3972c2735576aadc0162b8268367813170fb6412184a2ab8d89bc508201aaf4aedfb509ce8c7273824969891935deefe8ffc05a578
+DIST lxqt-sudo-1.1.0.tar.xz 37140 BLAKE2B 1fd5c97309f8ae930e60e9336b045b2da496fc6df6b24d8f73e00a26953838180c8f18c37535e6c948ccde507302373c4cfb52066cf3e9db73aebfec9464838a SHA512 ab986be7b67195e16462301c098ef6a90d2f0c86dc7ee6f23d3a00e3ae4131e25578bf56be5add84a28b42e460ff242440c607a8bf93ec119438ea09c8d28eaa
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
new file mode 100644
index 000000000000..9449a5ad6604
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
+DEPEND="
+ app-admin/sudo
+ >=dev-qt/qtgui-5.15:5
+ >=dev-qt/qtcore-5.15:5
+ >=dev-qt/qtwidgets-5.15:5
+ ~lxqt-base/liblxqt-${PV}:=
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-07-20 5:36 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2022-07-20 5:36 UTC (permalink / raw
To: gentoo-commits
commit: 113a509820d02f24efb46e2f3f7ecfaa889d8081
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 05:36:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 05:36:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113a5098
lxqt-base/lxqt-sudo: Stabilize 1.1.0 x86, #858218
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
index 9449a5ad6604..26e43a08bcb1 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-07-22 17:54 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2022-07-22 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 0cadaaedc495ace20fee9cd4f63f2655ac14ac63
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 17:54:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 17:54:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cadaaed
lxqt-base/lxqt-sudo: Stabilize 1.1.0 amd64, #858218
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
index 26e43a08bcb1..10619bbc6411 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-07-26 7:05 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2022-07-26 7:05 UTC (permalink / raw
To: gentoo-commits
commit: 5f2063d8937fa7154bc85fca02a7ba10cb5253af
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 07:04:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 07:04:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2063d8
lxqt-base/lxqt-sudo: Stabilize 1.1.0 arm64, #858218
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
index 10619bbc6411..5a1489ec203a 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+ KEYWORDS="amd64 ~arm arm64 ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-11-10 12:57 Jimi Huotari
0 siblings, 0 replies; 50+ messages in thread
From: Jimi Huotari @ 2022-11-10 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 2602ac23be7f1181c2acb73338dc468eaec8daf9
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 21:09:46 2022 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 12:55:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2602ac23
lxqt-base/lxqt-sudo: remove versions 0.17.0 and 1.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 2 --
lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild | 30 -----------------------------
lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild | 30 -----------------------------
3 files changed, 62 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index 1a793189a1e5..7c0c13a1f864 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1,4 +1,2 @@
-DIST lxqt-sudo-0.17.0.tar.xz 35884 BLAKE2B 3fbe32f21eea9bf923e2117fb02a4f49416d82821f4d13b12aabfed8d565987fead118ad108293b6487f3e43a99013c8c06abcf5fcf63f90ed2a081fdbed8051 SHA512 bbd33b4e49392ee0ab611558c72842d857d2d8af95ec2b3a0db6bdd0b7062dfac24cfd468e5b1a2197ad684a65fe629993c98a5f2bb24227ce0df7dcd04127f5
-DIST lxqt-sudo-1.0.0.tar.xz 37108 BLAKE2B 2c28581e8e534f97d0b1ce532b6ecb1f4bb4a86b49a37ee8583232bef4d7f8674e31bc4631bcd3cb08e6a8e4ae4d3d143e2f09e01175b90b3ff99c403908d734 SHA512 72f9eced786e9d57db6d0b3972c2735576aadc0162b8268367813170fb6412184a2ab8d89bc508201aaf4aedfb509ce8c7273824969891935deefe8ffc05a578
DIST lxqt-sudo-1.1.0.tar.xz 37140 BLAKE2B 1fd5c97309f8ae930e60e9336b045b2da496fc6df6b24d8f73e00a26953838180c8f18c37535e6c948ccde507302373c4cfb52066cf3e9db73aebfec9464838a SHA512 ab986be7b67195e16462301c098ef6a90d2f0c86dc7ee6f23d3a00e3ae4131e25578bf56be5add84a28b42e460ff242440c607a8bf93ec119438ea09c8d28eaa
DIST lxqt-sudo-1.2.0.tar.xz 37312 BLAKE2B 716fc26f17e920563d7f8ac73e69f5598f7c4a70e57dc7a80b1f702e543725f85421c81264ac0a28dd1040008da99fb72746a01142166a77d94ccd9f747fc566 SHA512 4b2d91e4f6d364c583ec4db893469628000369b08438f4ea26428621b929f26770c8f8b4b756acd865b404cb2a5e6921161527ff133394a90f0592226bfe3ea8
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
deleted file mode 100644
index 31ce4b1994df..000000000000
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt GUI frontend for sudo"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
-DEPEND="
- app-admin/sudo
- >=dev-libs/libqtxdg-3.3.1
- dev-qt/qtcore:5
- dev-qt/qtwidgets:5
- =lxqt-base/liblxqt-$(ver_cut 1-2)*
-"
-RDEPEND="${DEPEND}"
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
deleted file mode 100644
index ecd16924078f..000000000000
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt GUI frontend for sudo"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
-DEPEND="
- app-admin/sudo
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- ~lxqt-base/liblxqt-${PV}:=
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-11-16 8:55 WANG Xuerui
0 siblings, 0 replies; 50+ messages in thread
From: WANG Xuerui @ 2022-11-16 8:55 UTC (permalink / raw
To: gentoo-commits
commit: db44604ea54517e5c06641496a3a6ad5f169e803
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 06:11:43 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 08:54:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db44604e
lxqt-base/lxqt-sudo: keyword 1.1.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
index 5a1489ec203a..14d32bb6e66d 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+ KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-11-19 4:50 WANG Xuerui
0 siblings, 0 replies; 50+ messages in thread
From: WANG Xuerui @ 2022-11-19 4:50 UTC (permalink / raw
To: gentoo-commits
commit: 675a9acc6bc9ab0d63d23d3bf1d8bb0e08182f72
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 04:26:48 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 04:50:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675a9acc
lxqt-base/lxqt-sudo: keyword 1.2.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
index 6a99c7f16e21..f13d255073b2 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-12-16 20:33 Arthur Zamarin
0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2022-12-16 20:33 UTC (permalink / raw
To: gentoo-commits
commit: ba4bad7be641912a8e5b25120d6764cbb233b2a5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 20:32:51 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 20:32:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4bad7b
lxqt-base/lxqt-sudo: Stabilize 1.2.0 amd64, #886365
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
index f13d255073b2..f2f1730d1175 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-12-16 21:49 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2022-12-16 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 8ac5e437381dd3cafab548ffdc8f6f06f8a27fc7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 21:48:52 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 21:48:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac5e437
lxqt-base/lxqt-sudo: Stabilize 1.2.0 x86, #886365
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
index f2f1730d1175..c2b22db9e38b 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2022-12-17 19:28 Arthur Zamarin
0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2022-12-17 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 0f40844533c8b0f4d41e5a64e36b356fc2f4e3d6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:25:50 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:25:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f408445
lxqt-base/lxqt-sudo: Stabilize 1.2.0 arm64, #886365
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
index c2b22db9e38b..7e20a71ea79b 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
+ KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2023-03-26 15:50 Jimi Huotari
0 siblings, 0 replies; 50+ messages in thread
From: Jimi Huotari @ 2023-03-26 15:50 UTC (permalink / raw
To: gentoo-commits
commit: 990213e98bad6231afa2d006403d1bcdd9972721
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 15:12:56 2023 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 15:12:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990213e9
lxqt-base/lxqt-sudo: drop 1.1.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 -
lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index 7c0c13a1f864..eee342cb9cf8 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1,2 +1 @@
-DIST lxqt-sudo-1.1.0.tar.xz 37140 BLAKE2B 1fd5c97309f8ae930e60e9336b045b2da496fc6df6b24d8f73e00a26953838180c8f18c37535e6c948ccde507302373c4cfb52066cf3e9db73aebfec9464838a SHA512 ab986be7b67195e16462301c098ef6a90d2f0c86dc7ee6f23d3a00e3ae4131e25578bf56be5add84a28b42e460ff242440c607a8bf93ec119438ea09c8d28eaa
DIST lxqt-sudo-1.2.0.tar.xz 37312 BLAKE2B 716fc26f17e920563d7f8ac73e69f5598f7c4a70e57dc7a80b1f702e543725f85421c81264ac0a28dd1040008da99fb72746a01142166a77d94ccd9f747fc566 SHA512 4b2d91e4f6d364c583ec4db893469628000369b08438f4ea26428621b929f26770c8f8b4b756acd865b404cb2a5e6921161527ff133394a90f0592226bfe3ea8
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
deleted file mode 100644
index 14d32bb6e66d..000000000000
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt GUI frontend for sudo"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
-DEPEND="
- app-admin/sudo
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- ~lxqt-base/liblxqt-${PV}:=
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2023-04-17 22:08 Jimi Huotari
0 siblings, 0 replies; 50+ messages in thread
From: Jimi Huotari @ 2023-04-17 22:08 UTC (permalink / raw
To: gentoo-commits
commit: dd4f103b25ac4e335a17ccb80f1cd769f9a53c7f
Author: Michael Vetter <jubalh <AT> iodoru <DOT> org>
AuthorDate: Sat Apr 15 19:07:22 2023 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 22:05:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4f103b
lxqt-base/lxqt-sudo: add 1.3.0
Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index eee342cb9cf8..2b0cb4014761 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1 +1,2 @@
DIST lxqt-sudo-1.2.0.tar.xz 37312 BLAKE2B 716fc26f17e920563d7f8ac73e69f5598f7c4a70e57dc7a80b1f702e543725f85421c81264ac0a28dd1040008da99fb72746a01142166a77d94ccd9f747fc566 SHA512 4b2d91e4f6d364c583ec4db893469628000369b08438f4ea26428621b929f26770c8f8b4b756acd865b404cb2a5e6921161527ff133394a90f0592226bfe3ea8
+DIST lxqt-sudo-1.3.0.tar.xz 37796 BLAKE2B 43f551182bbf52fdc8380c7fb6d2b729fac983e7c7fe4834e7981cf7da950e9f8cfcd67dc5a3a4fddb690d3c9e09ef33f8cc269e928ed7ae8bd92084d09512bc SHA512 43ee7a0a1322258591259bf248651bd0ca5f438a38e8ac11c5b0edc3fa132b5b269a023a648f707a5844640ff30835155d3830955285608d6c157f72fe23debd
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
new file mode 100644
index 000000000000..93e63e6f442b
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+DEPEND="
+ app-admin/sudo
+ >=dev-qt/qtgui-5.15:5
+ >=dev-qt/qtcore-5.15:5
+ >=dev-qt/qtwidgets-5.15:5
+ ~lxqt-base/liblxqt-${PV}:=
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2023-05-29 0:10 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2023-05-29 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 7e9999be75535e8c54f62058172b047516c20efa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 00:10:01 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 00:10:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9999be
lxqt-base/lxqt-sudo: Stabilize 1.3.0 amd64, #907298
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
index 93e63e6f442b..9a46084e7d65 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2023-05-29 11:05 Arthur Zamarin
0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2023-05-29 11:05 UTC (permalink / raw
To: gentoo-commits
commit: e59ffc6550b7084eeaa4679ddfb0809528c6e3b7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 11:03:26 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 11:03:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59ffc65
lxqt-base/lxqt-sudo: Stabilize 1.3.0 x86, #907298
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
index 9a46084e7d65..991d65f4f7a1 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2023-05-29 21:57 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2023-05-29 21:57 UTC (permalink / raw
To: gentoo-commits
commit: b836eae71559a90ff735876115b8766c299c43e9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 21:56:20 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 21:56:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b836eae7
lxqt-base/lxqt-sudo: Stabilize 1.3.0 arm64, #907298
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
index 991d65f4f7a1..9d66b9d7298d 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
+ KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2023-06-18 14:53 Andreas Sturmlechner
0 siblings, 0 replies; 50+ messages in thread
From: Andreas Sturmlechner @ 2023-06-18 14:53 UTC (permalink / raw
To: gentoo-commits
commit: feea629919e8f2681d327a22273d6e9adb558e0c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 09:21:39 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 14:53:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feea6299
lxqt-base/lxqt-sudo: drop 1.2.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 -
lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index 2b0cb4014761..c186835b386f 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1,2 +1 @@
-DIST lxqt-sudo-1.2.0.tar.xz 37312 BLAKE2B 716fc26f17e920563d7f8ac73e69f5598f7c4a70e57dc7a80b1f702e543725f85421c81264ac0a28dd1040008da99fb72746a01142166a77d94ccd9f747fc566 SHA512 4b2d91e4f6d364c583ec4db893469628000369b08438f4ea26428621b929f26770c8f8b4b756acd865b404cb2a5e6921161527ff133394a90f0592226bfe3ea8
DIST lxqt-sudo-1.3.0.tar.xz 37796 BLAKE2B 43f551182bbf52fdc8380c7fb6d2b729fac983e7c7fe4834e7981cf7da950e9f8cfcd67dc5a3a4fddb690d3c9e09ef33f8cc269e928ed7ae8bd92084d09512bc SHA512 43ee7a0a1322258591259bf248651bd0ca5f438a38e8ac11c5b0edc3fa132b5b269a023a648f707a5844640ff30835155d3830955285608d6c157f72fe23debd
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
deleted file mode 100644
index 7e20a71ea79b..000000000000
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt GUI frontend for sudo"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
-DEPEND="
- app-admin/sudo
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- ~lxqt-base/liblxqt-${PV}:=
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2023-11-09 21:45 Jimi Huotari
0 siblings, 0 replies; 50+ messages in thread
From: Jimi Huotari @ 2023-11-09 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 0d0c5cce8f4edca4a38b1a6664f093b367db738c
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 9 19:24:26 2023 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 9 21:45:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0c5cce
lxqt-base/lxqt-sudo: add 1.4.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index c186835b386f..0a5fa108d142 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1 +1,2 @@
DIST lxqt-sudo-1.3.0.tar.xz 37796 BLAKE2B 43f551182bbf52fdc8380c7fb6d2b729fac983e7c7fe4834e7981cf7da950e9f8cfcd67dc5a3a4fddb690d3c9e09ef33f8cc269e928ed7ae8bd92084d09512bc SHA512 43ee7a0a1322258591259bf248651bd0ca5f438a38e8ac11c5b0edc3fa132b5b269a023a648f707a5844640ff30835155d3830955285608d6c157f72fe23debd
+DIST lxqt-sudo-1.4.0.tar.xz 37764 BLAKE2B d7c6d87542b84ec418d66a9e4558a66250852f1382d9ad71a1e79e7f740bfc95c043c5589fcae60cab63e7ce4ffd9e785eb3179e0cdf31c31d83431ee4962eef SHA512 0f9eda1ae4272410b18fdce1059702715c1f8ea3d75893a00d18890b713cd0269a727f95e95959a3156d998447770b666119b068c2d1af9686938fb03a59e16e
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild
new file mode 100644
index 000000000000..93e63e6f442b
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+DEPEND="
+ app-admin/sudo
+ >=dev-qt/qtgui-5.15:5
+ >=dev-qt/qtcore-5.15:5
+ >=dev-qt/qtwidgets-5.15:5
+ ~lxqt-base/liblxqt-${PV}:=
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2023-12-20 1:40 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2023-12-20 1:40 UTC (permalink / raw
To: gentoo-commits
commit: 71175780217682e9dffd84432c9d593792b502f9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 01:38:44 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 01:38:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71175780
lxqt-base/lxqt-sudo: Stabilize 1.4.0 amd64, #920175
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild
index 93e63e6f442b..9a46084e7d65 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2023-12-27 21:03 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2023-12-27 21:03 UTC (permalink / raw
To: gentoo-commits
commit: c72b63cee04939dbeabae482c637ae23a32655f7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 20:58:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 21:02:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72b63ce
lxqt-base/lxqt-sudo: Stabilize 1.4.0 x86, #920175
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild
index 9a46084e7d65..991d65f4f7a1 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.4.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2024-06-14 21:57 Jimi Huotari
0 siblings, 0 replies; 50+ messages in thread
From: Jimi Huotari @ 2024-06-14 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 40b16641d7025763087a143524224afca252ea9d
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 18:16:12 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 21:48:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b16641
lxqt-base/lxqt-sudo: add 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index 0a5fa108d142..b7e9b2819304 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1,2 +1,3 @@
DIST lxqt-sudo-1.3.0.tar.xz 37796 BLAKE2B 43f551182bbf52fdc8380c7fb6d2b729fac983e7c7fe4834e7981cf7da950e9f8cfcd67dc5a3a4fddb690d3c9e09ef33f8cc269e928ed7ae8bd92084d09512bc SHA512 43ee7a0a1322258591259bf248651bd0ca5f438a38e8ac11c5b0edc3fa132b5b269a023a648f707a5844640ff30835155d3830955285608d6c157f72fe23debd
DIST lxqt-sudo-1.4.0.tar.xz 37764 BLAKE2B d7c6d87542b84ec418d66a9e4558a66250852f1382d9ad71a1e79e7f740bfc95c043c5589fcae60cab63e7ce4ffd9e785eb3179e0cdf31c31d83431ee4962eef SHA512 0f9eda1ae4272410b18fdce1059702715c1f8ea3d75893a00d18890b713cd0269a727f95e95959a3156d998447770b666119b068c2d1af9686938fb03a59e16e
+DIST lxqt-sudo-2.0.0.tar.xz 39164 BLAKE2B ab17745ced9d41fb63af7dc3646939578b79ba16a8f17739a2306114581f0c81517ad47430615fc043960638d25b062f38b4f1b1884247a8b5507723185383fc SHA512 8c79e782293f496c4e3a7d0bfbee06fb73fd682332b9bd4efa94b0ffd132e9980c64d4aa9d2719b805a7a209432595527231b9088e829b4638cc086c674f70a6
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
new file mode 100644
index 000000000000..b7bc5e0c4f7f
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+ app-admin/sudo
+ >=dev-qt/qtbase-6.6:6[gui,widgets]
+ ~lxqt-base/liblxqt-${PV}:=
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2024-06-28 20:33 Jimi Huotari
0 siblings, 0 replies; 50+ messages in thread
From: Jimi Huotari @ 2024-06-28 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 0278aafc2aa0fb2fd39b3550c2c23d9a11d93360
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 20:17:35 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 20:32:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0278aafc
lxqt-base/lxqt-sudo: drop 1.3.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 -
lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index b7e9b2819304..605dc82561f3 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1,3 +1,2 @@
-DIST lxqt-sudo-1.3.0.tar.xz 37796 BLAKE2B 43f551182bbf52fdc8380c7fb6d2b729fac983e7c7fe4834e7981cf7da950e9f8cfcd67dc5a3a4fddb690d3c9e09ef33f8cc269e928ed7ae8bd92084d09512bc SHA512 43ee7a0a1322258591259bf248651bd0ca5f438a38e8ac11c5b0edc3fa132b5b269a023a648f707a5844640ff30835155d3830955285608d6c157f72fe23debd
DIST lxqt-sudo-1.4.0.tar.xz 37764 BLAKE2B d7c6d87542b84ec418d66a9e4558a66250852f1382d9ad71a1e79e7f740bfc95c043c5589fcae60cab63e7ce4ffd9e785eb3179e0cdf31c31d83431ee4962eef SHA512 0f9eda1ae4272410b18fdce1059702715c1f8ea3d75893a00d18890b713cd0269a727f95e95959a3156d998447770b666119b068c2d1af9686938fb03a59e16e
DIST lxqt-sudo-2.0.0.tar.xz 39164 BLAKE2B ab17745ced9d41fb63af7dc3646939578b79ba16a8f17739a2306114581f0c81517ad47430615fc043960638d25b062f38b4f1b1884247a8b5507723185383fc SHA512 8c79e782293f496c4e3a7d0bfbee06fb73fd682332b9bd4efa94b0ffd132e9980c64d4aa9d2719b805a7a209432595527231b9088e829b4638cc086c674f70a6
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
deleted file mode 100644
index 9d66b9d7298d..000000000000
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt GUI frontend for sudo"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
-DEPEND="
- app-admin/sudo
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- ~lxqt-base/liblxqt-${PV}:=
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2024-07-11 19:44 Arthur Zamarin
0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2024-07-11 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 133eae0ec67e98a378dccb422c891595af4bacda
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 19:44:14 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 19:44:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133eae0e
lxqt-base/lxqt-sudo: Keyword 2.0.0 arm64, #935831
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
index b7bc5e0c4f7f..8275175e2a42 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2024-07-13 10:09 Yixun Lan
0 siblings, 0 replies; 50+ messages in thread
From: Yixun Lan @ 2024-07-13 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 76568ce8491ec08225ba1fe0d48f14980c5ced5e
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 09:50:56 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 10:07:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76568ce8
lxqt-base/lxqt-sudo: Keyword 2.0.0 riscv, #935831
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
index 8275175e2a42..21b0ee487ae1 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm64 ~riscv"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2024-09-01 21:30 Sam James
0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2024-09-01 21:30 UTC (permalink / raw
To: gentoo-commits
commit: d42f96c975f6cb060470f7514eba9ce5c5de21f6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 21:28:14 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 1 21:28:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42f96c9
lxqt-base/lxqt-sudo: Stabilize 2.0.0 amd64, #938702
Signed-off-by: Sam James <sam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
index 21b0ee487ae1..eec9e9751c43 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~riscv"
+ KEYWORDS="amd64 ~arm64 ~riscv"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2024-09-12 17:23 Arthur Zamarin
0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2024-09-12 17:23 UTC (permalink / raw
To: gentoo-commits
commit: 8b928c337bc7943026eb5b8b0337e9fe99b42824
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:22:27 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 17:22:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b928c33
lxqt-base/lxqt-sudo: Stabilize 2.0.0 arm64, #938702
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
index eec9e9751c43..2d41bd58f27e 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm64 ~riscv"
+ KEYWORDS="amd64 arm64 ~riscv"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2024-10-04 15:37 Arthur Zamarin
0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2024-10-04 15:37 UTC (permalink / raw
To: gentoo-commits
commit: c1af6ff80fd2d6437092a819fffe3d715a7992dc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 15:36:17 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 15:36:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1af6ff8
lxqt-base/lxqt-sudo: Keyword 2.0.0 ppc64, #935831
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
index 284fe536db47..b4fe1e77a8f9 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 arm64 ~riscv ~x86"
+ KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
@ 2024-11-07 23:12 Jimi Huotari
0 siblings, 0 replies; 50+ messages in thread
From: Jimi Huotari @ 2024-11-07 23:12 UTC (permalink / raw
To: gentoo-commits
commit: f452b810d46d09cdbbfc0c904cd82f5876d0d76c
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 14:29:44 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 23:11:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f452b810
lxqt-base/lxqt-sudo: add 2.1.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-sudo/Manifest | 1 +
lxqt-base/lxqt-sudo/lxqt-sudo-2.1.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index 605dc82561f3..7267c2de2a69 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1,2 +1,3 @@
DIST lxqt-sudo-1.4.0.tar.xz 37764 BLAKE2B d7c6d87542b84ec418d66a9e4558a66250852f1382d9ad71a1e79e7f740bfc95c043c5589fcae60cab63e7ce4ffd9e785eb3179e0cdf31c31d83431ee4962eef SHA512 0f9eda1ae4272410b18fdce1059702715c1f8ea3d75893a00d18890b713cd0269a727f95e95959a3156d998447770b666119b068c2d1af9686938fb03a59e16e
DIST lxqt-sudo-2.0.0.tar.xz 39164 BLAKE2B ab17745ced9d41fb63af7dc3646939578b79ba16a8f17739a2306114581f0c81517ad47430615fc043960638d25b062f38b4f1b1884247a8b5507723185383fc SHA512 8c79e782293f496c4e3a7d0bfbee06fb73fd682332b9bd4efa94b0ffd132e9980c64d4aa9d2719b805a7a209432595527231b9088e829b4638cc086c674f70a6
+DIST lxqt-sudo-2.1.0.tar.xz 39332 BLAKE2B 2ee1dc56804a7b7dd5a2c10e8b85e581852327f8ce195a41747d1cbd5dc66e26746f3685f0a2893eae57d659bc015027185710d4afcff71202ada0ae5c4d1996 SHA512 c700436129cd03f1df9f71de6b1c88286ada09de6d9af89f3181ef3c5dd6f9026f3f9666d0bdf2112b1b2b2fe2c559c15ff09bb812c091898c3d95b5b5e3e74c
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.1.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.1.0.ebuild
new file mode 100644
index 000000000000..c323e21dba2c
--- /dev/null
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt GUI frontend for sudo"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.1.0"
+DEPEND="
+ app-admin/sudo
+ >=dev-qt/qtbase-6.6:6[gui,widgets]
+ ~lxqt-base/liblxqt-${PV}:=
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 50+ messages in thread
end of thread, other threads:[~2024-11-07 23:12 UTC | newest]
Thread overview: 50+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-26 15:50 [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/ Jimi Huotari
-- strict thread matches above, loose matches on Subject: below --
2024-11-07 23:12 Jimi Huotari
2024-10-04 15:37 Arthur Zamarin
2024-09-12 17:23 Arthur Zamarin
2024-09-01 21:30 Sam James
2024-07-13 10:09 Yixun Lan
2024-07-11 19:44 Arthur Zamarin
2024-06-28 20:33 Jimi Huotari
2024-06-14 21:57 Jimi Huotari
2023-12-27 21:03 Sam James
2023-12-20 1:40 Sam James
2023-11-09 21:45 Jimi Huotari
2023-06-18 14:53 Andreas Sturmlechner
2023-05-29 21:57 Sam James
2023-05-29 11:05 Arthur Zamarin
2023-05-29 0:10 Sam James
2023-04-17 22:08 Jimi Huotari
2022-12-17 19:28 Arthur Zamarin
2022-12-16 21:49 Sam James
2022-12-16 20:33 Arthur Zamarin
2022-11-19 4:50 WANG Xuerui
2022-11-16 8:55 WANG Xuerui
2022-11-10 12:57 Jimi Huotari
2022-07-26 7:05 Sam James
2022-07-22 17:54 Sam James
2022-07-20 5:36 Sam James
2022-05-15 0:13 Sam James
2022-04-15 13:14 Arthur Zamarin
2022-04-15 6:17 Sam James
2022-01-21 19:07 Sam James
2021-07-26 7:40 Yixun Lan
2021-07-10 0:48 Sam James
2021-04-18 5:09 Joonas Niilola
2021-01-23 22:55 Sam James
2021-01-21 9:03 Agostino Sarubbo
2020-11-23 7:12 Andreas Sturmlechner
2020-07-31 16:35 Mikle Kolyada
2020-07-31 16:33 Mikle Kolyada
2020-05-20 23:28 Andreas Sturmlechner
2019-05-23 12:30 Mikle Kolyada
2019-05-22 7:30 Mikle Kolyada
2018-10-17 12:30 Thomas Deutschmann
2018-10-16 13:08 Mikle Kolyada
2018-08-11 10:10 Jonathan Scruggs
2018-04-15 12:43 David Seifert
2017-12-11 0:45 Anthony G. Basile
2016-09-26 23:21 Manuel Rüger
2016-03-09 10:44 Michael Palimaka
2016-03-08 20:57 Stephen Klimaszewski
2015-11-28 17:36 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox