public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2017-08-07  7:42 Amy Liffey
  0 siblings, 0 replies; 15+ messages in thread
From: Amy Liffey @ 2017-08-07  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3832eeee6adc95e2d0cde1c89c9678e14724363e
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 07:41:08 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 07:41:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3832eeee

app-admin/logsentry: eapi bump to 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../{logsentry-1.1.1-r1.ebuild => logsentry-1.1.1-r2.ebuild}        | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r1.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
similarity index 94%
rename from app-admin/logsentry/logsentry-1.1.1-r1.ebuild
rename to app-admin/logsentry/logsentry-1.1.1-r2.ebuild
index fa0b6cc6a7d..bc8f5c7ed17 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r1.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
@@ -1,6 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 inherit toolchain-funcs
 
 DESCRIPTION="Automatically monitor system logs and mail security violations"
@@ -24,7 +26,7 @@ src_compile() {
 
 src_install() {
 	dodir /usr/bin /var/tmp/logcheck /etc/logcheck
-	cp systems/linux/logcheck.sh{,.orig}
+	cp systems/linux/logcheck.sh{,.orig} || die
 	sed -i \
 		-e 's:/usr/local/bin:/usr/bin:' \
 		-e 's:/usr/local/etc:/etc/logcheck:' \
@@ -42,7 +44,7 @@ src_install() {
 	dodoc README* CHANGES CREDITS
 	dodoc systems/linux/README.*
 
-	cat << EOF > "${S}"/logsentry.cron
+	cat << EOF > "${S}"/logsentry.cron || die
 #!/bin/sh
 #
 # Uncomment the following if you want


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2018-02-08 22:13 Sergei Trofimovich
  0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2018-02-08 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2cd938e78b713dfa6ef7539930295628571df248
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Feb  8 22:05:00 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 22:13:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd938e7

app-admin/logsentry: stable 1.1.1-r2 for sparc, bug #646970

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-admin/logsentry/logsentry-1.1.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
index bc8f5c7ed17..f12985bdccc 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh sparc ~x86"
 IUSE=""
 
 DEPEND=">=sys-apps/sed-4"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2018-02-10  0:32 Thomas Deutschmann
  0 siblings, 0 replies; 15+ messages in thread
From: Thomas Deutschmann @ 2018-02-10  0:32 UTC (permalink / raw
  To: gentoo-commits

commit:     253aad642506647d25a3ae18e480738cb7cbfd3f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 00:21:24 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 00:21:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253aad64

app-admin/logsentry: x86 stable (bug #646970)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/logsentry/logsentry-1.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
index f12985bdccc..aaaa2e228cc 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh sparc ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh sparc x86"
 IUSE=""
 
 DEPEND=">=sys-apps/sed-4"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2018-04-02  8:33 Markus Meier
  0 siblings, 0 replies; 15+ messages in thread
From: Markus Meier @ 2018-04-02  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2b3596f767753af0f5d1a2bda62be77bcce7fc3a
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 08:31:30 2018 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 08:31:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3596f7

app-admin/logsentry: arm stable, bug #646970

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 app-admin/logsentry/logsentry-1.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
index 631bab4d499..a89146d62c4 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~s390 ~sh sparc x86"
+KEYWORDS="amd64 arm ~mips ~ppc ~s390 ~sh sparc x86"
 IUSE=""
 
 DEPEND=">=sys-apps/sed-4"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2018-04-04 22:35 Sergei Trofimovich
  0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2018-04-04 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2c9f6682c13f128207c0314fd84bab62a3149519
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  4 22:34:12 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr  4 22:34:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9f6682

app-admin/logsentry: stable 1.1.1-r2 for ppc, bug #646970

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-admin/logsentry/logsentry-1.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
index a89146d62c4..f21b1a95261 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ~ppc ~s390 ~sh sparc x86"
+KEYWORDS="amd64 arm ~mips ppc ~s390 ~sh sparc x86"
 IUSE=""
 
 DEPEND=">=sys-apps/sed-4"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2018-05-27 12:01 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2018-05-27 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c8ae91cbf788bd7be35f66071395cc02c86d1547
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 11:46:29 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 27 12:00:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ae91cb

app-admin/logsentry: Drop old

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-admin/logsentry/logsentry-1.1.1.ebuild | 67 ------------------------------
 1 file changed, 67 deletions(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1.ebuild b/app-admin/logsentry/logsentry-1.1.1.ebuild
deleted file mode 100644
index ac050f8053e..00000000000
--- a/app-admin/logsentry/logsentry-1.1.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="Automatically monitor system logs and mail security violations"
-# Seems that the project has been discontinued by CISCO?
-HOMEPAGE="https://sourceforge.net/projects/sentrytools/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc s390 sh sparc x86"
-IUSE=""
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND="virtual/mailx"
-
-S="${WORKDIR}"/logcheck-${PV}
-
-src_compile() {
-	einfo "compile and install mixed in the package makefile"
-}
-
-src_install() {
-	dodir /usr/bin /etc/logcheck/tmp
-	cp systems/linux/logcheck.sh{,.orig}
-	sed -i \
-		-e 's:/usr/local/bin:/usr/bin:' \
-		-e 's:/usr/local/etc:/etc/logcheck:' \
-		systems/linux/logcheck.sh || \
-			die "sed logcheck.sh failed"
-	sed -i \
-		-e "s:/usr/local/bin:${D}/usr/bin:" \
-		-e "s:/usr/local/etc:${D}/etc/logcheck:" \
-		-e "s:\$(CC):& \$(LDFLAGS):" \
-		Makefile || die "sed Makefile failed"
-	make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" linux || die
-
-	dodoc README* CHANGES CREDITS
-	dodoc systems/linux/README.*
-
-	cat << EOF > "${S}"/logsentry.cron
-#!/bin/sh
-#
-# Uncomment the following if you want
-# logsentry (logcheck) to run hourly
-#
-# this is part of the logsentry package
-#
-#
-
-#/bin/sh /etc/logcheck/logcheck.sh
-EOF
-
-	exeinto /etc/cron.hourly
-	doexe logsentry.cron
-}
-
-pkg_postinst() {
-	elog
-	elog "Uncomment the logcheck line in /etc/cron.hourly/logsentry.cron,"
-	elog "or add directly to root's crontab"
-	elog
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2021-11-19 11:33 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-11-19 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     545f964483537c220dccc76c193a8a4da68436e6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 11:14:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 11:32:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545f9644

app-admin/logsentry: use 'emake'

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r2.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
index 39ec1c755fc0..7d4b1f56c3b7 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,24 +9,23 @@ DESCRIPTION="Automatically monitor system logs and mail security violations"
 # Seems that the project has been discontinued by CISCO?
 HOMEPAGE="https://sourceforge.net/projects/sentrytools/"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
+S="${WORKDIR}"/logcheck-${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86"
-IUSE=""
 
-DEPEND=">=sys-apps/sed-4"
 RDEPEND="virtual/mailx"
 
-S="${WORKDIR}"/logcheck-${PV}
-
 src_compile() {
 	einfo "compile and install mixed in the package makefile"
 }
 
 src_install() {
 	dodir /usr/bin /var/tmp/logcheck /etc/logcheck
+
 	cp systems/linux/logcheck.sh{,.orig} || die
+
 	sed -i \
 		-e 's:/usr/local/bin:/usr/bin:' \
 		-e 's:/usr/local/etc:/etc/logcheck:' \
@@ -39,7 +38,8 @@ src_install() {
 		-e "s:/etc/logcheck/tmp:/var/tmp/logcheck:" \
 		-e "s:\$(CC):& \$(LDFLAGS):" \
 		Makefile || die "sed Makefile failed"
-	make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" linux || die
+
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" linux
 
 	dodoc README* CHANGES CREDITS
 	dodoc systems/linux/README.*


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2023-06-28  7:50 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-06-28  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fb64de83b525c1b7be39e07bd7898e5b2c1a8425
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:40:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:49:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb64de83

app-admin/logsentry: add missing selinux policy dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r2.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
index 7d4b1f56c3b7..3613336e1ebd 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,8 +14,12 @@ S="${WORKDIR}"/logcheck-${PV}
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86"
+IUSE="selinux"
 
-RDEPEND="virtual/mailx"
+RDEPEND="
+	virtual/mailx
+	selinux? ( sec-policy/selinux-logsentry )
+"
 
 src_compile() {
 	einfo "compile and install mixed in the package makefile"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2023-09-13  3:49 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-09-13  3:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f5cb1020ea2b951eb46a48d9a25efe329661e367
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Sep 10 23:42:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 03:48:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5cb1020

app-admin/logsentry: update EAPI 6 -> 8

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r3.ebuild | 72 +++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
new file mode 100644
index 000000000000..a47b42865f23
--- /dev/null
+++ b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Automatically monitor system logs and mail security violations"
+# Seems that the project has been discontinued by CISCO?
+HOMEPAGE="https://sourceforge.net/projects/sentrytools/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+S="${WORKDIR}"/logcheck-${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86"
+IUSE="selinux"
+
+RDEPEND="
+	virtual/mailx
+	selinux? ( sec-policy/selinux-logsentry )
+"
+
+# compile and install mixed in the package makefile"
+src_compile() { :; }
+
+src_install() {
+	dodir /usr/bin /var/tmp/logcheck /etc/logcheck
+
+	cp systems/linux/logcheck.sh{,.orig} || die
+
+	sed -i \
+		-e 's:/usr/local/bin:/usr/bin:' \
+		-e 's:/usr/local/etc:/etc/logcheck:' \
+		-e 's:/etc/logcheck/tmp:/var/tmp/logcheck:' \
+		systems/linux/logcheck.sh || \
+			die "sed logcheck.sh failed"
+	sed -i \
+		-e "s:/usr/local/bin:${D}/usr/bin:" \
+		-e "s:/usr/local/etc:${D}/etc/logcheck:" \
+		-e "s:/etc/logcheck/tmp:/var/tmp/logcheck:" \
+		-e "s:\$(CC):& \$(LDFLAGS):" \
+		Makefile || die "sed Makefile failed"
+
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" linux
+
+	dodoc README* CHANGES CREDITS
+	dodoc systems/linux/README.*
+
+	cat <<- EOF > "${S}"/logsentry.cron || die
+	#!/bin/sh
+	#
+	# Uncomment the following if you want
+	# logsentry (logcheck) to run hourly
+	#
+	# this is part of the logsentry package
+	#
+	#
+
+	#/bin/sh /etc/logcheck/logcheck.sh
+	EOF
+
+	exeinto /etc/cron.hourly
+	doexe logsentry.cron
+}
+
+pkg_postinst() {
+	elog
+	elog "Uncomment the logcheck line in /etc/cron.hourly/logsentry.cron,"
+	elog "or add directly to root's crontab"
+	elog
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2023-09-28  0:21 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-09-28  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     86f62c58769a4c9b1d7a61e89938d01e24e49baf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 00:20:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 00:20:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f62c58

app-admin/logsentry: Stabilize 1.1.1-r3 arm, #914845

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
index a47b42865f23..2ad7853c86bd 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/logcheck-${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~mips ~ppc ~s390 ~sparc ~x86"
 IUSE="selinux"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2023-09-28  5:16 Joonas Niilola
  0 siblings, 0 replies; 15+ messages in thread
From: Joonas Niilola @ 2023-09-28  5:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5a1149a07d23cf01649d26d8c7838f0f5b901639
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:16:04 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:16:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1149a0

app-admin/logsentry: Stabilize 1.1.1-r3 amd64, #914845

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
index 2ad7853c86bd..ffc58ad807d6 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/logcheck-${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~mips ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~mips ~ppc ~s390 ~sparc ~x86"
 IUSE="selinux"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2023-09-28  5:22 Joonas Niilola
  0 siblings, 0 replies; 15+ messages in thread
From: Joonas Niilola @ 2023-09-28  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6964a7097687c4d87c261241092293f7e89db82d
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:21:20 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:21:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6964a709

app-admin/logsentry: Stabilize 1.1.1-r3 x86, #914845

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
index ffc58ad807d6..c17d1d753efd 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/logcheck-${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~mips ~ppc ~s390 ~sparc x86"
 IUSE="selinux"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2023-09-28  8:10 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-09-28  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ddf1eb05a70d30c5e24865753158c8d64f66b2aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 08:10:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 08:10:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf1eb05

app-admin/logsentry: Stabilize 1.1.1-r3 sparc, #914845

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
index c17d1d753efd..1f3bfd76f1bc 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/logcheck-${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ~ppc ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~mips ~ppc ~s390 sparc x86"
 IUSE="selinux"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2023-10-01 18:10 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-10-01 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5d353657a359307d8ebaacc8ab0ffb7cf6360e65
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 18:10:28 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 18:10:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d353657

app-admin/logsentry: Stabilize 1.1.1-r3 ppc, #914845

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
index 1f3bfd76f1bc..8676acdc4a74 100644
--- a/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
+++ b/app-admin/logsentry/logsentry-1.1.1-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/logcheck-${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ~ppc ~s390 sparc x86"
+KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86"
 IUSE="selinux"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/
@ 2023-10-01 18:15 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2023-10-01 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     69feaa7d106adcc44f0378d48a18042a831f89c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 18:13:16 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 18:14:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69feaa7d

app-admin/logsentry: drop 1.1.1-r2

Bug: https://bugs.gentoo.org/914845
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-admin/logsentry/logsentry-1.1.1-r2.ebuild | 73 ---------------------------
 1 file changed, 73 deletions(-)

diff --git a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild b/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
deleted file mode 100644
index 3613336e1ebd..000000000000
--- a/app-admin/logsentry/logsentry-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Automatically monitor system logs and mail security violations"
-# Seems that the project has been discontinued by CISCO?
-HOMEPAGE="https://sourceforge.net/projects/sentrytools/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-S="${WORKDIR}"/logcheck-${PV}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86"
-IUSE="selinux"
-
-RDEPEND="
-	virtual/mailx
-	selinux? ( sec-policy/selinux-logsentry )
-"
-
-src_compile() {
-	einfo "compile and install mixed in the package makefile"
-}
-
-src_install() {
-	dodir /usr/bin /var/tmp/logcheck /etc/logcheck
-
-	cp systems/linux/logcheck.sh{,.orig} || die
-
-	sed -i \
-		-e 's:/usr/local/bin:/usr/bin:' \
-		-e 's:/usr/local/etc:/etc/logcheck:' \
-		-e 's:/etc/logcheck/tmp:/var/tmp/logcheck:' \
-		systems/linux/logcheck.sh || \
-			die "sed logcheck.sh failed"
-	sed -i \
-		-e "s:/usr/local/bin:${D}/usr/bin:" \
-		-e "s:/usr/local/etc:${D}/etc/logcheck:" \
-		-e "s:/etc/logcheck/tmp:/var/tmp/logcheck:" \
-		-e "s:\$(CC):& \$(LDFLAGS):" \
-		Makefile || die "sed Makefile failed"
-
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" linux
-
-	dodoc README* CHANGES CREDITS
-	dodoc systems/linux/README.*
-
-	cat << EOF > "${S}"/logsentry.cron || die
-#!/bin/sh
-#
-# Uncomment the following if you want
-# logsentry (logcheck) to run hourly
-#
-# this is part of the logsentry package
-#
-#
-
-#/bin/sh /etc/logcheck/logcheck.sh
-EOF
-
-	exeinto /etc/cron.hourly
-	doexe logsentry.cron
-}
-
-pkg_postinst() {
-	elog
-	elog "Uncomment the logcheck line in /etc/cron.hourly/logsentry.cron,"
-	elog "or add directly to root's crontab"
-	elog
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-10-01 18:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-08 22:13 [gentoo-commits] repo/gentoo:master commit in: app-admin/logsentry/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2023-10-01 18:15 Andreas Sturmlechner
2023-10-01 18:10 Arthur Zamarin
2023-09-28  8:10 Sam James
2023-09-28  5:22 Joonas Niilola
2023-09-28  5:16 Joonas Niilola
2023-09-28  0:21 Sam James
2023-09-13  3:49 Sam James
2023-06-28  7:50 Sam James
2021-11-19 11:33 Sam James
2018-05-27 12:01 Pacho Ramos
2018-04-04 22:35 Sergei Trofimovich
2018-04-02  8:33 Markus Meier
2018-02-10  0:32 Thomas Deutschmann
2017-08-07  7:42 Amy Liffey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox