* [gentoo-commits] repo/gentoo:master commit in: www-misc/log-toolkit/
@ 2017-03-05 8:48 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-03-05 8:48 UTC (permalink / raw
To: gentoo-commits
commit: 75fb426cb1c829addff1ba18f5ea0ea8aea1ba67
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 08:39:01 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 08:48:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fb426c
www-misc/log-toolkit: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-misc/log-toolkit/log-toolkit-0.9.6.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild b/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild
deleted file mode 100644
index 8e2a1c35d34..00000000000
--- a/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit depend.apache
-
-DESCRIPTION="set of tools to manipulate and maintain webserver logfiles"
-HOMEPAGE="https://sourceforge.net/projects/log-toolkit/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-need_apache
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-misc/log-toolkit/
@ 2017-03-05 8:48 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-03-05 8:48 UTC (permalink / raw
To: gentoo-commits
commit: 876a3258e35f3b2f1fa27f4536a6c310a292eb05
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 08:38:35 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 08:48:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876a3258
www-misc/log-toolkit: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild b/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild
new file mode 100644
index 00000000000..3294ded614b
--- /dev/null
+++ b/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit depend.apache
+
+DESCRIPTION="set of tools to manipulate and maintain webserver logfiles"
+HOMEPAGE="https://sourceforge.net/projects/log-toolkit/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+need_apache
+
+DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
+
+src_install() {
+ default
+ emake DESTDIR="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-misc/log-toolkit/
@ 2017-03-05 9:07 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-03-05 9:07 UTC (permalink / raw
To: gentoo-commits
commit: e604be5732467b65f353e5a0ee64afc6ca3dea41
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 09:06:58 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 09:06:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e604be57
www-misc/log-toolkit: let's all be friends instead of overriding src_install().
Because Soap said so.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild b/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild
index 3294ded614b..b99b4cd7001 100644
--- a/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild
+++ b/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild
@@ -14,11 +14,3 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
need_apache
-
-DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
-
-src_install() {
- default
- emake DESTDIR="${D}" install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-05 9:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-05 9:07 [gentoo-commits] repo/gentoo:master commit in: www-misc/log-toolkit/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2017-03-05 8:48 Patrice Clement
2017-03-05 8:48 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox