From 8ae498702ade8271624f069b7c95be40879e4dca Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 3 Dec 2021 23:48:11 +0000 Subject: 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 --- .../fortune-mod-tao/fortune-mod-tao-1-r1.ebuild | 22 ++++++++++++++++++++++ .../fortune-mod-tao/fortune-mod-tao-1.ebuild | 21 --------------------- 2 files changed, 22 insertions(+), 21 deletions(-) create mode 100644 games-misc/fortune-mod-tao/fortune-mod-tao-1-r1.ebuild delete mode 100644 games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild (limited to 'games-misc/fortune-mod-tao') 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 +} diff --git a/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild b/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild deleted file mode 100644 index 0cc42e1fd9b5..000000000000 --- a/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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" - -src_install() { - insinto /usr/share/fortune - doins tao tao.dat -} -- cgit v1.2.3-65-gdbad