diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-04 17:53:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-04 17:53:37 +0100 |
commit | 7cae4bc9b5da501a5cb06f357db9e33ae66be52b (patch) | |
tree | e9034c55c9377f92619fa4c576141472b10da1c3 /games-misc | |
parent | games-misc/fortune-mod-simpsons-chalkboard: Remove last-rited pkg (diff) | |
download | gentoo-7cae4bc9b5da501a5cb06f357db9e33ae66be52b.tar.gz gentoo-7cae4bc9b5da501a5cb06f357db9e33ae66be52b.tar.bz2 gentoo-7cae4bc9b5da501a5cb06f357db9e33ae66be52b.zip |
games-misc/fortune-mod-hitchhiker: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod-hitchhiker/Manifest | 1 | ||||
-rw-r--r-- | games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild | 23 | ||||
-rw-r--r-- | games-misc/fortune-mod-hitchhiker/metadata.xml | 8 |
3 files changed, 0 insertions, 32 deletions
diff --git a/games-misc/fortune-mod-hitchhiker/Manifest b/games-misc/fortune-mod-hitchhiker/Manifest deleted file mode 100644 index 8c942533919e..000000000000 --- a/games-misc/fortune-mod-hitchhiker/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fortune-hitchhiker.tgz 11560 BLAKE2B 95561be94c39b0f83ec2a4864c34c8dac743a94288318a2ad1147e4ec78dc2eff1d1521386a489238be71d7ab6ac40b3883d168c11290915d79e20ae3dad4c28 SHA512 a4f4a99c33764e6d4ec823a57f9d2d40168ddf3cb9506e85fb0f6f10b11673abd76d02e9af8a95926ba758a28fbbe895a427b40c36bd31bc43252c4e6dd610b0 diff --git a/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild b/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild deleted file mode 100644 index fa76f81a15a7..000000000000 --- a/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild +++ /dev/null @@ -1,23 +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 Hitchhikers Guide to the Galaxy" -HOMEPAGE="http://www.splitbrain.org/projects/fortunes/hg2g" -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 hitchhiker hitchhiker.dat -} diff --git a/games-misc/fortune-mod-hitchhiker/metadata.xml b/games-misc/fortune-mod-hitchhiker/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-misc/fortune-mod-hitchhiker/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> |