public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2020-12-05 23:29 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2020-12-05 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     7195ecdb16fa1d8f87799b4abfff6fd707eab87d
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sat Dec  5 23:29:29 2020 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Sat Dec  5 23:29:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7195ecdb

www-client/torbrowser-launcher: remove mirror restriction, add test

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild | 2 +-
 www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild | 2 +-
 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild
index d62241c3..f305cbaa 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild
@@ -18,7 +18,7 @@ else
 	KEYWORDS="~amd64"
 fi
 
-RESTRICT="mirror"
+RESTRICT="test"
 LICENSE="MIT"
 SLOT="0"
 IUSE="apparmor"

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
index d62241c3..f305cbaa 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
@@ -18,7 +18,7 @@ else
 	KEYWORDS="~amd64"
 fi
 
-RESTRICT="mirror"
+RESTRICT="test"
 LICENSE="MIT"
 SLOT="0"
 IUSE="apparmor"

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
index d62241c3..f305cbaa 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
@@ -18,7 +18,7 @@ else
 	KEYWORDS="~amd64"
 fi
 
-RESTRICT="mirror"
+RESTRICT="test"
 LICENSE="MIT"
 SLOT="0"
 IUSE="apparmor"


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-02-19  4:48 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2021-02-19  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     85884b1d033cbb04b613698288340a4753df25db
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Feb 19 04:48:10 2021 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Fri Feb 19 04:48:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85884b1d

www-client/torbrowser-launcher: bump python compat to 3.9

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild | 5 +++--
 www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild | 5 +++--
 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild  | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild
index 446a02ea..a5c71f21 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1 xdg
 

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
index 446a02ea..a5c71f21 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1 xdg
 

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
index 446a02ea..a5c71f21 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1 xdg
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-02-19  4:54 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2021-02-19  4:54 UTC (permalink / raw
  To: gentoo-commits

commit:     75783390fe9edc0f235f212001683d8d548a4612
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Feb 19 04:54:51 2021 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Fri Feb 19 04:54:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75783390

www-client/torbrowser-launcher: drop old 0.3.2 version; hangs while launching

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 www-client/torbrowser-launcher/Manifest            |  1 -
 .../torbrowser-launcher-0.3.2.ebuild               | 53 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/www-client/torbrowser-launcher/Manifest b/www-client/torbrowser-launcher/Manifest
index f757cedb..1a9da194 100644
--- a/www-client/torbrowser-launcher/Manifest
+++ b/www-client/torbrowser-launcher/Manifest
@@ -1,2 +1 @@
-DIST torbrowser-launcher-0.3.2.tar.gz 227363 BLAKE2B b3e35f546ef84aec02a3b75068b08a6d60f9f41f6194d1bf25862c48780f77d72e4443e594add04c5a0d44cf01bcfc8c04d6d7d67c767c2cc75cc8b4a9c42f9c SHA512 26c5517723c730591ea5c4b81e30728e9db7323afcafc99d17a178d4300bad3df8731ffb063cc53fe189a3b5e2872395c913b9eea6595acac7f31ff4a1c5f105
 DIST torbrowser-launcher-0.3.3.tar.gz 187239 BLAKE2B 8792e5474efe32124b401287bfbe01caef40381a35bb09062903da09c51f246b6092da2a3ffb84531c8f2be1bb45079263b8e46c98c5efa370abc6200289ac99 SHA512 129bcc3006d1cda92ab521c5106cacccf934b964b737f28bd89de6872f061b9e039678ca34b8ed30f348a0a47c3d87661b103f48e19a7edfae72a69512220fe6

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild
deleted file mode 100644
index a5c71f21..00000000
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="A program to download, updated, and run the Tor Browser Bundle"
-HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/micahflee/${PN}.git"
-else
-	SRC_URI="https://github.com/micahflee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-RESTRICT="test"
-LICENSE="MIT"
-SLOT="0"
-IUSE="apparmor"
-
-RDEPEND="
-	app-crypt/gpgme[python,${PYTHON_USEDEP}]
-	dev-python/PyQt5[${PYTHON_USEDEP},widgets]
-	dev-python/PySocks[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-	apparmor? ( sys-libs/libapparmor )
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-distro.patch"
-)
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	# delete apparmor profiles
-	if ! use apparmor; then
-		rm -r "${D}/etc/apparmor.d" || die "Failed to remove apparmor profiles"
-		rmdir "${D}/etc" || die "Failed to remove empty directory"
-	fi
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	elog "For updating over system TOR install net-vpn/tor and dev-python/txsocksx"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-02-19  5:00 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2021-02-19  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     badcb046beedd37d9bf2347fee41061cb7c472c7
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Feb 19 05:00:31 2021 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Fri Feb 19 05:00:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=badcb046

www-client/torbrowser-launcher: use optfeature

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild | 6 ++++--
 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild  | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
index a5c71f21..0694a09c 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit distutils-r1 xdg
+inherit distutils-r1 optfeature xdg
 
 DESCRIPTION="A program to download, updated, and run the Tor Browser Bundle"
 HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
@@ -49,5 +49,7 @@ python_install_all() {
 pkg_postinst() {
 	xdg_pkg_postinst
 
-	elog "For updating over system TOR install net-vpn/tor and dev-python/txsocksx"
+	elog "To get additional features, some optional runtime dependencies"
+	elog "may be installed:"
+	optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx
 }

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
index a5c71f21..0694a09c 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit distutils-r1 xdg
+inherit distutils-r1 optfeature xdg
 
 DESCRIPTION="A program to download, updated, and run the Tor Browser Bundle"
 HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
@@ -49,5 +49,7 @@ python_install_all() {
 pkg_postinst() {
 	xdg_pkg_postinst
 
-	elog "For updating over system TOR install net-vpn/tor and dev-python/txsocksx"
+	elog "To get additional features, some optional runtime dependencies"
+	elog "may be installed:"
+	optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-04-03 13:15 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2021-04-03 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     40f867ec79e80d57d72bb4941e98a420109701fd
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Sat Apr  3 13:15:00 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Sat Apr  3 13:15:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40f867ec

www-client/torbrowser-launcher: add dev-python/packaging dep

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild | 1 +
 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
index 0694a09c3..01e9169f6 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
 	app-crypt/gpgme[python,${PYTHON_USEDEP}]
 	dev-python/PyQt5[${PYTHON_USEDEP},widgets]
 	dev-python/PySocks[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/requests[${PYTHON_USEDEP}]
 	apparmor? ( sys-libs/libapparmor )
 "

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
index 0694a09c3..01e9169f6 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
 	app-crypt/gpgme[python,${PYTHON_USEDEP}]
 	dev-python/PyQt5[${PYTHON_USEDEP},widgets]
 	dev-python/PySocks[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/requests[${PYTHON_USEDEP}]
 	apparmor? ( sys-libs/libapparmor )
 "


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-06-19  2:42 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2021-06-19  2:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ff3290aea3b0410b80fc86af319c483672d9a8b1
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Sat Jun 19 02:41:52 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Sat Jun 19 02:41:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff3290ae

www-client/torbrowser-launcher: remove patch from live version

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
index 01e9169f6..b51f05ec8 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
@@ -33,10 +33,6 @@ RDEPEND="
 	apparmor? ( sys-libs/libapparmor )
 "
 
-PATCHES=(
-	"${FILESDIR}/${PN}-distro.patch"
-)
-
 python_install_all() {
 	distutils-r1_python_install_all
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-10-21  1:24 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2021-10-21  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     06a4cc78a79be946908f4830b17484a39d3ef1e5
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Thu Oct 21 01:24:40 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Thu Oct 21 01:24:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06a4cc78

www-client/torbrowser-launcher: bump to 0.3.5

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 www-client/torbrowser-launcher/Manifest            |  1 +
 .../torbrowser-launcher-0.3.5.ebuild               | 52 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/www-client/torbrowser-launcher/Manifest b/www-client/torbrowser-launcher/Manifest
index 1a9da1946..150cf6a0d 100644
--- a/www-client/torbrowser-launcher/Manifest
+++ b/www-client/torbrowser-launcher/Manifest
@@ -1 +1,2 @@
 DIST torbrowser-launcher-0.3.3.tar.gz 187239 BLAKE2B 8792e5474efe32124b401287bfbe01caef40381a35bb09062903da09c51f246b6092da2a3ffb84531c8f2be1bb45079263b8e46c98c5efa370abc6200289ac99 SHA512 129bcc3006d1cda92ab521c5106cacccf934b964b737f28bd89de6872f061b9e039678ca34b8ed30f348a0a47c3d87661b103f48e19a7edfae72a69512220fe6
+DIST torbrowser-launcher-0.3.5.tar.gz 195445 BLAKE2B 87ba04a5dd49316148631d3da6cf0b328160b817b7c42062bf6eeb1bedfc2cad6276640422139adc2b4031bfb6d0aa9bb93636b8e629e3b53433909bdf962768 SHA512 d9e30a721393d1530bc288fd74925731b71016d34670b6b33e1e76e271f956e2d2e35bd29f81389b1c90db15257e1e6281bd3aeeb9c3cc533ab9a5d109803254

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild
new file mode 100644
index 000000000..836bdf7b7
--- /dev/null
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1 optfeature xdg
+
+DESCRIPTION="A program to download, updated, and run the Tor Browser Bundle"
+HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/micahflee/${PN}.git"
+else
+	SRC_URI="https://github.com/micahflee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+RESTRICT="test"
+LICENSE="MIT"
+SLOT="0"
+IUSE="apparmor"
+
+RDEPEND="
+	app-crypt/gpgme[python,${PYTHON_USEDEP}]
+	dev-python/PyQt5[${PYTHON_USEDEP},widgets]
+	dev-python/PySocks[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	apparmor? ( sys-libs/libapparmor )
+"
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	# delete apparmor profiles
+	if ! use apparmor; then
+		rm -r "${D}/etc/apparmor.d" || die "Failed to remove apparmor profiles"
+		rmdir "${D}/etc" || die "Failed to remove empty directory"
+	fi
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	elog "To get additional features, some optional runtime dependencies"
+	elog "may be installed:"
+	optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-10-29 19:20 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2021-10-29 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     df8e41600ca9c702845806600fb19737918703a9
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Fri Oct 29 19:19:13 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Fri Oct 29 19:19:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df8e4160

www-client/torbrowser-launcher: add missing dev-python/distro dep

also bump to EAPI 8

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 ...owser-launcher-0.3.5.ebuild => torbrowser-launcher-0.3.5-r1.ebuild} | 3 ++-
 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild         | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
similarity index 96%
rename from www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild
rename to www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
index 836bdf7b7..a17dee1ae 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{8..9} )
@@ -28,6 +28,7 @@ RDEPEND="
 	app-crypt/gpgme[python,${PYTHON_USEDEP}]
 	dev-python/PyQt5[${PYTHON_USEDEP},widgets]
 	dev-python/PySocks[${PYTHON_USEDEP}]
+	dev-python/distro[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/requests[${PYTHON_USEDEP}]
 	apparmor? ( sys-libs/libapparmor )

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
index 836bdf7b7..a17dee1ae 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{8..9} )
@@ -28,6 +28,7 @@ RDEPEND="
 	app-crypt/gpgme[python,${PYTHON_USEDEP}]
 	dev-python/PyQt5[${PYTHON_USEDEP},widgets]
 	dev-python/PySocks[${PYTHON_USEDEP}]
+	dev-python/distro[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/requests[${PYTHON_USEDEP}]
 	apparmor? ( sys-libs/libapparmor )


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-11-26 13:11 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2021-11-26 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     bdd116fa922a634121f2a2b64ff15efaa0dc5f12
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 13:11:36 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 13:11:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdd116fa

www-client/torbrowser-launcher: drop to maintainer-needed

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 www-client/torbrowser-launcher/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-client/torbrowser-launcher/metadata.xml b/www-client/torbrowser-launcher/metadata.xml
index b6f1b1a73..c21816487 100644
--- a/www-client/torbrowser-launcher/metadata.xml
+++ b/www-client/torbrowser-launcher/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <maintainer type="person">
-        <email>xgqt@riseup.net</email>
-        <name>Maciej Barć</name>
-    </maintainer>
+<!-- maintainer-needed -->
     <upstream>
         <remote-id type="github">micahflee/torbrowser-launcher</remote-id>
     </upstream>


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-12-02  0:21 Hayley Hughes
  0 siblings, 0 replies; 15+ messages in thread
From: Hayley Hughes @ 2021-12-02  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e6a15d57905b997f4749d15ba44f23c40a4edb28
Author:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
AuthorDate: Thu Dec  2 00:20:51 2021 +0000
Commit:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
CommitDate: Thu Dec  2 00:20:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6a15d57

www-client/torbrowser-launcher: add myself as maintainer

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hayley Hughes <hayley <AT> foxes.systems>

 www-client/torbrowser-launcher/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/torbrowser-launcher/metadata.xml b/www-client/torbrowser-launcher/metadata.xml
index c21816487..5e5a38d1f 100644
--- a/www-client/torbrowser-launcher/metadata.xml
+++ b/www-client/torbrowser-launcher/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+    <maintainer type="person">
+        <email>hayley@foxes.systems</email>
+        <name>Hayley Hughes</name>
+    </maintainer>
     <upstream>
         <remote-id type="github">micahflee/torbrowser-launcher</remote-id>
     </upstream>


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2021-12-02  0:21 Hayley Hughes
  0 siblings, 0 replies; 15+ messages in thread
From: Hayley Hughes @ 2021-12-02  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     806afb23899e7adf46335fdbe627ab8ebc5b77bc
Author:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
AuthorDate: Thu Dec  2 00:11:50 2021 +0000
Commit:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
CommitDate: Thu Dec  2 00:11:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=806afb23

www-client/torbrowser-launcher: bump to python 10

* Remove exteranous messages from postinst

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hayley Hughes <hayley <AT> foxes.systems>

 ...owser-launcher-9999.ebuild => torbrowser-launcher-0.3.5-r2.ebuild} | 4 +---
 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild        | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild
similarity index 90%
copy from www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
copy to www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild
index a17dee1ae..7030cf051 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature xdg
 
@@ -47,7 +47,5 @@ python_install_all() {
 pkg_postinst() {
 	xdg_pkg_postinst
 
-	elog "To get additional features, some optional runtime dependencies"
-	elog "may be installed:"
 	optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx
 }

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
index a17dee1ae..7030cf051 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature xdg
 
@@ -47,7 +47,5 @@ python_install_all() {
 pkg_postinst() {
 	xdg_pkg_postinst
 
-	elog "To get additional features, some optional runtime dependencies"
-	elog "may be installed:"
 	optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2022-07-28  5:36 Sergey Alirzaev
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Alirzaev @ 2022-07-28  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7435fe3edba60e97271cf4e48f07638149ceff4f
Author:     Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Thu Jul 28 05:36:03 2022 +0000
Commit:     Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Thu Jul 28 05:36:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7435fe3e

www-client/torbrowser-launcher: fixed a typo in DESCRIPTION

Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net>

 www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild | 2 +-
 www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild | 2 +-
 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
index a17dee1ae..c2e1afd4a 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1 optfeature xdg
 
-DESCRIPTION="A program to download, updated, and run the Tor Browser Bundle"
+DESCRIPTION="A program to download, update, and run the Tor Browser Bundle"
 HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
 
 if [[ "${PV}" == *9999* ]]; then

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild
index 7030cf051..3b38e15b7 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature xdg
 
-DESCRIPTION="A program to download, updated, and run the Tor Browser Bundle"
+DESCRIPTION="A program to download, update, and run the Tor Browser Bundle"
 HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
 
 if [[ "${PV}" == *9999* ]]; then

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
index 7030cf051..3b38e15b7 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature xdg
 
-DESCRIPTION="A program to download, updated, and run the Tor Browser Bundle"
+DESCRIPTION="A program to download, update, and run the Tor Browser Bundle"
 HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
 
 if [[ "${PV}" == *9999* ]]; then


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2023-01-13  7:44 Hayley Hughes
  0 siblings, 0 replies; 15+ messages in thread
From: Hayley Hughes @ 2023-01-13  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6dd987743d583a659f1c8f48700505864d1bcc74
Author:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
AuthorDate: Fri Jan 13 07:41:19 2023 +0000
Commit:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
CommitDate: Fri Jan 13 07:43:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dd98774

www-client/torbrowser-launcher: enable py3.11

Signed-off-by: Hayley Hughes <hayley <AT> foxes.systems>

 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
index 3b38e15b7..c34273520 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1 optfeature xdg
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2023-01-13  7:44 Hayley Hughes
  0 siblings, 0 replies; 15+ messages in thread
From: Hayley Hughes @ 2023-01-13  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c4725bc37b56583f7949155775c6c706ec3815f9
Author:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
AuthorDate: Fri Jan 13 07:42:44 2023 +0000
Commit:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
CommitDate: Fri Jan 13 07:43:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4725bc3

www-client/torbrowser-launcher: drop myself as a maintainer

Signed-off-by: Hayley Hughes <hayley <AT> foxes.systems>

 www-client/torbrowser-launcher/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-client/torbrowser-launcher/metadata.xml b/www-client/torbrowser-launcher/metadata.xml
index 5e5a38d1f..237f505a7 100644
--- a/www-client/torbrowser-launcher/metadata.xml
+++ b/www-client/torbrowser-launcher/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <maintainer type="person">
-        <email>hayley@foxes.systems</email>
-        <name>Hayley Hughes</name>
-    </maintainer>
+    <!-- maintainer-needed -->
     <upstream>
         <remote-id type="github">micahflee/torbrowser-launcher</remote-id>
     </upstream>


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
@ 2023-01-13  7:44 Hayley Hughes
  0 siblings, 0 replies; 15+ messages in thread
From: Hayley Hughes @ 2023-01-13  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9a69f5d85298d1f010b1727950121ec119c216bf
Author:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
AuthorDate: Fri Jan 13 07:36:16 2023 +0000
Commit:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
CommitDate: Fri Jan 13 07:43:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a69f5d8

www-client/torbrowser-launcher: drop 0.3.5, add 0.3.6

Signed-off-by: Hayley Hughes <hayley <AT> foxes.systems>

 www-client/torbrowser-launcher/Manifest            |  2 +-
 .../torbrowser-launcher-0.3.5-r1.ebuild            | 53 ----------------------
 ...-r2.ebuild => torbrowser-launcher-0.3.6.ebuild} |  4 +-
 3 files changed, 3 insertions(+), 56 deletions(-)

diff --git a/www-client/torbrowser-launcher/Manifest b/www-client/torbrowser-launcher/Manifest
index f50a6142c..d8eb5c722 100644
--- a/www-client/torbrowser-launcher/Manifest
+++ b/www-client/torbrowser-launcher/Manifest
@@ -1 +1 @@
-DIST torbrowser-launcher-0.3.5.tar.gz 195445 BLAKE2B 87ba04a5dd49316148631d3da6cf0b328160b817b7c42062bf6eeb1bedfc2cad6276640422139adc2b4031bfb6d0aa9bb93636b8e629e3b53433909bdf962768 SHA512 d9e30a721393d1530bc288fd74925731b71016d34670b6b33e1e76e271f956e2d2e35bd29f81389b1c90db15257e1e6281bd3aeeb9c3cc533ab9a5d109803254
+DIST torbrowser-launcher-0.3.6.tar.gz 196292 BLAKE2B 32ec935d80f254fa069e57876e84bb108a5ca09d68c7f0e747228157de5166fc5e2106e6a544faf656c202f90fa0d5a051bdeaf4b398c24b7e17fbf5b9ba4543 SHA512 75afff4e1c0a258abdf72948ab33a8542c4624d66ae5f06f3bbd5505128b32692747c04d57a5aaaf6084ce3950ec931236171c7195a05a1b8867aa22563f35a8

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
deleted file mode 100644
index c2e1afd4a..000000000
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 optfeature xdg
-
-DESCRIPTION="A program to download, update, and run the Tor Browser Bundle"
-HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/micahflee/${PN}.git"
-else
-	SRC_URI="https://github.com/micahflee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-RESTRICT="test"
-LICENSE="MIT"
-SLOT="0"
-IUSE="apparmor"
-
-RDEPEND="
-	app-crypt/gpgme[python,${PYTHON_USEDEP}]
-	dev-python/PyQt5[${PYTHON_USEDEP},widgets]
-	dev-python/PySocks[${PYTHON_USEDEP}]
-	dev-python/distro[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-	apparmor? ( sys-libs/libapparmor )
-"
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	# delete apparmor profiles
-	if ! use apparmor; then
-		rm -r "${D}/etc/apparmor.d" || die "Failed to remove apparmor profiles"
-		rmdir "${D}/etc" || die "Failed to remove empty directory"
-	fi
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	elog "To get additional features, some optional runtime dependencies"
-	elog "may be installed:"
-	optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx
-}

diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild
similarity index 95%
rename from www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild
rename to www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild
index 3b38e15b7..c34273520 100644
--- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.5-r2.ebuild
+++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1 optfeature xdg
 


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

end of thread, other threads:[~2023-01-13  7:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-02  0:21 [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/ Hayley Hughes
  -- strict thread matches above, loose matches on Subject: below --
2023-01-13  7:44 Hayley Hughes
2023-01-13  7:44 Hayley Hughes
2023-01-13  7:44 Hayley Hughes
2022-07-28  5:36 Sergey Alirzaev
2021-12-02  0:21 Hayley Hughes
2021-11-26 13:11 Maciej Barć
2021-10-29 19:20 Maciej Barć
2021-10-21  1:24 Maciej Barć
2021-06-19  2:42 Maciej Barć
2021-04-03 13:15 Maciej Barć
2021-02-19  5:00 Maciej Barć
2021-02-19  4:54 Maciej Barć
2021-02-19  4:48 Maciej Barć
2020-12-05 23:29 Maciej Barć

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