diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:54:02 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:54:02 +0000 |
commit | 5b9df0a7555fb09ad0fa5f0817f1f4db04de4a0b (patch) | |
tree | 7d7e6ac53a683268fa276ce874ed4ed32126c987 | |
parent | Added KDE 4.0.4 version of okular. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-5b9df0a7555fb09ad0fa5f0817f1f4db04de4a0b.tar.gz gentoo-2-5b9df0a7555fb09ad0fa5f0817f1f4db04de4a0b.tar.bz2 gentoo-2-5b9df0a7555fb09ad0fa5f0817f1f4db04de4a0b.zip |
Added KDE 4.0.4 version of parley. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
-rw-r--r-- | kde-base/parley/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/parley/parley-4.0.4.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/parley/ChangeLog b/kde-base/parley/ChangeLog index f36fcb47d1c1..bb90d81d1a0c 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.8 2008/04/03 21:45:46 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.9 2008/05/16 00:54:02 ingmar Exp $ + +*parley-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +parley-4.0.4.ebuild: + Added KDE 4.0.4 version of parley. Thanks to Jorge Manuel B. S. Vicetto. *parley-4.0.3 (03 Apr 2008) diff --git a/kde-base/parley/parley-4.0.4.ebuild b/kde-base/parley/parley-4.0.4.ebuild new file mode 100644 index 000000000000..c8d15c5aea73 --- /dev/null +++ b/kde-base/parley/parley-4.0.4.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.4.ebuild,v 1.1 2008/05/16 00:54:02 ingmar 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" |