diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:56:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:56:31 +0000 |
commit | a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473 (patch) | |
tree | d948750f055a660fd1f485225ff8a11ac6523310 /sys-apps/logwatch | |
parent | sync IUSE (missing) (diff) | |
download | historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.tar.gz historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.tar.bz2 historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.zip |
glibc -> libc
Diffstat (limited to 'sys-apps/logwatch')
-rw-r--r-- | sys-apps/logwatch/logwatch-4.3.2.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/logwatch/logwatch-5.0.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/logwatch/logwatch-5.2.2.ebuild | 8 |
3 files changed, 16 insertions, 10 deletions
diff --git a/sys-apps/logwatch/logwatch-4.3.2.ebuild b/sys-apps/logwatch/logwatch-4.3.2.ebuild index c1e202b5e1da..538ae64a564d 100644 --- a/sys-apps/logwatch/logwatch-4.3.2.ebuild +++ b/sys-apps/logwatch/logwatch-4.3.2.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-4.3.2.ebuild,v 1.7 2004/06/24 22:14:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-4.3.2.ebuild,v 1.8 2004/06/30 02:50:15 vapier Exp $ DESCRIPTION="Analyzes and Reports on system logs" -HOMEPAGE="http://www.logwatch.org" +HOMEPAGE="http://www.logwatch.org/" SRC_URI="ftp://ftp.kaybee.org/pub/linux/${P}.tar.gz" + LICENSE="MIT" SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" -RDEPEND="virtual/glibc + +RDEPEND="virtual/libc virtual/cron virtual/mta dev-lang/perl diff --git a/sys-apps/logwatch/logwatch-5.0.ebuild b/sys-apps/logwatch/logwatch-5.0.ebuild index 85f1ead2b0ab..a243a2fdb78b 100644 --- a/sys-apps/logwatch/logwatch-5.0.ebuild +++ b/sys-apps/logwatch/logwatch-5.0.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-5.0.ebuild,v 1.6 2004/06/24 22:14:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-5.0.ebuild,v 1.7 2004/06/30 02:50:15 vapier Exp $ DESCRIPTION="Analyzes and Reports on system logs" -HOMEPAGE="http://www.logwatch.org" +HOMEPAGE="http://www.logwatch.org/" SRC_URI="ftp://ftp.kaybee.org/pub/linux/${P}.tar.gz" + LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -RDEPEND="virtual/glibc + +RDEPEND="virtual/libc virtual/cron virtual/mta dev-lang/perl diff --git a/sys-apps/logwatch/logwatch-5.2.2.ebuild b/sys-apps/logwatch/logwatch-5.2.2.ebuild index 05738402b145..5f7407873bbc 100644 --- a/sys-apps/logwatch/logwatch-5.2.2.ebuild +++ b/sys-apps/logwatch/logwatch-5.2.2.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-5.2.2.ebuild,v 1.2 2004/06/24 22:14:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-5.2.2.ebuild,v 1.3 2004/06/30 02:50:15 vapier Exp $ DESCRIPTION="Analyzes and Reports on system logs" HOMEPAGE="http://www.logwatch.org/" SRC_URI="ftp://ftp.kaybee.org/pub/linux/${P}.tar.gz" + LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -RDEPEND="virtual/glibc + +RDEPEND="virtual/libc virtual/cron virtual/mta dev-lang/perl |