From 6856061186a5f5a751aafeed0bc475daa1e0ccd4 Mon Sep 17 00:00:00 2001 From: Markus Dittrich Date: Fri, 5 Oct 2007 02:00:37 +0000 Subject: Version bump and removed old versions. (Portage version: 2.1.3.11) --- sci-visualization/epix/ChangeLog | 8 +++- sci-visualization/epix/epix-1.1.15.ebuild | 46 --------------------- sci-visualization/epix/epix-1.1.17.ebuild | 54 ------------------------- sci-visualization/epix/epix-1.2.1.ebuild | 54 +++++++++++++++++++++++++ sci-visualization/epix/files/digest-epix-1.1.15 | 3 -- sci-visualization/epix/files/digest-epix-1.1.17 | 3 -- sci-visualization/epix/files/digest-epix-1.2.1 | 3 ++ 7 files changed, 64 insertions(+), 107 deletions(-) delete mode 100644 sci-visualization/epix/epix-1.1.15.ebuild delete mode 100644 sci-visualization/epix/epix-1.1.17.ebuild create mode 100644 sci-visualization/epix/epix-1.2.1.ebuild delete mode 100644 sci-visualization/epix/files/digest-epix-1.1.15 delete mode 100644 sci-visualization/epix/files/digest-epix-1.1.17 create mode 100644 sci-visualization/epix/files/digest-epix-1.2.1 (limited to 'sci-visualization') diff --git a/sci-visualization/epix/ChangeLog b/sci-visualization/epix/ChangeLog index 12b1c477f58b..d9e57da33053 100644 --- a/sci-visualization/epix/ChangeLog +++ b/sci-visualization/epix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-visualization/epix # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.19 2007/09/28 13:34:37 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.20 2007/10/05 02:00:36 markusle Exp $ + +*epix-1.2.1 (05 Oct 2007) + + 05 Oct 2007; Markus Dittrich -epix-1.1.15.ebuild, + -epix-1.1.17.ebuild, +epix-1.2.1.ebuild: + Version bump and removed old versions. *epix-1.2.0.2 (28 Sep 2007) diff --git a/sci-visualization/epix/epix-1.1.15.ebuild b/sci-visualization/epix/epix-1.1.15.ebuild deleted file mode 100644 index 17e1174ba041..000000000000 --- a/sci-visualization/epix/epix-1.1.15.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.1.15.ebuild,v 1.3 2007/09/11 13:33:20 markusle Exp $ - -inherit elisp-common flag-o-matic toolchain-funcs - -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" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="emacs" - -DEPEND="virtual/tetex - emacs? ( virtual/emacs )" - -SITEFILE=50${PN}-gentoo.el - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-doc-gentoo.patch - sed -e 's:doc/${PACKAGE_TARNAME}:doc/${PACKAGE_TARNAME}-${PACKAGE_VERSION}:' \ - -i configure || die "sed on configure failed" -} - -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 -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sci-visualization/epix/epix-1.1.17.ebuild b/sci-visualization/epix/epix-1.1.17.ebuild deleted file mode 100644 index 4f890c9757a2..000000000000 --- a/sci-visualization/epix/epix-1.1.17.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.1.17.ebuild,v 1.2 2007/09/16 13:33:45 mr_bones_ Exp $ - -inherit elisp-common flag-o-matic toolchain-funcs bash-completion - -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" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="emacs" - -DEPEND="virtual/tetex - emacs? ( virtual/emacs )" - -SITEFILE=50${PN}-gentoo.el - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-doc-gentoo.patch - sed -e 's:doc/${PACKAGE_TARNAME}:doc/${PACKAGE_TARNAME}-${PACKAGE_VERSION}:' \ - -i configure || die "sed on configure failed" -} - -src_compile() { - cd "${S}" - econf --with-nolisp || die "configure failed" - emake || die "compile failed" -} - -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 - dobashcompletion bash_completions \ - || die "install of bash completions failed" -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sci-visualization/epix/epix-1.2.1.ebuild b/sci-visualization/epix/epix-1.2.1.ebuild new file mode 100644 index 000000000000..1721c70fdab3 --- /dev/null +++ b/sci-visualization/epix/epix-1.2.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.1.ebuild,v 1.1 2007/10/05 02:00:36 markusle Exp $ + +inherit elisp-common flag-o-matic toolchain-funcs bash-completion + +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" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="emacs" + +DEPEND="virtual/tetex + emacs? ( virtual/emacs )" + +SITEFILE=50${PN}-gentoo.el + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-1.1.17-doc-gentoo.patch + sed -e 's:doc/${PACKAGE_TARNAME}:doc/${PACKAGE_TARNAME}-${PACKAGE_VERSION}:' \ + -i configure || die "sed on configure failed" +} + +src_compile() { + cd "${S}" + econf --disable-epix-el || die "configure failed" + emake || die "compile failed" +} + +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 + dobashcompletion bash_completions \ + || die "install of bash completions failed" +} + +pkg_postinst() { + use emacs && elisp-site-regen +} + +pkg_postrm() { + use emacs && elisp-site-regen +} diff --git a/sci-visualization/epix/files/digest-epix-1.1.15 b/sci-visualization/epix/files/digest-epix-1.1.15 deleted file mode 100644 index 2ede828a1ea8..000000000000 --- a/sci-visualization/epix/files/digest-epix-1.1.15 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 85a05d8f6bb6c76e50bb62be9ee5d611 epix-1.1.15_withpdf.tar.bz2 1396212 -RMD160 196486ef1a9302a6132231b86f5967d8776d4152 epix-1.1.15_withpdf.tar.bz2 1396212 -SHA256 4740b7c4a3d8551cd5532fb86e31caedada5adaa166f25a405e00bd993bc6dee epix-1.1.15_withpdf.tar.bz2 1396212 diff --git a/sci-visualization/epix/files/digest-epix-1.1.17 b/sci-visualization/epix/files/digest-epix-1.1.17 deleted file mode 100644 index 3290dc2b1f78..000000000000 --- a/sci-visualization/epix/files/digest-epix-1.1.17 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f7cf7bad555f77a24bec262be0ce2ffd epix-1.1.17_withpdf.tar.bz2 1408970 -RMD160 255677abe3c7315d1a9709a2f112acc5247af998 epix-1.1.17_withpdf.tar.bz2 1408970 -SHA256 6cb20187afcf173b5e061461470e2a5be5f3771bb993e7dd3d3a8d0c8305626e epix-1.1.17_withpdf.tar.bz2 1408970 diff --git a/sci-visualization/epix/files/digest-epix-1.2.1 b/sci-visualization/epix/files/digest-epix-1.2.1 new file mode 100644 index 000000000000..4f7bf1703497 --- /dev/null +++ b/sci-visualization/epix/files/digest-epix-1.2.1 @@ -0,0 +1,3 @@ +MD5 4857266c2866730a3283ad244e10d052 epix-1.2.1_withpdf.tar.bz2 1498603 +RMD160 b46f9ac70488f4dab617b9235ec430b227dae759 epix-1.2.1_withpdf.tar.bz2 1498603 +SHA256 c5083182b1a1c8761a76a9062b16c59f9417644e092f16b54f49336cc6417b66 epix-1.2.1_withpdf.tar.bz2 1498603 -- cgit v1.2.3-65-gdbad