From a3b731415eea2ff7bb5b35c565e396512afb13b0 Mon Sep 17 00:00:00 2001 From: Wulf Krueger Date: Tue, 15 Apr 2008 18:51:29 +0000 Subject: Re-added the custom colours patch for the article list. Fixes bug 213220. (Portage version: 2.1.5_rc2) --- kde-base/akregator/akregator-3.5.9-r1.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 kde-base/akregator/akregator-3.5.9-r1.ebuild (limited to 'kde-base/akregator/akregator-3.5.9-r1.ebuild') diff --git a/kde-base/akregator/akregator-3.5.9-r1.ebuild b/kde-base/akregator/akregator-3.5.9-r1.ebuild new file mode 100644 index 000000000000..c8ea736f4450 --- /dev/null +++ b/kde-base/akregator/akregator-3.5.9-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-3.5.9-r1.ebuild,v 1.1 2008/04/15 18:51:28 philantrop Exp $ + +KMNAME=kdepim + +EAPI="1" +inherit kde-meta eutils + +SRC_URI="${SRC_URI} + mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2" + +DESCRIPTION="KDE news feed aggregator." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} + >=kde-base/kontact-${PV}:${SLOT} + !net-www/akregator" +RDEPEND="${DEPEND}" + +KMCOPYLIB="libkdepim libkdepim + libkpinterfaces kontact/interfaces" +KMEXTRACTONLY="libkdepim + kontact/interfaces" +KMEXTRA="kontact/plugins/akregator" + +PATCHES=( "${FILESDIR}/${P}-customcolors.patch" ) -- cgit v1.2.3-65-gdbad