diff options
author | 2010-10-24 16:16:25 +0000 | |
---|---|---|
committer | 2010-10-24 16:16:25 +0000 | |
commit | 4afbc87d6ecd9c8ea87a9962267e5c4eab695166 (patch) | |
tree | 589543d9c352c8066c5e7a63a4355ac7cdb7fd2d /kde-base/akregator/akregator-4.4.7.ebuild | |
parent | Version bump KDEPIM 4.4.7 (diff) | |
download | gentoo-2-4afbc87d6ecd9c8ea87a9962267e5c4eab695166.tar.gz gentoo-2-4afbc87d6ecd9c8ea87a9962267e5c4eab695166.tar.bz2 gentoo-2-4afbc87d6ecd9c8ea87a9962267e5c4eab695166.zip |
Version bump KDEPIM 4.4.7
(Portage version: 2.2_rc94/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/akregator/akregator-4.4.7.ebuild')
-rw-r--r-- | kde-base/akregator/akregator-4.4.7.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/akregator/akregator-4.4.7.ebuild b/kde-base/akregator/akregator-4.4.7.ebuild new file mode 100644 index 000000000000..69874103a899 --- /dev/null +++ b/kde-base/akregator/akregator-4.4.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.4.7.ebuild,v 1.1 2010/10/24 16:16:25 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE news feed aggregator." +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" |