summaryrefslogtreecommitdiff
path: root/app-admin/syslog-summary/syslog-summary-1.14-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 23:02:44 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 23:02:44 +0100
commitdb063b515939ab15261136b24e4bc44386335c0c (patch)
tree54c06cac96a32ba6fe5f69e52616a2ab27bbb6d6 /app-admin/syslog-summary/syslog-summary-1.14-r1.ebuild
parent8b4ace9c50842c5b83401ea7b179dcab940387e1 (diff)
gentoo resync : 24.09.2020
Diffstat (limited to 'app-admin/syslog-summary/syslog-summary-1.14-r1.ebuild')
-rw-r--r--app-admin/syslog-summary/syslog-summary-1.14-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r1.ebuild b/app-admin/syslog-summary/syslog-summary-1.14-r1.ebuild
deleted file mode 100644
index 616c8e62c12f..000000000000
--- a/app-admin/syslog-summary/syslog-summary-1.14-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="Summarizes the contents of a syslog log file"
-HOMEPAGE="https://github.com/dpaleino/syslog-summary"
-SRC_URI="https://github.com/downloads/dpaleino/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}"
-
-src_prepare() {
- python_fix_shebang -f syslog-summary
-
- # Sadly, the makefile is useless for us.
- rm Makefile || die
-}
-
-src_install() {
- dobin syslog-summary
- dodoc AUTHORS ChangeLog NEWS README
- doman syslog-summary.1
-
- insinto /etc/syslog-summary
- doins ignore.rules
-}