diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-06-25 16:41:55 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-06-25 17:26:02 +0200 |
commit | 7b52366ba00721ad33032bb0ed62becc34116211 (patch) | |
tree | 60780323fedecebbd100bdc582b8bda8b652bdb3 /app-emacs | |
parent | app-emacs/flycheck: drop old 33.1 (diff) | |
download | gentoo-7b52366ba00721ad33032bb0ed62becc34116211.tar.gz gentoo-7b52366ba00721ad33032bb0ed62becc34116211.tar.bz2 gentoo-7b52366ba00721ad33032bb0ed62becc34116211.zip |
app-emacs/gnuplot-mode: drop old 0.8.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gnuplot-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/app-emacs/gnuplot-mode/Manifest b/app-emacs/gnuplot-mode/Manifest index 5f5d731575b2..4e2f512be8b5 100644 --- a/app-emacs/gnuplot-mode/Manifest +++ b/app-emacs/gnuplot-mode/Manifest @@ -1,2 +1 @@ -DIST gnuplot-mode-0.8.0.tar.gz 352106 BLAKE2B 5408cc682b205ee712d2e0ff94b57a585d4040a62d1c61b3248cac63c16c76899b4ebe9b8e6ff091216beac3c9c79ea1425e018b275145d8ed5aff3b64e524bf SHA512 d1f93f0a28036ed66869ce228ff7c7007cdd463006d29930f01a6c5fa31c0487f603f0394f423fb8831b054e8d465f669f11ec2c3f8115ef1c84d828f77056cf DIST gnuplot-mode-0.8.1.tar.gz 88458 BLAKE2B 99355ec86b6a74294b72976efdaf88402ee9240c9a89432af52eca22b93af18a930e4f7cd07a0c4e25b235aeef0dc3a32498f57b8e74992f5cfb95cef471de55 SHA512 77bb70bde28007d7d42570c9649f18aec13426746acd97f0f94df1bc34ef0698ed5c4a69f5eac7dca4d9d000a527e1da70656692a7ecb2e1dccf61d0e0fc35b5 diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild deleted file mode 100644 index 7f29b6b43591..000000000000 --- a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp readme.gentoo-r1 - -DESCRIPTION="Gnuplot mode for Emacs" -HOMEPAGE="https://github.com/emacsorphanage/gnuplot" -SRC_URI="https://github.com/emacsorphanage/${PN%-mode}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/${PN%-mode}-${PV}" - -LICENSE="GPL-3+ gnuplot" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="doc" - -BDEPEND="doc? ( virtual/latex-base )" -RDEPEND="sci-visualization/gnuplot[-emacs(-)]" - -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 - doinfo gnuplot.info - use doc && dodoc gpelcard.pdf -} |