+++ /dev/null
-# 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 *
-}
+++ /dev/null
-<?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>
# Masked for removal in 30 days. Bugs #634288, #703730.
games-misc/fortune-mod-pqf
-# Ulrich Müller <ulm@gentoo.org> (2020-02-04)
-# No license. HOMEPAGE and SRC_URI are gone.
-# Masked for removal in 30 days. Bugs #634288, #703732.
-games-misc/fortune-mod-slackware
-
# Mart Raudsepp <leio@gentoo.org> (2020-02-03)
# Known breakages that need to be handled first, bug 698922
>=x11-libs/pango-1.43