diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-02-03 21:13:55 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-02-03 21:13:55 +0000 |
commit | 50ecb66348e3e1d49d78560b2582f7b8adb2e012 (patch) | |
tree | 025d98d6d83b390c45f79137d3e2ecfa4ed5b81b /app-sci | |
parent | added ~ppc (diff) | |
download | historical-50ecb66348e3e1d49d78560b2582f7b8adb2e012.tar.gz historical-50ecb66348e3e1d49d78560b2582f7b8adb2e012.tar.bz2 historical-50ecb66348e3e1d49d78560b2582f7b8adb2e012.zip |
revision bump, no longer install /kmatplotrc
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/kmatplot/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/kmatplot/files/digest-kmatplot-0.4-r1 | 1 | ||||
-rw-r--r-- | app-sci/kmatplot/files/kmatplot-0.4-kmatplotrc.patch | 11 | ||||
-rw-r--r-- | app-sci/kmatplot/kmatplot-0.4-r1.ebuild | 18 |
4 files changed, 36 insertions, 1 deletions
diff --git a/app-sci/kmatplot/ChangeLog b/app-sci/kmatplot/ChangeLog index 19982dd195f5..a083b38d0588 100644 --- a/app-sci/kmatplot/ChangeLog +++ b/app-sci/kmatplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/kmatplot # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/ChangeLog,v 1.4 2003/02/02 22:41:34 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/ChangeLog,v 1.5 2003/02/03 21:13:54 hannes Exp $ + +*kmatplot-0.4-r1 (03 Feb 2003) + + 03 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kmatplot-0.4-r1.ebuild: + revision bump, removed install of /kmatplotrc 02 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kmatplot-0.4.ebuild: added patch to compile with qt-3.1/kde-3.1, fixes #10976 again. diff --git a/app-sci/kmatplot/files/digest-kmatplot-0.4-r1 b/app-sci/kmatplot/files/digest-kmatplot-0.4-r1 new file mode 100644 index 000000000000..dee2044452a1 --- /dev/null +++ b/app-sci/kmatplot/files/digest-kmatplot-0.4-r1 @@ -0,0 +1 @@ +MD5 d5cd9bdddb2d3fc7ed359f409d61c7a7 kmatplot-0.4.tar.gz 949689 diff --git a/app-sci/kmatplot/files/kmatplot-0.4-kmatplotrc.patch b/app-sci/kmatplot/files/kmatplot-0.4-kmatplotrc.patch new file mode 100644 index 000000000000..3f9365aa2120 --- /dev/null +++ b/app-sci/kmatplot/files/kmatplot-0.4-kmatplotrc.patch @@ -0,0 +1,11 @@ +--- kmatplot/Makefile.in~ 2003-02-03 21:48:51.000000000 +0100 ++++ kmatplot/Makefile.in 2003-02-03 21:49:06.000000000 +0100 +@@ -219,7 +219,7 @@ + INCLUDES = $(all_includes) + + KDE_OPTIONS = qtonly +-SUBDIRS = docs examples formula widgets dialogs demos interface octave scilab python dtd config pics pixmaps ++SUBDIRS = docs examples formula widgets dialogs demos interface octave scilab python dtd pics pixmaps + #>- METASOURCES = AUTO + bin_PROGRAMS = kmatplot + kmatplot_LDADD = widgets/libplot.a formula/libformula.a dialogs/libdialogs.a $(QGLLIB) $(LIB_QT) $(GLLIB) -lXmu $(LIBSOCKET) diff --git a/app-sci/kmatplot/kmatplot-0.4-r1.ebuild b/app-sci/kmatplot/kmatplot-0.4-r1.ebuild new file mode 100644 index 000000000000..be9812789c6d --- /dev/null +++ b/app-sci/kmatplot/kmatplot-0.4-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/kmatplot-0.4-r1.ebuild,v 1.1 2003/02/03 21:13:55 hannes Exp $ + +PATCHES="${FILESDIR}/${P}-gentoo.patch + ${FILESDIR}/${P}-inline.patch + ${FILESDIR}/${P}-gentoo2.patch + ${FILESDIR}/${P}-kmatplotrc.patch" + +inherit kde-base +need-kde 3 + +DESCRIPTION="KMatplot is a gnuplot-like tool for plotting data sets in either two or three dimensions." +LICENSE="GPL-2" +HOMEPAGE="http://kmatplot.sourceforge.net/" +SRC_URI="http://kmatplot.sourceforge.net/${P}.tar.gz" +IUSE="" +KEYWORDS="x86" |