Skip to content

Commit

Permalink
app-admin/clog: version bump to 1.3.0.
Browse files Browse the repository at this point in the history
* bump clog to version 1.3.0.
* bump EAPI number to version 6.
* update HOMEPAGE and SRC_URI.
* make use of the HTTPS protocol in both variables.
* tidy up the ebuild and get rid of the cruft.

Closes: https://bugs.gentoo.org/631586
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
monsieurp committed Jan 30, 2018
1 parent 9e863e2 commit 0fb01ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-admin/clog/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST clog-1.1.0.tar.gz 76267 BLAKE2B 4e3a7637dff51ed7e7161a2630121912672f514606672a0b9747323d3020283afbb9ef591bfec463ad33508e72ed919693da9b48132613b59281e8ce4f7f11c8 SHA512 e44449025a1eb7490152d467167a7417f8982caf14dbdf6b54cf83fd5f47cf037740d99ec322b74381052f96064a1f6e0f01fced9a2414644ad86eeab0ce448d
DIST clog-1.3.0.tar.gz 705807 BLAKE2B 5e78cf1ed209ef7dae301175e11048eec3e9227ca740ae444a0302e5ee40af260349c9b02d8fe86a159c2db9bc29b5854240000f793e868b270a5852eb552229 SHA512 dfd4ae9c5e31be1620c246edd4b1642ff2351589da04c4fb805d3566e3efe0958ba6978fea567d40b7faeb217ba9f7b42b201a059f939c35564ee8f40b8b452a
14 changes: 14 additions & 0 deletions app-admin/clog/clog-1.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils

DESCRIPTION="clog is a colorized log tail utility"
HOMEPAGE="https://taskwarrior.org/docs/clog"
SRC_URI="https://tasktools.org/download/${P}.tar.gz"

KEYWORDS="~amd64 ~x86 ~x64-macos"
LICENSE="MIT"
SLOT="0"

0 comments on commit 0fb01ca

Please sign in to comment.