diff options
author | 2014-03-22 22:01:13 +0100 | |
---|---|---|
committer | 2014-03-22 22:01:13 +0100 | |
commit | 0c08d1da43463d69c606c4905aed2edaed2817e6 (patch) | |
tree | 68674d6dd984cb0a6cd2d431808d5707cae46933 | |
parent | view-process removed 2014-03-20 bug 501660 (diff) | |
download | emacs-0c08d1da43463d69c606c4905aed2edaed2817e6.tar.gz emacs-0c08d1da43463d69c606c4905aed2edaed2817e6.tar.bz2 emacs-0c08d1da43463d69c606c4905aed2edaed2817e6.zip |
gnuplot-mode package restored 2014-03-22
-rw-r--r-- | app-emacs/gnuplot-mode/ChangeLog | 28 | ||||
-rw-r--r-- | app-emacs/gnuplot-mode/Manifest | 15 | ||||
-rw-r--r-- | app-emacs/gnuplot-mode/files/50gnuplot-gentoo.el | 10 | ||||
-rw-r--r-- | app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild | 44 | ||||
-rw-r--r-- | app-emacs/gnuplot-mode/metadata.xml | 5 |
5 files changed, 0 insertions, 102 deletions
diff --git a/app-emacs/gnuplot-mode/ChangeLog b/app-emacs/gnuplot-mode/ChangeLog deleted file mode 100644 index cf19702..0000000 --- a/app-emacs/gnuplot-mode/ChangeLog +++ /dev/null @@ -1,28 +0,0 @@ -# ChangeLog for app-emacs/gnuplot-mode -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.8 2007/01/28 04:14:24 genone Exp $ - - 28 Jan 2007; Marius Mauch <genone@gentoo.org> gnuplot-mode-0.6.0.ebuild: - Replacing einfo with elog - - 30 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> Manifest: - Manifest fix. - - 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: - Removed stale info file. Updated SITELISP. - - 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) - - 14 Mar 2004; Mamoru KOMACHI <usata@gentoo.org> gnuplot-mode-0.6.0.ebuild, - metadata.xml, files/50gnuplot-gentoo.el: - Initial import. Thanks to Michal Maruska <mmc@maruska.dyndns.org> - for contributing the ebuild. Closing bug #40007 - diff --git a/app-emacs/gnuplot-mode/Manifest b/app-emacs/gnuplot-mode/Manifest deleted file mode 100644 index 43c6149..0000000 --- a/app-emacs/gnuplot-mode/Manifest +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -AUX 50gnuplot-gentoo.el 406 RMD160 ecb0ee35e02a5a375839a83efeae0dfadeb2bb6f SHA1 c4795d7c2e8399a62f6b844c804446da0c0f7f43 SHA256 88b157557d09f318cda9f0db20b2fc27ddf7465bf7c18ab413f32e0702428b14 -DIST gnuplot-mode.0.6.0.tar.gz 306727 RMD160 afb420a4687c1db5660b9fb7b2781e2d58f5cdf4 SHA1 d999ebc02dfc8f10d476bb71f3ac73d0476633e1 SHA256 708040f774e35ff9cc8998e5913e76cd94e6908dedc055b921f56296d6088b99 -EBUILD gnuplot-mode-0.6.0.ebuild 968 RMD160 688b4a811f35b8fb3e78663121ef74d9761968f6 SHA1 0e6cf298418faeab026471334e027f9c15e1348a SHA256 32e944e9a35658e10f922394868db1c9e57192cdc9fee358c92958e9a54f91b4 -MISC ChangeLog 1073 RMD160 342f1f45a9618575d815085e01928d7336c18f3c SHA1 d6c26a92c06f6c0b7b6996fd501e6db5790798df SHA256 33099b0fc5b92841e1c33b8cbd544569f9b723d3ea96f83768673a4d423cd95d -MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.18 (GNU/Linux) - -iEYEARECAAYFAk6fXmsACgkQOeoy/oIi7uwZPQCeISRdg/6xnMOVjAnUNV890FRC -V7cAnigeRb5mkw9YMvn37x4HjA01TyF5 -=HFqF ------END PGP SIGNATURE----- diff --git a/app-emacs/gnuplot-mode/files/50gnuplot-gentoo.el b/app-emacs/gnuplot-mode/files/50gnuplot-gentoo.el deleted file mode 100644 index f2ce89f..0000000 --- a/app-emacs/gnuplot-mode/files/50gnuplot-gentoo.el +++ /dev/null @@ -1,10 +0,0 @@ - -;;; gnuplot-mode site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -;; extracted from dotemacs file distributed with the source tarball -(autoload 'gnuplot-mode "gnuplot" "gnuplot major mode" t) -(autoload 'gnuplot-make-buffer "gnuplot" "open a buffer in gnuplot mode" t) -(setq auto-mode-alist (append '(("\\.gp$" . gnuplot-mode)) auto-mode-alist)) -(global-set-key [(f9)] 'gnuplot-make-buffer) - diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild deleted file mode 100644 index 174e0d2..0000000 --- a/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 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.8 2007/01/28 04:14:24 genone Exp $ - -inherit elisp - -IUSE="" - -MY_P=${PN}.${PV} -DESCRIPTION="Gnuplot mode for Emacs" -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="~ppc x86" - -DEPEND="virtual/emacs - sci-visualization/gnuplot" - -S="${WORKDIR}/${MY_P}" - -SITEFILE=50gnuplot-gentoo.el - -src_compile() { - econf || die - emake || die -} - -src_install() { - - PATH=./:$PATH make install lispdir=$D/usr/share/emacs/site-lisp/${PN} || die - elisp-site-file-install ${FILESDIR}/${SITEFILE} || die - - dodoc ChangeLog README -} - -pkg_postinst() { - elisp-site-regen - elog "Please see ${SITELISP}/${PN}/${PN}.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/app-emacs/gnuplot-mode/metadata.xml b/app-emacs/gnuplot-mode/metadata.xml deleted file mode 100644 index bc306fe..0000000 --- a/app-emacs/gnuplot-mode/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>emacs</herd> -</pkgmetadata> |