diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-15 18:51:29 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-15 18:51:29 +0000 |
commit | a3b731415eea2ff7bb5b35c565e396512afb13b0 (patch) | |
tree | f0d6098f5e9b65dd63eaa13df57d97e591d4336d /kde-base/akregator/akregator-3.5.9-r1.ebuild | |
parent | Adding latest boinc to the tree, a month after its out (diff) | |
download | gentoo-2-a3b731415eea2ff7bb5b35c565e396512afb13b0.tar.gz gentoo-2-a3b731415eea2ff7bb5b35c565e396512afb13b0.tar.bz2 gentoo-2-a3b731415eea2ff7bb5b35c565e396512afb13b0.zip |
Re-added the custom colours patch for the article list. Fixes bug 213220.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'kde-base/akregator/akregator-3.5.9-r1.ebuild')
-rw-r--r-- | kde-base/akregator/akregator-3.5.9-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
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" ) |