* [gentoo-commits] repo/gentoo:master commit in: app-admin/yaala/
@ 2015-11-22 22:36 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2015-11-22 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 7d1a41e3457fd915821d4121461dac92f03577a8
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 22:35:50 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 22:35:50 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1a41e3
app-admin/yaala: Major QA cleanup, includes the fix for bug 565428
Package-Manager: portage-2.2.25
app-admin/yaala/yaala-0.7.3-r2.ebuild | 73 +++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/app-admin/yaala/yaala-0.7.3-r2.ebuild b/app-admin/yaala/yaala-0.7.3-r2.ebuild
new file mode 100644
index 0000000..6028584
--- /dev/null
+++ b/app-admin/yaala/yaala-0.7.3-r2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}."
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/yaala/
@ 2019-02-15 0:18 Thomas Deutschmann
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2019-02-15 0:18 UTC (permalink / raw
To: gentoo-commits
commit: 5ef0a982202d6ffea5edb54093181f3ca651f4e0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 00:09:03 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 00:18:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef0a982
app-admin/yaala: x86 stable (bug #676340)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-admin/yaala/yaala-0.7.3-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/yaala/yaala-0.7.3-r2.ebuild b/app-admin/yaala/yaala-0.7.3-r2.ebuild
index 9265cdda0f5..cee575e3fa2 100644
--- a/app-admin/yaala/yaala-0.7.3-r2.ebuild
+++ b/app-admin/yaala/yaala-0.7.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="http://www.${PN}.org/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="gd"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/yaala/
@ 2019-02-28 14:54 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2019-02-28 14:54 UTC (permalink / raw
To: gentoo-commits
commit: af6ef8390d2fabcfc0cfe45ba48fc3d5493b9fde
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 14:53:56 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 14:53:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6ef839
app-admin/yaala: amd64 stable wrt bug #676340
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
app-admin/yaala/yaala-0.7.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/yaala/yaala-0.7.3-r2.ebuild b/app-admin/yaala/yaala-0.7.3-r2.ebuild
index cee575e3fa2..39459415894 100644
--- a/app-admin/yaala/yaala-0.7.3-r2.ebuild
+++ b/app-admin/yaala/yaala-0.7.3-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.${PN}.org/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="gd"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/yaala/
@ 2019-03-13 22:29 Sergei Trofimovich
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2019-03-13 22:29 UTC (permalink / raw
To: gentoo-commits
commit: 83841e48888c5339649a924745330c3db9d8b976
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 22:28:53 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 22:28:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83841e48
app-admin/yaala: stable 0.7.3-r2 for ppc, bug #676340
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-admin/yaala/yaala-0.7.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/yaala/yaala-0.7.3-r2.ebuild b/app-admin/yaala/yaala-0.7.3-r2.ebuild
index 39459415894..e11eeb4dc61 100644
--- a/app-admin/yaala/yaala-0.7.3-r2.ebuild
+++ b/app-admin/yaala/yaala-0.7.3-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.${PN}.org/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="gd"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/yaala/
@ 2019-03-23 12:25 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2019-03-23 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 19b8a00001cce69994cfe9bdaeb6c3ebb1789aaa
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 12:03:57 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 12:25:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b8a000
app-admin/yaala: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-admin/yaala/metadata.xml | 3 --
app-admin/yaala/yaala-0.7.3-r1.ebuild | 70 -----------------------------------
2 files changed, 73 deletions(-)
diff --git a/app-admin/yaala/metadata.xml b/app-admin/yaala/metadata.xml
index 893290974a2..1f0914e3ecd 100644
--- a/app-admin/yaala/metadata.xml
+++ b/app-admin/yaala/metadata.xml
@@ -5,7 +5,4 @@
<longdescription>
Yet Another Log Analyzer
</longdescription>
- <use>
- <flag name="storable">Support for persistence of Perl data structures.</flag>
- </use>
</pkgmetadata>
diff --git a/app-admin/yaala/yaala-0.7.3-r1.ebuild b/app-admin/yaala/yaala-0.7.3-r1.ebuild
deleted file mode 100644
index e974cd81bf3..00000000000
--- a/app-admin/yaala/yaala-0.7.3-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils
-
-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 storable"
-
-RDEPEND="dev-lang/perl
- gd? ( dev-perl/GDGraph )
- storable? ( virtual/perl-Storable )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PF}-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}"
-
- exeinto /usr/lib64/perl5/vendor_perl/${mod}/
- doexe lib/${mod}/*.pm
-
- exeinto /usr/lib64/perl5/vendor_perl/${mod}/Data/
- doexe lib/${mod}/Data/*.pm
-
- exeinto /usr/lib64/perl5/vendor_perl/${mod}/Parser/
- doexe lib/${mod}/Parser/*.pm
-
- exeinto /usr/lib64/perl5/vendor_perl/${mod}/Report/
- doexe 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
-
- if use storable ; then
- dodir /var/lib/${PN}
- keepdir /var/lib/${PN}
- chmod 777 /var/lib/${PN}
- fi
-}
-
-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}."
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-03-23 12:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15 0:18 [gentoo-commits] repo/gentoo:master commit in: app-admin/yaala/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2019-03-23 12:25 Pacho Ramos
2019-03-13 22:29 Sergei Trofimovich
2019-02-28 14:54 Mikle Kolyada
2015-11-22 22:36 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox