public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hayley Hughes" <hayley@foxes.systems>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/
Date: Fri, 13 Jan 2023 07:44:04 +0000 (UTC)	[thread overview]
Message-ID: <1673595834.9a69f5d85298d1f010b1727950121ec119c216bf.hayley@gentoo> (raw)

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
 


             reply	other threads:[~2023-01-13  7:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13  7:44 Hayley Hughes [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-13  7:44 [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/ Hayley Hughes
2023-01-13  7:44 Hayley Hughes
2022-07-28  5:36 Sergey Alirzaev
2021-12-02  0:21 Hayley Hughes
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ć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1673595834.9a69f5d85298d1f010b1727950121ec119c216bf.hayley@gentoo \
    --to=hayley@foxes.systems \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox