diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:19:03 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:19:03 +0000 |
commit | 6a278c3d59036d690cd442e868474acd81b74a91 (patch) | |
tree | 903d8505339b90f29b160298a8d2932dec50567a /kde-base/parley | |
parent | [kde-base/kdebase-cursors] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-6a278c3d59036d690cd442e868474acd81b74a91.tar.gz gentoo-2-6a278c3d59036d690cd442e868474acd81b74a91.tar.bz2 gentoo-2-6a278c3d59036d690cd442e868474acd81b74a91.zip |
[kde-base/parley] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/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.4.0.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/kde-base/parley/ChangeLog b/kde-base/parley/ChangeLog index 1754c82f8289..41d4c3fdf2fe 100644 --- a/kde-base/parley/ChangeLog +++ b/kde-base/parley/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/parley # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.53 2010/01/25 17:31:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.54 2010/02/09 00:19:03 alexxy Exp $ + +*parley-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +parley-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *parley-4.3.5 (25 Jan 2010) diff --git a/kde-base/parley/parley-4.4.0.ebuild b/kde-base/parley/parley-4.4.0.ebuild new file mode 100644 index 000000000000..260991625830 --- /dev/null +++ b/kde-base/parley/parley-4.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/parley-4.4.0.ebuild,v 1.1 2010/02/09 00:19:03 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE Educational: vocabulary trainer" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook +plasma" + +DEPEND=" + $(add_kdebase_dep libkdeedu) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kvtml-data) +" + +KMEXTRACTONLY=" + libkdeedu/keduvocdocument +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with plasma) + ) + + kde4-meta_src_configure +} |