bircoph     15/08/06 20:30:29

  Modified:             ChangeLog geant-4.9.4_p03.ebuild
  Added:                geant-3.21.14-r4.ebuild
  Log:
  Update Debian patchset and EAPI for geant-3, fix copyright year for geant-4
  
  Signed-off-by: Andrew Savchenko <birc...@gentoo.org>
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565953B95372756C)

Revision  Changes    Path
1.85                 sci-physics/geant/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.85&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.85&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   27 May 2015 15:28:09 -0000      1.84
+++ ChangeLog   6 Aug 2015 20:30:29 -0000       1.85
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/geant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.84 
2015/05/27 15:28:09 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.85 
2015/08/06 20:30:29 bircoph Exp $
+
+*geant-3.21.14-r4 (06 Aug 2015)
+
+  06 Aug 2015; Andrew Savchenko <birc...@gentoo.org> +geant-3.21.14-r4.ebuild:
+  Update Debian patchset to version 11, upgrade to EAPI=5.
 
   27 May 2015; Andrew Savchenko <birc...@gentoo.org> geant-4.10.00.ebuild,
   geant-4.10.00_p01.ebuild, geant-4.10.01.ebuild:



1.6                  sci-physics/geant/geant-4.9.4_p03.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild?r1=1.5&r2=1.6

Index: geant-4.9.4_p03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- geant-4.9.4_p03.ebuild      2 Mar 2013 23:26:38 -0000       1.5
+++ geant-4.9.4_p03.ebuild      6 Aug 2015 20:30:29 -0000       1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild,v 
1.5 2013/03/02 23:26:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p03.ebuild,v 
1.6 2015/08/06 20:30:29 bircoph Exp $
 
 EAPI=4
 



1.1                  sci-physics/geant/geant-3.21.14-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-3.21.14-r4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/geant-3.21.14-r4.ebuild?rev=1.1&content-type=text/plain

Index: geant-3.21.14-r4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r4.ebuild,v 
1.1 2015/08/06 20:30:29 bircoph Exp $

EAPI=5

inherit eutils fortran-2

DEB_PN=geant321
DEB_PV=${PV}.dfsg
DEB_PR=11
DEB_P=${DEB_PN}_${DEB_PV}

DESCRIPTION="CERN's detector description and simulation Tool"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
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="3"
LICENSE="GPL-2 LGPL-2 BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="
        x11-libs/motif:0
        dev-lang/cfortran
        sci-physics/cernlib
        sci-physics/paw"
DEPEND="${RDEPEND}
        virtual/latex-base
        x11-misc/imake
        x11-misc/makedepend"

S="${WORKDIR}/${DEB_PN}-${DEB_PV}.orig"

src_prepare() {
        mv ../debian . || die
        sed -i -e 's:/tmp/dp.*/cern:cern:g' debian/patches/* || die
        cp debian/add-ons/Makefile . || die
        export DEB_BUILD_OPTIONS="$(tc-getFC) nostrip nocheck"
        sed -i \
                -e 's:/usr/local:${EROOT}usr:g' \
                Makefile || die "sed'ing the Makefile failed"

        einfo "Applying Debian patches"
        emake -j1 patch

        # since we depend on cfortran, do not use the one from cernlib
        rm -f src/include/cfortran/cfortran.h
}

src_compile() {
        # create local LaTeX cache directory
        VARTEXFONTS="${T}"/fonts
        emake -j1 cernlib-indep cernlib-arch
}

src_test_() {
        LD_LIBRARY_PATH="${S}"/shlib emake -j1 cernlib-test
}

src_install() {
        emake DESTDIR="${D}" install
        cd debian
        dodoc changelog README.* deadpool.txt NEWS copyright
        newdoc add-ons/README README.add-ons
}




Reply via email to