diff options
-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" |