summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-01-17 23:54:39 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-01-17 23:54:39 +0000
commit41c3849b769966a3c02d81d82d5855e6785cd7d5 (patch)
tree8449ebcc75d7c8e84ba3f9e91dc12219c4fcf9d6 /kde-base/kmplot
parentAdded KDE 4.0.0's kdesdk-misc. (diff)
downloadgentoo-2-41c3849b769966a3c02d81d82d5855e6785cd7d5.tar.gz
gentoo-2-41c3849b769966a3c02d81d82d5855e6785cd7d5.tar.bz2
gentoo-2-41c3849b769966a3c02d81d82d5855e6785cd7d5.zip
Added KDE 4.0.0's kmplot.
(Portage version: 2.1.4)
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r--kde-base/kmplot/ChangeLog9
-rw-r--r--kde-base/kmplot/files/digest-kmplot-4.0.03
-rw-r--r--kde-base/kmplot/kmplot-4.0.0.ebuild15
3 files changed, 25 insertions, 2 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog
index bc6ac3f0da64..294b36b9ecbe 100644
--- a/kde-base/kmplot/ChangeLog
+++ b/kde-base/kmplot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kmplot
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.71 2007/10/19 23:10:17 philantrop Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.72 2008/01/17 23:54:38 ingmar Exp $
+
+*kmplot-4.0.0 (17 Jan 2008)
+
+ 17 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kmplot-4.0.0.ebuild:
+ Added KDE 4.0.0's kmplot.
*kmplot-3.5.8 (19 Oct 2007)
diff --git a/kde-base/kmplot/files/digest-kmplot-4.0.0 b/kde-base/kmplot/files/digest-kmplot-4.0.0
new file mode 100644
index 000000000000..c852e263e141
--- /dev/null
+++ b/kde-base/kmplot/files/digest-kmplot-4.0.0
@@ -0,0 +1,3 @@
+MD5 76eb6108388e287ecdcc0bea099cebe8 kdeedu-4.0.0.tar.bz2 41887194
+RMD160 468d00e6eee05ec62ae1c42199067597de92b661 kdeedu-4.0.0.tar.bz2 41887194
+SHA256 9fa5f6af13a4101f0c83a428624f22835d2f5696157ccd0e23944beacf86a0d1 kdeedu-4.0.0.tar.bz2 41887194
diff --git a/kde-base/kmplot/kmplot-4.0.0.ebuild b/kde-base/kmplot/kmplot-4.0.0.ebuild
new file mode 100644
index 000000000000..6552d6c0dc7b
--- /dev/null
+++ b/kde-base/kmplot/kmplot-4.0.0.ebuild
@@ -0,0 +1,15 @@
+# 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.0.0.ebuild,v 1.1 2008/01/17 23:54:38 ingmar Exp $
+
+EAPI="1"
+
+KMNAME=kdeedu
+inherit kde4-meta
+
+DESCRIPTION="Mathematical function plotter for KDE"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug htmlhandbook"
+
+RDEPEND="|| ( >=kde-base/knotify-${PV}:${SLOT}
+ >=kde-base/kdebase-${PV}:${SLOT} )"