commit:     1a4cb943efae7278d74febf8511e83e8f3474693
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 09:01:05 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 09:01:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4cb943

dev-libs/libgit2: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libgit2/Manifest                       |  4 --
 dev-libs/libgit2/files/libgit2-1.4.3-test.patch | 30 ----------
 dev-libs/libgit2/libgit2-1.3.0.ebuild           | 72 ----------------------
 dev-libs/libgit2/libgit2-1.3.1.ebuild           | 76 ------------------------
 dev-libs/libgit2/libgit2-1.4.2-r1.ebuild        | 71 ----------------------
 dev-libs/libgit2/libgit2-1.4.2.ebuild           | 71 ----------------------
 dev-libs/libgit2/libgit2-1.4.3.ebuild           | 79 -------------------------
 7 files changed, 403 deletions(-)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index c0b71a2927bc..7fbc980fff38 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,6 +1,2 @@
-DIST libgit2-1.3.0.tar.gz 5599575 BLAKE2B 
b701c105bb0a5bdcdd5ed1db180662ad4949c540944664d5d8c2f5d78998f15d15bd3669ae3e3d43bfa1b81207c0a94b7e49fc76e57f4cc8ef791ab26e62fc70
 SHA512 
842a648a67ff23ba9e6bf14b706ba9081164866e14000ebf3858442b7046925f05e1dbf00a7d740dc4bf32280e260730e23a9492e817094aa90736ae335ee76e
-DIST libgit2-1.3.1.tar.gz 5602265 BLAKE2B 
ecf1fb30fbc40b09edcd3862d0831bc7d4d1da1aa8e738c78cf77bda5a0bd5d9c6a60fe7ce9827e058c04ac88d89a7d6c05c54c01bd77d1a8b0b091495bbf871
 SHA512 
012ffda7e8b9557923758fdbe68869875977d419bfa60b61f90adadc056600e2b1cc2db1c2a003315ea0e193c0145c1f431054f7bd960c5e6e14fa541e46cba3
 DIST libgit2-1.3.2.tar.gz 5824473 BLAKE2B 
521512721d5959274898046e4341e000c3d0bb28cffde9c1c5f9640f73c74fb3b5330a2329b57a92490acd93f6b59f9b53d9940b50a1056c15f52632db9fdfe6
 SHA512 
580ad6f3e2cb992014d7fecef4d834dd0fda169c4439ec5d566322edb457b2173910b25a49ba50d5bd05518ad771ee2f42e47ab48ce417c297b6a93dd0cb502d
-DIST libgit2-1.4.2.tar.gz 5629585 BLAKE2B 
61e269fd08beb9579838a13b661b4270f1e8d2d3d1e67f6b8357e92a5ee4aaccbe637644dc87cc8b04d9c181e37808352077b75fed8753a4b2d8868eaf248b62
 SHA512 
144bec7f8e66d97b20335d87d1eb68d522f5e59064b0c557505c088d3c486d45704f023d701f51de572efa8e2eb111e3136eb5d23c035e29d16698206b5ec277
-DIST libgit2-1.4.3.tar.gz 5631981 BLAKE2B 
9308100ede912eae9d1fa4011c67f88f225aa11a49adf845389559fcbc213f31b0f91e4a5b496d282d42ac7f843f03c4ef7236f2d200331c615013d1250f6c31
 SHA512 
3dfa16c1c705b99fbda55e5e86e67703621d6f8fb62a03cfe998c834d242f33f4200fc0b6bc5d32fe5254c8b8e845259688e4bea9c2dbfc2b7df91841c335d28
 DIST libgit2-1.4.4.tar.gz 5855349 BLAKE2B 
2668e351521e1cd9d2998c45c65e2a8c30f3436d94f86ebaa10382d01afb136bbde28c71d359fb57757ebbd44b1cef1bacd302023d0803a23697aee10f03ebac
 SHA512 
8f4cc43de9b92866ac12e01613efe0ff808deca29ff82b6da98a38c814bb711ff3133145d0219210af7015955fbe381be6f1cb98915811d3c37e92b01eb522e9

