diff options
author | Alec Warner <antarus@gentoo.org> | 2007-03-26 07:28:20 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2007-03-26 07:28:20 +0000 |
commit | f9f45ecbe80970a9eb66b04b158021c3a015f2b6 (patch) | |
tree | 993bd868c3e44eea4207fb4ba34972811b628e86 /app-admin | |
parent | clean up (diff) | |
download | gentoo-2-f9f45ecbe80970a9eb66b04b158021c3a015f2b6.tar.gz gentoo-2-f9f45ecbe80970a9eb66b04b158021c3a015f2b6.tar.bz2 gentoo-2-f9f45ecbe80970a9eb66b04b158021c3a015f2b6.zip |
Remove dependency on portage
(Portage version: 6269-svn)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/logrotate/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/logrotate/logrotate-3.7.1-r2.ebuild | 3 | ||||
-rw-r--r-- | app-admin/logrotate/logrotate-3.7.2.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/app-admin/logrotate/ChangeLog b/app-admin/logrotate/ChangeLog index 5b0d20940249..9398f02454c1 100644 --- a/app-admin/logrotate/ChangeLog +++ b/app-admin/logrotate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/logrotate # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.68 2007/02/18 18:12:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.69 2007/03/26 07:28:20 antarus Exp $ + + 26 Mar 2007; Alec Warner <antarus@gentoo.org> logrotate-3.7.1-r2.ebuild, + logrotate-3.7.2.ebuild: + Remove dependency on portage: ref bug 162516 18 Feb 2007; Markus Rothe <corsair@gentoo.org> logrotate-3.7.2.ebuild: Stable on ppc64 diff --git a/app-admin/logrotate/logrotate-3.7.1-r2.ebuild b/app-admin/logrotate/logrotate-3.7.1-r2.ebuild index 0fff9086b50a..a3c2edd5383e 100644 --- a/app-admin/logrotate/logrotate-3.7.1-r2.ebuild +++ b/app-admin/logrotate/logrotate-3.7.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.1-r2.ebuild,v 1.13 2007/01/24 14:30:05 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.1-r2.ebuild,v 1.14 2007/03/26 07:28:20 antarus Exp $ inherit eutils @@ -18,7 +18,6 @@ RDEPEND=" selinux? ( sys-libs/libselinux )" DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.47-r10 >=sys-apps/sed-4 selinux? ( sec-policy/selinux-logrotate )" diff --git a/app-admin/logrotate/logrotate-3.7.2.ebuild b/app-admin/logrotate/logrotate-3.7.2.ebuild index cf51355c47ec..0377a7c30c76 100644 --- a/app-admin/logrotate/logrotate-3.7.2.ebuild +++ b/app-admin/logrotate/logrotate-3.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.2.ebuild,v 1.12 2007/02/18 18:12:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.2.ebuild,v 1.13 2007/03/26 07:28:20 antarus Exp $ inherit eutils toolchain-funcs @@ -18,7 +18,6 @@ RDEPEND=" selinux? ( sys-libs/libselinux )" DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.47-r10 >=sys-apps/sed-4 selinux? ( sec-policy/selinux-logrotate )" |