Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2git/
Date: Tue, 29 Nov 2022 00:43:27
Message-Id: 1669682556.a7084c8fc2b7e0925d2f4ef4d7481d50dc051574.sping@gentoo
1 commit: a7084c8fc2b7e0925d2f4ef4d7481d50dc051574
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 22:59:40 2022 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 00:42:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7084c8f
7
8 dev-vcs/svn2git: Drop old
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11
12 dev-vcs/svn2git/Manifest | 2 --
13 dev-vcs/svn2git/svn2git-1.0.16.ebuild | 47 -----------------------------------
14 dev-vcs/svn2git/svn2git-1.0.17.ebuild | 47 -----------------------------------
15 3 files changed, 96 deletions(-)
16
17 diff --git a/dev-vcs/svn2git/Manifest b/dev-vcs/svn2git/Manifest
18 index 95e7a8d4c474..b06625b2d667 100644
19 --- a/dev-vcs/svn2git/Manifest
20 +++ b/dev-vcs/svn2git/Manifest
21 @@ -1,3 +1 @@
22 -DIST svn2git-1.0.16.tar.gz 44489 BLAKE2B 0be673592a6032b0f46f7ab80e50862e6979a6540d17eadb2c0e4c3f40737283fb17cc51340810bbfc17dba7ee258537d5618de95da3843851e20ae843a47626 SHA512 11289c98fcae98ec2137b778c064e73f47957c987a8d413946a8cde44d679565eae878e69e3a60b5c48c0753dd4935d001eb6ba28253cea995ee4fd40379b583
23 -DIST svn2git-1.0.17.tar.gz 46473 BLAKE2B ab862a310f8d21b33d49f5152df458fb1524abe2e353e6395d7b20d80ee3967338ca04ff5e282623937ca13b38e9018ba81d4c3e89f3c69e1002bff7ddd8621a SHA512 6d02ffa0923bcc80878c08e5a4f2f00476485e34d1c7361ddfa8bdfd521c0d36a22b46e7cd872e617ecd604f2d724166ea95008338bba41ee7e1200dc919baf4
24 DIST svn2git-1.0.18.tar.gz 53514 BLAKE2B 1e40318e484df4eee9ab3586b73cc6a7d9599f8f04e31531e2591dc0bb6f84190d35fb6b9128dd512bab59648e838f479fd81894f97cfce7af4365e0932b26e4 SHA512 ff851a5c3a225c8b6efa9fbf90bd72439bc1303f8138384c2bac779d6cfe52c77125ec3b80b320205e08bbee9910c5203a95c112909c3336750938d2271c2517
25
26 diff --git a/dev-vcs/svn2git/svn2git-1.0.16.ebuild b/dev-vcs/svn2git/svn2git-1.0.16.ebuild
27 deleted file mode 100644
28 index 0db87be987a4..000000000000
29 --- a/dev-vcs/svn2git/svn2git-1.0.16.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit desktop qmake-utils
38 -[[ "${PV}" == "9999" ]] && inherit git-r3
39 -
40 -DESCRIPTION="Tool for one-time conversion from svn to git"
41 -HOMEPAGE="https://github.com/svn-all-fast-export/svn2git"
42 -if [[ "${PV}" == "9999" ]]; then
43 - EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git"
44 -else
45 - SRC_URI="https://github.com/svn-all-fast-export/svn2git/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 - KEYWORDS="~amd64 ~x86"
47 -fi
48 -
49 -LICENSE="GPL-3"
50 -SLOT="0"
51 -IUSE=""
52 -# KEYWORDS way up
53 -
54 -DEPEND="
55 - dev-qt/qtcore:5
56 - dev-vcs/subversion"
57 -RDEPEND="${DEPEND}
58 - dev-vcs/git"
59 -
60 -DOCS=( README.md )
61 -
62 -src_configure() {
63 - local qmake_args=(
64 - APR_INCLUDE=/usr/include/apr-1
65 - PREFIX=/usr
66 - SVN_INCLUDE=/usr/include/subversion-1
67 - VERSION=${PV}
68 - )
69 - eqmake5 "${qmake_args[@]}" fast-export2.pro
70 -}
71 -
72 -src_install() {
73 - einstalldocs
74 - insinto /usr/share/${PN}/samples
75 - doins samples/*.rules
76 - dobin svn-all-fast-export
77 - dosym svn-all-fast-export /usr/bin/svn2git
78 -}
79
80 diff --git a/dev-vcs/svn2git/svn2git-1.0.17.ebuild b/dev-vcs/svn2git/svn2git-1.0.17.ebuild
81 deleted file mode 100644
82 index 7b8fb13d3724..000000000000
83 --- a/dev-vcs/svn2git/svn2git-1.0.17.ebuild
84 +++ /dev/null
85 @@ -1,47 +0,0 @@
86 -# Copyright 1999-2020 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -
91 -inherit desktop qmake-utils
92 -[[ "${PV}" == "9999" ]] && inherit git-r3
93 -
94 -DESCRIPTION="Tool for one-time conversion from svn to git"
95 -HOMEPAGE="https://github.com/svn-all-fast-export/svn2git"
96 -if [[ "${PV}" == "9999" ]]; then
97 - EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git"
98 -else
99 - SRC_URI="https://github.com/svn-all-fast-export/svn2git/archive/${PV}.tar.gz -> ${P}.tar.gz"
100 - KEYWORDS="~amd64 ~x86"
101 -fi
102 -
103 -LICENSE="GPL-3"
104 -SLOT="0"
105 -IUSE=""
106 -# KEYWORDS way up
107 -
108 -DEPEND="
109 - dev-qt/qtcore:5
110 - dev-vcs/subversion"
111 -RDEPEND="${DEPEND}
112 - dev-vcs/git"
113 -
114 -DOCS=( README.md )
115 -
116 -src_configure() {
117 - local qmake_args=(
118 - APR_INCLUDE=/usr/include/apr-1
119 - PREFIX=/usr
120 - SVN_INCLUDE=/usr/include/subversion-1
121 - VERSION=${PV}
122 - )
123 - eqmake5 "${qmake_args[@]}" fast-export2.pro
124 -}
125 -
126 -src_install() {
127 - einstalldocs
128 - insinto /usr/share/${PN}/samples
129 - doins samples/*.rules
130 - dobin svn-all-fast-export
131 - dosym svn-all-fast-export /usr/bin/svn2git
132 -}