diff --git a/dev-libs/libgit2/files/libgit2-1.4.3-test.patch 
b/dev-libs/libgit2/files/libgit2-1.4.3-test.patch
deleted file mode 100644
index 23349e6307ef..000000000000
--- a/dev-libs/libgit2/files/libgit2-1.4.3-test.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From c013fca6b091e36805659ebb26ccaaffae8806dc Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= <[email protected]>
-Date: Tue, 3 May 2022 09:28:43 +0200
-Subject: [PATCH] revparse: adjust reflog test as we move away from the dates
-
-The dates we use in `refs::revparse::date` has just passed the ten years, so
-now everything is beyond ten years, leading to an unexpected commit being
-returned.
-
-Adjust it to 11 years so it all looks fine again.
----
- tests/refs/revparse.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/refs/revparse.c b/tests/refs/revparse.c
-index 0bd2ae5bc..93d7ce6db 100644
---- a/tests/refs/revparse.c
-+++ b/tests/refs/revparse.c
-@@ -399,7 +399,7 @@ void test_refs_revparse__date(void)
-        * a65fedf HEAD@{1335806603 -0900}: commit:
-        * be3563a HEAD@{1335806563 -0700}: clone: from 
/Users/ben/src/libgit2/tests/resour
-        */
--      test_object("HEAD@{10 years ago}", 
"be3563ae3f795b2b4353bcce3a527ad0a4f7f644");
-+      test_object("HEAD@{11 years ago}", 
"be3563ae3f795b2b4353bcce3a527ad0a4f7f644");
- 
-       test_object("HEAD@{1 second}", 
"a65fedf39aefe402d3bb6e24df4d4f5fe4547750");
-       test_object("HEAD@{1 second ago}", 
"a65fedf39aefe402d3bb6e24df4d4f5fe4547750");
--- 
-2.35.1
-

