diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-12-05 07:48:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-12-05 07:48:50 +0000 |
commit | 4d6f6dea0e7a7f43d3646bd82a4659a6d01cb81c (patch) | |
tree | a53289696d10ad1cd356fffc53964e513b2480a4 /sci-visualization/epix | |
parent | dev-lang/tk: Avoid problems with autotools by only modifying configure.in, #4... (diff) | |
download | gentoo-2-4d6f6dea0e7a7f43d3646bd82a4659a6d01cb81c.tar.gz gentoo-2-4d6f6dea0e7a7f43d3646bd82a4659a6d01cb81c.tar.bz2 gentoo-2-4d6f6dea0e7a7f43d3646bd82a4659a6d01cb81c.zip |
sci-visualization/epix: Drop old
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-visualization/epix')
-rw-r--r-- | sci-visualization/epix/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/epix/epix-1.2.6.ebuild | 69 | ||||
-rw-r--r-- | sci-visualization/epix/metadata.xml | 4 |
3 files changed, 7 insertions, 72 deletions
diff --git a/sci-visualization/epix/ChangeLog b/sci-visualization/epix/ChangeLog index a87d3de29b4c..65550d8ce3bb 100644 --- a/sci-visualization/epix/ChangeLog +++ b/sci-visualization/epix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/epix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.48 2012/12/04 15:38:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.49 2012/12/05 07:48:50 jlec Exp $ + + 05 Dec 2012; Justin Lecher <jlec@gentoo.org> -epix-1.2.6.ebuild, + metadata.xml: + Drop old 04 Dec 2012; <ago@gentoo.org> epix-1.2.10.ebuild: Stable for x86, wrt bug #442570 diff --git a/sci-visualization/epix/epix-1.2.6.ebuild b/sci-visualization/epix/epix-1.2.6.ebuild deleted file mode 100644 index b1549e877690..000000000000 --- a/sci-visualization/epix/epix-1.2.6.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.6.ebuild,v 1.7 2012/11/10 09:49:50 jlec Exp $ - -EAPI=2 - -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" -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() { - # disable automatic install of doc and examples - epatch \ - "${FILESDIR}"/${P}-doc-gentoo.patch \ - "${FILESDIR}"/${P}-automake.patch - eautoreconf -} - -src_configure() { - econf \ - --docdir=/usr/share/doc/${PF} \ - --disable-epix-el -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - 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 - dobashcomp bash_completions - if use doc; then - insinto /usr/share/doc/${PF} - doins doc/*gz || die - fi - if use examples; then - cd samples - insinto /usr/share/doc/${PF}/examples - doins *.xp *.flx *c *h README || die - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sci-visualization/epix/metadata.xml b/sci-visualization/epix/metadata.xml index 99968f74811f..f946cb30e669 100644 --- a/sci-visualization/epix/metadata.xml +++ b/sci-visualization/epix/metadata.xml @@ -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 |