public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/
Date: Thu, 31 Oct 2024 05:24:49 +0000 (UTC)	[thread overview]
Message-ID: <1730351007.b9f3b74ac4a5da4885f48a39bed60bdf038fc607.mgorny@gentoo> (raw)

commit:     b9f3b74ac4a5da4885f48a39bed60bdf038fc607
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 05:03:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 05:03:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f3b74a

dev-libs/libgit2: Remove old

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

 dev-libs/libgit2/Manifest             |  2 -
 dev-libs/libgit2/libgit2-1.8.2.ebuild | 72 -----------------------------------
 dev-libs/libgit2/libgit2-1.8.3.ebuild | 72 -----------------------------------
 3 files changed, 146 deletions(-)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index e6c28a1a6768..6f9c927d1955 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,5 +1,3 @@
 DIST libgit2-1.7.2.tar.gz 7548186 BLAKE2B c27870124c7e63a37794014a802a6fce46c577313f3b6081580f920fa842a65305b5bc56aa6ab02cf87c533d6052afdc37317f96aa1fd67387b07f52415ccbe3 SHA512 825737e4a1991fba50ea535f15b0e560ebe76ead752e04aeba36925b944d0da77fe9826a70980a1aa3d0bf9afbedfab79dd92e799c9252931384c89ebec9b012
 DIST libgit2-1.8.1.tar.gz 7608949 BLAKE2B 14558400d092dd963becfd3d4966a8d0799811be15fea8c5bc1e91be24f14bb81d33d82b2fb8dd8895e167f634a5d532d62a4609167bcb1d93143275207bbf6d SHA512 7429fbdc46ae44fd359e9260cbe33d9ce9276db810c096f12c43e5d302d01011463cdfd98d604e59780187e020e216e839823a77479dc12f952a37628516af78
-DIST libgit2-1.8.2.tar.gz 7610104 BLAKE2B 5e6c68cd1b364b435130059ee12bcb889db5b00af00dc5e3b62e8b302cf3a81fa351568a5f094bc99041877a3272c98bd65999d6e81cc02ff1a31e0d07ea17ff SHA512 568daa01b254acd07624143c1fd949b131f174a0595e4c6031b1eee38afd59ec3917ffc5ade3310d2a17f22bf5062bc6d03603cb952b25cdefd6c1cec9b8033c
-DIST libgit2-1.8.3.tar.gz 7609996 BLAKE2B bd2e359f2a67d04c346f42a54d7c68551493de36a0350a0c9cc972579f17c565d9d694ade9d0d2ce2b81abaabdf0ccd69c8d3906f5e166f55eedad40ee1a8da3 SHA512 5b21502bebb41c0a05ecce3f8a4e57f751a77c35c29ab5ab22f2a1495c97cd4ba1c02f8279f6791730c7827cb98c13c26c2fc86ee197d7bf54a695c5df75e983
 DIST libgit2-1.8.4.tar.gz 7610171 BLAKE2B 5a6fd422bba7f65b220b0c98bb851f79ec7d6173c3f34ebbdcfe12398e1a138af346da592bedfc52c99b39c8c28ef52d6e9244ec653b8b2f01732f2b1b4e35d2 SHA512 f1409d97c8cf072ea24f3d923fdc9468d21f171f72005c13c5358f520fdccb5f3950d1c7c16cea48a8a08df6a57280da46fe60c9b6aa8a8aae2ab1363c41d246

diff --git a/dev-libs/libgit2/libgit2-1.8.2.ebuild b/dev-libs/libgit2/libgit2-1.8.2.ebuild
deleted file mode 100644
index 106961169ea9..000000000000
--- a/dev-libs/libgit2/libgit2-1.8.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit cmake flag-o-matic 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 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~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_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-		-DUSE_SSH=$(usex ssh ON OFF)
-		-DUSE_GSSAPI=$(usex gssapi ON OFF)
-		-DUSE_HTTP_PARSER=system
-		-DREGEX_BACKEND=pcre2
-	)
-	# https://bugs.gentoo.org/925207
-	append-lfs-flags
-	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.8.3.ebuild b/dev-libs/libgit2/libgit2-1.8.3.ebuild
deleted file mode 100644
index 713f9a234ae4..000000000000
--- a/dev-libs/libgit2/libgit2-1.8.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit cmake flag-o-matic 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 ~s390 ~sparc ~x86"
-IUSE="examples gssapi +ssh test +threads trace"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-libs/libpcre2:=
-	net-libs/llhttp:=
-	sys-libs/zlib
-	dev-libs/openssl:0=
-	gssapi? ( virtual/krb5 )
-	ssh? ( net-libs/libssh2 )
-"
-DEPEND="
-	${RDEPEND}
-"
-BDEPEND="
-	${PYTHON_DEPS}
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-		-DUSE_SSH=$(usex ssh ON OFF)
-		-DUSE_GSSAPI=$(usex gssapi ON OFF)
-		-DUSE_HTTP_PARSER=llhttp
-		-DREGEX_BACKEND=pcre2
-	)
-	# https://bugs.gentoo.org/925207
-	append-lfs-flags
-	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	other threads:[~2024-10-31  5:24 UTC|newest]

