summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-02-20 13:29:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-02-20 13:29:32 +0000
commit40a6f82c23a28827b8fbbd3d188a0506d442bf0a (patch)
tree4fa0f9b9753b4b0852c58f8c73d49495cb403e8c /sci-physics
parentRemove checks for swig USE flags since the last version does not have them an... (diff)
downloadgentoo-2-40a6f82c23a28827b8fbbd3d188a0506d442bf0a.tar.gz
gentoo-2-40a6f82c23a28827b8fbbd3d188a0506d442bf0a.tar.bz2
gentoo-2-40a6f82c23a28827b8fbbd3d188a0506d442bf0a.zip
Remove checks for swig USE flags since the last version does not have them and they were unneeded before, too.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/lhapdf/ChangeLog9
-rw-r--r--sci-physics/lhapdf/lhapdf-5.5.1.ebuild8
-rw-r--r--sci-physics/lhapdf/lhapdf-5.6.0.ebuild8
3 files changed, 11 insertions, 14 deletions
diff --git a/sci-physics/lhapdf/ChangeLog b/sci-physics/lhapdf/ChangeLog
index 1a7d7996ac67..38aee0980d1e 100644
--- a/sci-physics/lhapdf/ChangeLog
+++ b/sci-physics/lhapdf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-physics/lhapdf
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.3 2008/10/25 10:54:34 markusle Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.4 2009/02/20 13:29:32 flameeyes Exp $
+
+ 20 Feb 2009; Diego E. Pettenò <flameeyes@gentoo.org> lhapdf-5.5.1.ebuild,
+ lhapdf-5.6.0.ebuild:
+ Remove checks for swig USE flags since the last version does not have them
+ and they were unneeded before, too.
*lhapdf-5.6.0 (25 Oct 2008)
diff --git a/sci-physics/lhapdf/lhapdf-5.5.1.ebuild b/sci-physics/lhapdf/lhapdf-5.5.1.ebuild
index b890df1cacb3..a5df913eaa79 100644
--- a/sci-physics/lhapdf/lhapdf-5.5.1.ebuild
+++ b/sci-physics/lhapdf/lhapdf-5.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.5.1.ebuild,v 1.1 2008/10/04 10:17:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.5.1.ebuild,v 1.2 2009/02/20 13:29:32 flameeyes Exp $
inherit eutils fortran
@@ -19,10 +19,6 @@ RDEPEND=""
pkg_setup() {
local err
- if use python && ! built_with_use dev-lang/swig python; then
- eerror "You need USE=python in dev-lang/swig for python support."
- err="${err} python"
- fi
# this is needed for formulas even with html output only
if use doc && ! built_with_use app-doc/doxygen latex; then
eerror "You need USE=latex in app-doc/doxygen for docs."
diff --git a/sci-physics/lhapdf/lhapdf-5.6.0.ebuild b/sci-physics/lhapdf/lhapdf-5.6.0.ebuild
index 8c1c754d1a93..d0d70b50e76a 100644
--- a/sci-physics/lhapdf/lhapdf-5.6.0.ebuild
+++ b/sci-physics/lhapdf/lhapdf-5.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.6.0.ebuild,v 1.1 2008/10/25 10:54:34 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.6.0.ebuild,v 1.2 2009/02/20 13:29:32 flameeyes Exp $
inherit eutils fortran
@@ -19,10 +19,6 @@ RDEPEND=""
pkg_setup() {
local err
- if use python && ! built_with_use dev-lang/swig python; then
- eerror "You need USE=python in dev-lang/swig for python support."
- err="${err} python"
- fi
# this is needed for formulas even with html output only
if use doc && ! built_with_use app-doc/doxygen latex; then
eerror "You need USE=latex in app-doc/doxygen for docs."