diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2003-02-07 22:58:03 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2003-02-07 22:58:03 +0000 |
commit | 06ef51e08d2c03069bfb997b20b3b0887dfd7845 (patch) | |
tree | 0d2f6fbe0c7123cd9ccd61b155c97db18d8ce458 /sys-apps/logwatch | |
parent | new version, wxGTK gui added (diff) | |
download | gentoo-2-06ef51e08d2c03069bfb997b20b3b0887dfd7845.tar.gz gentoo-2-06ef51e08d2c03069bfb997b20b3b0887dfd7845.tar.bz2 gentoo-2-06ef51e08d2c03069bfb997b20b3b0887dfd7845.zip |
SRC_URI fix for 4.2.1 and version bump for 4.3.1
Diffstat (limited to 'sys-apps/logwatch')
-rw-r--r-- | sys-apps/logwatch/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/logwatch/files/digest-logwatch-4.3.1 | 1 | ||||
-rw-r--r-- | sys-apps/logwatch/logwatch-4.2.1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/logwatch/logwatch-4.3.1.ebuild | 92 |
4 files changed, 104 insertions, 3 deletions
diff --git a/sys-apps/logwatch/ChangeLog b/sys-apps/logwatch/ChangeLog index f9fbc943fad9..ab71d826aa84 100644 --- a/sys-apps/logwatch/ChangeLog +++ b/sys-apps/logwatch/ChangeLog @@ -1,7 +1,15 @@ # ChangeLog for sys-apps/logwatch # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/ChangeLog,v 1.1 2002/12/20 22:31:04 jhhudso Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/ChangeLog,v 1.2 2003/02/07 22:58:03 jhhudso Exp $ +*logwatch-4.3.1 (07 Feb 2003) + + 07 Feb 2003; Jared Hudson <jhhudso@gentoo.org> : Version bump. + + + 07 Feb 2003; Jared Hudson <jhhudso@gentoo.org> : Changed source location, + since providing ftp site moved 4.2.1 to old archives. + *logwatch-4.2.1 (20 Dec 2002) 20 Dec 2002; Jared Hudson <jhhudso@gentoo.org> : Initial import. Ebuild diff --git a/sys-apps/logwatch/files/digest-logwatch-4.3.1 b/sys-apps/logwatch/files/digest-logwatch-4.3.1 new file mode 100644 index 000000000000..f03bb0714db9 --- /dev/null +++ b/sys-apps/logwatch/files/digest-logwatch-4.3.1 @@ -0,0 +1 @@ +MD5 1976626db0d162bcf95c00e3966a4e66 logwatch-4.3.1.tar.gz 56919 diff --git a/sys-apps/logwatch/logwatch-4.2.1.ebuild b/sys-apps/logwatch/logwatch-4.2.1.ebuild index 8ea863aa7fcc..95b77e2c410d 100644 --- a/sys-apps/logwatch/logwatch-4.2.1.ebuild +++ b/sys-apps/logwatch/logwatch-4.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-4.2.1.ebuild,v 1.1 2002/12/20 22:31:04 jhhudso Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-4.2.1.ebuild,v 1.2 2003/02/07 22:58:03 jhhudso Exp $ S=${WORKDIR}/${P} DESCRIPTION="LogWatch, a customizable log analysis system" -SRC_URI="ftp://ftp.kaybee.org/pub/linux/${P}.tar.gz" +SRC_URI="ftp://ftp.kaybee.org/pub/old/linux/${P}.tar.gz" HOMEPAGE="http://www.logwatch.org/" DEPEND="virtual/glibc diff --git a/sys-apps/logwatch/logwatch-4.3.1.ebuild b/sys-apps/logwatch/logwatch-4.3.1.ebuild new file mode 100644 index 000000000000..b46603a4a8fe --- /dev/null +++ b/sys-apps/logwatch/logwatch-4.3.1.ebuild @@ -0,0 +1,92 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-4.3.1.ebuild,v 1.1 2003/02/07 22:58:03 jhhudso Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="LogWatch, a customizable log analysis system" +SRC_URI="ftp://ftp.kaybee.org/pub/linux/${P}.tar.gz" +HOMEPAGE="http://www.logwatch.org/" + +DEPEND="virtual/glibc + virtual/cron + virtual/mta + sys-devel/perl + net-mail/mailx" + +SLOT="0" +KEYWORDS="~x86" +LICENSE="as-is" + +src_install() { + dodir /usr/share/logwatch + dodir /usr/share/logwatch/conf + dodir /usr/share/logwatch/conf/logfiles + dodir /usr/share/logwatch/conf/services + dodir /usr/share/logwatch/scripts + dodir /usr/share/logwatch/scripts/services + dodir /usr/share/logwatch/scripts/shared + + # correct install directory into script + cat ${S}/scripts/logwatch.pl | sed -e "s/my \$BaseDir = \"\/etc\/log.d\";/my \$BaseDir = \"\/usr\/share\/logwatch\";/" > ${S}/scripts/logwatch.tmp_install + exeinto /usr/share/logwatch/scripts + newexe scripts/logwatch.tmp_install logwatch.pl + + exeinto /usr/share/logwatch/scripts/logfiles + for i in scripts/logfiles/* ; do + if [ $(ls $i | wc -l) -ne 0 ] ; then + file="`echo $i | awk -F/ '{ print $3 }'`" + dodir /usr/share/logwatch/scripts/logfiles/$file + + exeinto /usr/share/logwatch/scripts/logfiles/$file + for l in scripts/logfiles/$file/* ; do + subfile="`echo $l | awk -F/ '{ print $4 }'`" + newexe $l $subfile + done + fi + done + + exeinto /usr/share/logwatch/scripts/services + for i in scripts/services/* ; do + file="`echo $i | awk -F/ '{ print $3 }'`" + newexe $i $file + done + + exeinto /usr/share/logwatch/scripts/shared + for i in scripts/shared/* ; do + file="`echo $i | awk -F/ '{ print $3 }'`" + newexe $i $file + done + + insinto /usr/share/logwatch/conf + doins conf/logwatch.conf + + insinto /usr/share/logwatch/conf/logfiles + for i in conf/logfiles/* ; do + doins $i + done + + insinto /usr/share/logwatch/conf/services + for i in conf/services/* ; do + doins $i + done + + dodoc README License HOWTO-Make-Filter + doman logwatch.8 + } + +pkg_postinst() { + einfo "creating a symlink for configuration directory..." + ln -snf ${ROOT}usr/share/logwatch/conf ${ROOT}etc/logwatch + + einfo "adding executable to path..." + ln -sf ${ROOT}usr/share/logwatch/scripts/logwatch.pl ${ROOT}usr/bin/logwatch + + einfo "adding to cron..." + echo "0 0 * * * ${ROOT}usr/share/logwatch/scripts/logwatch.pl 2>&1 > /dev/null" >> ${ROOT}var/spool/cron/crontabs/root + } + +pkg_postrm() { + sed "/^0.*\/usr\/share\/logwatch\/scripts\/logwatch.*null$/d" ${ROOT}var/spool/cron/crontabs/root > ${ROOT}var/spool/cron/crontabs/root.new + mv --force ${ROOT}var/spool/cron/crontabs/root.new ${ROOT}var/spool/cron/crontabs/root +} + |