summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-12 10:18:46 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-12 10:18:46 +0200
commit62c1d41b30e26f3d611b1c4bf595d460d7182ca8 (patch)
tree634e1ee459a8d4ed6f002c795e053b3deeed902a /dev-libs/libucl
parentdev-libs/libtrain: Remove last-rited pkg (diff)
downloadgentoo-62c1d41b30e26f3d611b1c4bf595d460d7182ca8.tar.gz
gentoo-62c1d41b30e26f3d611b1c4bf595d460d7182ca8.tar.bz2
gentoo-62c1d41b30e26f3d611b1c4bf595d460d7182ca8.zip
dev-libs/libucl: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694206 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libucl')
-rw-r--r--dev-libs/libucl/Manifest1
-rw-r--r--dev-libs/libucl/libucl-0.7.3.ebuild45
-rw-r--r--dev-libs/libucl/metadata.xml23
3 files changed, 0 insertions, 69 deletions
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 @@
-<?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>