diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-01-30 10:18:59 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-30 10:20:53 +0100 |
commit | 0fb01ca1e391572c00baade4e5bfa08b0b73ba01 (patch) | |
tree | 251b869ab97c52ae60a6cdcaaf87391a53b32fea /app-admin/clog | |
parent | profiles: remove app-misc/clog entry. (diff) | |
download | gentoo-0fb01ca1e391572c00baade4e5bfa08b0b73ba01.tar.gz gentoo-0fb01ca1e391572c00baade4e5bfa08b0b73ba01.tar.bz2 gentoo-0fb01ca1e391572c00baade4e5bfa08b0b73ba01.zip |
app-admin/clog: version bump to 1.3.0.
* 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
Diffstat (limited to 'app-admin/clog')
-rw-r--r-- | app-admin/clog/Manifest | 1 | ||||
-rw-r--r-- | app-admin/clog/clog-1.3.0.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-admin/clog/Manifest b/app-admin/clog/Manifest index 55a3a14a85d8..76b84ae92599 100644 --- a/app-admin/clog/Manifest +++ b/app-admin/clog/Manifest @@ -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 diff --git a/app-admin/clog/clog-1.3.0.ebuild b/app-admin/clog/clog-1.3.0.ebuild new file mode 100644 index 000000000000..4977f70f6de7 --- /dev/null +++ b/app-admin/clog/clog-1.3.0.ebuild @@ -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" |