summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-01-05 18:58:00 +0000
committerJustin Lecher <jlec@gentoo.org>2012-01-05 18:58:00 +0000
commit4df6d880ba3a4b037b082c5889e741504de5d95e (patch)
tree97bec281f0dee40e3456bfa3da68f20930759b6f /sci-libs
parentFix for file collitions (diff)
downloadgentoo-2-4df6d880ba3a4b037b082c5889e741504de5d95e.tar.gz
gentoo-2-4df6d880ba3a4b037b082c5889e741504de5d95e.tar.bz2
gentoo-2-4df6d880ba3a4b037b082c5889e741504de5d95e.zip
Fix for file collitions with apbs
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gts/ChangeLog6
-rw-r--r--sci-libs/gts/gts-20100321-r1.ebuild7
-rw-r--r--sci-libs/gts/gts-20100321-r2.ebuild7
-rw-r--r--sci-libs/gts/gts-20100321-r3.ebuild5
4 files changed, 16 insertions, 9 deletions
diff --git a/sci-libs/gts/ChangeLog b/sci-libs/gts/ChangeLog
index 67ad4fe10835..b9e92c1dd3c7 100644
--- a/sci-libs/gts/ChangeLog
+++ b/sci-libs/gts/ChangeLog
@@ -1,6 +1,10 @@
# 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.19 2012/01/04 17:35:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.20 2012/01/05 18:58:00 jlec Exp $
+
+ 05 Jan 2012; Justin Lecher <jlec@gentoo.org> gts-20100321-r1.ebuild,
+ gts-20100321-r2.ebuild, gts-20100321-r3.ebuild:
+ Fix for file collitions with apbs
*gts-20100321-r3 (04 Jan 2012)
diff --git a/sci-libs/gts/gts-20100321-r1.ebuild b/sci-libs/gts/gts-20100321-r1.ebuild
index 70c77e92ddfb..468e0af8feb2 100644
--- a/sci-libs/gts/gts-20100321-r1.ebuild
+++ b/sci-libs/gts/gts-20100321-r1.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v 1.5 2012/01/04 17:35:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v 1.6 2012/01/05 18:58:00 jlec Exp $
EAPI=2
+
inherit eutils fortran-2 autotools
DESCRIPTION="GNU Triangulated Surface Library"
-LICENSE="LGPL-2"
HOMEPAGE="http://gts.sourceforge.net/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
+LICENSE="LGPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples test"
@@ -19,7 +20,7 @@ RDEPEND="
dev-libs/glib:2
!dev-vcs/rcs
- !sci-chemistry/apbs[tools]
+ !<=sci-chemistry/apbs-1.3-r1[tools]
!<=sci-chemistry/ccp4-apps-6.1.3-r2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
diff --git a/sci-libs/gts/gts-20100321-r2.ebuild b/sci-libs/gts/gts-20100321-r2.ebuild
index e78fd7c317ca..54bd6719f307 100644
--- a/sci-libs/gts/gts-20100321-r2.ebuild
+++ b/sci-libs/gts/gts-20100321-r2.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild,v 1.4 2012/01/04 17:35:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild,v 1.5 2012/01/05 18:58:00 jlec Exp $
EAPI=2
+
inherit eutils fortran-2 autotools
DESCRIPTION="GNU Triangulated Surface Library"
-LICENSE="LGPL-2"
HOMEPAGE="http://gts.sourceforge.net/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
+LICENSE="LGPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples test"
@@ -18,7 +19,7 @@ RDEPEND="
virtual/fortran
dev-libs/glib:2
- !sci-chemistry/apbs[tools]
+ !<=sci-chemistry/apbs-1.3-r1[tools]
!<=sci-chemistry/ccp4-apps-6.1.3-r2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
diff --git a/sci-libs/gts/gts-20100321-r3.ebuild b/sci-libs/gts/gts-20100321-r3.ebuild
index d66117296448..cdcb4f83343e 100644
--- a/sci-libs/gts/gts-20100321-r3.ebuild
+++ b/sci-libs/gts/gts-20100321-r3.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2012 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.1 2012/01/04 17:35:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r3.ebuild,v 1.2 2012/01/05 18:58:00 jlec Exp $
EAPI=2
+
inherit eutils fortran-2 autotools
DESCRIPTION="GNU Triangulated Surface Library"
-LICENSE="LGPL-2"
HOMEPAGE="http://gts.sourceforge.net/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
+LICENSE="LGPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples test"