public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raptor/
Date: Sun, 25 Jun 2023 06:59:53 +0000 (UTC)	[thread overview]
Message-ID: <1687676381.4e2aed20a2c5c1e52e23ab1d0fea61ca7d56e07c.fordfrog@gentoo> (raw)

commit:     4e2aed20a2c5c1e52e23ab1d0fea61ca7d56e07c
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 06:59:41 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 06:59:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2aed20

media-libs/raptor: dropped 2.0.15-r7

Bug: https://bugs.gentoo.org/909058
Closes: https://bugs.gentoo.org/881809
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/raptor/raptor-2.0.15-r7.ebuild | 84 -------------------------------
 1 file changed, 84 deletions(-)

diff --git a/media-libs/raptor/raptor-2.0.15-r7.ebuild b/media-libs/raptor/raptor-2.0.15-r7.ebuild
deleted file mode 100644
index 81ef161ce833..000000000000
--- a/media-libs/raptor/raptor-2.0.15-r7.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools multilib-minimal
-
-MY_PN=${PN}2
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="The RDF Parser Toolkit"
-HOMEPAGE="https://librdf.org/raptor/"
-SRC_URI="https://download.librdf.org/source/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="+curl debug json static-libs"
-
-DEPEND="
-	dev-libs/libxml2[${MULTILIB_USEDEP}]
-	dev-libs/libxslt[${MULTILIB_USEDEP}]
-	dev-libs/icu:=[${MULTILIB_USEDEP}]
-	sys-libs/zlib[${MULTILIB_USEDEP}]
-	curl? ( net-misc/curl[${MULTILIB_USEDEP}] )
-	json? ( dev-libs/yajl[${MULTILIB_USEDEP}] )
-"
-RDEPEND="${DEPEND}
-	!media-libs/raptor:0
-"
-BDEPEND="
-	>=sys-devel/bison-3
-	>=sys-devel/flex-2.5.36
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( AUTHORS ChangeLog NEWS NOTICE README )
-HTML_DOCS=( {NEWS,README,RELEASE,UPGRADING}.html )
-
-PATCHES=(
-	"${FILESDIR}/${P}-heap-overflow.patch"
-	"${FILESDIR}/${P}-dont_use_curl-config.patch" #552474
-	"${FILESDIR}/0001-CVE-2020-25713-raptor2-malformed-input-file-can-lead.patch"
-	"${FILESDIR}/${P}-use-pkg-config-libxml2.patch"
-	"${FILESDIR}/${P}-use-pkg-config-icu.patch"
-	"${FILESDIR}/${P}-use-pkg-config-libxslt.patch"
-	"${FILESDIR}/${P}-clang-pointer-integer-warning.patch"
-	"${FILESDIR}/${P}-configure-clang16.patch"
-)
-
-src_prepare() {
-	default
-
-	# bug #552474
-	eautoreconf
-
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	# FIXME: It should be possible to use net-nntp/inn for libinn.h and -linn!
-
-	local myeconfargs=(
-		--with-html-dir="${EPREFIX}"/usr/share/gtk-doc/html
-		$(usex curl --with-www=curl --with-www=xml)
-		$(use_enable debug)
-		$(use_with json yajl)
-		$(use_enable static-libs static)
-	)
-
-	econf "${myeconfargs[@]}"
-}
-
-multilib_src_test() {
-	emake -j1 test
-}
-
-multilib_src_install() {
-	default
-
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2023-06-25  6:59 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-25  6:59 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10 15:41 [gentoo-commits] repo/gentoo:master commit in: media-libs/raptor/ Michał Górny
2024-08-09  8:57 Sam James
2024-08-05  2:05 Sam James
2024-08-05  2:05 Sam James
2024-08-05  1:56 Sam James
2024-08-04 12:53 Jakov Smolić
2024-08-04 12:53 Jakov Smolić
2023-06-24  7:54 Arthur Zamarin
2023-06-24  7:54 Arthur Zamarin
2023-06-24  6:43 Sam James
2023-06-24  6:43 Sam James
2023-06-24  6:43 Sam James
2023-06-24  6:43 Sam James
2023-06-24  6:43 Sam James
2022-10-11  5:44 Miroslav Šulc
2022-10-10  7:01 Agostino Sarubbo
2022-10-10  6:59 Agostino Sarubbo
2022-10-10  6:58 Agostino Sarubbo
2022-10-10  6:56 Agostino Sarubbo
2022-10-10  6:55 Agostino Sarubbo
2022-10-10  6:53 Agostino Sarubbo
2022-10-10  6:52 Agostino Sarubbo
2022-09-15 19:58 Arthur Zamarin
2022-09-14 19:21 Arthur Zamarin
2022-09-10  8:33 Agostino Sarubbo
2022-09-10  4:46 Sam James
2022-09-10  4:46 Sam James
2022-09-10  4:46 Sam James
2022-09-10  4:26 Arthur Zamarin
2022-09-10  1:21 Sam James
2022-09-10  1:21 Sam James
2022-08-12 12:26 WANG Xuerui
2021-12-13  5:54 Yixun Lan
2021-08-06  4:43 Miroslav Šulc
2021-08-01  2:59 Sam James
2021-07-31 22:12 Sam James
2021-07-31 13:07 Agostino Sarubbo
2021-07-31 13:04 Agostino Sarubbo
2021-07-31 13:01 Agostino Sarubbo
2021-07-30 15:37 Sergei Trofimovich
2021-06-29 14:50 Miroslav Šulc
2021-01-06 14:27 Fabian Groffen
2019-05-21 22:43 Aaron Bauman
2019-05-13 21:00 Pacho Ramos
2019-05-13 19:28 Markus Meier
2019-05-06 18:04 Tobias Klausmann
2019-04-28 22:06 Thomas Deutschmann
2019-04-07 21:00 Sergei Trofimovich
2019-04-06 16:11 Mikle Kolyada
2019-04-05 19:03 Sergei Trofimovich
2019-02-09 12:59 Lars Wendler
2019-02-09 10:07 Lars Wendler
2018-11-05 19:43 Sergei Trofimovich
2018-11-04 22:51 Andreas Sturmlechner
2018-10-29  5:39 Markus Meier
2018-10-13  6:56 Tobias Klausmann
2018-10-06 16:48 Matt Turner
2018-10-05 13:43 Agostino Sarubbo
2018-10-05  4:10 Thomas Deutschmann
2018-10-04 22:36 Sergei Trofimovich
2018-10-04  7:28 Andreas Sturmlechner
2018-10-03 15:07 Andreas Sturmlechner
2018-10-03 14:51 Andreas Sturmlechner
2017-08-27 15:34 Michael Palimaka
2017-05-18 15:43 Lars Wendler
2017-05-18 15:43 Lars Wendler
2017-01-29 19:15 Fabian Groffen
2016-07-24 17:08 Jeroen Roovers
2016-07-24 16:03 Jeroen Roovers
2016-06-08 20:12 Markus Meier
2016-06-06 16:15 Agostino Sarubbo

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=1687676381.4e2aed20a2c5c1e52e23ab1d0fea61ca7d56e07c.fordfrog@gentoo \
    --to=fordfrog@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