* [gentoo-commits] repo/gentoo:master commit in: app-misc/btail/
@ 2019-05-19 0:24 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2019-05-19 0:24 UTC (permalink / raw
To: gentoo-commits
commit: 323c488f4d0208f83989f6162112a212491d78d1
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 18 16:13:48 2019 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun May 19 00:23:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323c488f
app-misc/btail: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
app-misc/btail/btail-0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/btail/btail-0.3.ebuild b/app-misc/btail/btail-0.3.ebuild
index 7a7acc3d203..b0235a0d999 100644
--- a/app-misc/btail/btail-0.3.ebuild
+++ b/app-misc/btail/btail-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -6,7 +6,7 @@ EAPI="4"
inherit toolchain-funcs
DESCRIPTION="Bayesian logfile filter"
-HOMEPAGE="http://www.vanheusden.com/btail/"
+HOMEPAGE="https://www.vanheusden.com/btail/"
SRC_URI="${HOMEPAGE}/${P}.tgz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/btail/
@ 2019-05-19 0:24 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2019-05-19 0:24 UTC (permalink / raw
To: gentoo-commits
commit: 607cd88ade94d70fcd25f66251a88d705a4a8e94
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 18 16:17:51 2019 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun May 19 00:23:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607cd88a
app-misc/btail: use HTTPS, EAPI=7 bump
Closes: https://bugs.gentoo.org/686232
Closes: https://github.com/gentoo/gentoo/pull/12043
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
app-misc/btail/btail-0.3-r1.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/app-misc/btail/btail-0.3-r1.ebuild b/app-misc/btail/btail-0.3-r1.ebuild
new file mode 100644
index 00000000000..b434b22da8d
--- /dev/null
+++ b/app-misc/btail/btail-0.3-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Bayesian logfile filter"
+HOMEPAGE="https://www.vanheusden.com/btail/"
+SRC_URI="${HOMEPAGE}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="sys-libs/gdbm"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed -i Makefile \
+ -e '/^LDFLAGS/s:=:+=:g' \
+ -e '/$(CC)/s:-Wall:$(CFLAGS) &:g' \
+ || die
+ sed -i conf.cpp \
+ -e '/Configline/s:):, line):g' \
+ || die
+}
+
+src_compile() {
+ emake \
+ CFLAGS="${CFLAGS}" \
+ CXXFLAGS="${CXXFLAGS}" \
+ CC="$(tc-getCC)" \
+ CXX="$(tc-getCXX)"
+}
+
+src_install() {
+ dobin blearn btail
+ dodoc readme.txt btail.conf license.txt
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/btail/
@ 2019-06-25 17:57 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2019-06-25 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 56bbc067d968edcb61756d6cf8b8783cc0015e57
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jun 25 17:34:40 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 17:57:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bbc067
app-misc/btail: remove old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-misc/btail/btail-0.3.ebuild | 41 -----------------------------------------
1 file changed, 41 deletions(-)
diff --git a/app-misc/btail/btail-0.3.ebuild b/app-misc/btail/btail-0.3.ebuild
deleted file mode 100644
index b0235a0d999..00000000000
--- a/app-misc/btail/btail-0.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Bayesian logfile filter"
-HOMEPAGE="https://www.vanheusden.com/btail/"
-SRC_URI="${HOMEPAGE}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="sys-libs/gdbm"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i Makefile \
- -e '/^LDFLAGS/s:=:+=:g' \
- -e '/$(CC)/s:-Wall:$(CFLAGS) &:g' \
- || die
- sed -i conf.cpp \
- -e '/Configline/s:):, line):g' \
- || die
-}
-
-src_compile() {
- emake \
- CFLAGS="${CFLAGS}" \
- CXXFLAGS="${CXXFLAGS}" \
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)"
-}
-
-src_install() {
- dobin blearn btail
- dodoc readme.txt btail.conf license.txt
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/btail/
@ 2019-08-28 14:34 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-08-28 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 9d0cd34a58efa77013998c91c63b9e22d822abd8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 14:34:10 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 14:34:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0cd34a
app-misc/btail: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-misc/btail/btail-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/btail/btail-0.3-r1.ebuild b/app-misc/btail/btail-0.3-r1.ebuild
index b434b22da8d..30747c72fb0 100644
--- a/app-misc/btail/btail-0.3-r1.ebuild
+++ b/app-misc/btail/btail-0.3-r1.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
DESCRIPTION="Bayesian logfile filter"
HOMEPAGE="https://www.vanheusden.com/btail/"
-SRC_URI="${HOMEPAGE}/${P}.tgz"
+SRC_URI="https://www.vanheusden.com/btail/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-08-28 14:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-25 17:57 [gentoo-commits] repo/gentoo:master commit in: app-misc/btail/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2019-08-28 14:34 David Seifert
2019-05-19 0:24 Michael Palimaka
2019-05-19 0:24 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox