public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raptor/
Date: Thu, 18 May 2017 15:43:45 +0000 (UTC)	[thread overview]
Message-ID: <1495122221.e36e3c7a5f81dff55cd2205dc7aa56ca6ef78688.polynomial-c@gentoo> (raw)

commit:     e36e3c7a5f81dff55cd2205dc7aa56ca6ef78688
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 15:43:03 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 18 15:43:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36e3c7a

media-libs/raptor: Removed old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/raptor/Manifest            |  1 -
 media-libs/raptor/raptor-2.0.9.ebuild | 63 -----------------------------------
 2 files changed, 64 deletions(-)

diff --git a/media-libs/raptor/Manifest b/media-libs/raptor/Manifest
index e10f3f83d5a..4790540886b 100644
--- a/media-libs/raptor/Manifest
+++ b/media-libs/raptor/Manifest
@@ -1,3 +1,2 @@
 DIST raptor2-2.0.14.tar.gz 1877454 SHA256 cb447b7c684cbe60f1266d622691fd20fdcf7b91f4a470c6de5fc8e8961df1b2 SHA512 399e23f2c549df8f1d709d67129d3fcf7899a8cdcdd8071c165f2b4106f397cce05fc69a6d7b176857011bf95723c0909b6510eded12f82217f89925bc1ba7c2 WHIRLPOOL dae2b80f3c0e82a9340b096ca52e89b8ccc6c849a98a7744d648f68b75dec1ff615e008a334bc7c0cc54259c9dcc07dfd6079805a0345aa7d89c9058cfd1656b
 DIST raptor2-2.0.15.tar.gz 1886657 SHA256 ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed SHA512 563dd01869eb4df8524ec12e2c0a541653874dcd834bd1eb265bc2943bb616968f624121d4688579cdce11b4f00a8ab53b7099f1a0850e256bb0a2c16ba048ee WHIRLPOOL f66c885f52731b9e4175772e64825cfb8432ddbd215cbcdf0fa5afbc55741c074fc03f89ac791636b9ef6db18ebd93291bcaa756c770426596b7189eab4c8799
-DIST raptor2-2.0.9.tar.gz 1788163 SHA256 e26fb9c18e6ebf71100f434070d50196a21d592b715e361850c3b4e789b5f6ef SHA512 da4a7d28c6f8ab1d3ada7b495c0bee47adcaaf2ff3303471b986a63c22b6f190ad7e258bf0b344730cd3af24183baadefbfc6a0fd703f8466f62f9bf57dbaf2a WHIRLPOOL 80ab896bf91ce86db175141b1d609013c0bcd02601e7bf7889d2b6223744f5c91cd25fb76fc747cf30728b194cca2beae44f10c02eae10e8a386dc9da10e9544

diff --git a/media-libs/raptor/raptor-2.0.9.ebuild b/media-libs/raptor/raptor-2.0.9.ebuild
deleted file mode 100644
index 4a489f41191..00000000000
--- a/media-libs/raptor/raptor-2.0.9.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils libtool
-
-MY_PN=${PN}2
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="The RDF Parser Toolkit"
-HOMEPAGE="http://librdf.org/raptor/"
-SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+curl debug json static-libs unicode"
-
-RDEPEND="dev-libs/libxml2
-	dev-libs/libxslt
-	curl? ( net-misc/curl )
-	json? ( dev-libs/yajl )
-	unicode? ( dev-libs/icu:= )
-	!media-libs/raptor:0"
-DEPEND="${RDEPEND}
-	sys-devel/flex
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="AUTHORS ChangeLog NEWS NOTICE README"
-
-src_prepare() {
-	elibtoolize # Keep this for ~*-fbsd
-}
-
-src_configure() {
-	# FIXME: It should be possible to use net-nntp/inn for libinn.h and -linn!
-
-	local myconf='--with-www=xml'
-	use curl && myconf='--with-www=curl'
-
-	econf \
-		$(use_enable static-libs static) \
-		$(use_enable debug) \
-		$(use unicode && echo --with-icu-config="${EPREFIX}"/usr/bin/icu-config) \
-		$(use_with json yajl) \
-		--with-xml2-config=no \
-		--with-curl-config=no \
-		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
-		${myconf}
-}
-
-src_test() {
-	emake -j1 test
-}
-
-src_install() {
-	default
-	dohtml {NEWS,README,RELEASE,UPGRADING}.html
-	prune_libtool_files --all
-	dosym /usr/share/doc/${PF}/html/${MY_PN} /usr/share/gtk-doc/html/${MY_PN}
-}


             reply	other threads:[~2017-05-18 15:43 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-18 15:43 Lars Wendler [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-25  6:59 Miroslav Šulc
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-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=1495122221.e36e3c7a5f81dff55cd2205dc7aa56ca6ef78688.polynomial-c@gentoo \
    --to=polynomial-c@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