summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2015-08-01 11:33:55 +0000
committerAndrew Savchenko <bircoph@gentoo.org>2015-08-01 11:33:55 +0000
commit636a344b17b0f8ec32043962402916996d4e25e8 (patch)
tree8a52dbe1584c57dfab3ec0058eefa9f180b555d5 /sci-physics
parentVersion bump. (diff)
downloadgentoo-2-636a344b17b0f8ec32043962402916996d4e25e8.tar.gz
gentoo-2-636a344b17b0f8ec32043962402916996d4e25e8.tar.bz2
gentoo-2-636a344b17b0f8ec32043962402916996d4e25e8.zip
Remove old versions.
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/paw/ChangeLog6
-rw-r--r--sci-physics/paw/files/paw-2.14.04-missing-headers.patch11
-rw-r--r--sci-physics/paw/paw-2.14.04-r2.ebuild73
-rw-r--r--sci-physics/paw/paw-2.14.04-r3.ebuild68
4 files changed, 5 insertions, 153 deletions
diff --git a/sci-physics/paw/ChangeLog b/sci-physics/paw/ChangeLog
index e70d001dbda5..6414f6bfffaf 100644
--- a/sci-physics/paw/ChangeLog
+++ b/sci-physics/paw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/paw
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.32 2015/07/30 12:59:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.33 2015/08/01 11:33:55 bircoph Exp $
+
+ 01 Aug 2015; Andrew Savchenko <bircoph@gentoo.org> -paw-2.14.04-r2.ebuild,
+ -paw-2.14.04-r3.ebuild, -files/paw-2.14.04-missing-headers.patch:
+ Remove old, fixes bug 478634.
30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> paw-2.14.04-r4.ebuild:
Stable for sparc, wrt bug #550572
diff --git a/sci-physics/paw/files/paw-2.14.04-missing-headers.patch b/sci-physics/paw/files/paw-2.14.04-missing-headers.patch
deleted file mode 100644
index 5a1f76ed1542..000000000000
--- a/sci-physics/paw/files/paw-2.14.04-missing-headers.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/pawlib/comis/deccc/cs_hlshl.c.orig 2009-09-10 01:14:51.000000000 +0100
-+++ src/pawlib/comis/deccc/cs_hlshl.c 2009-09-10 01:16:19.000000000 +0100
-@@ -61,7 +61,7 @@
- #endif
-
- #include <sys/time.h>
--
-+#include <stdlib.h>
- #include <signal.h>
- #include <string.h>
-
diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild
deleted file mode 100644
index 778c3244ca7b..000000000000
--- a/sci-physics/paw/paw-2.14.04-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2015 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.23 2015/05/27 15:36:27 bircoph Exp $
-
-EAPI=2
-
-inherit eutils fortran-2 toolchain-funcs
-
-DEB_PN=paw
-DEB_PV=${PV}.dfsg.2
-DEB_PR=6
-DEB_P=${DEB_PN}_${DEB_PV}
-
-DESCRIPTION="CERN's Physics Analysis Workstation data analysis program"
-HOMEPAGE="https://paw.web.cern.ch/paw/"
-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"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2 BSD"
-KEYWORDS="amd64 hppa sparc x86"
-IUSE="static"
-
-RDEPEND="
- sci-physics/cernlib
- x11-libs/libXaw
- x11-libs/motif:0
- x11-libs/xbae"
-DEPEND="${RDEPEND}
- dev-lang/cfortran
- virtual/latex-base
- x11-misc/imake
- x11-misc/makedepend"
-
-S="${WORKDIR}/${DEB_PN}-${DEB_PV}.orig"
-
-src_prepare() {
- cd "${WORKDIR}"
- sed -i -e 's:/tmp/dp.*/cern:cern:g' ${DEB_P}-${DEB_PR}.diff || die
- epatch ${DEB_P}-${DEB_PR}.diff
- cd "${S}"
- cp debian/add-ons/Makefile .
- export DEB_BUILD_OPTIONS="$(tc-getFC) nostrip nocheck"
-
- # fix some path stuff and collision for comis.h,
- # already installed by cernlib and replace hardcoded fortran compiler
- sed -i \
- -e 's:/usr/local:/usr:g' \
- -e '/comis.h/d' \
- -e "s/gfortran/$(tc-getFC)/g" \
- Makefile || die "sed'ing the Makefile failed"
-
- einfo "Applying Debian patches"
- emake -j1 patch || die "applying patch failed"
- epatch "${FILESDIR}"/${P}-glibc-2.10.patch
- epatch "${FILESDIR}"/${P}-missing-headers.patch
- # since we depend on cfortran, do not use the one from cernlib
- rm -f src/include/cfortran/cfortran.h
-}
-
-src_compile() {
- VARTEXFONTS="${T}"/fonts
- emake -j1 cernlib-indep cernlib-arch || die "emake failed"
-}
-
-src_install() {
- use static || rm -vf bin/*.static
- emake DESTDIR="${D}" install || die "emake install failed"
- cd "${S}"/debian
- dodoc changelog README.* deadpool.txt copyright || die "dodoc failed"
- newdoc add-ons/README README.add-ons || die "newdoc failed"
-}
diff --git a/sci-physics/paw/paw-2.14.04-r3.ebuild b/sci-physics/paw/paw-2.14.04-r3.ebuild
deleted file mode 100644
index 8f0c0dcb6777..000000000000
--- a/sci-physics/paw/paw-2.14.04-r3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 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.4 2015/05/27 15:36:27 bircoph Exp $
-
-EAPI=4
-
-inherit eutils toolchain-funcs fortran-2
-
-DEB_PN=paw
-DEB_PV=${PV}.dfsg.2
-DEB_PR=7
-DEB_P=${DEB_PN}_${DEB_PV}
-
-DESCRIPTION="CERN's Physics Analysis Workstation data analysis program"
-HOMEPAGE="https://paw.web.cern.ch/paw/"
-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"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2 BSD"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
- sci-physics/cernlib
- x11-libs/libXaw
- >=x11-libs/motif-2.3:0
- x11-libs/xbae"
-DEPEND="${RDEPEND}
- dev-lang/cfortran
- virtual/latex-base
- x11-misc/imake
- x11-misc/makedepend"
-
-S="${WORKDIR}/${DEB_PN}-${DEB_PV}.orig"
-
-src_prepare() {
- mv ../debian . && cp debian/add-ons/Makefile .
- export DEB_BUILD_OPTIONS="$(tc-getFC) nostrip nocheck"
-
- # fix some path stuff and collision for comis.h,
- # already installed by cernlib and replace hardcoded fortran compiler
- sed -i \
- -e 's:/usr/local:/usr:g' \
- -e '/comis.h/d' \
- -e "s/gfortran/$(tc-getFC)/g" \
- Makefile || die "sed'ing the Makefile failed"
-
- einfo "Applying Debian patches"
- emake -j1 patch
- epatch "${FILESDIR}"/${P}-glibc-2.10.patch
- #epatch "${FILESDIR}"/${P}-missing-headers.patch
- # since we depend on cfortran, do not use the one from cernlib
- rm -f src/include/cfortran/cfortran.h
-}
-
-src_compile() {
- VARTEXFONTS="${T}"/fonts
- emake -j1 cernlib-indep cernlib-arch
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- cd "${S}"/debian
- dodoc changelog README.* deadpool.txt copyright
- newdoc add-ons/README README.add-ons
-}