summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-01-30 10:02:35 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-01-30 10:04:29 +0100
commit28f790a20fe178029f970081f3af2d3314935c31 (patch)
tree24e4932ee9a8f05161409cedbce3cad3c0a02381
parentsys-block/parted: Version 3.2_p20. (diff)
downloadgentoo-28f790a2.tar.gz
gentoo-28f790a2.tar.bz2
gentoo-28f790a2.zip
app-misc/clog: removal.
Acked-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--app-misc/clog/Manifest1
-rw-r--r--app-misc/clog/clog-1.3.0.ebuild33
-rw-r--r--app-misc/clog/metadata.xml12
3 files changed, 0 insertions, 46 deletions
diff --git a/app-misc/clog/Manifest b/app-misc/clog/Manifest
deleted file mode 100644
index fc1fed38611f..000000000000
--- a/app-misc/clog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST clog-1.3.0.tar.gz 705807 BLAKE2B 5e78cf1ed209ef7dae301175e11048eec3e9227ca740ae444a0302e5ee40af260349c9b02d8fe86a159c2db9bc29b5854240000f793e868b270a5852eb552229 SHA512 dfd4ae9c5e31be1620c246edd4b1642ff2351589da04c4fb805d3566e3efe0958ba6978fea567d40b7faeb217ba9f7b42b201a059f939c35564ee8f40b8b452a
diff --git a/app-misc/clog/clog-1.3.0.ebuild b/app-misc/clog/clog-1.3.0.ebuild
deleted file mode 100644
index 5cb5f75f66f0..000000000000
--- a/app-misc/clog/clog-1.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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="http://tasktools.org/projects/clog/"
-SRC_URI="http://tasktools.org/download/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
- default
- # 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
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DTASK_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-}
diff --git a/app-misc/clog/metadata.xml b/app-misc/clog/metadata.xml
deleted file mode 100644
index 3903c6215116..000000000000
--- a/app-misc/clog/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>alicef@gentoo.org</email>
- <name>Alice Ferrazzi</name>
- </maintainer>
- <maintainer type="person">
- <email>monsieurp@gentoo.org</email>
- <name>Patrice Clement</name>
- </maintainer>
-</pkgmetadata>