diff options
author | Sam James <sam@gentoo.org> | 2021-12-03 23:48:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-04 00:54:16 +0000 |
commit | 8ae498702ade8271624f069b7c95be40879e4dca (patch) | |
tree | d8c68b87545ea84ee158eeeec8e2e88644d97453 /games-misc/fortune-mod-tao/fortune-mod-tao-1-r1.ebuild | |
parent | games-misc/fortune-mod: block games-misc/fortune-mod-tao (diff) | |
download | gentoo-8ae498702ade8271624f069b7c95be40879e4dca.tar.gz gentoo-8ae498702ade8271624f069b7c95be40879e4dca.tar.bz2 gentoo-8ae498702ade8271624f069b7c95be40879e4dca.zip |
games-misc/fortune-mod-tao: block newer games-misc/fortune-mod
Included within newer fortune-mod.
Closes: https://bugs.gentoo.org/828072
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc/fortune-mod-tao/fortune-mod-tao-1-r1.ebuild')
-rw-r--r-- | games-misc/fortune-mod-tao/fortune-mod-tao-1-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-tao/fortune-mod-tao-1-r1.ebuild b/games-misc/fortune-mod-tao/fortune-mod-tao-1-r1.ebuild new file mode 100644 index 000000000000..9c6b18260bcb --- /dev/null +++ b/games-misc/fortune-mod-tao/fortune-mod-tao-1-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN=${PN/mod-/} +DESCRIPTION="set of fortunes based on the Tao-Teh-Ching" +HOMEPAGE="http://fortunes.quotationsbook.com/fortunes/collection/67/TAO" +SRC_URI="mirror://gentoo/${MY_PN}.tar.gz" +S="${WORKDIR}"/${MY_PN} + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" + +RDEPEND="games-misc/fortune-mod + !>=games-misc/fortune-mod-3.6.1" + +src_install() { + insinto /usr/share/fortune + doins tao tao.dat +} |