summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-05-12 13:10:17 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-05-12 13:10:17 +0000
commit4d532f8b5fa119878346558eda391af3fc194526 (patch)
treeb71e3cf1b501c788e1e9e81776ba38b2b6a7adbe /sci-mathematics/fann
parentRemove mask for claws-mail and plugins, in tree now (diff)
downloadgentoo-2-4d532f8b5fa119878346558eda391af3fc194526.tar.gz
gentoo-2-4d532f8b5fa119878346558eda391af3fc194526.tar.bz2
gentoo-2-4d532f8b5fa119878346558eda391af3fc194526.zip
Removed runtime dependencies on dev-lang/swig (see bug #221495).
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'sci-mathematics/fann')
-rw-r--r--sci-mathematics/fann/ChangeLog6
-rw-r--r--sci-mathematics/fann/fann-1.2.0-r1.ebuild8
-rw-r--r--sci-mathematics/fann/fann-1.2.0.ebuild8
-rw-r--r--sci-mathematics/fann/fann-2.0.0.ebuild6
4 files changed, 19 insertions, 9 deletions
diff --git a/sci-mathematics/fann/ChangeLog b/sci-mathematics/fann/ChangeLog
index fc64e40ac21a..4173941956f2 100644
--- a/sci-mathematics/fann/ChangeLog
+++ b/sci-mathematics/fann/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/fann
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.10 2008/03/14 10:54:33 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.11 2008/05/12 13:10:17 markusle Exp $
+
+ 12 May 2008; Markus Dittrich <markusle@gentoo.org> fann-1.2.0.ebuild,
+ fann-1.2.0-r1.ebuild, fann-2.0.0.ebuild:
+ Removed runtime dependencies on dev-lang/swig (see bug #221495).
14 Mar 2008; Christian Heim <phreak@gentoo.org> fann-1.2.0.ebuild,
fann-1.2.0-r1.ebuild, fann-2.0.0.ebuild:
diff --git a/sci-mathematics/fann/fann-1.2.0-r1.ebuild b/sci-mathematics/fann/fann-1.2.0-r1.ebuild
index cc47a0416a8d..8796bd3efa7c 100644
--- a/sci-mathematics/fann/fann-1.2.0-r1.ebuild
+++ b/sci-mathematics/fann/fann-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild,v 1.4 2008/03/14 10:54:33 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild,v 1.5 2008/05/12 13:10:17 markusle Exp $
inherit eutils
@@ -14,10 +14,12 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="doc python"
-DEPEND="sys-devel/autoconf
+RDEPEND="python? ( dev-lang/python )"
+DEPEND="${RDEPEND}
+ sys-devel/autoconf
sys-apps/sed
doc? ( app-text/docbook-sgml-utils )
- python? ( dev-lang/python dev-lang/swig )"
+ python? ( dev-lang/swig )"
S=${WORKDIR}/${MY_PKG_NAME}
diff --git a/sci-mathematics/fann/fann-1.2.0.ebuild b/sci-mathematics/fann/fann-1.2.0.ebuild
index 34cfae29e23f..c98158d2427f 100644
--- a/sci-mathematics/fann/fann-1.2.0.ebuild
+++ b/sci-mathematics/fann/fann-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild,v 1.5 2008/03/14 10:54:33 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild,v 1.6 2008/05/12 13:10:17 markusle Exp $
inherit eutils
@@ -13,10 +13,12 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="doc python"
-DEPEND="sys-devel/autoconf
+RDEPEND="python? ( dev-lang/python )"
+DEPEND="${RDEPEND}
+ sys-devel/autoconf
sys-apps/sed
doc? ( app-text/docbook-sgml-utils )
- python? ( dev-lang/python dev-lang/swig )"
+ python? ( dev-lang/swig )"
S=${WORKDIR}/${PF}
diff --git a/sci-mathematics/fann/fann-2.0.0.ebuild b/sci-mathematics/fann/fann-2.0.0.ebuild
index 2e736fce38c1..beaa6df68635 100644
--- a/sci-mathematics/fann/fann-2.0.0.ebuild
+++ b/sci-mathematics/fann/fann-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.5 2008/03/14 10:54:33 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.6 2008/05/12 13:10:17 markusle Exp $
inherit eutils
@@ -13,7 +13,9 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc python"
-DEPEND="python? ( dev-lang/python dev-lang/swig )"
+RDEPEND="python? ( dev-lang/python )"
+DEPEND="${RDEPEND}
+ python? ( dev-lang/swig )"
src_unpack() {
unpack ${A}