commit:     cf1a3b75ee7506a779dc5ad8c16a06c9b02b4d39
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 13:00:48 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 09:29:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1a3b75

app-admin/clog: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/clog/Manifest          |  1 -
 app-admin/clog/clog-1.1.0.ebuild | 39 ---------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-admin/clog/Manifest b/app-admin/clog/Manifest
index 76b84ae9259..fc1fed38611 100644
--- a/app-admin/clog/Manifest
+++ b/app-admin/clog/Manifest
@@ -1,2 +1 @@
-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.1.0.ebuild b/app-admin/clog/clog-1.1.0.ebuild
deleted file mode 100644
index 9fe976d1860..00000000000
--- a/app-admin/clog/clog-1.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_REPO_URI="https://git.tasktools.org/scm/ut/${PN}.git";
-[[ ${PV} == *9999* ]] && \
-       inherit git-2
-
-inherit cmake-utils bash-completion-r1
-
-DESCRIPTION="A colorized log tail utility"
-HOMEPAGE="https://taskwarrior.org/docs/clog/";
-[[ ${PV} == *9999* ]] || \
-       SRC_URI="http://taskwarrior.org/download/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-[[ ${PV} == *9999* ]] || \
-       KEYWORDS="~amd64 ~x86 ~x64-macos"
-
-src_prepare() {
-       cmake-utils_src_prepare
-
-       # Use the correct directory locations
-       sed -i -e 
"s:/usr/local/share/doc/clog/rc:${EPREFIX}/usr/share/clog/rc:" \
-               doc/man/clog.1.in || die
-}
-
-src_configure() {
-       mycmakeargs=(
-               -DTASK_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}
-       )
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-}

Reply via email to