From 62c1d41b30e26f3d611b1c4bf595d460d7182ca8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 12 Oct 2019 10:18:46 +0200 Subject: dev-libs/libucl: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/694206 Signed-off-by: Michał Górny --- dev-libs/libucl/Manifest | 1 - dev-libs/libucl/libucl-0.7.3.ebuild | 45 ------------------------------------- dev-libs/libucl/metadata.xml | 23 ------------------- 3 files changed, 69 deletions(-) delete mode 100644 dev-libs/libucl/Manifest delete mode 100644 dev-libs/libucl/libucl-0.7.3.ebuild delete mode 100644 dev-libs/libucl/metadata.xml (limited to 'dev-libs/libucl') diff --git a/dev-libs/libucl/Manifest b/dev-libs/libucl/Manifest deleted file mode 100644 index 46484beb8ec8..000000000000 --- a/dev-libs/libucl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libucl-0.7.3.tar.gz 1986726 BLAKE2B 8bd772d6bcce5ee6dd0c4611dac596f6168f263aedce7b9f4b1a30527fd9f991767d6db130d7b0e8b33a09357354010644fb8942812be2f06b37648890f491a3 SHA512 29b466254887f7be1168ce31de9f852f3f1868a3afaa5a73859a4cd43b915510850e786ff778613fa48579ee6f0f78e5898c83ce9423f1fb688cce8d969a8eab diff --git a/dev-libs/libucl/libucl-0.7.3.ebuild b/dev-libs/libucl/libucl-0.7.3.ebuild deleted file mode 100644 index ae7224e48e93..000000000000 --- a/dev-libs/libucl/libucl-0.7.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Universal configuration library parser" -HOMEPAGE="https://github.com/vstakhov/libucl" -SRC_URI="https://github.com/vstakhov/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="lua +regex signatures static-libs urlfetch utils" -DEPEND="!!dev-libs/ucl - lua? ( >=dev-lang/lua-5.1:= ) - signatures? ( dev-libs/openssl:0 ) - urlfetch? ( net-misc/curl )" -RDEPEND="${DEPEND}" - -DOCS=( README.md doc/api.md ) - -src_prepare() { - eapply_user - eautoreconf -} - -src_configure() { - local myeconf="" - use urlfetch && myeconf="--with-urls" - econf \ - $(use_enable lua) \ - $(use_enable regex) \ - $(use_enable signatures) \ - $(use_enable utils) \ - ${myeconf} -} - -src_install() { - default - use lua && DOCS+=( doc/lua_api.md ) - # no .a's it seems - use static-libs || find "${ED}" -name "*.la" -delete -} diff --git a/dev-libs/libucl/metadata.xml b/dev-libs/libucl/metadata.xml deleted file mode 100644 index 6d4d014359bc..000000000000 --- a/dev-libs/libucl/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - UCL is heavily infused by nginx configuration as the example of a - convenient configuration system. However, UCL is fully compatible - with JSON format and is able to parse json files. It can also emit - UCL objects into different formats such as "nginx like", json, - yaml and compact json - - - Enable regex checking for schema - Enable signatures check - Enable URLs fetch - - - Install the chargen and objdump utilities - - - vstakhov/libucl - - -- cgit v1.2.3-65-gdbad