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, 27 Oct 2018 07:51:33
Message-Id: 1540626682.96a736d2557a8a06e23f4aabfd85fa4a8f21a313.grobian@gentoo
1 commit: 96a736d2557a8a06e23f4aabfd85fa4a8f21a313
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 07:51:08 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 07:51:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a736d2
7
8 dev-vcs/hg-git: drop old
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-vcs/hg-git/Manifest | 1 -
14 dev-vcs/hg-git/hg-git-0.8.10-r1.ebuild | 29 -----------------------------
15 dev-vcs/hg-git/hg-git-0.8.10.ebuild | 24 ------------------------
16 3 files changed, 54 deletions(-)
17
18 diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest
19 index 1ffbf37d2a8..7830ff12ed5 100644
20 --- a/dev-vcs/hg-git/Manifest
21 +++ b/dev-vcs/hg-git/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST hg-git-0.8.10.tar.gz 116019 BLAKE2B 425a066864051f03e3a3305e74a5920055a7f4c79826711c567a59fcb32171db3ca732ba3bb61edac4ac9847fff897cca4fe0d02e65f69e7b0f0440fa2f32cf4 SHA512 ea6de91114005d38568eae1fa5f38aafe73c472c480496ea05b4472c1d8fbc89e76c9bb34eef2641b89e6d0c3f2a9a187d844687214f5599d0b4d0f6b7928c32
24 DIST hg-git-0.8.11.tar.gz 118537 BLAKE2B 05a63633f8909260428197334812d314cdba115324fa7dd70ccb5d0ee1e21089be0b8bb0cb1cf09f5f738cbee00e3e688646daa3debed9fa36fac2ff62bfcb8b SHA512 ced6b8b522f75b0e2b59c5113b3afd7b02eb2e3798a7aecdc211a15aba1363d3785234e909644626b5c16d7e8b158a6fe1f1120dcd85b5709d8a84ff1f4b6655
25 DIST hg-git-0.8.12.tar.gz 124456 BLAKE2B 31a899ba1f2e0de861d81e7ff5fac9f82e9c08813b77fa8a4da3aeae590d7e8cb6c37abb80ebe34a80835c210f10145df7429685cb71ffab7bfe8d5a628d3d12 SHA512 77af45c8f35febe354382ee043be7f0f2c53e1ac7ae331a7068a0e117ed0f54adaa7c7f5127e247e089c9204b9130dde286aa887997b7ab7ede48f447797608e
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.10-r1.ebuild b/dev-vcs/hg-git/hg-git-0.8.10-r1.ebuild
29 deleted file mode 100644
30 index d35e3462357..00000000000
31 --- a/dev-vcs/hg-git/hg-git-0.8.10-r1.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="6"
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}-hg45-memctx.patch
61 - "${FILESDIR}"/${P}-hg45-memfilectx.patch
62 -)
63
64 diff --git a/dev-vcs/hg-git/hg-git-0.8.10.ebuild b/dev-vcs/hg-git/hg-git-0.8.10.ebuild
65 deleted file mode 100644
66 index acf6cae2bda..00000000000
67 --- a/dev-vcs/hg-git/hg-git-0.8.10.ebuild
68 +++ /dev/null
69 @@ -1,24 +0,0 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI="6"
74 -PYTHON_COMPAT=( python2_7 )
75 -
76 -inherit distutils-r1
77 -
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 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="GPL-2"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
85 -IUSE=""
86 -
87 -RDEPEND="
88 - >=dev-vcs/mercurial-2.8.2[${PYTHON_USEDEP}]
89 - >=dev-python/dulwich-0.9.7[${PYTHON_USEDEP}]
90 -"
91 -DEPEND="${RDEPEND}
92 - dev-python/setuptools[${PYTHON_USEDEP}]
93 -"