summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-09 18:26:47 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-09 18:26:47 +0000
commit2e7421980980709e6d9a32546d64581f600d63a0 (patch)
treef6e8865a641ff591627548d3476dce0bd1a1b17f /sci-mathematics/dataplot
parentMarking ZendFramework-1.11.12 ppc for bug 425452 (diff)
downloadgentoo-2-2e7421980980709e6d9a32546d64581f600d63a0.tar.gz
gentoo-2-2e7421980980709e6d9a32546d64581f600d63a0.tar.bz2
gentoo-2-2e7421980980709e6d9a32546d64581f600d63a0.zip
keyword amd64-linux x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/dataplot')
-rw-r--r--sci-mathematics/dataplot/ChangeLog6
-rw-r--r--sci-mathematics/dataplot/dataplot-20090821.ebuild16
2 files changed, 12 insertions, 10 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog
index 3ac4d1bc7a27..b88e1c5313ab 100644
--- a/sci-mathematics/dataplot/ChangeLog
+++ b/sci-mathematics/dataplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/dataplot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.16 2012/06/16 16:24:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.17 2012/08/09 18:26:47 bicatali Exp $
+
+ 09 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> dataplot-20090821.ebuild:
+ keyword amd64-linux x86-linux
16 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
Remove unused local description for USE="gs"
@@ -150,4 +153,3 @@
+dataplot-20080225.ebuild, +files/dpsrc-patchset-20080225.patch,
+metadata.xml:
New Ebuild for bug #217390, thanks to Tommy[D] for reviewing
-
diff --git a/sci-mathematics/dataplot/dataplot-20090821.ebuild b/sci-mathematics/dataplot/dataplot-20090821.ebuild
index ff2326cf1d7e..d530a893a820 100644
--- a/sci-mathematics/dataplot/dataplot-20090821.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20090821.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.4 2012/05/04 07:46:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.5 2012/08/09 18:26:47 bicatali Exp $
-EAPI=3
+EAPI=4
inherit eutils fortran-2 toolchain-funcs autotools
@@ -13,7 +13,7 @@ MY_P=dpsrc_${MY_PV}
MY_PV_AUX=2009_07_15
MY_P_AUX=dplib.${MY_PV_AUX}
-DESCRIPTION="A program for scientific visualization and statistical analyis"
+DESCRIPTION="Program for scientific visualization and statistical analyis"
HOMEPAGE="http://www.itl.nist.gov/div898/software/dataplot/"
SRC_URI="
ftp://ftp.nist.gov/pub/dataplot/unix/${MY_P}.tar.gz
@@ -21,7 +21,7 @@ SRC_URI="
SLOT="0"
LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="examples gd opengl X"
COMMON_DEPEND="
@@ -71,15 +71,15 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
if use examples; then
insinto /usr/share/doc/${PF}/examples
- doins -r "${S_AUX}"/data/* || die "installing examples failed"
+ doins -r "${S_AUX}"/data/*
fi
insinto /usr/share/dataplot
- doins "${S_AUX}"/dp{mes,sys,log}f.tex || die "doins failed."
- doenvd "${FILESDIR}"/90${PN} || die "doenvd failed"
+ doins "${S_AUX}"/dp{mes,sys,log}f.tex
+ doenvd "${FILESDIR}"/90${PN}
}
pkg_postinst() {