From: "Cédric Krier" <cedk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/
Date: Sat, 1 Apr 2023 16:10:35 +0000 (UTC) [thread overview]
Message-ID: <1680365430.fbd5e0a0972d6f0b938fa80a8d37f012b97de481.cedk@gentoo> (raw)
commit: fbd5e0a0972d6f0b938fa80a8d37f012b97de481
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 1 16:06:47 2023 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Apr 1 16:10:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd5e0a0
dev-vcs/tortoisehg: drop 5.9.3, 6.2.1
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
dev-vcs/tortoisehg/Manifest | 2 -
dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild | 81 ------------------------------
dev-vcs/tortoisehg/tortoisehg-6.2.1.ebuild | 80 -----------------------------
3 files changed, 163 deletions(-)
diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
index bb5d8b056c04..fe0ab9c4af6c 100644
--- a/dev-vcs/tortoisehg/Manifest
+++ b/dev-vcs/tortoisehg/Manifest
@@ -1,4 +1,2 @@
-DIST tortoisehg-5.9.3.tar.gz 8637453 BLAKE2B 9fa90c108f32b1e15c233e7ccbadbda08e434f23aa5c5fe7c235c743c98f54f4222a1804c06b0ca300cc3d0b049c117007a53452ff20ae4411bca30d8ed9013b SHA512 870b3b717962b8450d07fca5300f971d187236edce5a9d2926144b832c0771b8f5a324bdfd05a1fed3d2b4de4bad913c0c8f4435908e602e268c561ed64abbb2
-DIST tortoisehg-6.2.1.tar.gz 8877912 BLAKE2B c3741c89656e339c37238208c639717e95a8de40ab84e3dbcf151e97e9a51674ca481f7bacbe2cdf90a8b80e15f2cd10a13317b0da691ebb3103f1a460bbdb03 SHA512 282dfc765a57d8d47c81f68e72b22ac56e6d67b7eb2a76cb999880ed225067c590507af95629c621b129bdb6212450cf666aa72da7907584373f3a56fbfd6bcc
DIST tortoisehg-6.2.3.tar.gz 8878641 BLAKE2B ede267f48c7b58db1fcdf16a11fb343e4fcf21193a43f6d6114ef6f930946beea458acc52780deaa889d429989c7b8b25045a9ed340297c0d1ee7e5e5e998d2a SHA512 8c7e62822bdbdcae7a371b910e3e549864019b3a74a090e59d0f26291525ebda078de3f41d8442b457e14727ec94143290d0f3fac9f49cbe842d1de298ae2edd
DIST tortoisehg-6.3.2.tar.gz 8885325 BLAKE2B bb9a7043f7d2e44b32e20b6dd88372927977a6fd94b662a8a56d26776c72268e0953de3edc93b2f7b9efc580286632f500f5181a5ef7bf3edd3fb5ba5ec64761 SHA512 b711f9d347b2f00978b42b258713d365188c4de100668a09fea4b6f80bb8083a7980a462b8fb4705d31f9da310dbdeb2d9891e93f6e3f6f2833e4c7ccfa4d800
diff --git a/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild
deleted file mode 100644
index 9c05f8a40c67..000000000000
--- a/dev-vcs/tortoisehg/tortoisehg-5.9.3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit desktop distutils-r1 optfeature xdg-utils
-
-if [[ ${PV} != *9999* ]]; then
- KEYWORDS="amd64 ~arm64 x86"
- SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz"
- HG_DEPEND=">=dev-vcs/mercurial-5.8[${PYTHON_USEDEP}]
- <dev-vcs/mercurial-5.10[${PYTHON_USEDEP}]"
- S="${WORKDIR}/thg-${PV}"
-else
- inherit mercurial
- EHG_REPO_URI="https://foss.heptapod.net/mercurial/${PN}/thg"
- EHG_REVISION="stable"
- HG_DEPEND=">=dev-vcs/mercurial-5.8[${PYTHON_USEDEP}]"
-fi
-
-DESCRIPTION="Set of graphical tools for Mercurial"
-HOMEPAGE="https://tortoisehg.bitbucket.io/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- ${HG_DEPEND}
- dev-python/iniparse[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
- >=dev-python/qscintilla-python-2.9.4[qt5(+),${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx doc/source
-
-python_prepare_all() {
- # Remove file that collides with >=mercurial-4.0 (bug #599266).
- rm "${S}"/hgext3rd/__init__.py || die "can't remove /hgext3rd/__init__.py"
-
- sed -i -e 's:share/doc/tortoisehg:share/doc/'"${PF}"':' setup.py || die
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- ${EPYTHON} tests/run-tests.py -m 'not largefiles' --doctest-modules tests || die
- ${EPYTHON} tests/run-tests.py -m largefiles tests || die
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
- newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
- domenu contrib/thg.desktop
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- elog "When startup of ${PN} fails with an API version mismatch error"
- elog "between dev-python/sip and dev-python/PyQt5 please rebuild"
- elog "dev-python/qscintilla-python."
-
- optfeature "the core git extension support" dev-python/pygit2
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/dev-vcs/tortoisehg/tortoisehg-6.2.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.2.1.ebuild
deleted file mode 100644
index c4e1efd98699..000000000000
--- a/dev-vcs/tortoisehg/tortoisehg-6.2.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit desktop distutils-r1 optfeature xdg-utils
-
-if [[ ${PV} != *9999* ]]; then
- KEYWORDS="~amd64 ~arm64 ~x86"
- SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz"
- HG_DEPEND=">=dev-vcs/mercurial-5.9[${PYTHON_USEDEP}]
- <dev-vcs/mercurial-6.3[${PYTHON_USEDEP}]"
- S="${WORKDIR}/thg-${PV}"
-else
- inherit mercurial
- EHG_REPO_URI="https://foss.heptapod.net/mercurial/${PN}/thg"
- EHG_REVISION="stable"
- HG_DEPEND=">=dev-vcs/mercurial-5.9[${PYTHON_USEDEP}]"
-fi
-
-DESCRIPTION="Set of graphical tools for Mercurial"
-HOMEPAGE="https://tortoisehg.bitbucket.io/"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- ${HG_DEPEND}
- dev-python/iniparse[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
- >=dev-python/qscintilla-python-2.11.6[qt5(+),${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx doc/source
-
-python_prepare_all() {
- # Remove file that collides with >=mercurial-4.0 (bug #599266).
- rm "${S}"/hgext3rd/__init__.py || die "can't remove /hgext3rd/__init__.py"
-
- sed -i -e 's:share/doc/tortoisehg:share/doc/'"${PF}"':' setup.py || die
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- ${EPYTHON} tests/run-tests.py -m 'not largefiles' --disable-pytest-warnings --doctest-modules tests || die "Tests failed with ${EPYTHON}"
- ${EPYTHON} tests/run-tests.py -m largefiles --disable-pytest-warnings tests || die "Tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
- newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
- domenu contrib/thg.desktop
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- elog "When startup of ${PN} fails with an API version mismatch error"
- elog "between dev-python/sip and dev-python/PyQt5 please rebuild"
- elog "dev-python/qscintilla-python."
-
- optfeature "the core git extension support" dev-python/pygit2
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
next reply other threads:[~2023-04-01 16:10 UTC|newest]
Thread overview: 152+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-01 16:10 Cédric Krier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 6:18 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/ Joonas Niilola
2024-10-26 6:18 Joonas Niilola
2024-04-14 0:43 Sam James
2024-04-06 11:07 Cédric Krier
2024-02-26 7:33 Joonas Niilola
2024-02-26 6:05 Arthur Zamarin
2023-09-17 6:17 Sam James
2023-09-16 7:57 Joonas Niilola
2023-08-21 3:50 Sam James
2023-08-21 3:50 Sam James
2023-07-16 18:34 Sam James
2023-04-26 4:03 Sam James
2023-03-07 7:11 Joonas Niilola
2023-03-06 12:51 Arthur Zamarin
2023-02-09 17:59 Joonas Niilola
2022-11-24 8:10 Joonas Niilola
2022-11-18 7:04 Jakov Smolić
2022-08-31 8:42 Joonas Niilola
2022-08-04 7:12 Joonas Niilola
2022-06-07 7:14 Joonas Niilola
2022-06-07 1:15 Sam James
2022-05-13 20:04 Sam James
2022-03-31 13:36 Joonas Niilola
2022-03-31 13:36 Joonas Niilola
2021-11-22 10:11 Sam James
2021-11-22 10:11 Sam James
2021-10-29 11:16 Sam James
2021-10-21 23:28 Sam James
2021-09-21 7:03 Joonas Niilola
2021-09-21 7:03 Joonas Niilola
2021-09-04 6:26 Joonas Niilola
2021-09-04 6:26 Joonas Niilola
2021-09-03 18:01 Sam James
2021-09-03 18:01 Sam James
2021-07-20 10:25 Joonas Niilola
2021-07-20 10:25 Joonas Niilola
2021-05-30 9:53 Sam James
2021-05-30 9:53 Sam James
2021-03-12 15:17 Joonas Niilola
2021-03-12 15:17 Joonas Niilola
2021-02-18 9:36 Joonas Niilola
2021-02-18 9:36 Joonas Niilola
2020-12-17 13:48 Joonas Niilola
2020-11-16 13:56 Joonas Niilola
2020-11-16 13:56 Joonas Niilola
2020-11-16 13:56 Joonas Niilola
2020-10-12 12:39 Joonas Niilola
2020-10-12 12:39 Joonas Niilola
2020-10-12 12:39 Joonas Niilola
2020-09-16 17:43 Joonas Niilola
2020-09-16 17:43 Joonas Niilola
2020-09-16 17:43 Joonas Niilola
2020-09-16 17:43 Joonas Niilola
2020-08-30 8:18 Joonas Niilola
2020-06-20 20:31 Thomas Deutschmann
2020-04-20 17:34 Michał Górny
2020-04-20 17:34 Michał Górny
2019-12-23 13:08 Lars Wendler
2019-09-25 15:43 Thomas Deutschmann
2019-07-29 11:06 Lars Wendler
2019-04-23 9:13 Lars Wendler
2019-04-17 9:06 Lars Wendler
2019-03-16 12:48 Agostino Sarubbo
2019-03-15 8:39 Lars Wendler
2019-03-12 9:08 Lars Wendler
2019-03-12 9:08 Lars Wendler
2019-01-25 13:11 Lars Wendler
2018-12-11 11:02 Lars Wendler
2018-12-11 10:50 Lars Wendler
2018-12-11 10:50 Lars Wendler
2018-10-22 9:18 Lars Wendler
2018-10-22 9:18 Lars Wendler
2018-09-19 11:54 Lars Wendler
2018-08-23 23:05 Lars Wendler
2018-08-23 23:05 Lars Wendler
2018-06-22 11:01 Lars Wendler
2018-05-22 7:15 Lars Wendler
2018-05-14 10:18 Lars Wendler
2018-05-14 10:18 Lars Wendler
2018-04-10 9:16 Lars Wendler
2018-04-10 9:16 Lars Wendler
2018-03-17 21:01 Lars Wendler
2018-02-14 9:58 Lars Wendler
2018-02-14 9:58 Lars Wendler
2018-01-09 10:19 Andreas Sturmlechner
2018-01-09 0:16 Mikle Kolyada
2017-12-30 22:54 Lars Wendler
2017-12-10 11:38 Andreas Sturmlechner
2017-12-09 23:52 Andreas Sturmlechner
2017-12-09 23:52 Andreas Sturmlechner
2017-12-09 23:52 Andreas Sturmlechner
2017-11-29 23:38 Lars Wendler
2017-11-24 0:55 Andreas Sturmlechner
2017-11-08 9:04 Lars Wendler
2017-10-30 21:43 Andreas Sturmlechner
2017-09-19 22:13 Lars Wendler
2017-09-19 22:13 Lars Wendler
2017-08-14 7:16 Lars Wendler
2017-08-14 7:16 Lars Wendler
2017-07-20 12:06 Lars Wendler
2017-07-20 12:06 Lars Wendler
2017-06-10 10:18 Lars Wendler
2017-06-10 10:18 Lars Wendler
2017-06-09 1:19 Lars Wendler
2017-05-10 11:41 Lars Wendler
2017-05-10 11:41 Lars Wendler
2017-04-20 13:25 Lars Wendler
2017-04-20 13:25 Lars Wendler
2017-04-07 8:09 Lars Wendler
2017-04-07 8:09 Lars Wendler
2017-03-16 8:42 Lars Wendler
2017-02-24 8:53 Lars Wendler
2017-02-24 8:53 Lars Wendler
2017-01-24 7:22 Lars Wendler
2017-01-24 7:22 Lars Wendler
2016-12-21 14:33 Lars Wendler
2016-12-21 11:28 Tobias Klausmann
2016-12-02 10:05 Lars Wendler
2016-12-02 10:05 Lars Wendler
2016-11-21 15:50 Lars Wendler
2016-11-18 17:26 Lars Wendler
2016-11-07 22:37 Lars Wendler
2016-11-07 22:37 Lars Wendler
2016-10-04 12:46 Lars Wendler
2016-10-04 12:46 Lars Wendler
2016-09-19 9:14 Lars Wendler
2016-08-04 8:02 Lars Wendler
2016-08-04 8:02 Lars Wendler
2016-07-21 9:02 Lars Wendler
2016-07-21 9:02 Lars Wendler
2016-06-02 7:54 Lars Wendler
2016-05-04 6:19 Lars Wendler
2016-05-02 10:25 Lars Wendler
2016-04-07 12:51 Lars Wendler
2016-04-07 12:51 Lars Wendler
2016-04-07 12:51 Lars Wendler
2016-03-09 8:02 Lars Wendler
2016-02-04 7:55 Lars Wendler
2016-02-04 7:55 Lars Wendler
2016-01-25 12:26 Lars Wendler
2016-01-25 12:26 Lars Wendler
2015-12-15 12:40 Lars Wendler
2015-12-15 12:40 Lars Wendler
2015-11-24 12:42 Lars Wendler
2015-11-10 9:00 Lars Wendler
2015-11-10 9:00 Lars Wendler
2015-10-08 9:39 Lars Wendler
2015-10-08 9:39 Lars Wendler
2015-09-17 11:49 Lars Wendler
2015-08-11 17:06 Lars Wendler
2015-08-11 17:06 Lars Wendler
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=1680365430.fbd5e0a0972d6f0b938fa80a8d37f012b97de481.cedk@gentoo \
--to=cedk@gentoo.org \
--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