summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-07-29 20:28:07 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-07-29 20:28:07 +0000
commit7fa63cbba3dc79e5416a4979e7a038421b51f5bb (patch)
treea14bee115776bd5588d3b141919a593b3471355e /dev-python/scientificpython
parentRemove silly, and wrong, test for test in FEATURES (diff)
downloadgentoo-2-7fa63cbba3dc79e5416a4979e7a038421b51f5bb.tar.gz
gentoo-2-7fa63cbba3dc79e5416a4979e7a038421b51f5bb.tar.bz2
gentoo-2-7fa63cbba3dc79e5416a4979e7a038421b51f5bb.zip
Fixing homepage, bug #279620
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python/scientificpython')
-rw-r--r--dev-python/scientificpython/ChangeLog9
-rw-r--r--dev-python/scientificpython/scientificpython-2.4.9.ebuild6
-rw-r--r--dev-python/scientificpython/scientificpython-2.6.1.ebuild6
-rw-r--r--dev-python/scientificpython/scientificpython-2.8.ebuild6
4 files changed, 16 insertions, 11 deletions
diff --git a/dev-python/scientificpython/ChangeLog b/dev-python/scientificpython/ChangeLog
index af24a230dbc8..1f2cc74f3adc 100644
--- a/dev-python/scientificpython/ChangeLog
+++ b/dev-python/scientificpython/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/scientificpython
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 1.17 2008/12/08 23:01:45 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 1.18 2009/07/29 20:28:07 vostorga Exp $
+
+ 29 Jul 2009; Víctor Ostorga <vostorga@gentoo.org>
+ scientificpython-2.4.9.ebuild, scientificpython-2.6.1.ebuild,
+ scientificpython-2.8.ebuild:
+ Fixing homepage, bug #279620
*scientificpython-2.8 (08 Dec 2008)
diff --git a/dev-python/scientificpython/scientificpython-2.4.9.ebuild b/dev-python/scientificpython/scientificpython-2.4.9.ebuild
index ca12c17b0629..749901382c27 100644
--- a/dev-python/scientificpython/scientificpython-2.4.9.ebuild
+++ b/dev-python/scientificpython/scientificpython-2.4.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.4.9.ebuild,v 1.4 2005/10/30 01:06:11 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.4.9.ebuild,v 1.5 2009/07/29 20:28:07 vostorga Exp $
MY_P=${P/scientificpython/ScientificPython}
S=${WORKDIR}/${MY_P}
@@ -10,7 +10,7 @@ inherit distutils
IUSE=""
DESCRIPTION="Scientific Module for Python"
SRC_URI="http://starship.python.net/~hinsen/ScientificPython/${MY_P}.tar.gz"
-HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html"
+HOMEPAGE="http://sourcesup.cru.fr/projects/scientific-py/"
SLOT="0"
LICENSE="as-is"
KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86"
diff --git a/dev-python/scientificpython/scientificpython-2.6.1.ebuild b/dev-python/scientificpython/scientificpython-2.6.1.ebuild
index cdc535ffd2f0..2a1585b342d3 100644
--- a/dev-python/scientificpython/scientificpython-2.6.1.ebuild
+++ b/dev-python/scientificpython/scientificpython-2.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.6.1.ebuild,v 1.1 2007/10/17 11:27:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.6.1.ebuild,v 1.2 2009/07/29 20:28:07 vostorga Exp $
MY_PN=ScientificPython
DV=1034 # hardcoded download version
@@ -9,7 +9,7 @@ inherit eutils distutils
DESCRIPTION="Scientific Module for Python"
SRC_URI="http://sourcesup.cru.fr/frs/download.php/${DV}/${MY_PN}-${PV}.tar.gz"
-HOMEPAGE="http://dirac.cnrs-orleans.fr/ScientificPython/"
+HOMEPAGE="http://sourcesup.cru.fr/projects/scientific-py/"
SLOT="0"
LICENSE="CeCILL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
diff --git a/dev-python/scientificpython/scientificpython-2.8.ebuild b/dev-python/scientificpython/scientificpython-2.8.ebuild
index df58afad214d..8af99f4a5f36 100644
--- a/dev-python/scientificpython/scientificpython-2.8.ebuild
+++ b/dev-python/scientificpython/scientificpython-2.8.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/dev-python/scientificpython/scientificpython-2.8.ebuild,v 1.1 2008/12/08 23:01:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.8.ebuild,v 1.2 2009/07/29 20:28:07 vostorga Exp $
MY_PN=ScientificPython
DV=2309 # hardcoded download version
@@ -9,7 +9,7 @@ inherit eutils distutils
DESCRIPTION="Scientific Module for Python"
SRC_URI="http://sourcesup.cru.fr/frs/download.php/${DV}/${MY_PN}-${PV}.tar.gz"
-HOMEPAGE="http://dirac.cnrs-orleans.fr/ScientificPython/"
+HOMEPAGE="http://sourcesup.cru.fr/projects/scientific-py/"
SLOT="0"
LICENSE="CeCILL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"