diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 09:15:03 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 09:15:03 +0000 |
commit | b4ef2fc66248ea831c14e2ebf10c30c6504605d2 (patch) | |
tree | 7c5da891ba396c45a1319bb615e390b2159cb917 /kde-base/kmplot | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-b4ef2fc66248ea831c14e2ebf10c30c6504605d2.tar.gz gentoo-2-b4ef2fc66248ea831c14e2ebf10c30c6504605d2.tar.bz2 gentoo-2-b4ef2fc66248ea831c14e2ebf10c30c6504605d2.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.1.2.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index e8df8539e28f..aaf4d6fa1a7b 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.95 2008/09/13 23:59:03 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.96 2008/10/02 09:15:03 jmbsvicetto Exp $ + +*kmplot-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +kmplot-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. *kmplot-3.5.10 (13 Sep 2008) diff --git a/kde-base/kmplot/kmplot-4.1.2.ebuild b/kde-base/kmplot/kmplot-4.1.2.ebuild new file mode 100644 index 000000000000..8746073ec13b --- /dev/null +++ b/kde-base/kmplot/kmplot-4.1.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-4.1.2.ebuild,v 1.1 2008/10/02 09:15:03 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |