diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 22:50:56 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 22:50:56 +0000 |
commit | c14425cb72560de1075904bf0455fa4486ad13bd (patch) | |
tree | 64ab923eac94c3fa0d6e358745ac07d804e45340 /kde-base/parley | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-c14425cb72560de1075904bf0455fa4486ad13bd.tar.gz gentoo-2-c14425cb72560de1075904bf0455fa4486ad13bd.tar.bz2 gentoo-2-c14425cb72560de1075904bf0455fa4486ad13bd.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/parley')
-rw-r--r-- | kde-base/parley/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/parley/parley-4.2.1.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/parley/ChangeLog b/kde-base/parley/ChangeLog index 85acd6a5a0ac..f11179f79546 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.21 2009/02/17 14:32:46 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.22 2009/03/04 22:50:56 alexxy Exp $ + +*parley-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +parley-4.2.1.ebuild: + Bump KDE 4.2.1 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -parley-4.1.4.ebuild: Drop KDE 4.1.4 diff --git a/kde-base/parley/parley-4.2.1.ebuild b/kde-base/parley/parley-4.2.1.ebuild new file mode 100644 index 000000000000..a6a92702fbe1 --- /dev/null +++ b/kde-base/parley/parley-4.2.1.ebuild @@ -0,0 +1,23 @@ +# 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.2.1.ebuild,v 1.1 2009/03/04 22:50:56 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE Educational: vocabulary trainer" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug +plasma" + +DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkdeedu/keduvocdocument" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with plasma Plasma)" + kde4-meta_src_configure +} |