Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-git/
Date: Sat, 25 Apr 2020 18:03:26
Message-Id: 1587837335.76e35871caf8eed9dcce097e5b80e51da20b3305.grobian@gentoo
1 commit: 76e35871caf8eed9dcce097e5b80e51da20b3305
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 17:55:35 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 17:55:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e35871
7
8 dev-vcs/hg-git: cleanup
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-vcs/hg-git/Manifest | 2 --
14 dev-vcs/hg-git/hg-git-0.8.12-r1.ebuild | 28 ----------------------
15 dev-vcs/hg-git/hg-git-0.8.13_pre20190808.ebuild | 31 -------------------------
16 3 files changed, 61 deletions(-)
17
18 diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest
19 index d554b98cb9c..983d1e81f38 100644
20 --- a/dev-vcs/hg-git/Manifest
21 +++ b/dev-vcs/hg-git/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST hg-git-0.8.12.tar.gz 124456 BLAKE2B 31a899ba1f2e0de861d81e7ff5fac9f82e9c08813b77fa8a4da3aeae590d7e8cb6c37abb80ebe34a80835c210f10145df7429685cb71ffab7bfe8d5a628d3d12 SHA512 77af45c8f35febe354382ee043be7f0f2c53e1ac7ae331a7068a0e117ed0f54adaa7c7f5127e247e089c9204b9130dde286aa887997b7ab7ede48f447797608e
24 DIST hg-git-0.8.13.tar.gz 127399 BLAKE2B 0cf47df27dfc19cb66d546c1647af4f6b112035ee089c42331c0f2c045ead9e9abf796f0ed0747f52efe1452a9a2ccec237ae4c0296173ae283c180ae5cdb75b SHA512 55eed0704dc2829e6f027bc842e69aa5d193c824521e4c96171cecabd0155b0635a06b5ff2be61cdf0fff1bcb075190a324087b4171fba05df8db76527878a4a
25 -DIST hg-git-0.8.13_pre20190808.zip 171168 BLAKE2B 52cc847224977e6bf27b095b31773bdfd655ddbc6bdd169f5940dee65ee74ad357a8bd09120ac11a88b2a6058c5e18d4a4efbebd230d95c1093d1116429c0048 SHA512 9baf91288bf3762333e1da9394dfd717ffd7ed583d7f565babbe4888bab5766e7e6925ac7b1e154074d4ebc10a955790d59aad9423f693b8ded0a7f94ac69a74
26 DIST hg-git-0.8.8.tar.gz 98508 BLAKE2B e7636c3809b2be8a7fcce44a72f89f39927a282c34384047036470fc832b34be1922de75a2a9b468ec125ea716263333f5f58e6a0c7de12729b7dd18c68b657a SHA512 c3b28273024f2429ed526354048f0e37d0af6be591020fa3b1e8d1321247d72129f7c8fbcef73e69d60e243a6f86380dc4d89f0e8f913b786ef4497421237aac
27
28 diff --git a/dev-vcs/hg-git/hg-git-0.8.12-r1.ebuild b/dev-vcs/hg-git/hg-git-0.8.12-r1.ebuild
29 deleted file mode 100644
30 index e5711f08ff4..00000000000
31 --- a/dev-vcs/hg-git/hg-git-0.8.12-r1.ebuild
32 +++ /dev/null
33 @@ -1,28 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="7"
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="push to and pull from a Git repository using Mercurial"
43 -HOMEPAGE="http://hg-git.github.io https://pypi.org/project/hg-git/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - >=dev-vcs/mercurial-2.8.2[${PYTHON_USEDEP}]
53 - >=dev-python/dulwich-0.9.7[${PYTHON_USEDEP}]
54 -"
55 -DEPEND="${RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 -"
58 -
59 -PATCHES=(
60 - "${FILESDIR}"/${P}-hg-4.8.patch
61 -)
62
63 diff --git a/dev-vcs/hg-git/hg-git-0.8.13_pre20190808.ebuild b/dev-vcs/hg-git/hg-git-0.8.13_pre20190808.ebuild
64 deleted file mode 100644
65 index 6e1b2b36d3b..00000000000
66 --- a/dev-vcs/hg-git/hg-git-0.8.13_pre20190808.ebuild
67 +++ /dev/null
68 @@ -1,31 +0,0 @@
69 -# Copyright 1999-2019 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI="7"
73 -PYTHON_COMPAT=( python2_7 )
74 -
75 -inherit distutils-r1
76 -
77 -HGID="aa15905ca87f"
78 -DESCRIPTION="push to and pull from a Git repository using Mercurial"
79 -HOMEPAGE="http://hg-git.github.io https://pypi.org/project/hg-git/"
80 -if [[ ${PV} == *_pre* ]] ; then
81 - SRC_URI="https://bitbucket.org/durin42/${PN}/get/${HGID}.zip -> ${P}.zip"
82 - S=${WORKDIR}/durin42-${PN}-${HGID}
83 -else
84 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
85 -fi
86 -
87 -LICENSE="GPL-2"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
90 -IUSE=""
91 -
92 -RDEPEND="
93 - >=dev-vcs/mercurial-3.6[${PYTHON_USEDEP}]
94 - >=dev-python/dulwich-0.9.7[${PYTHON_USEDEP}]
95 -"
96 -DEPEND="${RDEPEND}
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 -"
99 -BDEPEND="app-arch/unzip"