From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- .../libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild (limited to 'dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild') diff --git a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild b/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild deleted file mode 100644 index 79c37a8b69eb..000000000000 --- a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit toolchain-funcs - -MY_P="${P/_p/-}" - -DESCRIPTION="A clean C Library for processing UTF-8 Unicode data" -HOMEPAGE="http://www.netsurf-browser.org/" -SRC_URI="https://download.netsurf-browser.org/libs/releases/${MY_P}-src.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-util/netsurf-buildsystem" -S="${WORKDIR}/${MY_P}" - -_emake() { - source "${EPREFIX}"/usr/share/netsurf-buildsystem/gentoo-helpers.sh - netsurf_define_makeconf - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared "${@}" -} - -src_compile() { - _emake -} - -src_install() { - _emake DESTDIR="${D}" install -} -- cgit v1.2.3