+++ /dev/null
-DIST libucl-0.7.3.tar.gz 1986726 BLAKE2B 8bd772d6bcce5ee6dd0c4611dac596f6168f263aedce7b9f4b1a30527fd9f991767d6db130d7b0e8b33a09357354010644fb8942812be2f06b37648890f491a3 SHA512 29b466254887f7be1168ce31de9f852f3f1868a3afaa5a73859a4cd43b915510850e786ff778613fa48579ee6f0f78e5898c83ce9423f1fb688cce8d969a8eab
+++ /dev/null
-# 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
-}
+++ /dev/null
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- 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
- </longdescription>
- <use>
- <flag name="regex">Enable regex checking for schema</flag>
- <flag name="signatures">Enable signatures check</flag>
- <flag name="urlfetch">Enable URLs fetch</flag>
-
- <!-- in v0.8.0, also the ucl-tool utility -->
- <flag name="utils">Install the chargen and objdump utilities</flag>
- </use>
- <upstream>
- <remote-id type="github">vstakhov/libucl</remote-id>
- </upstream>
-</pkgmetadata>
# Removal in 30 days. Bug #694208.
dev-libs/libunicode
-# Michał Górny <mgorny@gentoo.org> (2019-09-12)
-# Unmaintained. Current version is from 2015, and is pending bump.
-# No reverse dependencies.
-# Removal in 30 days. Bug #694206.
-dev-libs/libucl
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.