[arch-commits] Commit in logwatch/repos/community-any (10 files)

Sergej Pupykin spupykin at gemini.archlinux.org
Sat May 14 12:14:31 UTC 2022


    Date: Saturday, May 14, 2022 @ 12:14:31
  Author: spupykin
Revision: 1204093

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
    (from rev 1204091, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
    (from rev 1204091, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
    (from rev 1204091, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
    (from rev 1204092, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
    (from rev 1204092, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---------------+
 PKGBUILD      |  128 ++++++++++++++++++++++++++++----------------------------
 cron.conf     |   20 ++++----
 maillog.conf  |   22 ++++-----
 messages.conf |   26 +++++------
 secure.conf   |   22 ++++-----
 5 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-14 12:14:25 UTC (rev 1204092)
+++ PKGBUILD	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -1,64 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=logwatch
-pkgver=7.5.6
-pkgrel=2
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="https://sourceforge.net/projects/logwatch/files/"
-depends=('perl')
-optdepends=('cron'
-	    'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-	etc/logwatch/conf/ignore.conf
-	etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-	cron.conf
-	maillog.conf
-	messages.conf
-	secure.conf)
-sha256sums=('7ef144b88251908897248279303121e9cacde2a6bcafc263761ac9682fade5e3'
-            '41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-            '9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-            '59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-            'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-	cd "$srcdir"/$pkgname-$pkgver
-	sed \
-		-e '/BASEDIR=/d' \
-		-e '/CONFIGDIR=/d' \
-		-e '/TEMPDIR=/d' \
-		-e '/PERLEXE=/d' \
-		-e '/MANDIR=/d' \
-		-e '/ln -f -s $BASEDIR/d' \
-		-e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-		-e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-		-i install_logwatch.sh
-}
-
-package() {
-	cd "$srcdir"/$pkgname-$pkgver
-
-	install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-	export BASEDIR="$pkgdir/usr/share/logwatch"
-	export CONFIGDIR="$pkgdir/etc/logwatch"
-	export TEMPDIR="$pkgdir/var/cache/logwatch"
-	export PERLEXE="$pkgdir/usr/bin/perl"
-	export MANDIR="$pkgdir/usr/share/man"
-	echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-	ln -sf /usr/share/logwatch/scripts/logwatch.pl "$pkgdir"/usr/bin/logwatch
-	rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-	sed -i "s|$pkgdir||g" "$pkgdir"/usr/share/logwatch/scripts/logwatch.pl
-
-	install -Dm0644 "$srcdir"/cron.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-	install -Dm0644 "$srcdir"/maillog.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-	install -Dm0644 "$srcdir"/messages.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-	install -Dm0644 "$srcdir"/secure.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-	install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-	install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 1204091, logwatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=logwatch
+pkgver=7.6
+pkgrel=1
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="https://sourceforge.net/projects/logwatch/files/"
+depends=('perl')
+optdepends=('cron'
+	    'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+	etc/logwatch/conf/ignore.conf
+	etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+	cron.conf
+	maillog.conf
+	messages.conf
+	secure.conf)
+sha256sums=('689f3c68b99ef7af7d3c7007c3ff0a55d5674bdbf9c01f69a9f187726d6d4baf'
+            '41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
+            '9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
+            '59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
+            'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
+
+prepare() {
+	cd "$srcdir"/$pkgname-$pkgver
+	sed \
+		-e '/BASEDIR=/d' \
+		-e '/CONFIGDIR=/d' \
+		-e '/TEMPDIR=/d' \
+		-e '/PERLEXE=/d' \
+		-e '/MANDIR=/d' \
+		-e '/ln -f -s $BASEDIR/d' \
+		-e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
+		-e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
+		-i install_logwatch.sh
+}
+
+package() {
+	cd "$srcdir"/$pkgname-$pkgver
+
+	install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
+
+	export BASEDIR="$pkgdir/usr/share/logwatch"
+	export CONFIGDIR="$pkgdir/etc/logwatch"
+	export TEMPDIR="$pkgdir/var/cache/logwatch"
+	export PERLEXE="$pkgdir/usr/bin/perl"
+	export MANDIR="$pkgdir/usr/share/man"
+	echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
+	ln -sf /usr/share/logwatch/scripts/logwatch.pl "$pkgdir"/usr/bin/logwatch
+	rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
+	sed -i "s|$pkgdir||g" "$pkgdir"/usr/share/logwatch/scripts/logwatch.pl
+
+	install -Dm0644 "$srcdir"/cron.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
+	install -Dm0644 "$srcdir"/maillog.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
+	install -Dm0644 "$srcdir"/messages.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
+	install -Dm0644 "$srcdir"/secure.conf "$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
+
+	install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
+	install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+}

Deleted: cron.conf
===================================================================
--- cron.conf	2022-05-14 12:14:25 UTC (rev 1204092)
+++ cron.conf	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -1,10 +0,0 @@
-Archive =
-LogFile =
-LogFile = /dev/null
-
-# Facilities from /usr/include/sys/syslog.h
-# default syslog directive for cron is: cron.*
-*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=9"
-
-# copied from existing cron.conf under default.conf/logfiles directory
-*RemoveService = anacron

Copied: logwatch/repos/community-any/cron.conf (from rev 1204091, logwatch/trunk/cron.conf)
===================================================================
--- cron.conf	                        (rev 0)
+++ cron.conf	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -0,0 +1,10 @@
+Archive =
+LogFile =
+LogFile = /dev/null
+
+# Facilities from /usr/include/sys/syslog.h
+# default syslog directive for cron is: cron.*
+*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=9"
+
+# copied from existing cron.conf under default.conf/logfiles directory
+*RemoveService = anacron

Deleted: maillog.conf
===================================================================
--- maillog.conf	2022-05-14 12:14:25 UTC (rev 1204092)
+++ maillog.conf	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -1,11 +0,0 @@
-Archive =
-LogFile =
-LogFile = /dev/null
-
-# Facilities from /usr/include/sys/syslog.h
-# default syslog directive for maillog is: mail.*
-*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=2"
-
-# copied from existing maillog.conf under default.conf/logfiles directory
-*ExpandRepeats
-*ApplyStdDate = "%b %d %H:%M:%S "

Copied: logwatch/repos/community-any/maillog.conf (from rev 1204091, logwatch/trunk/maillog.conf)
===================================================================
--- maillog.conf	                        (rev 0)
+++ maillog.conf	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -0,0 +1,11 @@
+Archive =
+LogFile =
+LogFile = /dev/null
+
+# Facilities from /usr/include/sys/syslog.h
+# default syslog directive for maillog is: mail.*
+*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=2"
+
+# copied from existing maillog.conf under default.conf/logfiles directory
+*ExpandRepeats
+*ApplyStdDate = "%b %d %H:%M:%S "

Deleted: messages.conf
===================================================================
--- messages.conf	2022-05-14 12:14:25 UTC (rev 1204092)
+++ messages.conf	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -1,13 +0,0 @@
-Archive =
-LogFile =
-LogFile = /dev/null
-
-# Facilities from /usr/include/sys/syslog.h
-# default syslog directive for messages is: *.info;mail.none;authpriv.none;cron.none
-# list all facilities except mail, authpriv and cron
-*JournalCtl = "-q --no-pager -o short -p info SYSLOG_FACILITY=0 SYSLOG_FACILITY=1 SYSLOG_FACILITY=3 SYSLOG_FACILITY=4 SYSLOG_FACILITY=5 SYSLOG_FACILITY=6 SYSLOG_FACILITY=7 SYSLOG_FACILITY=8 SYSLOG_FACILITY=11 SYSLOG_FACILITY=16 SYSLOG_FACILITY=17 SYSLOG_FACILITY=18 SYSLOG_FACILITY=19 SYSLOG_FACILITY=20 SYSLOG_FACILITY=21 SYSLOG_FACILITY=22 SYSLOG_FACILITY=23"
-
-# copied from existing message.conf under default.conf/logfiles directory
-*ExpandRepeats
-*RemoveService = talkd,telnetd,inetd,nfsd,/sbin/mingetty,netscreen,NetScreen
-*ApplyStdDate = "%b %d %H:%M:%S "

Copied: logwatch/repos/community-any/messages.conf (from rev 1204092, logwatch/trunk/messages.conf)
===================================================================
--- messages.conf	                        (rev 0)
+++ messages.conf	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -0,0 +1,13 @@
+Archive =
+LogFile =
+LogFile = /dev/null
+
+# Facilities from /usr/include/sys/syslog.h
+# default syslog directive for messages is: *.info;mail.none;authpriv.none;cron.none
+# list all facilities except mail, authpriv and cron
+*JournalCtl = "-q --no-pager -o short -p info SYSLOG_FACILITY=0 SYSLOG_FACILITY=1 SYSLOG_FACILITY=3 SYSLOG_FACILITY=4 SYSLOG_FACILITY=5 SYSLOG_FACILITY=6 SYSLOG_FACILITY=7 SYSLOG_FACILITY=8 SYSLOG_FACILITY=11 SYSLOG_FACILITY=16 SYSLOG_FACILITY=17 SYSLOG_FACILITY=18 SYSLOG_FACILITY=19 SYSLOG_FACILITY=20 SYSLOG_FACILITY=21 SYSLOG_FACILITY=22 SYSLOG_FACILITY=23"
+
+# copied from existing message.conf under default.conf/logfiles directory
+*ExpandRepeats
+*RemoveService = talkd,telnetd,inetd,nfsd,/sbin/mingetty,netscreen,NetScreen
+*ApplyStdDate = "%b %d %H:%M:%S "

Deleted: secure.conf
===================================================================
--- secure.conf	2022-05-14 12:14:25 UTC (rev 1204092)
+++ secure.conf	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -1,11 +0,0 @@
-Archive =
-LogFile =
-LogFile = /dev/null
-
-# Facilities from /usr/include/sys/syslog.h
-# default syslog directive for secure is: authpriv.*
-*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=10"
-
-# copied from existing secure.conf under default.conf/logfiles directory
-*ExpandRepeats
-*ApplyStdDate = "%b %d %H:%M:%S "

Copied: logwatch/repos/community-any/secure.conf (from rev 1204092, logwatch/trunk/secure.conf)
===================================================================
--- secure.conf	                        (rev 0)
+++ secure.conf	2022-05-14 12:14:31 UTC (rev 1204093)
@@ -0,0 +1,11 @@
+Archive =
+LogFile =
+LogFile = /dev/null
+
+# Facilities from /usr/include/sys/syslog.h
+# default syslog directive for secure is: authpriv.*
+*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=10"
+
+# copied from existing secure.conf under default.conf/logfiles directory
+*ExpandRepeats
+*ApplyStdDate = "%b %d %H:%M:%S "



More information about the arch-commits mailing list