diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-17 20:44:58 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-17 20:44:58 +0000 |
commit | 65fcf0da45b96d485dce467fbc6ac1ac66a1ca7e (patch) | |
tree | bbf8083f2b63509a700bee9bdfd0cfd33bcfce5a /app-admin/logrotate | |
parent | changes and eclasses for upcomnig kde cvs ebuilds. they won't live in portage... (diff) | |
download | gentoo-2-65fcf0da45b96d485dce467fbc6ac1ac66a1ca7e.tar.gz gentoo-2-65fcf0da45b96d485dce467fbc6ac1ac66a1ca7e.tar.bz2 gentoo-2-65fcf0da45b96d485dce467fbc6ac1ac66a1ca7e.zip |
Added SLOT
Diffstat (limited to 'app-admin/logrotate')
-rw-r--r-- | app-admin/logrotate/logrotate-3.3-r2.ebuild | 3 | ||||
-rw-r--r-- | app-admin/logrotate/logrotate-3.5.9-r1.ebuild | 3 | ||||
-rw-r--r-- | app-admin/logrotate/logrotate-3.5.9.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/logrotate/logrotate-3.3-r2.ebuild b/app-admin/logrotate/logrotate-3.3-r2.ebuild index 3d54b2f8482e..7ed0fb028c95 100644 --- a/app-admin/logrotate/logrotate-3.3-r2.ebuild +++ b/app-admin/logrotate/logrotate-3.3-r2.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.3-r2.ebuild,v 1.7 2002/07/11 06:30:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.3-r2.ebuild,v 1.8 2002/07/17 20:43:16 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Rotates, compresses, and mails system logs" SRC_URI="ftp://ftp.redhat.com/redhat/linux/code/${PN}/${P}.tar.gz +SLOT="0" ftp://ftp.valinux.com/pub/mirrors/redhat/redhat/linux/code/${PN}/${P}.tar.gz" HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html" LICENSE="GPL-2" diff --git a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild index 8557cefa20ce..e05822d1c410 100644 --- a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild +++ b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9-r1.ebuild,v 1.2 2002/07/06 18:49:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9-r1.ebuild,v 1.3 2002/07/17 20:43:16 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Rotates, compresses, and mails system logs" SRC_URI="http://ftp.debian.org/debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz" +SLOT="0" HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html" LICENSE="GPL-2" diff --git a/app-admin/logrotate/logrotate-3.5.9.ebuild b/app-admin/logrotate/logrotate-3.5.9.ebuild index 9e1a3fdbc0d0..a730df71c0a4 100644 --- a/app-admin/logrotate/logrotate-3.5.9.ebuild +++ b/app-admin/logrotate/logrotate-3.5.9.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9.ebuild,v 1.3 2002/07/06 18:49:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9.ebuild,v 1.4 2002/07/17 20:43:16 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Rotates, compresses, and mails system logs" SRC_URI="http://ftp.debian.org/debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz" +SLOT="0" HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html" LICENSE="GPL-2" |