commit:     b9e90aee60570ea2620c0c9d20a53121f6209f80
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 00:50:01 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 00:51:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e90aee

dev-libs/uriparser: remove 0.8.0 and 0.8.4-r0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/uriparser/Manifest               |  1 -
 dev-libs/uriparser/uriparser-0.8.0.ebuild | 44 --------------------------
 dev-libs/uriparser/uriparser-0.8.4.ebuild | 51 -------------------------------
 3 files changed, 96 deletions(-)

diff --git a/dev-libs/uriparser/Manifest b/dev-libs/uriparser/Manifest
index bad78d6c761..b985408946e 100644
--- a/dev-libs/uriparser/Manifest
+++ b/dev-libs/uriparser/Manifest
@@ -1,3 +1,2 @@
-DIST uriparser-0.8.0.tar.bz2 433581 BLAKE2B 
0f39f891634de86fe1696c5d000c6325203561347c83f3144fef2319c9dc58657d82b92bd8499efda15bfa966230f3c2ca4b9051caced0fe15c7e480e564ac86
 SHA512 
e80efc8484f0b67107cad317cef72db9de906a86020c3ab31178e06e958782f0a744fe257b1e6cd130dd25c6747e684ece93ce5f755864303df34c6b763d2e5b
 DIST uriparser-0.8.4.tar.bz2 358408 BLAKE2B 
1f270442a4812fa3e86a495109f95cfac6980c8145a701990dbe6f6396743de9ce0dfbce7b9cff2b331e8c9038a2b6c5281d2e562596543b660c168d3e678187
 SHA512 
b6238c6495eaa9f7178269d66dbea05a39c51c27137d8ebf39cd02d1c3fa96aa0d1608f5ccb36bf7b454f3238830dd46d7de8299b608f185b2520fc2c955aa1a
 DIST uriparser-0.8.5.tar.bz2 359469 BLAKE2B 
44fb7d8bd5dac8bb0dd68bfbc4fb2adec310a913a7ebb92850fb2b8833c159db7cb29fa4f8b5de3e3b3def018024d1e69a0814bcd12aa24b6a14deca6f6768fb
 SHA512 
e9b0228092cf12b824975000b0a6dbe2e413d3642203666d77c5b42f04bc13e0ec3f61d6a2c44d9613bea15e8cf7ec42cc4c92c5bc4318ee3349c1b380409d5c

diff --git a/dev-libs/uriparser/uriparser-0.8.0.ebuild 
b/dev-libs/uriparser/uriparser-0.8.0.ebuild
deleted file mode 100644
index 573ba01e6ff..00000000000
--- a/dev-libs/uriparser/uriparser-0.8.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 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.4.ebuild 
b/dev-libs/uriparser/uriparser-0.8.4.ebuild
deleted file mode 100644
index 11c9e1d5934..00000000000
--- a/dev-libs/uriparser/uriparser-0.8.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch 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 ~arm ~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 )"
-
-PATCHES=( "${FILESDIR}"/${P}-doc-install.patch )
-
-src_prepare() {
-       epatch "${PATCHES[@]}"
-       epatch_user
-       eautoreconf
-}
-
-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 via email to