diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-07-01 14:28:27 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-07-01 14:28:27 +0000 |
commit | 3f92e92fd66da9f186ec41cf223651ec44b28c92 (patch) | |
tree | 9619454d3947831e7898421ea0390065d40d6bbf /kde-base/akregator | |
parent | new version is in kde-base/akregator, move instruction added (diff) | |
download | gentoo-2-3f92e92fd66da9f186ec41cf223651ec44b28c92.tar.gz gentoo-2-3f92e92fd66da9f186ec41cf223651ec44b28c92.tar.bz2 gentoo-2-3f92e92fd66da9f186ec41cf223651ec44b28c92.zip |
Removed blocking dep on the old net-www/akregator package, which has been removed from the tree.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'kde-base/akregator')
-rw-r--r-- | kde-base/akregator/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/akregator/akregator-3.4.0-r1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-base/akregator/ChangeLog b/kde-base/akregator/ChangeLog index eec69f823efe..6f3082a65ba1 100644 --- a/kde-base/akregator/ChangeLog +++ b/kde-base/akregator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/akregator # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/ChangeLog,v 1.15 2005/07/01 09:39:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/ChangeLog,v 1.16 2005/07/01 14:28:27 danarmak Exp $ + + 01 Jul 2005; Dan Armak <danarmak@gentoo.org> akregator-3.4.0-r1.ebuild: + Removed blocking dep on the old net-www/akregator package, which has been + removed from the tree and has a move instruction to this package. 01 Jul 2005; Markus Rothe <corsair@gentoo.org> akregator-3.4.1-r1.ebuild: Stable on ppc64 (bug #97544) diff --git a/kde-base/akregator/akregator-3.4.0-r1.ebuild b/kde-base/akregator/akregator-3.4.0-r1.ebuild index 7a98d595560d..3d0f3c5a07b3 100644 --- a/kde-base/akregator/akregator-3.4.0-r1.ebuild +++ b/kde-base/akregator/akregator-3.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-3.4.0-r1.ebuild,v 1.3 2005/04/27 18:53:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-3.4.0-r1.ebuild,v 1.4 2005/07/01 14:28:27 danarmak Exp $ KMNAME=kdepim MAXKDEVER=$PV @@ -11,8 +11,7 @@ DESCRIPTION="KDE news feed aggregator" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~ppc64" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim) -$(deprange $PV $MAXKDEVER kde-base/kontact) -!net-www/akregator" +$(deprange $PV $MAXKDEVER kde-base/kontact)" KMCOPYLIB="libkdepim libkdepim libkpinterfaces kontact/interfaces" |