summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-07-10 09:32:16 +0000
committerJustin Lecher <jlec@gentoo.org>2013-07-10 09:32:16 +0000
commit804f79997ea90cb7481bdabc5effe3da8b594e4b (patch)
treeed7d8c8b12f35ed7c2f57b0e0cee59a9ec03b592 /sci-libs/gts
parentsci-chemistry/ccpn: Add latest python patches (diff)
downloadgentoo-2-804f79997ea90cb7481bdabc5effe3da8b594e4b.tar.gz
gentoo-2-804f79997ea90cb7481bdabc5effe3da8b594e4b.tar.bz2
gentoo-2-804f79997ea90cb7481bdabc5effe3da8b594e4b.zip
sci-libs/gts: Version Bump, restrict buggy tests, #277165; add missing dep, #475896
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/gts')
-rw-r--r--sci-libs/gts/ChangeLog11
-rw-r--r--sci-libs/gts/gts-20100321-r3.ebuild5
-rw-r--r--sci-libs/gts/gts-20111025-r1.ebuild7
-rw-r--r--sci-libs/gts/gts-20120706.ebuild10
-rw-r--r--sci-libs/gts/gts-20121130.ebuild49
-rw-r--r--sci-libs/gts/metadata.xml4
6 files changed, 74 insertions, 12 deletions
diff --git a/sci-libs/gts/ChangeLog b/sci-libs/gts/ChangeLog
index 0b86ac07e582..8c8833ffb47f 100644
--- a/sci-libs/gts/ChangeLog
+++ b/sci-libs/gts/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sci-libs/gts
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.30 2012/12/17 20:35:43 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.31 2013/07/10 09:32:16 jlec Exp $
+
+*gts-20121130 (10 Jul 2013)
+
+ 10 Jul 2013; Justin Lecher <jlec@gentoo.org> gts-20100321-r3.ebuild,
+ gts-20111025-r1.ebuild, gts-20120706.ebuild, +gts-20121130.ebuild,
+ metadata.xml:
+ Version Bump, restrict buggy tests, #277165; add missing dep, #475896
17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> gts-20120706.ebuild:
Add ~ppc64, wrt bug #419621
diff --git a/sci-libs/gts/gts-20100321-r3.ebuild b/sci-libs/gts/gts-20100321-r3.ebuild
index e9188bc1adc8..dc188aaae942 100644
--- a/sci-libs/gts/gts-20100321-r3.ebuild
+++ b/sci-libs/gts/gts-20100321-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r3.ebuild,v 1.4 2012/10/18 21:46:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r3.ebuild,v 1.5 2013/07/10 09:32:16 jlec Exp $
EAPI=2
@@ -19,6 +19,7 @@ RDEPEND="
dev-libs/glib:2
!<=sci-chemistry/ccp4-apps-6.1.3-r2"
DEPEND="${RDEPEND}
+ dev-util/gtk-doc
virtual/pkgconfig
test? ( media-libs/netpbm )"
diff --git a/sci-libs/gts/gts-20111025-r1.ebuild b/sci-libs/gts/gts-20111025-r1.ebuild
index eeed545a3771..8362161271e5 100644
--- a/sci-libs/gts/gts-20111025-r1.ebuild
+++ b/sci-libs/gts/gts-20111025-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20111025-r1.ebuild,v 1.5 2012/10/18 21:46:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20111025-r1.ebuild,v 1.6 2013/07/10 09:32:16 jlec Exp $
EAPI=4
@@ -8,16 +8,17 @@ AUTOTOOLS_AUTORECONF=1
inherit autotools-utils fortran-2
DESCRIPTION="GNU Triangulated Surface Library"
-LICENSE="LGPL-2"
HOMEPAGE="http://gts.sourceforge.net/"
SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz"
SLOT="0"
+LICENSE="LGPL-2"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="doc examples static-libs test"
RDEPEND="dev-libs/glib:2"
DEPEND="${RDEPEND}
+ dev-util/gtk-doc
virtual/pkgconfig
test? ( media-libs/netpbm )"
diff --git a/sci-libs/gts/gts-20120706.ebuild b/sci-libs/gts/gts-20120706.ebuild
index 3d6948a23ff0..9c4aad7c72ea 100644
--- a/sci-libs/gts/gts-20120706.ebuild
+++ b/sci-libs/gts/gts-20120706.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20120706.ebuild,v 1.3 2012/12/17 20:35:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20120706.ebuild,v 1.4 2013/07/10 09:32:16 jlec Exp $
EAPI=4
@@ -11,19 +11,23 @@ inherit autotools-utils fortran-2
MYP=${P/-20/-snapshot-}
DESCRIPTION="GNU Triangulated Surface Library"
-LICENSE="LGPL-2"
HOMEPAGE="http://gts.sourceforge.net/"
SRC_URI="http://gts.sourceforge.net/tarballs/${MYP}.tar.gz"
SLOT="0"
+LICENSE="LGPL-2"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples static-libs test"
RDEPEND="dev-libs/glib:2"
DEPEND="${RDEPEND}
+ dev-util/gtk-doc
virtual/pkgconfig
test? ( media-libs/netpbm )"
+# buggy
+RESTRICT=test
+
S="${WORKDIR}/${MYP}"
PATCHES=( "${FILESDIR}"/${PN}-20111025-autotools.patch )
diff --git a/sci-libs/gts/gts-20121130.ebuild b/sci-libs/gts/gts-20121130.ebuild
new file mode 100644
index 000000000000..c68a7969cdf8
--- /dev/null
+++ b/sci-libs/gts/gts-20121130.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2013 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.1 2013/07/10 09:32:16 jlec Exp $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+inherit autotools-utils fortran-2
+
+MYP=${P/-20/-snapshot-}
+
+DESCRIPTION="GNU Triangulated Surface Library"
+HOMEPAGE="http://gts.sourceforge.net/"
+SRC_URI="http://gts.sourceforge.net/tarballs/${MYP}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples static-libs test"
+
+RDEPEND="dev-libs/glib:2"
+DEPEND="${RDEPEND}
+ dev-util/gtk-doc
+ virtual/pkgconfig
+ test? ( media-libs/netpbm )"
+
+# buggy
+RESTRICT=test
+
+S="${WORKDIR}/${MYP}"
+
+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
+}
+
+src_install() {
+ use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}"/doc/html/)
+ autotools-utils_src_install
+ if use examples; then
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/*.c
+ fi
+}
diff --git a/sci-libs/gts/metadata.xml b/sci-libs/gts/metadata.xml
index f603fa10fc94..2406d4e01ce8 100644
--- a/sci-libs/gts/metadata.xml
+++ b/sci-libs/gts/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</herd>
- <longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
Gerris Flow Solver is a software program for the solution of the partial
differential equations describing fluid flow.
</longdescription>