diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-08-20 13:51:28 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-08-20 13:51:28 +0200 |
commit | 9148268bc9618a8900f5b7ffac7c4a751275856e (patch) | |
tree | 88a40892f980e9cd5b59c171f59e3e6c5c1f50e7 /dev-libs/logc/logc-0.0.2.ebuild | |
parent | 8d28b221782bce09951060efdf4c60fdcfa35380 (diff) | |
download | gentoo-personal-overlay-9148268bc9618a8900f5b7ffac7c4a751275856e.tar.gz gentoo-personal-overlay-9148268bc9618a8900f5b7ffac7c4a751275856e.tar.bz2 gentoo-personal-overlay-9148268bc9618a8900f5b7ffac7c4a751275856e.zip |
dev-libs/logc: update to latest head
Diffstat (limited to 'dev-libs/logc/logc-0.0.2.ebuild')
-rw-r--r-- | dev-libs/logc/logc-0.0.2.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/logc/logc-0.0.2.ebuild b/dev-libs/logc/logc-0.0.2.ebuild deleted file mode 100644 index 2caec25..0000000 --- a/dev-libs/logc/logc-0.0.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Logging for C" -HASH="441e93ee90473b5228b05735fa6eec671e737676" -HOMEPAGE="https://gitlab.nic.cz/turris/logc" -SRC_URI="https://gitlab.nic.cz/turris/logc/-/archive/$HASH/base64c-$HASH.tar.gz" -S="${WORKDIR}/logc-$HASH" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_configure() { - ./bootstrap - econf \ - --disable-tests \ - --disable-valgrind \ - --disable-linters -} |