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-pqf/
Date: Wed, 04 Mar 2020 16:45:21
Message-Id: 1583340214.454946a9d9d2051dd0d99c294c2c3b31b8619a3c.mgorny@gentoo
1 commit: 454946a9d9d2051dd0d99c294c2c3b31b8619a3c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 16:43:34 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 16:43:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454946a9
7
8 games-misc/fortune-mod-pqf: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/703730
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 games-misc/fortune-mod-pqf/Manifest | 1 -
14 .../fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild | 32 ----------------------
15 games-misc/fortune-mod-pqf/metadata.xml | 8 ------
16 profiles/package.mask | 6 ----
17 4 files changed, 47 deletions(-)
18
19 diff --git a/games-misc/fortune-mod-pqf/Manifest b/games-misc/fortune-mod-pqf/Manifest
20 deleted file mode 100644
21 index e75d5c6cb43..00000000000
22 --- a/games-misc/fortune-mod-pqf/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST pqf-6.0 146363 BLAKE2B 61122f9710f010eb709064bba259d009dd5ee8f8e182827dbd08b93f0c284d0ca6d77c295df9380ae8046830eb014e502ff6fc8c6cb5bb22009ef0e749cd3839 SHA512 c38be09c945c20454cd0ca4d1a4dce18b40bae1ed2c71d093c7d9e4fb2de444425d50a35c7dad5535ed38b5ea52c6c9e8f6035221c08e0485145fc169cb9186e
26
27 diff --git a/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild b/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild
28 deleted file mode 100644
29 index d6a970dc9b5..00000000000
30 --- a/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild
31 +++ /dev/null
32 @@ -1,32 +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 -DESCRIPTION="Fortune database of Terry Pratchett's Discworld related quotes"
38 -HOMEPAGE="http://www.lspace.org/"
39 -SRC_URI="http://www.ie.lspace.org/ftp-lspace/words/pqf/pqf-${PV}"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
44 -IUSE=""
45 -
46 -DEPEND="games-misc/fortune-mod"
47 -RDEPEND="${DEPEND}"
48 -
49 -S=${WORKDIR}
50 -
51 -src_prepare() {
52 - cp "${DISTDIR}"/${A} "${S}"/pqf-${PV}
53 -}
54 -
55 -src_compile() {
56 - uniq "pqf-${PV}" | sed 's/^$/\%/g' > pqf
57 - echo "%" >> pqf
58 - strfile -r pqf || die
59 -}
60 -
61 -src_install() {
62 - insinto /usr/share/fortune
63 - doins pqf pqf.dat
64 -}
65
66 diff --git a/games-misc/fortune-mod-pqf/metadata.xml b/games-misc/fortune-mod-pqf/metadata.xml
67 deleted file mode 100644
68 index 78274e0fa55..00000000000
69 --- a/games-misc/fortune-mod-pqf/metadata.xml
70 +++ /dev/null
71 @@ -1,8 +0,0 @@
72 -<?xml version="1.0" encoding="UTF-8"?>
73 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 -<pkgmetadata>
75 -<maintainer type="project">
76 - <email>games@g.o</email>
77 - <name>Gentoo Games Project</name>
78 -</maintainer>
79 -</pkgmetadata>
80
81 diff --git a/profiles/package.mask b/profiles/package.mask
82 index 933b4689661..226d2f88b45 100644
83 --- a/profiles/package.mask
84 +++ b/profiles/package.mask
85 @@ -498,12 +498,6 @@ games-misc/fortune-mod-firefly
86 # Masked for removal in 30 days. Bugs #634288, #703724.
87 games-misc/fortune-mod-homer
88
89 -# Ulrich Müller <ulm@g.o> (2020-02-04)
90 -# No license; copyright status unclear.
91 -# Bad HOMEPAGE. SRC_URI is gone.
92 -# Masked for removal in 30 days. Bugs #634288, #703730.
93 -games-misc/fortune-mod-pqf
94 -
95 # Mart Raudsepp <leio@g.o> (2020-02-03)
96 # Known breakages that need to be handled first, bug 698922
97 >=x11-libs/pango-1.43