commit:     6340398398f9179753568f3a74a3cbf2d4593254
Author:     Marco Scardovi <someone <AT> example <DOT> com>
AuthorDate: Sun Jul 11 13:46:20 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 25 13:02:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63403983

app-admin/clog: bump to EAPI 7 + QA fix

Closes: https://bugs.gentoo.org/677188
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/clog/clog-1.3.0-r1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/app-admin/clog/clog-1.3.0-r1.ebuild 
b/app-admin/clog/clog-1.3.0-r1.ebuild
new file mode 100644
index 00000000000..c0c3d60ff5d
--- /dev/null
+++ b/app-admin/clog/clog-1.3.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="clog is a colorized log tail utility"
+HOMEPAGE="https://taskwarrior.org/docs/clog/";
+SRC_URI="https://gothenburgbitfactory.org/download/${P}.tar.gz";
+
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="test" # No test suite on tar.gz
+
+src_prepare() {
+       default
+       sed -i -e 's|share/doc/clog|share/clog|' CMakeLists.txt || die
+       cmake_src_prepare
+}

Reply via email to