summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-04-12 16:55:08 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-04-12 16:55:08 +0000
commit6d99440fbd00488883ac39f55541ca15009cbf85 (patch)
tree0f5b8698ca580aee228c6297de69de337ce972c0 /app-admin/logrotate/logrotate-3.6.5.ebuild
parentrevision bumped so that people won't worry about the error messages (diff)
downloadgentoo-2-6d99440fbd00488883ac39f55541ca15009cbf85.tar.gz
gentoo-2-6d99440fbd00488883ac39f55541ca15009cbf85.tar.bz2
gentoo-2-6d99440fbd00488883ac39f55541ca15009cbf85.zip
small fix
Diffstat (limited to 'app-admin/logrotate/logrotate-3.6.5.ebuild')
-rw-r--r--app-admin/logrotate/logrotate-3.6.5.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/app-admin/logrotate/logrotate-3.6.5.ebuild b/app-admin/logrotate/logrotate-3.6.5.ebuild
index 0669dac53e34..7199d4a0a3c3 100644
--- a/app-admin/logrotate/logrotate-3.6.5.ebuild
+++ b/app-admin/logrotate/logrotate-3.6.5.ebuild
@@ -1,20 +1,21 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.6.5.ebuild,v 1.5 2003/03/25 05:16:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.6.5.ebuild,v 1.6 2003/04/12 16:55:06 seemant Exp $
+
+IUSE="selinux"
S=${WORKDIR}/${P}
DESCRIPTION="Rotates, compresses, and mails system logs"
+HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz
selinux? http://www.nsa.gov/selinux/patches/${P}-2003011510.patch.gz"
-HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html"
-IUSE="selinux"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ppc ~sparc ~alpha"
-inherit eutils
-DEPEND=">=dev-libs/popt-1.5
+DEPEND=">=sys-apps/portage-2.0.47-r10
+ >=dev-libs/popt-1.5
selinux? ( >=sys-apps/selinux-small-2003011510-r2 )"
src_compile() {