diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-01 21:21:50 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-01 21:21:50 +0000 |
commit | 07b60a21058c86336d09144fcfa8f02374259a3a (patch) | |
tree | 05cf4fa09d2ea42d27b47b64e5da5b836d7ba195 /sci-misc/pythoncad | |
parent | Stable on x86, wrt bug #471680 (diff) | |
download | gentoo-2-07b60a21058c86336d09144fcfa8f02374259a3a.tar.gz gentoo-2-07b60a21058c86336d09144fcfa8f02374259a3a.tar.bz2 gentoo-2-07b60a21058c86336d09144fcfa8f02374259a3a.zip |
Change HOMEPAGE, wrt bug #460330
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sci-misc/pythoncad')
-rw-r--r-- | sci-misc/pythoncad/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/pythoncad/pythoncad-1.37.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-misc/pythoncad/ChangeLog b/sci-misc/pythoncad/ChangeLog index 26ce06660d60..5982dbd52661 100644 --- a/sci-misc/pythoncad/ChangeLog +++ b/sci-misc/pythoncad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/pythoncad # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.7 2013/06/01 12:51:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.8 2013/06/01 21:21:50 pinkbyte Exp $ + + 01 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> pythoncad-1.37.ebuild: + Change HOMEPAGE, wrt bug #460330 01 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due bug #151880 diff --git a/sci-misc/pythoncad/pythoncad-1.37.ebuild b/sci-misc/pythoncad/pythoncad-1.37.ebuild index bf5269801d8c..4728d2910372 100644 --- a/sci-misc/pythoncad/pythoncad-1.37.ebuild +++ b/sci-misc/pythoncad/pythoncad-1.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.37.ebuild,v 1.3 2011/03/02 21:23:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.37.ebuild,v 1.4 2013/06/01 21:21:50 pinkbyte Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ MY_PV="DS$(get_major_version)-R$(get_after_major_version)" MY_P=${MY_PN}-${MY_PV} DESCRIPTION="CAD program written in PyGTK" -HOMEPAGE="http://www.pythoncad.org/" +HOMEPAGE="http://sourceforge.net/projects/pythoncad" SRC_URI="mirror://sourceforge/pythoncad/${MY_P}.tar.gz" LICENSE="GPL-2" |