diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 16:23:51 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 16:23:51 +0000 |
commit | b4e87a2f7752703cc3c7e1272a67675f2cf5e4b2 (patch) | |
tree | 0d010ca9437ca9dcb8892fef65dab4a7e954d13b /kde-base/parley | |
parent | Version bump KDE 4.3.1 (diff) | |
download | gentoo-2-b4e87a2f7752703cc3c7e1272a67675f2cf5e4b2.tar.gz gentoo-2-b4e87a2f7752703cc3c7e1272a67675f2cf5e4b2.tar.bz2 gentoo-2-b4e87a2f7752703cc3c7e1272a67675f2cf5e4b2.zip |
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/parley')
-rw-r--r-- | kde-base/parley/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/parley/parley-4.3.1.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/parley/ChangeLog b/kde-base/parley/ChangeLog index 64e9c34000b1..0e2db768c34f 100644 --- a/kde-base/parley/ChangeLog +++ b/kde-base/parley/ChangeLog @@ -1,6 +1,12 @@ # 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.34 2009/08/04 04:45:15 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.35 2009/09/01 16:23:51 tampakrap Exp $ + +*parley-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> + +parley-4.3.1.ebuild: + Version bump 04 Aug 2009; Alex Alexander <wired@gentoo.org> ChangeLog: manifest update (upstream tarball changed) diff --git a/kde-base/parley/parley-4.3.1.ebuild b/kde-base/parley/parley-4.3.1.ebuild new file mode 100644 index 000000000000..a55e0fa49537 --- /dev/null +++ b/kde-base/parley/parley-4.3.1.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.1.ebuild,v 1.1 2009/09/01 16:23:51 tampakrap 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 +} |