ulm         14/03/22 16:17:15

  Added:                gnuplot-mode-0.7.0.ebuild metadata.xml ChangeLog
  Log:
  Package restored; it was previously removed at 2007-02-05, bug 159726. 
Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  Changes    Path
1.1                  app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: gnuplot-mode-0.7.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild,v 1.1 
2014/03/22 16:17:15 ulm Exp $

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="~amd64 ~ppc ~x86"
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
}



1.3                  app-emacs/gnuplot-mode/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/gnuplot-mode/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/gnuplot-mode/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/gnuplot-mode/metadata.xml?r1=1.2&r2=1.3




1.10                 app-emacs/gnuplot-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog?r1=1.9&r2=1.10





Reply via email to