summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-04-16 08:48:33 +0200
committerUlrich Müller <ulm@gentoo.org>2021-04-16 08:48:33 +0200
commit67238f39a56723d8dc2113be8f340d75e64d3e2c (patch)
treeef041d5a70467732b10f623cd83ef07fd406769f /app-emacs
parentnet-print/cnrdrvcups-lb: stabilize 5.30 on x86 (diff)
downloadgentoo-67238f39a56723d8dc2113be8f340d75e64d3e2c.tar.gz
gentoo-67238f39a56723d8dc2113be8f340d75e64d3e2c.tar.bz2
gentoo-67238f39a56723d8dc2113be8f340d75e64d3e2c.zip
app-emacs/gnuplot-mode: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/gnuplot-mode/Manifest1
-rw-r--r--app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/app-emacs/gnuplot-mode/Manifest b/app-emacs/gnuplot-mode/Manifest
index 015a994b7830..7acb2d806160 100644
--- a/app-emacs/gnuplot-mode/Manifest
+++ b/app-emacs/gnuplot-mode/Manifest
@@ -1,2 +1 @@
-DIST gnuplot-mode-0.7.0.tar.gz 373475 BLAKE2B 6aa547b90922fa445de10825ae8f0c05249a335a1cc531118200bc49c4b62f610e07a7c5bd694a3c6bf6605b937a520a8008d67263d2e83cabf009fb855e7a97 SHA512 fdf04a3a32755892d422de8a535682ff44d1b635ecdc814738564376f5c7027a82c23807439835f2b7bf959f4f8b7a7d38d07a643f84ab2056ba187f3558e596
DIST gnuplot-mode-0.8.0.tar.gz 352106 BLAKE2B 5408cc682b205ee712d2e0ff94b57a585d4040a62d1c61b3248cac63c16c76899b4ebe9b8e6ff091216beac3c9c79ea1425e018b275145d8ed5aff3b64e524bf SHA512 d1f93f0a28036ed66869ce228ff7c7007cdd463006d29930f01a6c5fa31c0487f603f0394f423fb8831b054e8d465f669f11ec2c3f8115ef1c84d828f77056cf
diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
deleted file mode 100644
index 9aa0f7c74759..000000000000
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="Gnuplot mode for Emacs"
-HOMEPAGE="http://xafs.org/BruceRavel/GnuplotMode"
-SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="doc"
-
-DEPEND="doc? ( virtual/latex-base )"
-RDEPEND="sci-visualization/gnuplot[-emacs(-)]"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
- econf \
- EMACS="${EMACS}" \
- --with-lispdir="${EPREFIX}${SITELISP}/${PN}"
-}
-
-src_compile() {
- emake
- use doc && emake pdf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
- dodoc README.org
- use doc && dodoc gpelcard.pdf
-
- DOC_CONTENTS="Please see ${SITELISP}/${PN}/gnuplot.el for the
- complete documentation."
- readme.gentoo_create_doc
-}