app-emacs/gnuplot-mode: drop old 0.8.1

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2025-11-28 19:49:12 +01:00
parent c0f5c922f7
commit 412678b774
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 0 additions and 44 deletions

View File

@ -1,2 +1 @@
DIST gnuplot-mode-0.11.tar.gz 409538 BLAKE2B 891e8f40b4acd259092575fa23e8fa48847119f23bec2767d9f7b51ee1a58a8d12d73689f49f8fe6fec3f65762212998ba3063d9359d5e57d7b0d4c47c41a060 SHA512 0e1d61e44d7895e80bea5ab84430270ba4daa66f5b1fab3501931f924f6e487ee8b66fe17aa5ee50dacff83ba3dbe13c8fe9b3405a93de62159985bb6e471c84
DIST gnuplot-mode-0.8.1.tar.gz 88458 BLAKE2B 99355ec86b6a74294b72976efdaf88402ee9240c9a89432af52eca22b93af18a930e4f7cd07a0c4e25b235aeef0dc3a32498f57b8e74992f5cfb95cef471de55 SHA512 77bb70bde28007d7d42570c9649f18aec13426746acd97f0f94df1bc34ef0698ed5c4a69f5eac7dca4d9d000a527e1da70656692a7ecb2e1dccf61d0e0fc35b5

View File

@ -1,43 +0,0 @@
# Copyright 1999-2023 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="doc"
BDEPEND="doc? ( virtual/latex-base )"
RDEPEND="sci-visualization/gnuplot"
PATCHES=( "${FILESDIR}"/${PN}-0.8.0-tests.patch )
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
}
src_compile() {
elisp_src_compile
use doc && { pdflatex gpelcard || die; }
}
src_install() {
elisp_src_install
use doc && dodoc gpelcard.pdf
}