diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2018-06-16 11:08:00 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2018-06-16 11:08:00 +0200 |
commit | c5292e9e8b19f76c513055072807a9b2343aa0e5 (patch) | |
tree | 052f441a055ff7497d71172b471fde443f5d9c2e /sci-electronics/geda | |
parent | dev-qt/qtcore: Restore qt5_use_modules macro (diff) | |
download | gentoo-c5292e9e8b19f76c513055072807a9b2343aa0e5.tar.gz gentoo-c5292e9e8b19f76c513055072807a9b2343aa0e5.tar.bz2 gentoo-c5292e9e8b19f76c513055072807a9b2343aa0e5.zip |
sci-electronics/geda: Fix HOMEPAGE
Closes: https://bugs.gentoo.org/658146
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-electronics/geda')
-rw-r--r-- | sci-electronics/geda/geda-1.8.2.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/geda/geda-1.9.2-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-electronics/geda/geda-1.8.2.ebuild b/sci-electronics/geda/geda-1.8.2.ebuild index 62f0f84095c3..45fc9cf9942c 100644 --- a/sci-electronics/geda/geda-1.8.2.ebuild +++ b/sci-electronics/geda/geda-1.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -8,7 +8,7 @@ MY_PN=${PN}-gaf MY_P=${MY_PN}-${PV} DESCRIPTION="GPL Electronic Design Automation (gEDA):gaf core package" -HOMEPAGE="http://www.gpleda.org/" +HOMEPAGE="http://wiki.geda-project.org/geda:gaf" SRC_URI="http://ftp.geda-project.org/${MY_PN}/stable/v$(get_version_component_range 1-2)/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" diff --git a/sci-electronics/geda/geda-1.9.2-r1.ebuild b/sci-electronics/geda/geda-1.9.2-r1.ebuild index 4408d1012751..eff34da1c8d1 100644 --- a/sci-electronics/geda/geda-1.9.2-r1.ebuild +++ b/sci-electronics/geda/geda-1.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MY_PN=${PN}-gaf MY_P=${MY_PN}-${PV} DESCRIPTION="GPL Electronic Design Automation (gEDA):gaf core package" -HOMEPAGE="http://www.gpleda.org/" +HOMEPAGE="http://wiki.geda-project.org/geda:gaf" SRC_URI="http://ftp.geda-project.org/${MY_PN}/unstable/v$(get_version_component_range 1-2)/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" |