public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/epix: metadata.xml ChangeLog epix-1.2.10.ebuild epix-1.2.11.ebuild epix-1.2.11-r1.ebuild
@ 2014-10-22  8:46 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2014-10-22  8:46 UTC (permalink / raw
  To: gentoo-commits

jlec        14/10/22 08:46:46

  Modified:             metadata.xml ChangeLog epix-1.2.10.ebuild
                        epix-1.2.11.ebuild
  Added:                epix-1.2.11-r1.ebuild
  Log:
  sci-visualization/epix: Fix bashcomp installation, #526322
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.7                  sci-visualization/epix/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/metadata.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/metadata.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml	16 Jul 2013 16:42:15 -0000	1.6
+++ metadata.xml	22 Oct 2014 08:46:45 -0000	1.7
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
   ePiX creates mathematically accurate figures, plots, and
   movies using easy-to-learn syntax. The output is expressly suitable
   for use with LaTeX; figures may be written in a LaTeX picture



1.51                 sci-visualization/epix/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	16 Jul 2013 16:42:15 -0000	1.50
+++ ChangeLog	22 Oct 2014 08:46:45 -0000	1.51
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/epix
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.50 2013/07/16 16:42:15 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.51 2014/10/22 08:46:45 jlec Exp $
+
+*epix-1.2.11-r1 (22 Oct 2014)
+
+  22 Oct 2014; Justin Lecher <jlec@gentoo.org> epix-1.2.10.ebuild,
+  epix-1.2.11.ebuild, +epix-1.2.11-r1.ebuild, metadata.xml:
+  Fix bashcomp installation, #526322
 
 *epix-1.2.11 (16 Jul 2013)
 



1.9                  sci-visualization/epix/epix-1.2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/epix-1.2.10.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/epix-1.2.10.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/epix-1.2.10.ebuild?r1=1.8&r2=1.9

Index: epix-1.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- epix-1.2.10.ebuild	4 Dec 2012 15:38:19 -0000	1.8
+++ epix-1.2.10.ebuild	22 Oct 2014 08:46:45 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.10.ebuild,v 1.8 2012/12/04 15:38:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.10.ebuild,v 1.9 2014/10/22 08:46:45 jlec Exp $
 
 EAPI=4
 
@@ -46,6 +46,7 @@
 		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	fi
 	newbashcomp bash_completions epix
+	bashcomp_alias epix flix elaps laps
 	if use doc; then
 		insinto /usr/share/doc/${PF}
 		doins doc/*gz



1.2                  sci-visualization/epix/epix-1.2.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/epix-1.2.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/epix-1.2.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/epix-1.2.11.ebuild?r1=1.1&r2=1.2

Index: epix-1.2.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epix-1.2.11.ebuild	16 Jul 2013 16:42:15 -0000	1.1
+++ epix-1.2.11.ebuild	22 Oct 2014 08:46:45 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.11.ebuild,v 1.1 2013/07/16 16:42:15 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.11.ebuild,v 1.2 2014/10/22 08:46:45 jlec Exp $
 
 EAPI=5
 
@@ -46,6 +46,7 @@
 		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	fi
 	newbashcomp bash_completions epix
+	bashcomp_alias epix flix elaps laps
 	if use doc; then
 		insinto /usr/share/doc/${PF}
 		doins doc/*gz



1.1                  sci-visualization/epix/epix-1.2.11-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/epix-1.2.11-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/epix/epix-1.2.11-r1.ebuild?rev=1.1&content-type=text/plain

Index: epix-1.2.11-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.11-r1.ebuild,v 1.1 2014/10/22 08:46:45 jlec Exp $

EAPI=5

inherit elisp-common bash-completion-r1 autotools eutils

DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)"
HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html"
SRC_URI="http://mathcs.holycross.edu/~ahwang/epix/${P}_withpdf.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc emacs examples"

DEPEND="
	virtual/latex-base
	dev-texlive/texlive-pstricks
	dev-texlive/texlive-pictures
	dev-texlive/texlive-latexextra
	dev-tex/xcolor
	emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}"
SITEFILE=50${PN}-gentoo.el

src_prepare() {
	epatch "${FILESDIR}"/${PN}-1.2.10-autotools.patch
	eautoreconf
}

src_configure() {
	econf \
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
		--disable-epix-el
}

src_install() {
	default
	if use emacs; then
		# do compilation here as the make install target will
		# create the .el file
		elisp-compile *.el || die "elisp-compile failed!"
		elisp-install ${PN} *.elc *.el || die "elisp-install failed!"
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	fi
	newbashcomp bash_completions epix
	bashcomp_alias epix flix elaps laps
	if use doc; then
		insinto /usr/share/doc/${PF}
		doins doc/*gz
	fi
	if use examples; then
		cd samples
		insinto /usr/share/doc/${PF}/examples
		doins *.xp *.flx *c *h README
	fi
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-22  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-22  8:46 [gentoo-commits] gentoo-x86 commit in sci-visualization/epix: metadata.xml ChangeLog epix-1.2.10.ebuild epix-1.2.11.ebuild epix-1.2.11-r1.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox