diff options
Diffstat (limited to 'app-admin/logrotate/logrotate-3.5.9-r1.ebuild')
-rw-r--r-- | app-admin/logrotate/logrotate-3.5.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild index b29d21d2d997..8557cefa20ce 100644 --- a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild +++ b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild @@ -1,12 +1,13 @@ # 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.1 2002/06/09 02:33:57 seemant Exp $ +# $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 $ 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" HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html" +LICENSE="GPL-2" DEPEND=">=dev-libs/popt-1.5" #RDEPEND="net-mail/mailx" |