diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 11:05:24 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 11:05:24 +0000 |
commit | 711d9b63c65d4cc508e95a09900f08db6de3388e (patch) | |
tree | 20d6a97d0029a83f55a496dc674a3bf9434088d2 /kde-base/nepomuk | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-711d9b63c65d4cc508e95a09900f08db6de3388e.tar.gz gentoo-2-711d9b63c65d4cc508e95a09900f08db6de3388e.tar.bz2 gentoo-2-711d9b63c65d4cc508e95a09900f08db6de3388e.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/nepomuk')
-rw-r--r-- | kde-base/nepomuk/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/nepomuk/nepomuk-4.1.2.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/nepomuk/ChangeLog b/kde-base/nepomuk/ChangeLog index 36ea9683156e..8839df19f35f 100644 --- a/kde-base/nepomuk/ChangeLog +++ b/kde-base/nepomuk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/nepomuk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/nepomuk/ChangeLog,v 1.10 2008/06/09 15:15:19 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/nepomuk/ChangeLog,v 1.11 2008/10/02 11:05:24 jmbsvicetto Exp $ + +*nepomuk-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +nepomuk-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. 09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -nepomuk-4.0.2.ebuild, -nepomuk-4.0.3.ebuild: diff --git a/kde-base/nepomuk/nepomuk-4.1.2.ebuild b/kde-base/nepomuk/nepomuk-4.1.2.ebuild new file mode 100644 index 000000000000..36f0ff78b4af --- /dev/null +++ b/kde-base/nepomuk/nepomuk-4.1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/nepomuk/nepomuk-4.1.2.ebuild,v 1.1 2008/10/02 11:05:24 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="Nepomuk KDE4 client" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +# dev-cpp/clucene provides the optional strigi backend. +# As there's currently no other *usable* strigi backend, I've added it as a hard +# dependency. +DEPEND=">=app-misc/strigi-0.5.10[qt4] + dev-cpp/clucene + >=dev-libs/soprano-2.0.98[clucene]" +RDEPEND="${DEPEND}" |