Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuplot-mode/
Date: Fri, 16 Apr 2021 06:48:45
Message-Id: 1618555713.67238f39a56723d8dc2113be8f340d75e64d3e2c.ulm@gentoo
1 commit: 67238f39a56723d8dc2113be8f340d75e64d3e2c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 06:48:33 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 06:48:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67238f39
7
8 app-emacs/gnuplot-mode: Remove old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/gnuplot-mode/Manifest | 1 -
14 app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 43 ------------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/app-emacs/gnuplot-mode/Manifest b/app-emacs/gnuplot-mode/Manifest
18 index 015a994b783..7acb2d80616 100644
19 --- a/app-emacs/gnuplot-mode/Manifest
20 +++ b/app-emacs/gnuplot-mode/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnuplot-mode-0.7.0.tar.gz 373475 BLAKE2B 6aa547b90922fa445de10825ae8f0c05249a335a1cc531118200bc49c4b62f610e07a7c5bd694a3c6bf6605b937a520a8008d67263d2e83cabf009fb855e7a97 SHA512 fdf04a3a32755892d422de8a535682ff44d1b635ecdc814738564376f5c7027a82c23807439835f2b7bf959f4f8b7a7d38d07a643f84ab2056ba187f3558e596
23 DIST gnuplot-mode-0.8.0.tar.gz 352106 BLAKE2B 5408cc682b205ee712d2e0ff94b57a585d4040a62d1c61b3248cac63c16c76899b4ebe9b8e6ff091216beac3c9c79ea1425e018b275145d8ed5aff3b64e524bf SHA512 d1f93f0a28036ed66869ce228ff7c7007cdd463006d29930f01a6c5fa31c0487f603f0394f423fb8831b054e8d465f669f11ec2c3f8115ef1c84d828f77056cf
24
25 diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
26 deleted file mode 100644
27 index 9aa0f7c7475..00000000000
28 --- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit readme.gentoo elisp
37 -
38 -DESCRIPTION="Gnuplot mode for Emacs"
39 -HOMEPAGE="http://xafs.org/BruceRavel/GnuplotMode"
40 -SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
45 -IUSE="doc"
46 -
47 -DEPEND="doc? ( virtual/latex-base )"
48 -RDEPEND="sci-visualization/gnuplot[-emacs(-)]"
49 -
50 -SITEFILE="50${PN}-gentoo.el"
51 -
52 -src_configure() {
53 - econf \
54 - EMACS="${EMACS}" \
55 - --with-lispdir="${EPREFIX}${SITELISP}/${PN}"
56 -}
57 -
58 -src_compile() {
59 - emake
60 - use doc && emake pdf
61 -}
62 -
63 -src_install() {
64 - emake DESTDIR="${D}" install
65 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
66 -
67 - dodoc README.org
68 - use doc && dodoc gpelcard.pdf
69 -
70 - DOC_CONTENTS="Please see ${SITELISP}/${PN}/gnuplot.el for the
71 - complete documentation."
72 - readme.gentoo_create_doc
73 -}