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 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild index e05822d1c410..beba61e3c098 100644 --- a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild +++ b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild @@ -1,17 +1,17 @@ # 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.3 2002/07/17 20:43:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9-r1.ebuild,v 1.4 2002/07/25 12:57:05 seemant 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" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND=">=dev-libs/popt-1.5" -#RDEPEND="net-mail/mailx" src_compile() { cp Makefile Makefile.orig @@ -20,16 +20,13 @@ src_compile() { } src_install() { - insinto /usr dosbin logrotate doman logrotate.8 dodoc examples/logrotate* - } pkg_postinst() { - einfo "If you wish to have logrotate e-mail you updates, please" einfo "emerge net-mail/mailx" } |