From: Ulrich Müller Date: Mon, 3 Feb 2020 15:10:30 +0000 (+0100) Subject: games-misc/fortune-mod-bofh-excuses: Fix HOMEPAGE, SRC_URI, LICENSE. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cbd21172071b09c5172257a3f3f5f2be31ce5b8e;p=gentoo.git games-misc/fortune-mod-bofh-excuses: Fix HOMEPAGE, SRC_URI, LICENSE. Update for EAPI 7. Closes: https://bugs.gentoo.org/703708 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- diff --git a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2-r1.ebuild similarity index 64% rename from games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild rename to games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2-r1.ebuild index 0c44757abf1d..e20d20c36854 100644 --- a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild +++ b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + DESCRIPTION="Excuses from Bastard Operator from Hell" -HOMEPAGE="http://www.stlim.net/staticpages/index.php?page=20020814005536450" -SRC_URI="http://www.stlim.net/downloads/fortune-bofh-excuses-${PV}.tar.gz" +HOMEPAGE="http://pages.cs.wisc.edu/~ballard/bofh/" +SRC_URI="mirror://gentoo/fortune-bofh-excuses-${PV}.tar.gz" -LICENSE="GPL-2" +LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" RDEPEND="games-misc/fortune-mod"