From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsubversion/
Date: Sat, 13 Oct 2018 16:21:59 +0000 (UTC) [thread overview]
Message-ID: <1539447705.b1262c821ea1f4dfdf889f574d11c336b80c5493.pacho@gentoo> (raw)
commit: b1262c821ea1f4dfdf889f574d11c336b80c5493
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 16:21:34 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 16:21:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1262c82
dev-vcs/hgsubversion: Drop old and unmaintained ebuilds
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-vcs/hgsubversion/Manifest | 1 -
dev-vcs/hgsubversion/hgsubversion-1.8.5.ebuild | 31 --------------------------
dev-vcs/hgsubversion/hgsubversion-9999.ebuild | 27 ----------------------
3 files changed, 59 deletions(-)
diff --git a/dev-vcs/hgsubversion/Manifest b/dev-vcs/hgsubversion/Manifest
index e0ab7a69148..440f3b83c73 100644
--- a/dev-vcs/hgsubversion/Manifest
+++ b/dev-vcs/hgsubversion/Manifest
@@ -1,3 +1,2 @@
-DIST hgsubversion-1.8.5.tar.gz 179639 BLAKE2B 3fa5dd690e404837ccca7efeef7d873c579f717aaad274bed594aef751338450b347d8e82d3a139d00206e12a6c3979d18355be6c2c3a7ae23d01f51c3be09e8 SHA512 1d3f0824c3b83a2e00485ef3f412767bdb378a5a545f2fcf533eafebb20cbd40becf54cf9a29705200d221d6d6c0eb284fae0692354b1795feb391de2a02ca0c
DIST hgsubversion-1.8.6.tar.gz 180720 BLAKE2B fc3cb8b3b4298a11eab4e7374615b80c7653449efd39f7ac48663a211988654bf173dce7016d8c40efbb60d55ed8884680a2139461fea1537c459cdcd807c176 SHA512 8431e995a9f2c150936af004527fea6d562a34c653af6d51e69afdb10397528bbe7f230d92b18c3d04e2315c7b0078ecfc1bd619be4c2540bb564d50092566c4
DIST hgsubversion-1.9.2.tar.gz 203801 BLAKE2B dd8f53baf1d12263be1dde75b2a0a9367ea038bc4655322ac8e89c5fafe67cd42ab94f83b2eda2ff28f521b8ef7ecb5034dad0916bb2fdfadeee68e52f75e348 SHA512 e11e0db50702d0fa0c29ac75bde8f943551ff392218656f82672c25635b43ed17d26026af106723875165806577881c268ebb5fb82954add599dcb14b13e4744
diff --git a/dev-vcs/hgsubversion/hgsubversion-1.8.5.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.8.5.ebuild
deleted file mode 100644
index a10a7ca9568..00000000000
--- a/dev-vcs/hgsubversion/hgsubversion-1.8.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion repositories"
-HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home https://pypi.org/project/hgsubversion/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-
-# although any ref absent in the source, tests fail badly with >=mercurial-2.8.1
-RDEPEND=">=dev-vcs/mercurial-1.4[${PYTHON_USEDEP}]
- dev-vcs/mercurial[${PYTHON_USEDEP}]
- || (
- >=dev-python/subvertpy-0.7.4[${PYTHON_USEDEP}]
- >=dev-vcs/subversion-1.5[python] )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-DOCS=( README )
-
-#python_test() {
-# "${PYTHON}" tests/run.py || die "Tests failed under ${EPYTHON}"
-#}
diff --git a/dev-vcs/hgsubversion/hgsubversion-9999.ebuild b/dev-vcs/hgsubversion/hgsubversion-9999.ebuild
deleted file mode 100644
index c3c40ed2703..00000000000
--- a/dev-vcs/hgsubversion/hgsubversion-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 mercurial
-
-DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion repositories"
-HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home https://pypi.org/project/hgsubversion/"
-SRC_URI=""
-EHG_REPO_URI="https://bitbucket.org/durin42/hgsubversion"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-RDEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}]
- || (
- dev-python/subvertpy[${PYTHON_USEDEP}]
- >=dev-vcs/subversion-1.5[${PYTHON_USEDEP}]
- )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-DOCS=( README )
next reply other threads:[~2018-10-13 16:22 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-13 16:21 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-02-16 9:28 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsubversion/ Pacho Ramos
2019-02-16 9:28 Pacho Ramos
2018-10-13 16:21 Pacho Ramos
2018-06-26 2:04 Aaron Bauman
2017-11-26 11:39 David Seifert
2017-07-18 8:26 Dirkjan Ochtman
2017-01-15 10:33 Pacho Ramos
2016-05-14 20:11 Agostino Sarubbo
2016-05-13 11:07 Dirkjan Ochtman
2016-05-13 10:09 Dirkjan Ochtman
2016-05-13 9:46 Dirkjan Ochtman
2016-05-13 9:42 Dirkjan Ochtman
2016-02-20 10:47 Dirkjan Ochtman
2015-10-11 9:13 Dirkjan Ochtman
2015-10-11 9:10 Dirkjan Ochtman
2015-09-19 13:59 Dirkjan Ochtman
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=1539447705.b1262c821ea1f4dfdf889f574d11c336b80c5493.pacho@gentoo \
--to=pacho@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