diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-26 14:35:46 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-26 14:35:46 +0000 |
commit | e5d80ced7eea9e1d5f06dfc57caa3c216644fab8 (patch) | |
tree | 2d4930851e6b92da4f6ab694be9b3bf3f289be38 /app-emacs/gnuplot-mode | |
parent | Add parallel make compilation patch (Manifest recommit) (diff) | |
download | gentoo-2-e5d80ced7eea9e1d5f06dfc57caa3c216644fab8.tar.gz gentoo-2-e5d80ced7eea9e1d5f06dfc57caa3c216644fab8.tar.bz2 gentoo-2-e5d80ced7eea9e1d5f06dfc57caa3c216644fab8.zip |
Marked as stable.
Diffstat (limited to 'app-emacs/gnuplot-mode')
-rw-r--r-- | app-emacs/gnuplot-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/gnuplot-mode/ChangeLog b/app-emacs/gnuplot-mode/ChangeLog index 031a22ecf4be..e920a3cc6fad 100644 --- a/app-emacs/gnuplot-mode/ChangeLog +++ b/app-emacs/gnuplot-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/gnuplot-mode # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.2 2004/06/24 22:12:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.3 2004/08/26 14:35:46 usata Exp $ + + 26 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> gnuplot-mode-0.6.0.ebuild: + Marked as stable. *gnuplot-mode-0.6.0 (14 Mar 2004) diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild index 3d125ce85046..e6e56004acbe 100644 --- a/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild +++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild,v 1.2 2004/06/24 22:12:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild,v 1.3 2004/08/26 14:35:46 usata Exp $ inherit elisp @@ -12,7 +12,7 @@ HOMEPAGE="http://feff.phys.washington.edu/~ravel/gnuplot/" SRC_URI="http://feff.phys.washington.edu/~ravel/gnuplot/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/emacs media-gfx/gnuplot" |