diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-07-18 19:56:49 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-07-18 19:56:49 +0200 |
commit | 74ef5f111752eba0760ed532d15af7132aa2bd59 (patch) | |
tree | b7d25dc4ab9960f0239fef7e55a5412512b252e2 | |
parent | games-board/tablebase-nalimov: EAPI 8 and simplify (diff) | |
download | ulm-74ef5f111752eba0760ed532d15af7132aa2bd59.tar.gz ulm-74ef5f111752eba0760ed532d15af7132aa2bd59.tar.bz2 ulm-74ef5f111752eba0760ed532d15af7132aa2bd59.zip |
games-misc/fortune-mod-theo-de-raadt: EAPI 8, update HOMEPAGE and SRC_URI
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20160912.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20160912.ebuild b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20160912.ebuild index 7c82abf..4e65516 100644 --- a/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20160912.ebuild +++ b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20160912.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Quotes from OpenBSD founder Theo de Raadt" -HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mg/theo.c" +HOMEPAGE="https://github.com/hboetes/mg/commit/e895fcbdb9c69bb60ebe4e2a71014fd734242d6e" # split off from app-editors/mg -SRC_URI="http://homepage.boetes.org/software/mg/mg-${PV}.tar.gz" +#SRC_URI="http://homepage.boetes.org/software/mg/mg-${PV}.tar.gz" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/mg-${PV}.tar.gz" LICENSE="BSD" SLOT="0" |