diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-04-12 16:55:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-04-12 16:55:08 +0000 |
commit | 6d99440fbd00488883ac39f55541ca15009cbf85 (patch) | |
tree | 0f5b8698ca580aee228c6297de69de337ce972c0 /app-admin/logrotate | |
parent | revision bumped so that people won't worry about the error messages (diff) | |
download | gentoo-2-6d99440fbd00488883ac39f55541ca15009cbf85.tar.gz gentoo-2-6d99440fbd00488883ac39f55541ca15009cbf85.tar.bz2 gentoo-2-6d99440fbd00488883ac39f55541ca15009cbf85.zip |
small fix
Diffstat (limited to 'app-admin/logrotate')
-rw-r--r-- | app-admin/logrotate/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/logrotate/Manifest | 5 | ||||
-rw-r--r-- | app-admin/logrotate/logrotate-3.6.5.ebuild | 11 |
3 files changed, 16 insertions, 6 deletions
diff --git a/app-admin/logrotate/ChangeLog b/app-admin/logrotate/ChangeLog index 4f91f187edb8..d4a535abd4d6 100644 --- a/app-admin/logrotate/ChangeLog +++ b/app-admin/logrotate/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-admin/logrotate # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.10 2003/03/23 19:12:30 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.11 2003/04/12 16:55:06 seemant Exp $ *logrotate-3.6.5 (20 Dec 2002) + 12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> logrotate-3.6.5.ebuild: + depend on portage-r10 instead of inheriting eutils -- this fixes broken + description in emerge -s + 23 Mar 2003; Joshua Brindle <method@gentoo.org> logrotate-3.6.5.ebuild: added selinux support, thanks pebenito diff --git a/app-admin/logrotate/Manifest b/app-admin/logrotate/Manifest new file mode 100644 index 000000000000..42eff641b2a7 --- /dev/null +++ b/app-admin/logrotate/Manifest @@ -0,0 +1,5 @@ +MD5 7bab2753294236e45373814d0092a3e1 logrotate-3.6.5.ebuild 1126 +MD5 5de35c1256960167596ce487bac8137e logrotate-3.5.9-r1.ebuild 899 +MD5 c70624bbbf812ae63f28022a8f3a4706 ChangeLog 1970 +MD5 60b5761bada5528ca3e3e9582b56dbfe files/digest-logrotate-3.5.9-r1 71 +MD5 c0d3db322cf626f01a0adea55cdf6b78 files/digest-logrotate-3.6.5 149 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() { |