diff options
author | Corentin Chary <iksaif@gentoo.org> | 2012-06-12 11:53:59 +0000 |
---|---|---|
committer | Corentin Chary <iksaif@gentoo.org> | 2012-06-12 11:53:59 +0000 |
commit | 2de3693f629c63cd859f77f368cac87d7225838e (patch) | |
tree | bfd618805ca98bb7f47c124222036ac8f56df829 /dev-python/enthoughtbase | |
parent | Fix HOMEPAGE (diff) | |
download | gentoo-2-2de3693f629c63cd859f77f368cac87d7225838e.tar.gz gentoo-2-2de3693f629c63cd859f77f368cac87d7225838e.tar.bz2 gentoo-2-2de3693f629c63cd859f77f368cac87d7225838e.zip |
Remove dead HOMEPAGE
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/enthoughtbase')
-rw-r--r-- | dev-python/enthoughtbase/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/enthoughtbase/ChangeLog b/dev-python/enthoughtbase/ChangeLog index 60f4bffdced1..68f1693b5c23 100644 --- a/dev-python/enthoughtbase/ChangeLog +++ b/dev-python/enthoughtbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/enthoughtbase -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.28 2011/04/01 16:09:04 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.29 2012/06/12 11:53:59 iksaif Exp $ + + 12 Jun 2012; Corentin Chary <iksaif@gentoo.org> enthoughtbase-3.1.0.ebuild: + Remove dead HOMEPAGE 01 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> enthoughtbase-3.1.0.ebuild: diff --git a/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild b/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild index 66deee9b3e71..9d83d91bf48b 100644 --- a/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild +++ b/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild,v 1.7 2011/04/01 16:09:04 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild,v 1.8 2012/06/12 11:53:59 iksaif Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ MY_PN="EnthoughtBase" MY_P="${MY_PN}-${PV}" DESCRIPTION="Core packages for the Enthought Tool Suite" -HOMEPAGE="http://code.enthought.com/projects/enthought_base/ http://pypi.python.org/pypi/EnthoughtBase" +HOMEPAGE="http://code.enthought.com/projects/enthought_base/" SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz" LICENSE="BSD LGPL-2" |