diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /app-emacs/gnuplot-mode | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/gnuplot-mode')
| -rw-r--r-- | app-emacs/gnuplot-mode/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/gnuplot-mode/files/50gnuplot-mode-gentoo.el | 6 | ||||
| -rw-r--r-- | app-emacs/gnuplot-mode/gnuplot-mode-0.11.ebuild | 32 | ||||
| -rw-r--r-- | app-emacs/gnuplot-mode/metadata.xml | 10 |
4 files changed, 49 insertions, 0 deletions
diff --git a/app-emacs/gnuplot-mode/Manifest b/app-emacs/gnuplot-mode/Manifest new file mode 100644 index 000000000000..abb28d2f2af6 --- /dev/null +++ b/app-emacs/gnuplot-mode/Manifest @@ -0,0 +1 @@ +DIST gnuplot-mode-0.11.tar.gz 409538 BLAKE2B 891e8f40b4acd259092575fa23e8fa48847119f23bec2767d9f7b51ee1a58a8d12d73689f49f8fe6fec3f65762212998ba3063d9359d5e57d7b0d4c47c41a060 SHA512 0e1d61e44d7895e80bea5ab84430270ba4daa66f5b1fab3501931f924f6e487ee8b66fe17aa5ee50dacff83ba3dbe13c8fe9b3405a93de62159985bb6e471c84 diff --git a/app-emacs/gnuplot-mode/files/50gnuplot-mode-gentoo.el b/app-emacs/gnuplot-mode/files/50gnuplot-mode-gentoo.el new file mode 100644 index 000000000000..e79a7f0d2585 --- /dev/null +++ b/app-emacs/gnuplot-mode/files/50gnuplot-mode-gentoo.el @@ -0,0 +1,6 @@ +(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) +(add-to-list 'auto-mode-alist '("\\.gp\\'" . gnuplot-mode)) +;;(global-set-key [(f9)] 'gnuplot-make-buffer) diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.11.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.11.ebuild new file mode 100644 index 000000000000..7d598037d914 --- /dev/null +++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.11.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp readme.gentoo-r1 + +DESCRIPTION="Gnuplot mode for Emacs" +HOMEPAGE="https://github.com/emacs-gnuplot/gnuplot" +SRC_URI="https://github.com/emacs-gnuplot/${PN%-mode}/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}/${PN%-mode}-${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~sparc x86 ~x64-macos" + +RDEPEND=" + sci-visualization/gnuplot +" + +SITEFILE="50${PN}-gentoo.el" +DOCS=( CHANGELOG.org README.org ) +DOC_CONTENTS="Please see ${SITELISP}/${PN}/gnuplot.el for the complete + documentation." + +src_prepare() { + elisp_src_prepare + + # Erase broken tests + echo "(provide 'gnuplot-test-context)" > gnuplot-test-context.el || die +} diff --git a/app-emacs/gnuplot-mode/metadata.xml b/app-emacs/gnuplot-mode/metadata.xml new file mode 100644 index 000000000000..c2517f0a0ab3 --- /dev/null +++ b/app-emacs/gnuplot-mode/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
