commit:     ae5b396a38b82bd3f2afeba45a30a799c482f729
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:57:01 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 11:07:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5b396a

app-admin/syslog-summary: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../syslog-summary/syslog-summary-1.14-r1.ebuild   | 38 -----------------
 .../syslog-summary/syslog-summary-1.14-r2.ebuild   | 47 ---------------------
 .../syslog-summary/syslog-summary-1.14-r3.ebuild   | 49 ----------------------
 .../syslog-summary/syslog-summary-1.14-r4.ebuild   | 42 -------------------
 4 files changed, 176 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 616c8e62c12..00000000000
--- 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
-}

diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r2.ebuild 
b/app-admin/syslog-summary/syslog-summary-1.14-r2.ebuild
deleted file mode 100644
index d6e65dce99c..00000000000
--- a/app-admin/syslog-summary/syslog-summary-1.14-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit 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
-
-       sed -i -e 's:python-magic:sys-apps/file[python]:' "syslog-summary" || 
die
-
-       # Sadly, the makefile is useless for us.
-       rm Makefile || die
-
-       eapply_user
-}
-
-src_install() {
-       dobin syslog-summary
-       einstalldocs
-       doman syslog-summary.1
-
-       insinto /etc/syslog-summary
-       doins ignore.rules
-}
-
-pkg_postinst() {
-       elog "install sys-apps/file[python] to enable processing"
-       elog "of gzip compressed logfiles"
-}

diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r3.ebuild 
b/app-admin/syslog-summary/syslog-summary-1.14-r3.ebuild
deleted file mode 100644
index 75c1c04b246..00000000000
--- a/app-admin/syslog-summary/syslog-summary-1.14-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit 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}"
-
-PATCHES=( "${FILESDIR}/${P}-fix-ignore-code.patch" )
-
-src_prepare() {
-       python_fix_shebang -f syslog-summary
-
-       sed -i -e 's:python-magic:sys-apps/file[python]:' "syslog-summary" || 
die
-
-       # Sadly, the makefile is useless for us.
-       rm Makefile || die
-
-       default
-}
-
-src_install() {
-       dobin syslog-summary
-       einstalldocs
-       doman syslog-summary.1
-
-       insinto /etc/syslog-summary
-       doins ignore.rules
-}
-
-pkg_postinst() {
-       elog "install sys-apps/file[python] to enable processing"
-       elog "of gzip compressed logfiles"
-}

diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r4.ebuild 
b/app-admin/syslog-summary/syslog-summary-1.14-r4.ebuild
deleted file mode 100644
index 1831eb914a2..00000000000
--- a/app-admin/syslog-summary/syslog-summary-1.14-r4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit 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}"
-
-PATCHES=( "${FILESDIR}/${P}-fix-ignore-code.patch" 
"${FILESDIR}/${P}-remove-file-magic.patch" )
-
-src_prepare() {
-       python_fix_shebang -f syslog-summary
-
-       # Sadly, the makefile is useless for us.
-       rm Makefile || die
-
-       default
-}
-
-src_install() {
-       dobin syslog-summary
-       einstalldocs
-       doman syslog-summary.1
-
-       insinto /etc/syslog-summary
-       doins ignore.rules
-}

Reply via email to