commit:     b6950dbb4023a794944c216138caaeaa7bd115fc
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 01:04:38 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 11:58:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6950dbb

net-libs/libhubbub: remove old "unused" version.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-libs/libhubbub/libhubbub-0.3.6-r1.ebuild | 57 ----------------------------
 1 file changed, 57 deletions(-)

diff --git a/net-libs/libhubbub/libhubbub-0.3.6-r1.ebuild 
b/net-libs/libhubbub/libhubbub-0.3.6-r1.ebuild
deleted file mode 100644
index e0afef19c3f..00000000000
--- a/net-libs/libhubbub/libhubbub-0.3.6-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="HTML5 compliant parsing library, written in C"
-HOMEPAGE="https://www.netsurf-browser.org/projects/hubbub/";
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~m68k-mint"
-IUSE="doc test"
-
-BDEPEND="
-       dev-util/netsurf-buildsystem
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )
-       test? ( dev-lang/perl )
-"
-RDEPEND="dev-libs/libparserutils:="
-DEPEND="${RDEPEND}
-       test? ( dev-libs/json-c )"
-RESTRICT="!test? ( test )"
-
-DOCS=( README docs/{Architecture,Macros,Todo,Treebuilder,Updated} )
-PATCHES=( "${FILESDIR}/libhubbub-0.3.6-json-c.patch" )
-
-src_prepare() {
-       default
-       sed -e '1i#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"' \
-               -i test/tree2.c || die
-}
-
-_emake() {
-       source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
-       netsurf_define_makeconf
-       append-cflags -Wno-error
-       emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
-}
-
-src_compile() {
-       _emake
-       use doc && _emake docs
-}
-
-src_test() {
-       _emake test
-}
-
-src_install() {
-       _emake DESTDIR="${D}" install
-       use doc && HTML_DOCS=( docs/html/. )
-       einstalldocs
-}

Reply via email to