diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:50:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:50:39 +0000 |
commit | 8a294eec0bd8ab645ca17713b38c55af81505fad (patch) | |
tree | 57852989fef3115eea8c9ad887d0d1b85d69373d /sys-apps/logwatch | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-8a294eec0bd8ab645ca17713b38c55af81505fad.tar.gz gentoo-2-8a294eec0bd8ab645ca17713b38c55af81505fad.tar.bz2 gentoo-2-8a294eec0bd8ab645ca17713b38c55af81505fad.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 |