Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clog/
Date: Tue, 30 Jan 2018 09:21:37
Message-Id: 1517304053.0fb01ca1e391572c00baade4e5bfa08b0b73ba01.monsieurp@gentoo
1 commit: 0fb01ca1e391572c00baade4e5bfa08b0b73ba01
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 09:18:59 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 09:20:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb01ca1
7
8 app-admin/clog: version bump to 1.3.0.
9
10 * bump clog to version 1.3.0.
11 * bump EAPI number to version 6.
12 * update HOMEPAGE and SRC_URI.
13 * make use of the HTTPS protocol in both variables.
14 * tidy up the ebuild and get rid of the cruft.
15
16 Closes: https://bugs.gentoo.org/631586
17 Package-Manager: Portage-2.3.19, Repoman-2.3.6
18
19 app-admin/clog/Manifest | 1 +
20 app-admin/clog/clog-1.3.0.ebuild | 14 ++++++++++++++
21 2 files changed, 15 insertions(+)
22
23 diff --git a/app-admin/clog/Manifest b/app-admin/clog/Manifest
24 index 55a3a14a85d..76b84ae9259 100644
25 --- a/app-admin/clog/Manifest
26 +++ b/app-admin/clog/Manifest
27 @@ -1 +1,2 @@
28 DIST clog-1.1.0.tar.gz 76267 BLAKE2B 4e3a7637dff51ed7e7161a2630121912672f514606672a0b9747323d3020283afbb9ef591bfec463ad33508e72ed919693da9b48132613b59281e8ce4f7f11c8 SHA512 e44449025a1eb7490152d467167a7417f8982caf14dbdf6b54cf83fd5f47cf037740d99ec322b74381052f96064a1f6e0f01fced9a2414644ad86eeab0ce448d
29 +DIST clog-1.3.0.tar.gz 705807 BLAKE2B 5e78cf1ed209ef7dae301175e11048eec3e9227ca740ae444a0302e5ee40af260349c9b02d8fe86a159c2db9bc29b5854240000f793e868b270a5852eb552229 SHA512 dfd4ae9c5e31be1620c246edd4b1642ff2351589da04c4fb805d3566e3efe0958ba6978fea567d40b7faeb217ba9f7b42b201a059f939c35564ee8f40b8b452a
30
31 diff --git a/app-admin/clog/clog-1.3.0.ebuild b/app-admin/clog/clog-1.3.0.ebuild
32 new file mode 100644
33 index 00000000000..4977f70f6de
34 --- /dev/null
35 +++ b/app-admin/clog/clog-1.3.0.ebuild
36 @@ -0,0 +1,14 @@
37 +# Copyright 1999-2018 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +
42 +inherit cmake-utils
43 +
44 +DESCRIPTION="clog is a colorized log tail utility"
45 +HOMEPAGE="https://taskwarrior.org/docs/clog"
46 +SRC_URI="https://tasktools.org/download/${P}.tar.gz"
47 +
48 +KEYWORDS="~amd64 ~x86 ~x64-macos"
49 +LICENSE="MIT"
50 +SLOT="0"