diff options
author | 2009-01-27 18:19:34 +0000 | |
---|---|---|
committer | 2009-01-27 18:19:34 +0000 | |
commit | a1ef0a6370ae43a3e158e683ef11664e5fa8b24c (patch) | |
tree | 0172e253990f7531ae3f839c5bcffb7269b4b09a /kde-base/parley | |
parent | Bump shiny new KDE 4.2.0 (diff) | |
download | gentoo-2-a1ef0a6370ae43a3e158e683ef11664e5fa8b24c.tar.gz gentoo-2-a1ef0a6370ae43a3e158e683ef11664e5fa8b24c.tar.bz2 gentoo-2-a1ef0a6370ae43a3e158e683ef11664e5fa8b24c.zip |
Bump shiny new KDE 4.2.0
(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.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/parley/ChangeLog b/kde-base/parley/ChangeLog index 3a54d5b4a8bf..f9971af21a92 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.18 2009/01/14 16:04:39 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.19 2009/01/27 18:19:34 alexxy Exp $ + +*parley-4.2.0 (27 Jan 2009) + + 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +parley-4.2.0.ebuild: + Bump KDE-4.2.0 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -parley-4.1.2.ebuild, -parley-4.1.3.ebuild: diff --git a/kde-base/parley/parley-4.2.0.ebuild b/kde-base/parley/parley-4.2.0.ebuild new file mode 100644 index 000000000000..c00a3af0ae16 --- /dev/null +++ b/kde-base/parley/parley-4.2.0.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.0.ebuild,v 1.1 2009/01/27 18:19:34 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE Educational: vocabulary trainer" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook +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 +} |