From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2git/
Date: Tue, 29 Nov 2022 00:43:22 +0000 (UTC) [thread overview]
Message-ID: <1669682556.a7084c8fc2b7e0925d2f4ef4d7481d50dc051574.sping@gentoo> (raw)
commit: a7084c8fc2b7e0925d2f4ef4d7481d50dc051574
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 22:59:40 2022 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 00:42:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7084c8f
dev-vcs/svn2git: Drop old
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
dev-vcs/svn2git/Manifest | 2 --
dev-vcs/svn2git/svn2git-1.0.16.ebuild | 47 -----------------------------------
dev-vcs/svn2git/svn2git-1.0.17.ebuild | 47 -----------------------------------
3 files changed, 96 deletions(-)
diff --git a/dev-vcs/svn2git/Manifest b/dev-vcs/svn2git/Manifest
index 95e7a8d4c474..b06625b2d667 100644
--- a/dev-vcs/svn2git/Manifest
+++ b/dev-vcs/svn2git/Manifest
@@ -1,3 +1 @@
-DIST svn2git-1.0.16.tar.gz 44489 BLAKE2B 0be673592a6032b0f46f7ab80e50862e6979a6540d17eadb2c0e4c3f40737283fb17cc51340810bbfc17dba7ee258537d5618de95da3843851e20ae843a47626 SHA512 11289c98fcae98ec2137b778c064e73f47957c987a8d413946a8cde44d679565eae878e69e3a60b5c48c0753dd4935d001eb6ba28253cea995ee4fd40379b583
-DIST svn2git-1.0.17.tar.gz 46473 BLAKE2B ab862a310f8d21b33d49f5152df458fb1524abe2e353e6395d7b20d80ee3967338ca04ff5e282623937ca13b38e9018ba81d4c3e89f3c69e1002bff7ddd8621a SHA512 6d02ffa0923bcc80878c08e5a4f2f00476485e34d1c7361ddfa8bdfd521c0d36a22b46e7cd872e617ecd604f2d724166ea95008338bba41ee7e1200dc919baf4
DIST svn2git-1.0.18.tar.gz 53514 BLAKE2B 1e40318e484df4eee9ab3586b73cc6a7d9599f8f04e31531e2591dc0bb6f84190d35fb6b9128dd512bab59648e838f479fd81894f97cfce7af4365e0932b26e4 SHA512 ff851a5c3a225c8b6efa9fbf90bd72439bc1303f8138384c2bac779d6cfe52c77125ec3b80b320205e08bbee9910c5203a95c112909c3336750938d2271c2517
diff --git a/dev-vcs/svn2git/svn2git-1.0.16.ebuild b/dev-vcs/svn2git/svn2git-1.0.16.ebuild
deleted file mode 100644
index 0db87be987a4..000000000000
--- a/dev-vcs/svn2git/svn2git-1.0.16.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils
-[[ "${PV}" == "9999" ]] && inherit git-r3
-
-DESCRIPTION="Tool for one-time conversion from svn to git"
-HOMEPAGE="https://github.com/svn-all-fast-export/svn2git"
-if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git"
-else
- SRC_URI="https://github.com/svn-all-fast-export/svn2git/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-# KEYWORDS way up
-
-DEPEND="
- dev-qt/qtcore:5
- dev-vcs/subversion"
-RDEPEND="${DEPEND}
- dev-vcs/git"
-
-DOCS=( README.md )
-
-src_configure() {
- local qmake_args=(
- APR_INCLUDE=/usr/include/apr-1
- PREFIX=/usr
- SVN_INCLUDE=/usr/include/subversion-1
- VERSION=${PV}
- )
- eqmake5 "${qmake_args[@]}" fast-export2.pro
-}
-
-src_install() {
- einstalldocs
- insinto /usr/share/${PN}/samples
- doins samples/*.rules
- dobin svn-all-fast-export
- dosym svn-all-fast-export /usr/bin/svn2git
-}
diff --git a/dev-vcs/svn2git/svn2git-1.0.17.ebuild b/dev-vcs/svn2git/svn2git-1.0.17.ebuild
deleted file mode 100644
index 7b8fb13d3724..000000000000
--- a/dev-vcs/svn2git/svn2git-1.0.17.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils
-[[ "${PV}" == "9999" ]] && inherit git-r3
-
-DESCRIPTION="Tool for one-time conversion from svn to git"
-HOMEPAGE="https://github.com/svn-all-fast-export/svn2git"
-if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git"
-else
- SRC_URI="https://github.com/svn-all-fast-export/svn2git/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-# KEYWORDS way up
-
-DEPEND="
- dev-qt/qtcore:5
- dev-vcs/subversion"
-RDEPEND="${DEPEND}
- dev-vcs/git"
-
-DOCS=( README.md )
-
-src_configure() {
- local qmake_args=(
- APR_INCLUDE=/usr/include/apr-1
- PREFIX=/usr
- SVN_INCLUDE=/usr/include/subversion-1
- VERSION=${PV}
- )
- eqmake5 "${qmake_args[@]}" fast-export2.pro
-}
-
-src_install() {
- einstalldocs
- insinto /usr/share/${PN}/samples
- doins samples/*.rules
- dobin svn-all-fast-export
- dosym svn-all-fast-export /usr/bin/svn2git
-}
next reply other threads:[~2022-11-29 0:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-29 0:43 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-28 16:07 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2git/ Sebastian Pipping
2025-04-28 13:06 Sebastian Pipping
2025-04-27 19:57 Sebastian Pipping
2023-11-05 17:49 Sebastian Pipping
2023-11-05 17:49 Sebastian Pipping
2022-11-29 0:43 Sebastian Pipping
2020-09-30 17:32 Sebastian Pipping
2020-04-20 8:27 Sebastian Pipping
2020-02-10 15:39 Sebastian Pipping
2019-05-10 21:33 Sebastian Pipping
2018-09-01 15:30 Sebastian Pipping
2018-06-02 16:32 Sebastian Pipping
2018-01-14 19:14 Sebastian Pipping
2017-08-27 20:56 Sebastian Pipping
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=1669682556.a7084c8fc2b7e0925d2f4ef4d7481d50dc051574.sping@gentoo \
--to=sping@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