summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-04 17:43:12 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-04 17:43:12 +0100
commitfa4e3b0affe483a110fffa2571af676e4aa383dd (patch)
tree536fccad1c59f080ce550fb6b74b4ba3f7dfbd9e /games-misc
parentgames-misc/fortune-mod-sp-fortunes: Remove last-rited pkg (diff)
downloadgentoo-fa4e3b0affe483a110fffa2571af676e4aa383dd.tar.gz
gentoo-fa4e3b0affe483a110fffa2571af676e4aa383dd.tar.bz2
gentoo-fa4e3b0affe483a110fffa2571af676e4aa383dd.zip
games-misc/fortune-mod-slackware: Remove last-rited pkg
Closes: https://bugs.gentoo.org/703732 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/fortune-mod-slackware/Manifest1
-rw-r--r--games-misc/fortune-mod-slackware/fortune-mod-slackware-1.15.ebuild39
-rw-r--r--games-misc/fortune-mod-slackware/metadata.xml8
3 files changed, 0 insertions, 48 deletions
diff --git a/games-misc/fortune-mod-slackware/Manifest b/games-misc/fortune-mod-slackware/Manifest
deleted file mode 100644
index 7563b094bf35..000000000000
--- a/games-misc/fortune-mod-slackware/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST slack-fortunes-all-1.15.tgz 122880 BLAKE2B 9c77d81f117f72ce9bc7b87db1f59e071274f6e4d9fe62e5e2053faedc347e8d4def852b34d59e5e8a6de68ab2e3a66ed6b70bae64f31224c116eb0e236df8e0 SHA512 18c756b2d81d1e2f0f031c3f799c872b5e73ccd70b6df976644fcd657bd181d794b1a977a49554fe806aa595046c10f33ebea1dc70fccf5e58b8df15f3db7c3e
diff --git a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.15.ebuild b/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.15.ebuild
deleted file mode 100644
index 9d598d820e7f..000000000000
--- a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.15.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# this ebuild now uses the offensive flag since AOLS
-# is not exactly 'G' rated :)
-
-MY_PN=slack-fortunes-all
-DESCRIPTION="This fortune mod is a collection of quotes seen on AOLS (Slackware)"
-HOMEPAGE="http://fauxascii.com/linux/mod_quotes.html"
-SRC_URI="http://fauxascii.com/linux/data/${MY_PN}-${PV}.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="offensive"
-
-RDEPEND="games-misc/fortune-mod"
-
-S=${WORKDIR}
-
-pkg_setup() {
- if ! use offensive ; then
- elog "These fortunes have offensive content. Enable offensive USE Flag"
- elog "ex: USE=\"offensive\" emerge ${PN}"
- elog " or add to package.use file: games-misc/fortune-mod-slackware offensive"
- die "Setting the offensive use flag is required for this package"
- fi
-}
-
-src_prepare() {
- # get rid of md5 checks and extraneous files and backups
- rm -f index.* *.md5 *~
-}
-
-src_install() {
- insinto /usr/share/fortune
- doins *
-}
diff --git a/games-misc/fortune-mod-slackware/metadata.xml b/games-misc/fortune-mod-slackware/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-misc/fortune-mod-slackware/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>