diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:45:46 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:45:46 +0000 |
commit | 01e1a3d343e30441427dd9fc22a43e077c7e07cf (patch) | |
tree | b625ad68933d1735c5e01ab74fe9e243838fe133 | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-01e1a3d343e30441427dd9fc22a43e077c7e07cf.tar.gz gentoo-2-01e1a3d343e30441427dd9fc22a43e077c7e07cf.tar.bz2 gentoo-2-01e1a3d343e30441427dd9fc22a43e077c7e07cf.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
-rw-r--r-- | kde-base/parley/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/parley/parley-4.0.3.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/parley/ChangeLog b/kde-base/parley/ChangeLog index c6a1068e1313..f36fcb47d1c1 100644 --- a/kde-base/parley/ChangeLog +++ b/kde-base/parley/ChangeLog @@ -1,6 +1,12 @@ # 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.7 2008/03/20 18:23:09 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.8 2008/04/03 21:45:46 philantrop Exp $ + +*parley-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> +parley-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -parley-4.0.1.ebuild: Old. diff --git a/kde-base/parley/parley-4.0.3.ebuild b/kde-base/parley/parley-4.0.3.ebuild new file mode 100644 index 000000000000..da7ac74eda6c --- /dev/null +++ b/kde-base/parley/parley-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:45:46 philantrop 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" |