summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-06-08 22:01:05 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-06-08 22:01:05 +0000
commit97ae4360a8ee0e8d4f2453f7ca09eda1c2c02e73 (patch)
treeb601cb76195274e36a874217be3872eeffd94662 /kde-base/akregator/akregator-3.4.1-r1.ebuild
parentFix regression in akregator (#95455). (diff)
downloadgentoo-2-97ae4360a8ee0e8d4f2453f7ca09eda1c2c02e73.tar.gz
gentoo-2-97ae4360a8ee0e8d4f2453f7ca09eda1c2c02e73.tar.bz2
gentoo-2-97ae4360a8ee0e8d4f2453f7ca09eda1c2c02e73.zip
Fix regression (#95455).
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/akregator/akregator-3.4.1-r1.ebuild')
-rw-r--r--kde-base/akregator/akregator-3.4.1-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-base/akregator/akregator-3.4.1-r1.ebuild b/kde-base/akregator/akregator-3.4.1-r1.ebuild
new file mode 100644
index 000000000000..5a9dc3b9b0ea
--- /dev/null
+++ b/kde-base/akregator/akregator-3.4.1-r1.ebuild
@@ -0,0 +1,24 @@
+# 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.1-r1.ebuild,v 1.1 2005/06/08 22:01:05 greg_g Exp $
+
+KMNAME=kdepim
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="KDE news feed aggregator"
+KEYWORDS="~x86 ~amd64 ~ppc64 ~ppc ~sparc"
+IUSE=""
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
+$(deprange $PV $MAXKDEVER kde-base/kontact)
+!net-www/akregator"
+
+KMCOPYLIB="libkdepim libkdepim
+libkpinterfaces kontact/interfaces"
+KMEXTRACTONLY="libkdepim
+kontact/interfaces"
+KMEXTRA="kontact/plugins/akregator"
+
+# Fix regression in akregator (kde bug 106345). Applied for 3.4.2.
+PATCHES1="${FILESDIR}/kdepim-3.4.1-akregator-unread.patch"