public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uriparser/
Date: Sat,  6 Jan 2018 16:06:13 +0000 (UTC)	[thread overview]
Message-ID: <1515254768.e1d6534e45c92ef9c37331923f20f91c46c62f95.sping@gentoo> (raw)

commit:     e1d6534e45c92ef9c37331923f20f91c46c62f95
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 15:50:02 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 16:06:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d6534e

dev-libs/uriparser: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-libs/uriparser/Manifest               |  4 ---
 dev-libs/uriparser/uriparser-0.7.9.ebuild | 44 ---------------------------
 dev-libs/uriparser/uriparser-0.8.1.ebuild | 49 -------------------------------
 dev-libs/uriparser/uriparser-0.8.2.ebuild | 42 --------------------------
 dev-libs/uriparser/uriparser-0.8.3.ebuild | 41 --------------------------
 5 files changed, 180 deletions(-)

diff --git a/dev-libs/uriparser/Manifest b/dev-libs/uriparser/Manifest
index 2935fda36b2..776b28dae89 100644
--- a/dev-libs/uriparser/Manifest
+++ b/dev-libs/uriparser/Manifest
@@ -1,6 +1,2 @@
-DIST uriparser-0.7.9.tar.bz2 430215 BLAKE2B ca6582768a4c626ac9010f9e35047765c3f7ca219692031d3252ae3e1771656575bde6e33ad20e4faf955b1ac37ee6da562c40a108497e60675cc81fbdc1f72a SHA512 a08d700078c7238d71db05e4de622f841069b38a82b718107943041518a56dd343e6b8a6256f7330119f946b4b5aed05659fc67e566ed96f99e6206584132b01
 DIST uriparser-0.8.0.tar.bz2 433581 BLAKE2B 0f39f891634de86fe1696c5d000c6325203561347c83f3144fef2319c9dc58657d82b92bd8499efda15bfa966230f3c2ca4b9051caced0fe15c7e480e564ac86 SHA512 e80efc8484f0b67107cad317cef72db9de906a86020c3ab31178e06e958782f0a744fe257b1e6cd130dd25c6747e684ece93ce5f755864303df34c6b763d2e5b
-DIST uriparser-0.8.1.tar.bz2 341433 BLAKE2B e2bf98afa5a7c28b8ad3af6c22183503eeea8c418ffea7c6d57f7f7df4b1b519bd55b1f0c18dc2fdf16c532e77c01584dec9989cef3819dd5c785894d0f766e2 SHA512 6a1f4cc72a62cd74fa814e262233bd44d882ce4ee189a2ca7a6ef1cb3893492adf801b0391d3eea1f8ef443971f7195cbe8143158514225c875e76d677a9040e
-DIST uriparser-0.8.2.tar.bz2 341959 BLAKE2B 06f22e826cd1d1a9f3abc2042d1d4c87f65266be4309db9989c2838fba9b4d6f40e68881ba4bcc50e10d67aa0a9a2943f972686210af7fc551e2a598a2f57167 SHA512 857c12229aece80065f923b6191e5771c6cd26e7eb42e62a35ae5793174df72b818a59c7b4d9a8dbd8f3f5d4b5885b43a05f0e40aa1be9d9b6f6a9b323c56ca9
-DIST uriparser-0.8.3.tar.bz2 358228 BLAKE2B 6a51abf79c3521316ad3f77ba8ec75c90cf482c2fd3d1fcc1653ba21d259cfabc6f19f156cf013640f716500c81554c018c65f621a9f47cba01c4f486116bef0 SHA512 e8fe7f0e48af84d165038ba8c4a324cd0cd9fbabe4b37b0035681f24cf69470d34bdcb15bda36594dd770383b475a91ed8d33e1a897fb8bf9dcb1d2454c55fc1
 DIST uriparser-0.8.4.tar.bz2 358408 BLAKE2B 1f270442a4812fa3e86a495109f95cfac6980c8145a701990dbe6f6396743de9ce0dfbce7b9cff2b331e8c9038a2b6c5281d2e562596543b660c168d3e678187 SHA512 b6238c6495eaa9f7178269d66dbea05a39c51c27137d8ebf39cd02d1c3fa96aa0d1608f5ccb36bf7b454f3238830dd46d7de8299b608f185b2520fc2c955aa1a

