Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, games-misc/fortune-mod-slackware/
Date: Wed, 04 Mar 2020 16:45:20
Message-Id: 1583340192.fa4e3b0affe483a110fffa2571af676e4aa383dd.mgorny@gentoo
1 commit: fa4e3b0affe483a110fffa2571af676e4aa383dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 16:43:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 16:43:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4e3b0a
7
8 games-misc/fortune-mod-slackware: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/703732
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 games-misc/fortune-mod-slackware/Manifest | 1 -
14 .../fortune-mod-slackware-1.15.ebuild | 39 ----------------------
15 games-misc/fortune-mod-slackware/metadata.xml | 8 -----
16 profiles/package.mask | 5 ---
17 4 files changed, 53 deletions(-)
18
19 diff --git a/games-misc/fortune-mod-slackware/Manifest b/games-misc/fortune-mod-slackware/Manifest
20 deleted file mode 100644
21 index 7563b094bf3..00000000000
22 --- a/games-misc/fortune-mod-slackware/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST slack-fortunes-all-1.15.tgz 122880 BLAKE2B 9c77d81f117f72ce9bc7b87db1f59e071274f6e4d9fe62e5e2053faedc347e8d4def852b34d59e5e8a6de68ab2e3a66ed6b70bae64f31224c116eb0e236df8e0 SHA512 18c756b2d81d1e2f0f031c3f799c872b5e73ccd70b6df976644fcd657bd181d794b1a977a49554fe806aa595046c10f33ebea1dc70fccf5e58b8df15f3db7c3e
26
27 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
28 deleted file mode 100644
29 index 9d598d820e7..00000000000
30 --- a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.15.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -# this ebuild now uses the offensive flag since AOLS
38 -# is not exactly 'G' rated :)
39 -
40 -MY_PN=slack-fortunes-all
41 -DESCRIPTION="This fortune mod is a collection of quotes seen on AOLS (Slackware)"
42 -HOMEPAGE="http://fauxascii.com/linux/mod_quotes.html"
43 -SRC_URI="http://fauxascii.com/linux/data/${MY_PN}-${PV}.tgz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
48 -IUSE="offensive"
49 -
50 -RDEPEND="games-misc/fortune-mod"
51 -
52 -S=${WORKDIR}
53 -
54 -pkg_setup() {
55 - if ! use offensive ; then
56 - elog "These fortunes have offensive content. Enable offensive USE Flag"
57 - elog "ex: USE=\"offensive\" emerge ${PN}"
58 - elog " or add to package.use file: games-misc/fortune-mod-slackware offensive"
59 - die "Setting the offensive use flag is required for this package"
60 - fi
61 -}
62 -
63 -src_prepare() {
64 - # get rid of md5 checks and extraneous files and backups
65 - rm -f index.* *.md5 *~
66 -}
67 -
68 -src_install() {
69 - insinto /usr/share/fortune
70 - doins *
71 -}
72
73 diff --git a/games-misc/fortune-mod-slackware/metadata.xml b/games-misc/fortune-mod-slackware/metadata.xml
74 deleted file mode 100644
75 index 78274e0fa55..00000000000
76 --- a/games-misc/fortune-mod-slackware/metadata.xml
77 +++ /dev/null
78 @@ -1,8 +0,0 @@
79 -<?xml version="1.0" encoding="UTF-8"?>
80 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 -<pkgmetadata>
82 -<maintainer type="project">
83 - <email>games@g.o</email>
84 - <name>Gentoo Games Project</name>
85 -</maintainer>
86 -</pkgmetadata>
87
88 diff --git a/profiles/package.mask b/profiles/package.mask
89 index f1a215494a6..933b4689661 100644
90 --- a/profiles/package.mask
91 +++ b/profiles/package.mask
92 @@ -504,11 +504,6 @@ games-misc/fortune-mod-homer
93 # Masked for removal in 30 days. Bugs #634288, #703730.
94 games-misc/fortune-mod-pqf
95
96 -# Ulrich Müller <ulm@g.o> (2020-02-04)
97 -# No license. HOMEPAGE and SRC_URI are gone.
98 -# Masked for removal in 30 days. Bugs #634288, #703732.
99 -games-misc/fortune-mod-slackware
100 -
101 # Mart Raudsepp <leio@g.o> (2020-02-03)
102 # Known breakages that need to be handled first, bug 698922
103 >=x11-libs/pango-1.43