From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2B60138359 for ; Wed, 23 Sep 2020 11:08:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00EFBE081E; Wed, 23 Sep 2020 11:08:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C777CE081E for ; Wed, 23 Sep 2020 11:08:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D3BA340D2E for ; Wed, 23 Sep 2020 11:08:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8543A353 for ; Wed, 23 Sep 2020 11:07:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600859264.ae5b396a38b82bd3f2afeba45a30a799c482f729.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/syslog-summary/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/syslog-summary/syslog-summary-1.14-r1.ebuild app-admin/syslog-summary/syslog-summary-1.14-r2.ebuild app-admin/syslog-summary/syslog-summary-1.14-r3.ebuild app-admin/syslog-summary/syslog-summary-1.14-r4.ebuild X-VCS-Directories: app-admin/syslog-summary/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ae5b396a38b82bd3f2afeba45a30a799c482f729 X-VCS-Branch: master Date: Wed, 23 Sep 2020 11:07:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 877add3e-773f-40d8-b2e7-f7014b9f25d7 X-Archives-Hash: 91a9463312390a1fbec68885f28868fc commit: ae5b396a38b82bd3f2afeba45a30a799c482f729 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 23 10:57:01 2020 +0000 Commit: Michał Górny gentoo 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 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 -}