diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:35:36 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:35:36 +0000 |
commit | 045ab42a316cce7d2e82282e2f8f54aec8bd429b (patch) | |
tree | 16e324a67a42eba43e336c37633c60eb9002439b /kde-base/parley | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-045ab42a316cce7d2e82282e2f8f54aec8bd429b.tar.gz gentoo-2-045ab42a316cce7d2e82282e2f8f54aec8bd429b.tar.bz2 gentoo-2-045ab42a316cce7d2e82282e2f8f54aec8bd429b.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/parley')
-rw-r--r-- | kde-base/parley/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/parley/parley-4.3.2.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/parley/ChangeLog b/kde-base/parley/ChangeLog index 0e2db768c34f..b09edafbd637 100644 --- a/kde-base/parley/ChangeLog +++ b/kde-base/parley/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/parley # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.35 2009/09/01 16:23:51 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.36 2009/10/06 20:35:36 alexxy Exp $ + +*parley-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +parley-4.3.2.ebuild: + Version bump *parley-4.3.1 (01 Sep 2009) diff --git a/kde-base/parley/parley-4.3.2.ebuild b/kde-base/parley/parley-4.3.2.ebuild new file mode 100644 index 000000000000..536d290a36e6 --- /dev/null +++ b/kde-base/parley/parley-4.3.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/parley-4.3.2.ebuild,v 1.1 2009/10/06 20:35:36 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE Educational: vocabulary trainer" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook +plasma" + +DEPEND=" + >=kde-base/libkdeedu-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libkdeedu/keduvocdocument +" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with plasma)" + + kde4-meta_src_configure +} |