diff --git a/dev-libs/uriparser/uriparser-0.7.9.ebuild b/dev-libs/uriparser/uriparser-0.7.9.ebuild
deleted file mode 100644
index 64193ffa3c9..00000000000
--- a/dev-libs/uriparser/uriparser-0.7.9.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library in C"
-HOMEPAGE="http://uriparser.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc qt4 test unicode"
-
-RDEPEND=""
-DEPEND="virtual/pkgconfig
-	doc? ( >=app-doc/doxygen-1.5.8
-		qt4? ( dev-qt/qthelp:4 ) )
-	test? ( >=dev-util/cpptest-1.1.1 )"
-
-REQUIRED_USE="test? ( unicode )"
-
-src_configure() {
-	econf \
-		--disable-sizedown \
-		$(use_enable test) \
-		--enable-char \
-		$(use_enable unicode wchar_t) \
-		$(use_enable doc) \
-		--disable-dependency-tracking \
-		--docdir=/usr/share/doc/${PF}/
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS ChangeLog THANKS doc/*.txt || die
-
-	if use doc && use qt4; then
-		insinto /usr/share/doc/${PF}/
-		doins doc/*.qch || die  # Using doins to avoid dodoc's compression
-	fi
-}

diff --git a/dev-libs/uriparser/uriparser-0.8.1.ebuild b/dev-libs/uriparser/uriparser-0.8.1.ebuild
deleted file mode 100644
index 6dc5fe7e3fd..00000000000
--- a/dev-libs/uriparser/uriparser-0.8.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools
-
-DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library in C"
-HOMEPAGE="http://uriparser.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc qt4 test unicode"
-
-RDEPEND=""
-DEPEND="virtual/pkgconfig
-	doc? ( >=app-doc/doxygen-1.5.8
-		qt4? ( dev-qt/qthelp:4 ) )
-	test? ( >=dev-util/cpptest-1.1.1 )"
-
-REQUIRED_USE="test? ( unicode )"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-doc-install.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-sizedown \
-		$(use_enable test) \
-		--enable-char \
-		$(use_enable unicode wchar_t) \
-		$(use_enable doc) \
-		--disable-dependency-tracking \
-		--docdir=/usr/share/doc/${PF}/
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS ChangeLog THANKS || die
-
-	if use doc && use qt4; then
-		insinto /usr/share/doc/${PF}/
-		doins doc/*.qch || die  # Using doins to avoid dodoc's compression
-	fi
-}

diff --git a/dev-libs/uriparser/uriparser-0.8.2.ebuild b/dev-libs/uriparser/uriparser-0.8.2.ebuild
deleted file mode 100644
index 79890873ba9..00000000000
--- a/dev-libs/uriparser/uriparser-0.8.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library in C"
-HOMEPAGE="http://uriparser.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc qt4 test unicode"
-
-RDEPEND=""
-DEPEND="virtual/pkgconfig
-	doc? ( >=app-doc/doxygen-1.5.8
-		qt4? ( dev-qt/qthelp:4 ) )
-	test? ( >=dev-util/cpptest-1.1.1 )"
-
-REQUIRED_USE="test? ( unicode )"
-
-src_configure() {
-	econf \
-		--disable-sizedown \
-		$(use_enable test) \
-		--enable-char \
-		$(use_enable unicode wchar_t) \
-		$(use_enable doc) \
-		--disable-dependency-tracking \
-		--docdir=/usr/share/doc/${PF}/
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS ChangeLog THANKS || die
-
-	if use doc && use qt4; then
-		insinto /usr/share/doc/${PF}/
-		doins doc/*.qch || die  # Using doins to avoid dodoc's compression
-	fi
-}

diff --git a/dev-libs/uriparser/uriparser-0.8.3.ebuild b/dev-libs/uriparser/uriparser-0.8.3.ebuild
deleted file mode 100644
index 0f26dee35fc..00000000000
--- a/dev-libs/uriparser/uriparser-0.8.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library in C"
-HOMEPAGE="http://uriparser.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc qt4 test unicode"
-
-RDEPEND=""
-DEPEND="virtual/pkgconfig
-	doc? ( >=app-doc/doxygen-1.5.8
-		qt4? ( dev-qt/qthelp:4 ) )
-	test? ( >=dev-util/cpptest-1.1.1 )"
-
-REQUIRED_USE="test? ( unicode )"
-
-src_configure() {
-	econf \
-		--disable-sizedown \
-		$(use_enable test) \
-		--enable-char \
-		$(use_enable unicode wchar_t) \
-		$(use_enable doc) \
-		--docdir=/usr/share/doc/${PF}/
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog THANKS
-
-	if use doc && use qt4; then
-		dodoc doc/*.qch
-		docompress -x /usr/share/doc/${PF}/${P}.qch
-	fi
-}


             reply	other threads:[~2018-01-06 16:06 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-06 16:06 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-05 14:10 [gentoo-commits] repo/gentoo:master commit in: dev-libs/uriparser/ Sebastian Pipping
2025-09-03 21:52 Sebastian Pipping
2025-07-13  8:23 Andreas Sturmlechner
2025-03-01 22:40 Sam James
2025-01-12 16:33 Jakov Smolić
2025-01-12 16:33 Jakov Smolić
2025-01-12  0:48 Sam James
2025-01-12  0:48 Sam James
2024-05-05 22:14 Sam James
2024-05-05 22:14 Sam James
2024-05-05 22:14 Sam James
2024-05-05 22:14 Sam James
2024-05-05 22:14 Sam James
2024-05-05 22:01 Sam James
2024-05-05 17:24 Sebastian Pipping
2023-11-06 23:48 Sebastian Pipping
2022-12-24 14:49 Andreas Sturmlechner
2022-12-21  0:24 Sam James
2022-12-20 23:57 Sam James
2022-12-20 23:57 Sam James
2022-12-20 23:57 Sam James
2022-12-20 23:57 Sam James
2022-12-20 23:28 Sam James
2022-11-28 22:41 Sebastian Pipping
2022-10-05 15:01 Sebastian Pipping
2022-01-08 15:02 Sebastian Pipping
2022-01-07 20:10 Arthur Zamarin
2022-01-07 19:52 Arthur Zamarin
2022-01-07 15:30 Sam James
2022-01-07 15:29 Sam James
2022-01-07  0:31 Sam James
2022-01-07  0:31 Sam James
2022-01-06 20:17 Sebastian Pipping
2021-07-15 21:42 Sam James
2021-06-25 14:08 Sebastian Pipping
2021-05-28 12:03 Agostino Sarubbo
2021-05-28 12:02 Agostino Sarubbo
2021-05-27 19:14 Sam James
2021-03-18 18:23 Sebastian Pipping
2021-03-18 17:56 Sebastian Pipping
2021-03-06 18:19 Sebastian Pipping
2021-02-05 15:26 Sergei Trofimovich
2021-01-06 19:34 Fabian Groffen
2020-09-01  0:29 Sam James
2020-08-17 14:07 Agostino Sarubbo
2020-05-31 15:59 Sebastian Pipping
2019-04-28 12:45 Sebastian Pipping
2019-03-28  0:07 Aaron Bauman
2019-03-27 23:44 Thomas Deutschmann
2019-03-27 20:04 Agostino Sarubbo
2019-01-02 17:11 Sebastian Pipping
2018-10-26 23:05 Sebastian Pipping
2018-08-18 11:53 Sebastian Pipping
2018-02-11  0:51 Michael Palimaka
2018-02-11  0:51 Michael Palimaka
2018-02-07 12:05 Sebastian Pipping
2018-02-06 18:36 Thomas Deutschmann
2018-01-28 18:05 Sergei Trofimovich
2018-01-24 20:58 Sebastian Pipping
2017-12-03 22:14 James Le Cuirot
2015-10-13 16:11 Ian Stakenvicius
2015-10-12 15:58 Sebastian Pipping
2015-10-05 16:28 Sebastian Pipping
2015-10-05 16:14 Sebastian Pipping
2015-10-04 21:54 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=1515254768.e1d6534e45c92ef9c37331923f20f91c46c62f95.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