summaryrefslogtreecommitdiff
path: root/dev-libs/logc/logc-0.2.0.1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-05-25 23:44:17 +0200
committerKarel Kočí <cynerd@email.cz>2021-05-25 23:44:17 +0200
commit5ad399199a30f4b0ed9b42ac16e7ff2a38d3e263 (patch)
treeab02d3fe6073d36ec108e96917ffd5ef62aa6806 /dev-libs/logc/logc-0.2.0.1.ebuild
parent6d238543487aa24fc26189bf8d6d1306cce831f2 (diff)
downloadgentoo-personal-overlay-5ad399199a30f4b0ed9b42ac16e7ff2a38d3e263.tar.gz
gentoo-personal-overlay-5ad399199a30f4b0ed9b42ac16e7ff2a38d3e263.tar.bz2
gentoo-personal-overlay-5ad399199a30f4b0ed9b42ac16e7ff2a38d3e263.zip
dev-libs/logc: update to latest version
Diffstat (limited to 'dev-libs/logc/logc-0.2.0.1.ebuild')
-rw-r--r--dev-libs/logc/logc-0.2.0.1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-libs/logc/logc-0.2.0.1.ebuild b/dev-libs/logc/logc-0.2.0.1.ebuild
deleted file mode 100644
index 805fabc..0000000
--- a/dev-libs/logc/logc-0.2.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Logging for C"
-HASH="8d46b575be3859c4ae52cb2c55100532e9b37ccb"
-HOMEPAGE="https://gitlab.nic.cz/turris/logc"
-SRC_URI="https://gitlab.nic.cz/turris/$PN/-/archive/$HASH/$PN-$HASH.tar.gz"
-S="${WORKDIR}/$PN-$HASH"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_configure() {
- ./bootstrap
- econf
-}