jlec 14/07/13 09:09:02
Modified: ChangeLog gts-20121130.ebuild
Removed: gts-20120706.ebuild gts-20100321-r3.ebuild
gts-20111025-r1.ebuild
Log:
sci-libs/gts: Drop old, #478610; drop dependency on fortran
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
B9D4F231BD1558AB!)
Revision Changes Path
1.33 sci-libs/gts/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/ChangeLog?rev=1.33&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/ChangeLog?rev=1.33&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 27 Aug 2013 21:27:39 -0000 1.32
+++ ChangeLog 13 Jul 2014 09:09:02 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/gts
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.32 2013/08/27
21:27:39 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.33 2014/07/13
09:09:02 jlec Exp $
+
+ 13 Jul 2014; Justin Lecher <[email protected]> -gts-20100321-r3.ebuild,
+ -gts-20111025-r1.ebuild, -gts-20120706.ebuild, gts-20121130.ebuild:
+ Drop old, #478610; drop dependency on fortran
27 Aug 2013; Alexis Ballier <[email protected]> gts-20121130.ebuild:
keyword ~amd64-fbsd
1.3 sci-libs/gts/gts-20121130.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20121130.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20121130.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20121130.ebuild?r1=1.2&r2=1.3
Index: gts-20121130.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20121130.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gts-20121130.ebuild 27 Aug 2013 21:27:39 -0000 1.2
+++ gts-20121130.ebuild 13 Jul 2014 09:09:02 -0000 1.3
@@ -1,13 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20121130.ebuild,v 1.2
2013/08/27 21:27:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20121130.ebuild,v 1.3
2014/07/13 09:09:02 jlec Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools-utils fortran-2
+inherit autotools-utils
MYP=${P/-20/-snapshot-}
@@ -31,12 +30,14 @@
S="${WORKDIR}/${MYP}"
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
PATCHES=( "${FILESDIR}"/${PN}-20111025-autotools.patch )
src_compile() {
autotools-utils_src_compile
use doc && autotools-utils_src_compile -C doc html
- chmod +x test/*/*.sh
+ chmod +x test/*/*.sh || die
}
src_install() {