logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: eb71c966d7d732f4b25c2589861e204cdf3686a2
parent 206e58cc5c6f287b383e345951c0979ae1365f14
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 28 Aug 2024 04:43:40 +0200

dev-libs/libcss: treeclean

Diffstat:

Ddev-libs/libcss/libcss-9999.ebuild50--------------------------------------------------
1 file changed, 0 insertions(+), 50 deletions(-)

diff --git a/dev-libs/libcss/libcss-9999.ebuild b/dev-libs/libcss/libcss-9999.ebuild @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit netsurf git-r3 - -DESCRIPTION="CSS parser and selection engine, written in C" -HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/" -EGIT_REPO_URI="git://git.netsurf-browser.org/libcss.git" - -LICENSE="MIT" -SLOT="0/${PV}" -IUSE="test" - -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/libparserutils - dev-libs/libwapcaplet" -DEPEND="${RDEPEND} - test? ( dev-lang/perl )" -BDEPEND=" - >=dev-util/netsurf-buildsystem-1.7-r1 - virtual/pkgconfig" - -src_prepare() { - default - sed -e '1i#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"' \ - -i src/parse/parse.c src/select/arena_hash.h || die - sed -e '1i#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"' \ - -i src/parse/parse.c src/select/computed.c || die -} - -_emake() { - netsurf_define_makeconf - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@ -} - -src_compile() { - _emake -} - -src_test() { - _emake test -} - -src_install() { - _emake DESTDIR="${D}" install -}