summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-16 18:54:24 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-16 18:54:24 +0000
commitdea6708ed3b3560906a9cc76fa2e58ba32657eb5 (patch)
tree170e03f7f4bc7714ee93ddf997da024fc67c46bd /sci-physics
parentsci-physics/pythia: Remove virtual/fortran and always call fortran-2_pkg_setu... (diff)
downloadgentoo-2-dea6708ed3b3560906a9cc76fa2e58ba32657eb5.tar.gz
gentoo-2-dea6708ed3b3560906a9cc76fa2e58ba32657eb5.tar.bz2
gentoo-2-dea6708ed3b3560906a9cc76fa2e58ba32657eb5.zip
sci-physics/paw: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/paw/ChangeLog9
-rw-r--r--sci-physics/paw/metadata.xml4
-rw-r--r--sci-physics/paw/paw-2.14.04-r2.ebuild18
-rw-r--r--sci-physics/paw/paw-2.14.04-r3.ebuild17
4 files changed, 27 insertions, 21 deletions
diff --git a/sci-physics/paw/ChangeLog b/sci-physics/paw/ChangeLog
index a85322dbf71d..69ed876aa737 100644
--- a/sci-physics/paw/ChangeLog
+++ b/sci-physics/paw/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-physics/paw
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.23 2011/07/21 16:55:57 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.24 2012/10/16 18:54:24 jlec Exp $
+
+ 16 Oct 2012; Justin Lecher <jlec@gentoo.org> paw-2.14.04-r2.ebuild,
+ paw-2.14.04-r3.ebuild, metadata.xml:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
*paw-2.14.04-r3 (21 Jul 2011)
diff --git a/sci-physics/paw/metadata.xml b/sci-physics/paw/metadata.xml
index 9450758ff229..d3ab764eea38 100644
--- a/sci-physics/paw/metadata.xml
+++ b/sci-physics/paw/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-physics</herd>
-<longdescription lang="en">
+ <herd>sci-physics</herd>
+ <longdescription lang="en">
PAW is an interactive program providing interactive graphical
presentation and statistical and mathematical analysis tools. It is
designed to work on objects familiar to physicists such as histograms,
diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild
index b3bbfb987680..3789ff004841 100644
--- a/sci-physics/paw/paw-2.14.04-r2.ebuild
+++ b/sci-physics/paw/paw-2.14.04-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.20 2011/06/21 14:33:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.21 2012/10/16 18:54:24 jlec Exp $
EAPI=2
+
inherit eutils fortran-2 toolchain-funcs
DEB_PN=paw
@@ -12,21 +13,20 @@ DEB_P=${DEB_PN}_${DEB_PV}
DESCRIPTION="CERN's Physics Analysis Workstation data analysis program"
HOMEPAGE="http://wwwasd.web.cern.ch/wwwasd/paw/index.html"
-LICENSE="GPL-2 LGPL-2 BSD"
-SRC_URI="mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz
+SRC_URI="
+ mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz
mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}-${DEB_PR}.diff.gz"
-KEYWORDS="amd64 hppa sparc x86"
SLOT="0"
+LICENSE="GPL-2 LGPL-2 BSD"
+KEYWORDS="amd64 hppa sparc x86"
IUSE="static"
RDEPEND="
- virtual/fortran
-sci-physics/cernlib
+ sci-physics/cernlib
x11-libs/libXaw
- >=x11-libs/openmotif-2.3:0
+ x11-libs/openmotif:0
x11-libs/xbae"
-
DEPEND="${RDEPEND}
dev-lang/cfortran
virtual/latex-base
diff --git a/sci-physics/paw/paw-2.14.04-r3.ebuild b/sci-physics/paw/paw-2.14.04-r3.ebuild
index b1a9c4ca45d2..3a26bb75a477 100644
--- a/sci-physics/paw/paw-2.14.04-r3.ebuild
+++ b/sci-physics/paw/paw-2.14.04-r3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r3.ebuild,v 1.1 2011/07/21 16:55:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r3.ebuild,v 1.2 2012/10/16 18:54:24 jlec Exp $
EAPI=4
+
inherit eutils toolchain-funcs fortran-2
DEB_PN=paw
@@ -12,20 +13,20 @@ DEB_P=${DEB_PN}_${DEB_PV}
DESCRIPTION="CERN's Physics Analysis Workstation data analysis program"
HOMEPAGE="http://wwwasd.web.cern.ch/wwwasd/paw/index.html"
-LICENSE="GPL-2 LGPL-2 BSD"
-SRC_URI="mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz
+SRC_URI="
+ mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz
mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}-${DEB_PR}.debian.tar.gz"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
SLOT="0"
+LICENSE="GPL-2 LGPL-2 BSD"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE=""
-RDEPEND="sci-physics/cernlib
- virtual/fortran
+RDEPEND="
+ sci-physics/cernlib
x11-libs/libXaw
>=x11-libs/openmotif-2.3:0
x11-libs/xbae"
-
DEPEND="${RDEPEND}
dev-lang/cfortran
virtual/latex-base