diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2018-01-23 21:27:05 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-23 23:13:54 +0100 |
commit | 91d3f27c38e564ec258d3ce7e09261bc2874dfa7 (patch) | |
tree | 942be805cbd9234b8c8557418909135ca5257164 /app-portage/ufed | |
parent | 5d9de93dfbb525c9bec71ceeb55ff963523d7290 (diff) | |
download | gentoo-91d3f27c38e564ec258d3ce7e09261bc2874dfa7.tar.gz gentoo-91d3f27c38e564ec258d3ce7e09261bc2874dfa7.tar.xz |
app-portage/ufed: update HOMEPAGE.
Closes: https://bugs.gentoo.org/624504
Closes: https://github.com/gentoo/gentoo/pull/6941
Diffstat (limited to 'app-portage/ufed')
-rw-r--r-- | app-portage/ufed/ufed-0.91.ebuild | 4 | ||||
-rw-r--r-- | app-portage/ufed/ufed-0.92.ebuild | 4 | ||||
-rw-r--r-- | app-portage/ufed/ufed-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-portage/ufed/ufed-0.91.ebuild b/app-portage/ufed/ufed-0.91.ebuild index 7cf7b8704db..918b9d05bfc 100644 --- a/app-portage/ufed/ufed-0.91.ebuild +++ b/app-portage/ufed/ufed-0.91.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit base eutils multilib autotools DESCRIPTION="Gentoo Linux USE flags editor" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Ufed" SRC_URI="mirror://gentoo/${P}.tar.bz2 https://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.bz2" diff --git a/app-portage/ufed/ufed-0.92.ebuild b/app-portage/ufed/ufed-0.92.ebuild index 5d0997e86d7..439c65b2bb9 100644 --- a/app-portage/ufed/ufed-0.92.ebuild +++ b/app-portage/ufed/ufed-0.92.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils multilib autotools DESCRIPTION="Gentoo Linux USE flags editor" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Ufed" SRC_URI="mirror://gentoo/${P}.tar.bz2 https://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.bz2" diff --git a/app-portage/ufed/ufed-9999.ebuild b/app-portage/ufed/ufed-9999.ebuild index 5946596356f..6ab99b399c0 100644 --- a/app-portage/ufed/ufed-9999.ebuild +++ b/app-portage/ufed/ufed-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils multilib git-r3 autotools DESCRIPTION="Gentoo Linux USE flags editor" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Ufed" SRC_URI="" EGIT_REPO_URI="git://anongit.gentoo.org/proj/ufed.git" |