summaryrefslogtreecommitdiff
path: root/dev-libs/logc/logc-0.0.3.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-02-02 17:41:51 +0100
committerKarel Kočí <cynerd@email.cz>2021-02-02 17:41:51 +0100
commite0bf9e6794574c9ecfad26f6621e7fc26ed5c801 (patch)
tree558c894929d0c3c0bf5182e8d5c83b3339f68f40 /dev-libs/logc/logc-0.0.3.ebuild
parent414626e377efbb8d023d4a729e15d1c669bc6fe6 (diff)
downloadgentoo-personal-overlay-e0bf9e6794574c9ecfad26f6621e7fc26ed5c801.tar.gz
gentoo-personal-overlay-e0bf9e6794574c9ecfad26f6621e7fc26ed5c801.tar.bz2
gentoo-personal-overlay-e0bf9e6794574c9ecfad26f6621e7fc26ed5c801.zip
dev-libs/logc: fix previous commit
Diffstat (limited to 'dev-libs/logc/logc-0.0.3.ebuild')
-rw-r--r--dev-libs/logc/logc-0.0.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/logc/logc-0.0.3.ebuild b/dev-libs/logc/logc-0.0.3.ebuild
deleted file mode 100644
index 670eb2d..0000000
--- a/dev-libs/logc/logc-0.0.3.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="07638e0a89efaac6eb3e1b02422f3ca62419ccbd"
-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
-}