diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
commit | 5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5 (patch) | |
tree | ec7b172633d80bd566500eb79f61cfee9931757c /kde-base/kmplot | |
parent | add alpha keyword (diff) | |
download | historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.tar.gz historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.tar.bz2 historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.zip |
kde 3.4.0 ebuilds. the tarballs will be available from upstream Wednesday.
as per cryos' request, keeping the ~amd64 keywords where present, even though i'm not an amd64 dev.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kmplot/files/digest-kmplot-3.4.0 | 1 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-3.4.0.ebuild | 13 |
3 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 505041d56551..2c3fda3e38ba 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.4 2005/03/13 02:13:43 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.5 2005/03/13 21:19:06 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> kmplot-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. *kmplot-3.4.0_rc1 (13 Mar 2005) diff --git a/kde-base/kmplot/files/digest-kmplot-3.4.0 b/kde-base/kmplot/files/digest-kmplot-3.4.0 new file mode 100644 index 000000000000..7dbed92dc7bc --- /dev/null +++ b/kde-base/kmplot/files/digest-kmplot-3.4.0 @@ -0,0 +1 @@ +MD5 c2aab0c4f6439abb6c0eb09413b6532c kdeedu-3.4.0.tar.bz2 23559284 diff --git a/kde-base/kmplot/kmplot-3.4.0.ebuild b/kde-base/kmplot/kmplot-3.4.0.ebuild new file mode 100644 index 000000000000..2562dc36253d --- /dev/null +++ b/kde-base/kmplot/kmplot-3.4.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-3.4.0.ebuild,v 1.1 2005/03/13 21:19:06 danarmak Exp $ +KMNAME=kdeedu +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="" + |