diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:43:42 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:43:42 +0000 |
commit | 06ba8e91a2f823d9f062c3eb2a9581b5a77d383b (patch) | |
tree | d66c57e9f26852570bcfd2f5a14258bda640b4da /kde-base | |
parent | Added the KDE 4.0.5 version of okular. (diff) | |
download | historical-06ba8e91a2f823d9f062c3eb2a9581b5a77d383b.tar.gz historical-06ba8e91a2f823d9f062c3eb2a9581b5a77d383b.tar.bz2 historical-06ba8e91a2f823d9f062c3eb2a9581b5a77d383b.zip |
Added the KDE 4.0.5 version of parley.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/parley/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/parley/parley-4.0.5.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/parley/ChangeLog b/kde-base/parley/ChangeLog index bb90d81d1a0c..475d6dfaef54 100644 --- a/kde-base/parley/ChangeLog +++ b/kde-base/parley/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/parley # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.9 2008/05/16 00:54:02 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.10 2008/06/05 22:43:42 keytoaster Exp $ + +*parley-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> +parley-4.0.5.ebuild: + Added the KDE 4.0.5 version of parley. *parley-4.0.4 (15 May 2008) diff --git a/kde-base/parley/parley-4.0.5.ebuild b/kde-base/parley/parley-4.0.5.ebuild new file mode 100644 index 000000000000..b82f41d448b1 --- /dev/null +++ b/kde-base/parley/parley-4.0.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/parley-4.0.5.ebuild,v 1.1 2008/06/05 22:43:42 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE Educational: vocabulary trainer" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" + +KMEXTRACTONLY="libkdeedu/keduvocdocument" |