diff --git a/dev-libs/libgit2/libgit2-1.3.0.ebuild 
b/dev-libs/libgit2/libgit2-1.3.0.ebuild
deleted file mode 100644
index 573a05a4d9b0..000000000000
--- a/dev-libs/libgit2/libgit2-1.3.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit cmake python-any-r1
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.org";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S=${WORKDIR}/${P/_/-}
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~ppc-macos"
-IUSE="examples gssapi +ssh test +threads trace"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/libpcre:=
-       net-libs/http-parser:=
-       sys-libs/zlib
-       dev-libs/openssl:0=
-       gssapi? ( virtual/krb5 )
-       ssh? ( net-libs/libssh2 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       cmake_src_prepare
-       # relying on forked http-parser to support some obscure URI form
-       sed -i -e '/empty_port/s:test:_&:' tests/network/url/parse.c || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_CLAR=$(usex test)
-               -DENABLE_TRACE=$(usex trace ON OFF)
-               -DUSE_GSSAPI=$(usex gssapi ON OFF)
-               -DUSE_SSH=$(usex ssh)
-               -DTHREADSAFE=$(usex threads)
-               -DUSE_HTTP_PARSER=system
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       if [[ ${EUID} -eq 0 ]] ; then
-               # repo::iterator::fs_preserves_error fails if run as root
-               # since root can still access dirs with 0000 perms
-               ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-       else
-               local TEST_VERBOSE=1
-               cmake_src_test -R offline
-       fi
-}
-
-src_install() {
-       cmake_src_install
-       dodoc docs/*.{md,txt}
-
-       if use examples ; then
-               find examples -name '.gitignore' -delete || die
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}

diff --git a/dev-libs/libgit2/libgit2-1.3.1.ebuild 
b/dev-libs/libgit2/libgit2-1.3.1.ebuild
deleted file mode 100644
index d4e03744381c..000000000000
--- a/dev-libs/libgit2/libgit2-1.3.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit cmake python-any-r1
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.org/";
-SRC_URI="
-       https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-"
-S=${WORKDIR}/${P/_/-}
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86 ~ppc-macos"
-IUSE="examples gssapi +ssh test +threads trace"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/libpcre:=
-       net-libs/http-parser:=
-       sys-libs/zlib
-       dev-libs/openssl:0=
-       gssapi? ( virtual/krb5 )
-       ssh? ( net-libs/libssh2 )
-"
-DEPEND="
-       ${RDEPEND}
-"
-BDEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       cmake_src_prepare
-       # relying on forked http-parser to support some obscure URI form
-       sed -i -e '/empty_port/s:test:_&:' tests/network/url/parse.c || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_CLAR=$(usex test)
-               -DENABLE_TRACE=$(usex trace ON OFF)
-               -DUSE_GSSAPI=$(usex gssapi ON OFF)
-               -DUSE_SSH=$(usex ssh)
-               -DTHREADSAFE=$(usex threads)
-               -DUSE_HTTP_PARSER=system
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       if [[ ${EUID} -eq 0 ]] ; then
-               # repo::iterator::fs_preserves_error fails if run as root
-               # since root can still access dirs with 0000 perms
-               ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-       else
-               local TEST_VERBOSE=1
-               cmake_src_test -R offline
-       fi
-}
-
-src_install() {
-       cmake_src_install
-       dodoc docs/*.{md,txt}
-
-       if use examples ; then
-               find examples -name '.gitignore' -delete || die
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}

diff --git a/dev-libs/libgit2/libgit2-1.4.2-r1.ebuild 
b/dev-libs/libgit2/libgit2-1.4.2-r1.ebuild
deleted file mode 100644
index 1e4d9b1196a3..000000000000
--- a/dev-libs/libgit2/libgit2-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit cmake python-any-r1
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.org";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S=${WORKDIR}/${P/_/-}
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~ppc-macos"
-IUSE="examples gssapi +ssh test +threads trace"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/libpcre2:=
-       net-libs/http-parser:=
-       sys-libs/zlib
-       dev-libs/openssl:0=
-       gssapi? ( virtual/krb5 )
-       ssh? ( net-libs/libssh2 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       cmake_src_prepare
-       # relying on forked http-parser to support some obscure URI form
-       sed -i -e '/empty_port/s:test:_&:' tests/network/url/parse.c || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTS=$(usex test)
-               -DUSE_SSH=$(usex ssh)
-               -DUSE_GSSAPI=$(usex gssapi ON OFF)
-               -DUSE_HTTP_PARSER=system
-               -DREGEX_BACKEND=pcre2
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       if [[ ${EUID} -eq 0 ]] ; then
-               # repo::iterator::fs_preserves_error fails if run as root
-               # since root can still access dirs with 0000 perms
-               ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-       else
-               local TEST_VERBOSE=1
-               cmake_src_test -R offline
-       fi
-}
-
-src_install() {
-       cmake_src_install
-       dodoc docs/*.{md,txt}
-
-       if use examples ; then
-               find examples -name '.gitignore' -delete || die
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}

diff --git a/dev-libs/libgit2/libgit2-1.4.2.ebuild 
b/dev-libs/libgit2/libgit2-1.4.2.ebuild
deleted file mode 100644
index c607c9e82f59..000000000000
--- a/dev-libs/libgit2/libgit2-1.4.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit cmake python-any-r1
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.org";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S=${WORKDIR}/${P/_/-}
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~ppc-macos"
-IUSE="examples gssapi +ssh test +threads trace"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/libpcre:=
-       net-libs/http-parser:=
-       sys-libs/zlib
-       dev-libs/openssl:0=
-       gssapi? ( virtual/krb5 )
-       ssh? ( net-libs/libssh2 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       cmake_src_prepare
-       # relying on forked http-parser to support some obscure URI form
-       sed -i -e '/empty_port/s:test:_&:' tests/network/url/parse.c || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTS=$(usex test)
-               -DUSE_SSH=$(usex ssh)
-               -DUSE_GSSAPI=$(usex gssapi ON OFF)
-               -DUSE_HTTP_PARSER=system
-               -DREGEX_BACKEND=pcre
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       if [[ ${EUID} -eq 0 ]] ; then
-               # repo::iterator::fs_preserves_error fails if run as root
-               # since root can still access dirs with 0000 perms
-               ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-       else
-               local TEST_VERBOSE=1
-               cmake_src_test -R offline
-       fi
-}
-
-src_install() {
-       cmake_src_install
-       dodoc docs/*.{md,txt}
-
-       if use examples ; then
-               find examples -name '.gitignore' -delete || die
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}

diff --git a/dev-libs/libgit2/libgit2-1.4.3.ebuild 
b/dev-libs/libgit2/libgit2-1.4.3.ebuild
deleted file mode 100644
index a957a5adafb3..000000000000
--- a/dev-libs/libgit2/libgit2-1.4.3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit cmake python-any-r1
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.org/";
-SRC_URI="
-       https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-"
-S=${WORKDIR}/${P/_/-}
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~ppc-macos"
-IUSE="examples gssapi +ssh test +threads trace"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/libpcre2:=
-       net-libs/http-parser:=
-       sys-libs/zlib
-       dev-libs/openssl:0=
-       gssapi? ( virtual/krb5 )
-       ssh? ( net-libs/libssh2 )
-"
-DEPEND="
-       ${RDEPEND}
-"
-BDEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-test.patch
-)
-
-src_prepare() {
-       cmake_src_prepare
-       # relying on forked http-parser to support some obscure URI form
-       sed -i -e '/empty_port/s:test:_&:' tests/network/url/parse.c || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTS=$(usex test)
-               -DUSE_SSH=$(usex ssh)
-               -DUSE_GSSAPI=$(usex gssapi ON OFF)
-               -DUSE_HTTP_PARSER=system
-               -DREGEX_BACKEND=pcre2
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       if [[ ${EUID} -eq 0 ]] ; then
-               # repo::iterator::fs_preserves_error fails if run as root
-               # since root can still access dirs with 0000 perms
-               ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-       else
-               local TEST_VERBOSE=1
-               cmake_src_test -R offline
-       fi
-}
-
-src_install() {
-       cmake_src_install
-       dodoc docs/*.{md,txt}
-
-       if use examples ; then
-               find examples -name '.gitignore' -delete || die
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}

Reply via email to