diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 19:45:30 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 19:45:30 +0000 |
commit | b63bec94632ead0cb6552bc59f7b848f007d3fd7 (patch) | |
tree | 2c07cfaec3a58dae41161041c7e691d646a78676 /app-emacs | |
parent | Manifest recommit (diff) | |
download | gentoo-2-b63bec94632ead0cb6552bc59f7b848f007d3fd7.tar.gz gentoo-2-b63bec94632ead0cb6552bc59f7b848f007d3fd7.tar.bz2 gentoo-2-b63bec94632ead0cb6552bc59f7b848f007d3fd7.zip |
Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gnuplot-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/gnuplot-mode/ChangeLog b/app-emacs/gnuplot-mode/ChangeLog index 1c4b794b094d..80480a89dbed 100644 --- a/app-emacs/gnuplot-mode/ChangeLog +++ b/app-emacs/gnuplot-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/gnuplot-mode -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.5 2005/01/01 13:46:25 eradicator Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.6 2006/01/29 19:44:03 cryos Exp $ + + 29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> + gnuplot-mode-0.6.0.ebuild: + Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot. 17 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> files/50gnuplot-gentoo.el, gnuplot-mode-0.6.0.ebuild: 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 916b7876460a..50ad115027a0 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.6 2005/10/24 14:27:23 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild,v 1.7 2006/01/29 19:44:03 cryos Exp $ inherit elisp @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~ppc x86" DEPEND="virtual/emacs - media-gfx/gnuplot" + sci-visualization/gnuplot" S="${WORKDIR}/${MY_P}" |