diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-04 17:53:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-04 17:53:27 +0100 |
commit | 9039f0f2a7f2fce58dbda905d19775f68d53b680 (patch) | |
tree | 7f400922cad94c2df0512950699536d4480b4af3 /games-misc | |
parent | games-misc/fortune-mod-starwars: Remove last-rited pkg (diff) | |
download | gentoo-9039f0f2a7f2fce58dbda905d19775f68d53b680.tar.gz gentoo-9039f0f2a7f2fce58dbda905d19775f68d53b680.tar.bz2 gentoo-9039f0f2a7f2fce58dbda905d19775f68d53b680.zip |
games-misc/fortune-mod-simpsons-chalkboard: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-misc')
3 files changed, 0 insertions, 34 deletions
diff --git a/games-misc/fortune-mod-simpsons-chalkboard/Manifest b/games-misc/fortune-mod-simpsons-chalkboard/Manifest deleted file mode 100644 index 2e11f1d9d721..000000000000 --- a/games-misc/fortune-mod-simpsons-chalkboard/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fortune-simpsons-chalkboard.tgz 5803 BLAKE2B d2b659439b650f7d697ce3d1c9ba230bd0f3ccd2e66193fa09c92fd3d914cee71adae0e850771ddbfff1f99dc4eeeb4db7a6328c47bb9337d35f26e8c919e2d1 SHA512 0ce3e8fea577f018d933c64aa3aaeac859ebbb9d0faba28f6c1f5f330781109ad43f4e317281d75b95f87cdb6476e6393219eff5f7ee5201219ff7e007452255 diff --git a/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild b/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild deleted file mode 100644 index a7dc7d1b069d..000000000000 --- a/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_P=${PN/-mod/} - -DESCRIPTION="Quotes from Bart Simpson's Chalkboard, shown at the opening of Simpsons episode" -HOMEPAGE="http://www.splitbrain.org/projects/fortunes/simpsons" -SRC_URI="http://www.splitbrain.org/_media/projects/fortunes/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" -RESTRICT="mirror" - -RDEPEND="games-misc/fortune-mod" - -S=${WORKDIR}/${MY_P} - -src_install() { - insinto /usr/share/fortune - doins chalkboard chalkboard.dat -} diff --git a/games-misc/fortune-mod-simpsons-chalkboard/metadata.xml b/games-misc/fortune-mod-simpsons-chalkboard/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-misc/fortune-mod-simpsons-chalkboard/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> |