* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-admin/yaala/files/, profiles/base/, app-admin/yaala/
@ 2019-10-07 8:28 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-10-07 8:28 UTC (permalink / raw
To: gentoo-commits
commit: 6672aea9261a117b739f417a23fde3afde4e0986
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:21:27 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:21:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6672aea9
app-admin/yaala: Remove last-rited pkg
Bug: https://bugs.gentoo.org/692522
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-admin/yaala/Manifest | 1 -
.../yaala/files/yaala-0.7.3-r1-correct-paths.patch | 31 ----------
app-admin/yaala/metadata.xml | 8 ---
app-admin/yaala/yaala-0.7.3-r2.ebuild | 72 ----------------------
profiles/base/package.use.stable.mask | 1 -
profiles/package.mask | 6 --
6 files changed, 119 deletions(-)
diff --git a/app-admin/yaala/Manifest b/app-admin/yaala/Manifest
deleted file mode 100644
index a9e0a7d657f..00000000000
--- a/app-admin/yaala/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yaala-0.7.3.tar.bz2 41528 BLAKE2B 527f691730cd50f60137bce014958423bea4bf007891ac0a6fa0888099da7678661612369d29b41683de81a25bc92163f0d9f413e5a11e9f86c273e0e866ca8e SHA512 30ad37c2c612f47472a840ea40aa924ffa59828455e7268dc29eb3d0276aab835b54396a29eabce88ef0e357523086b182ca1ec366b50851ecb8d2530f4eac01
diff --git a/app-admin/yaala/files/yaala-0.7.3-r1-correct-paths.patch b/app-admin/yaala/files/yaala-0.7.3-r1-correct-paths.patch
deleted file mode 100644
index e938abf4b80..00000000000
--- a/app-admin/yaala/files/yaala-0.7.3-r1-correct-paths.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/yaala 2013-04-03 15:50:03.909024254 +0200
-+++ b/yaala 2013-04-03 15:49:46.545691028 +0200
-@@ -58,6 +58,6 @@
-
- parse_argv (@ARGV);
--read_config (get_config ('config') ? get_config ('config') : 'config');
-+read_config (get_config ('config') ? get_config ('config') : '/etc/yaala/config');
-
- unless (get_config ('input'))
- {
---- a/lib/Yaala/Parser/WebserverTools.pm 2013-04-03 16:04:02.665685730 +0200
-+++ b/lib/Yaala/Parser/WebserverTools.pm 2013-04-03 16:04:36.729018853 +0200
-@@ -11,7 +11,7 @@
- detect_browser detect_os extract_data);
- @Yaala::Parser::WebserverTools::ISA = ('Exporter');
-
--read_config ('webserver.config');
-+read_config ('/etc/yaala/webserver.config');
-
- our $referer_format = get_config ('referer_format');
- our $localhost_name = '';
---- a/lib/Yaala/Data/Persistent.pm 2013-04-03 16:08:06.935684219 +0200
-+++ b/lib/Yaala/Data/Persistent.pm 2013-04-03 16:07:54.229017631 +0200
-@@ -18,5 +18,5 @@
- our $HAVE_STORABLE = 0;
- our $WANT_PERSISTENCY = 1;
- our $DATA_STRUCTURE = {};
--our $FILENAME = 'persistency.data';
-+our $FILENAME = '/var/lib/yaala/persistency.data';
-
-
diff --git a/app-admin/yaala/metadata.xml b/app-admin/yaala/metadata.xml
deleted file mode 100644
index 1f0914e3ecd..00000000000
--- a/app-admin/yaala/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Yet Another Log Analyzer
- </longdescription>
-</pkgmetadata>
diff --git a/app-admin/yaala/yaala-0.7.3-r2.ebuild b/app-admin/yaala/yaala-0.7.3-r2.ebuild
deleted file mode 100644
index e11eeb4dc61..00000000000
--- a/app-admin/yaala/yaala-0.7.3-r2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PERL_EXPORT_PHASE_FUNCTIONS=no
-inherit eutils perl-module
-
-DESCRIPTION="Yet Another Log Analyzer"
-HOMEPAGE="http://www.yaala.org/"
-SRC_URI="http://www.${PN}.org/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="gd"
-
-RDEPEND="
- dev-lang/perl
- virtual/perl-Storable
- gd? ( dev-perl/GDGraph )
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.7.3-r1-correct-paths.patch
-
- sed -i "s:/var/lib/${PN}:/usr/bin:g" packaging/${PN}.cron || die 'Failed to correct path in cron file.'
-}
-
-src_install() {
- dobin ${PN}
-
- # Switch to ^y when we switch to EAPI=6.
- local mod="Y${PN:1}"
-
- perl_set_version
-
- insinto "${VENDOR_LIB}/${mod}/"
- doins lib/${mod}/*.pm
-
- insinto "${VENDOR_LIB}/${mod}/Data/"
- doins lib/${mod}/Data/*.pm
-
- insinto "${VENDOR_LIB}/${mod}/Parser/"
- doins lib/${mod}/Parser/*.pm
-
- insinto "${VENDOR_LIB}/${mod}/Report/"
- doins lib/${mod}/Report/*.pm
-
- dodoc AUTHORS CHANGELOG README{,.persistency,.selections}
-
- insinto /usr/share/${PN}
- doins -r reports
- doins -r sample_configs
-
- insinto /etc/${PN}
- doins {,webserver.}config
-
- insinto /etc/logrotate.d
- doins packaging/${PN}.cron
-
- keepdir /var/lib/${PN}
- fperms 777 /var/lib/${PN}
-}
-
-pkg_postinst() {
- ewarn "It is required that you change the configuration files in /etc/${PN}"
- ewarn "before you run \`yaala ...\`, otherwise it will refuse to execute because"
- ewarn "Setup.pm checks whether the variable 'select' has been unquoted and set."
- echo ""
- elog "Example configuration files can be found in /usr/share/${PN}."
-}
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 00abaa0407a..2ce5b0ecd48 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -21,7 +21,6 @@ dev-python/aiohttp-socks test
# Kent Fredric <kentnl@gentoo.org> (2019-07-30)
# These features require dev-perl/GD, which currently can't be
# considered stable due to serious defects upstream. Bug #661634
-app-admin/yaala gd
app-misc/gcstar stats
app-misc/g15daemon perl
dev-lang/php coverage
diff --git a/profiles/package.mask b/profiles/package.mask
index 8885797bd27..277f74eb8e3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1092,12 +1092,6 @@ games-action/spacetripper-demo
# Removal in 30 days. Bug #692798.
sys-apps/adjtime
-# Michał Górny <mgorny@gentoo.org> (2019-09-07)
-# Unmaintained. Installs world-writable directory. Last release
-# in 2004.
-# Removal in 30 days. Bug #692522.
-app-admin/yaala
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-07 8:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07 8:28 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-admin/yaala/files/, profiles/base/, app-admin/yaala/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox