summaryrefslogtreecommitdiff
path: root/games-misc/fortune-mod-slackware
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-misc/fortune-mod-slackware
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-misc/fortune-mod-slackware')
-rw-r--r--games-misc/fortune-mod-slackware/Manifest3
-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, 50 deletions
diff --git a/games-misc/fortune-mod-slackware/Manifest b/games-misc/fortune-mod-slackware/Manifest
deleted file mode 100644
index 304b05b3a8bc..000000000000
--- a/games-misc/fortune-mod-slackware/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST slack-fortunes-all-1.15.tgz 122880 BLAKE2B 9c77d81f117f72ce9bc7b87db1f59e071274f6e4d9fe62e5e2053faedc347e8d4def852b34d59e5e8a6de68ab2e3a66ed6b70bae64f31224c116eb0e236df8e0 SHA512 18c756b2d81d1e2f0f031c3f799c872b5e73ccd70b6df976644fcd657bd181d794b1a977a49554fe806aa595046c10f33ebea1dc70fccf5e58b8df15f3db7c3e
-EBUILD fortune-mod-slackware-1.15.ebuild 1130 BLAKE2B 4b514b446a29b2cf19e4cf5b8f77b0db9a00545a3e956f6784326261d7669cac1de23c8cc35750c0d9257bd717a56bbb1f27c8fb03f93c8b4296bd88cf0a568e SHA512 b48f967636667420cc6330499af3531996f59372dabafb40df9e3fcbc01c75ca567cd5b83dd52bbaa0d402fab466b585daf56d64c0e95d614039774c795633a6
-MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
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 0d4bbd6e9174..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 ~s390 ~sh ~x86 ~x86-fbsd ~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>