diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2006-03-04 19:50:45 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2006-03-04 19:50:45 +0000 |
commit | 3be48c415604b69320de9cbfe836c34bccaf0023 (patch) | |
tree | dffa66fe6a1b82e443911b57d305d37f84f6c051 /dev-python | |
parent | Adding missing ant-contrib dependency. (diff) | |
download | gentoo-2-3be48c415604b69320de9cbfe836c34bccaf0023.tar.gz gentoo-2-3be48c415604b69320de9cbfe836c34bccaf0023.tar.bz2 gentoo-2-3be48c415604b69320de9cbfe836c34bccaf0023.zip |
Fixed HOMEPAGEs.
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pycrash/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pycrash/pycrash-0.4_pre2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pycrash/pycrash-0.4_pre3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/pycrash/ChangeLog b/dev-python/pycrash/ChangeLog index 985123bc0776..f74de4ad3fad 100644 --- a/dev-python/pycrash/ChangeLog +++ b/dev-python/pycrash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pycrash -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/ChangeLog,v 1.8 2005/11/19 10:55:07 chriswhite Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/ChangeLog,v 1.9 2006/03/04 19:50:45 lucass Exp $ + + 04 Mar 2006; Lukasz Strzygowski <lucass@gentoo.org> + pycrash-0.4_pre2.ebuild, pycrash-0.4_pre3.ebuild: + Fixed HOMEPAGEs. 19 Nov 2005; Chris White <chriswhite@gentoo.org> metadata.xml: Added japanese metadata.xml translation thanks to Yoshino-san. diff --git a/dev-python/pycrash/pycrash-0.4_pre2.ebuild b/dev-python/pycrash/pycrash-0.4_pre2.ebuild index cd7811fb44f1..76425de00866 100644 --- a/dev-python/pycrash/pycrash-0.4_pre2.ebuild +++ b/dev-python/pycrash/pycrash-0.4_pre2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre2.ebuild,v 1.4 2004/08/25 17:31:46 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre2.ebuild,v 1.5 2006/03/04 19:50:45 lucass Exp $ inherit distutils @@ -8,7 +8,7 @@ S="${WORKDIR}/${MY_P}" MY_P="PyCrash-${PV/_/-}" DESCRIPTION="PyCrash: a Run-Time Exception Dumper for Python programs" -HOMEPAGE="http://www.pycrash.org/" +HOMEPAGE="http://pycrash.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-python/pycrash/pycrash-0.4_pre3.ebuild b/dev-python/pycrash/pycrash-0.4_pre3.ebuild index a8fc07af1e72..c68ecd5a4c25 100644 --- a/dev-python/pycrash/pycrash-0.4_pre3.ebuild +++ b/dev-python/pycrash/pycrash-0.4_pre3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre3.ebuild,v 1.3 2005/10/30 01:58:46 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre3.ebuild,v 1.4 2006/03/04 19:50:45 lucass Exp $ inherit distutils MY_P="PyCrash-${PV/_/-}" DESCRIPTION="PyCrash: a Run-Time Exception Dumper for Python programs" -HOMEPAGE="http://www.pycrash.org/" +HOMEPAGE="http://pycrash.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |