From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 43 ------------------------ 1 file changed, 43 deletions(-) delete mode 100644 app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild (limited to 'app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild') 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 1a90fa983b9a..000000000000 --- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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 ~x86-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 -} -- cgit v1.2.3