Thread overview: 288+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-31  5:24 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23  3:23 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/ Michał Górny
2025-02-23  0:04 Sam James
2025-01-28 13:24 Michał Górny
2025-01-25 12:06 Sam James
2025-01-25 11:00 Sam James
2025-01-25  9:20 Arthur Zamarin
2025-01-25  9:20 Arthur Zamarin
2025-01-05 10:33 WANG Xuerui
2025-01-05 10:33 WANG Xuerui
2024-12-29  3:21 Michał Górny
2024-11-30 20:40 Arthur Zamarin
2024-11-16  8:09 Michał Górny
2024-10-31  5:24 Michał Górny
2024-10-27  2:49 Michał Górny
2024-10-20  3:11 Michał Górny
2024-07-31 23:00 Eli Schwartz
2024-06-24  2:41 Michał Górny
2024-06-24  2:41 Michał Górny
2024-06-24  1:16 Sam James
2024-06-15  6:11 Sam James
2024-06-15  6:11 Sam James
2024-06-15  6:11 Sam James
2024-06-15  6:11 Sam James
2024-06-15  6:11 Sam James
2024-06-15  4:43 Sam James
2024-05-16 14:58 Michał Górny
2024-04-26 18:55 Michał Górny
2024-04-11 21:34 Sam James
2024-04-11 19:51 Sam James
2024-04-11 17:53 Arthur Zamarin
2024-04-11 17:44 Arthur Zamarin
2024-04-11 17:40 Arthur Zamarin
2024-04-11 17:13 Arthur Zamarin
2024-04-11 16:46 Sam James
2024-03-29  4:18 Sam James
2024-03-22 16:45 Michał Górny
2024-03-22 16:28 Arthur Zamarin
2024-03-22 16:22 Arthur Zamarin
2024-03-22 16:22 Arthur Zamarin
2024-03-22 14:18 Michał Górny
2024-03-21  5:39 Michał Górny
2024-02-07 19:24 Sam James
2024-02-07 19:14 Sam James
2024-02-07 18:52 Sam James
2024-02-07 18:52 Sam James
2024-02-07  7:39 Michał Górny
2023-12-08 16:49 Michał Górny
2023-12-08  9:01 Arthur Zamarin
2023-12-08  9:01 Arthur Zamarin
2023-12-08  9:01 Arthur Zamarin
2023-10-06 15:05 Sam James
2023-10-06 14:55 Sam James
2023-10-06 14:30 Arthur Zamarin
2023-10-06 14:29 Sam James
2023-08-15  2:39 Michał Górny
2023-07-18  6:03 Michał Górny
2023-05-03  7:57 Michał Górny
2023-05-03  3:53 Sam James
2023-05-02 20:00 Arthur Zamarin
2023-05-02 18:52 Arthur Zamarin
2023-05-02 18:09 Arthur Zamarin
2023-05-02 18:09 Arthur Zamarin
2023-05-02 18:08 Arthur Zamarin
2023-05-02 17:34 Arthur Zamarin
2023-04-13  6:04 Michał Górny
2023-03-24 13:29 Arthur Zamarin
2023-03-24 13:20 Arthur Zamarin
2023-03-21 19:34 Sam James
2023-03-21 19:34 Sam James
2023-03-21 19:34 Sam James
2023-03-21 19:34 Sam James
2023-03-21 18:20 Michał Górny
2023-02-28 13:07 Michał Górny
2023-02-28 13:07 Michał Górny
2023-02-26 15:25 Michał Górny
2023-02-26  4:57 Michał Górny
2023-02-26  4:57 Michał Górny
2023-01-25 19:45 Michał Górny
2023-01-25 19:22 Arthur Zamarin
2023-01-21 19:25 Arthur Zamarin
2023-01-21 17:17 Arthur Zamarin
2023-01-21  7:02 Arthur Zamarin
2023-01-21  7:01 Arthur Zamarin
2023-01-21  7:01 Arthur Zamarin
2023-01-21  6:53 Sam James
2023-01-21  5:14 Michał Górny
2023-01-13 19:38 Arthur Zamarin
2022-11-22 18:46 Arthur Zamarin
2022-09-06 21:41 Sam James
2022-08-27  8:42 Michał Górny
2022-08-27  8:27 Agostino Sarubbo
2022-08-27  6:47 Arthur Zamarin
2022-08-27  6:47 Arthur Zamarin
2022-08-27  6:47 Arthur Zamarin
2022-08-26 23:28 Sam James
2022-08-26 23:27 Sam James
2022-07-21  2:31 Matt Turner
2022-07-14  7:31 Michał Górny
2022-07-13  7:39 Agostino Sarubbo
2022-07-13  7:39 Agostino Sarubbo
2022-07-13  7:33 Agostino Sarubbo
2022-07-13  7:33 Agostino Sarubbo
2022-07-13  6:07 Agostino Sarubbo
2022-07-13  6:07 Agostino Sarubbo
2022-07-13  0:31 Sam James
2022-07-13  0:31 Sam James
2022-07-12 22:46 Sam James
2022-07-12 22:46 Sam James
2022-07-12 22:46 Sam James
2022-07-12 22:46 Sam James
2022-07-12 20:49 Michał Górny
2022-07-12 20:49 Michał Górny
2022-05-31 18:52 Matt Turner
2022-05-28  5:36 Michał Górny
2022-04-13  5:30 Michał Górny
2022-04-13  5:30 Michał Górny
2022-04-12  9:03 Michał Górny
2022-04-12  8:06 Agostino Sarubbo
2022-04-11 21:02 Jakov Smolić
2022-04-11 19:24 Arthur Zamarin
2022-04-11 19:21 Arthur Zamarin
2022-04-11 19:20 Arthur Zamarin
2022-04-11 19:20 Arthur Zamarin
2022-04-11  7:41 Michał Górny
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2022-02-26 21:51 Michał Górny
2022-02-19  0:05 Michał Górny
2022-02-13 22:08 Michał Górny
2022-02-13 19:39 Michał Górny
2022-02-13 17:27 Michał Górny
2021-12-21  9:42 Michał Górny
2021-10-31 18:07 Sam James
2021-10-31 18:07 Sam James
2021-10-31 18:02 Sam James
2021-10-31 18:02 Sam James
2021-10-31 17:58 Sam James
2021-10-31 17:55 Sam James
2021-09-28  6:20 Michał Górny
2021-09-04 22:07 Michał Górny
2021-09-04 21:39 Sam James
2021-09-02 21:00 Michał Górny
2021-09-01 18:32 Sam James
2021-08-30  1:27 Sam James
2021-08-30  1:27 Sam James
2021-08-30  1:23 Sam James
2021-08-30  1:23 Sam James
2021-07-27 11:00 Marek Szuba
2021-07-01  6:13 Michał Górny
2021-05-10  5:11 Joonas Niilola
2021-05-01  7:29 Mikle Kolyada
2020-12-20 20:34 Michał Górny
2020-12-20 16:45 Sam James
2020-12-20 16:40 Thomas Deutschmann
2020-12-18 10:25 Sergei Trofimovich
2020-12-17  4:01 Sam James
2020-12-16 19:53 Sam James
2020-11-24  8:18 Michał Górny
2020-10-13  4:19 Georgy Yakovlev
2020-10-13  2:09 Michał Górny
2020-10-05 22:21 Michał Górny
2020-09-18  9:38 Michał Górny
2020-08-01 15:25 Michał Górny
2020-08-01  8:53 Sergei Trofimovich
2020-08-01  8:53 Sergei Trofimovich
2020-07-26  4:06 Sam James
2020-07-25 21:56 Sam James
2020-07-25 19:33 Sam James
2020-07-25  0:46 Sam James
2020-07-24 15:09 Agostino Sarubbo
2020-06-04  9:16 Michał Górny
2020-06-03 18:43 Agostino Sarubbo
2020-06-03 15:15 Agostino Sarubbo
2020-06-03 15:12 Agostino Sarubbo
2020-04-13 14:52 Agostino Sarubbo
2020-04-13 14:50 Agostino Sarubbo
2020-04-13 14:49 Agostino Sarubbo
2020-04-03  7:30 Michał Górny
2020-04-02  6:49 Michał Górny
2020-04-02  6:49 Michał Górny
2020-02-24 17:03 Michał Górny
2020-02-21 10:08 Michał Górny
2020-02-21 10:08 Michał Górny
2019-12-27  2:03 Georgy Yakovlev
2019-12-27  2:03 Georgy Yakovlev
2019-12-26 11:27 Michał Górny
2019-12-26 11:27 Michał Górny
2019-12-13  0:07 Thomas Deutschmann
2019-12-12 10:37 Agostino Sarubbo
2019-12-11 15:01 Aaron Bauman
2019-12-11  9:12 Michał Górny
2019-08-18 21:51 Agostino Sarubbo
2019-08-16 22:53 Aaron Bauman
2019-08-16 22:38 Thomas Deutschmann
2019-08-14 20:58 Michał Górny
2019-06-08  8:00 Michał Górny
2019-06-08  8:00 Michał Górny
2019-05-27 21:04 Aaron Bauman
2019-05-22 12:47 Michał Górny
2019-04-10 15:07 Michał Górny
2019-02-15 12:32 Michał Górny
2019-02-15 12:32 Michał Górny
2019-02-13 14:28 Michał Górny
2019-02-02 16:37 Michał Górny
2019-02-02 10:31 Michał Górny
2019-01-29 13:23 Michał Górny
2018-10-29  7:20 Michał Górny
2018-10-28 23:03 Thomas Deutschmann
2018-10-27 19:06 Mikle Kolyada
2018-10-27  7:30 Michał Górny
2018-10-27  7:30 Michał Górny
2018-10-07  8:16 Michał Górny
2018-10-06 23:05 Thomas Deutschmann
2018-10-06 21:54 Mikle Kolyada
2018-10-06  7:11 Michał Górny
2018-10-06  7:11 Michał Górny
2018-08-08  2:55 Michał Górny
2018-08-07 22:43 Thomas Deutschmann
2018-08-07  8:50 Agostino Sarubbo
2018-08-07  6:21 Michał Górny
2018-08-07  6:21 Michał Górny
2018-08-07  6:21 Michał Górny
2018-07-18 22:11 Michał Górny
2018-07-11 14:27 Agostino Sarubbo
2018-07-10  6:58 Michał Górny
2018-07-10  6:49 Michał Górny
2018-07-02 10:46 Mart Raudsepp
2018-06-11  6:24 Michał Górny
2018-06-06 12:10 Agostino Sarubbo
2018-06-05 15:27 Michał Górny
2018-05-30  6:38 Michał Górny
2018-04-29  0:08 Mart Raudsepp
2018-04-26 22:32 Aaron Bauman
2018-04-26 17:15 Thomas Deutschmann
2018-03-26 16:07 Michał Górny
2018-03-26 15:18 Michał Górny
2018-03-20 16:16 Michał Górny
2018-03-12 17:08 Michał Górny
2018-03-12 17:08 Michał Górny
2018-03-12 17:08 Michał Górny
2018-03-12 17:08 Michał Górny
2018-03-11  2:16 Thomas Deutschmann
2018-03-10 18:25 Agostino Sarubbo
2018-03-09  7:27 Michał Górny
2018-02-19 20:03 Mart Raudsepp
2018-02-06 18:36 Thomas Deutschmann
2018-01-26 15:03 Mikle Kolyada
2017-08-24  7:09 Michał Górny
2017-08-23  4:11 Tim Harder
2017-08-22 12:59 Mart Raudsepp
2017-08-22 12:23 Mart Raudsepp
2017-07-29 20:30 Alexis Ballier
2017-07-23 12:14 Manuel Rüger
2017-07-02 20:16 Manuel Rüger
2017-01-23 18:14 Manuel Rüger
2017-01-23 18:14 Manuel Rüger
2017-01-19 17:28 Manuel Rüger
2017-01-19 17:07 Agostino Sarubbo
2017-01-19 17:06 Agostino Sarubbo
2017-01-19 11:46 Manuel Rüger
2016-12-05  1:52 Aaron Bauman
2016-12-05  1:07 Aaron Bauman
2016-11-20 14:01 Manuel Rüger
2016-11-20 13:45 Agostino Sarubbo
2016-11-06 23:17 Manuel Rüger
2016-10-11 15:51 Agostino Sarubbo
2016-10-10 22:35 Manuel Rüger
2016-10-01  0:54 Pacho Ramos
2016-08-08  7:07 Tim Harder
2016-08-06 18:25 Manuel Rüger
2016-07-26 10:42 Chí-Thanh Christopher Nguyễn
2016-03-06 16:43 Mikle Kolyada
2016-03-05 11:06 Manuel Rüger
2016-02-21 23:44 Pacho Ramos
2016-02-10 17:16 Justin Lecher
2016-01-22 21:03 Justin Lecher
2016-01-08 14:10 Alexey Shvetsov
2015-11-22 14:25 Manuel Rüger
2015-10-11  0:34 Ulrich Müller
2015-10-10 11:31 Manuel Rüger
2015-10-10 11:31 Manuel Rüger
2015-10-03 14:31 Julian Ospald
2015-09-15 10:30 Manuel Rüger
2015-09-15  0:41 Tim Harder
2015-09-14 17:05 Manuel Rüger
2015-08-28  6:22 Tim Harder

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=1730351007.b9f3b74ac4a5da4885f48a39bed60bdf038fc607.mgorny@gentoo \
    --to=mgorny@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