commit: 454946a9d9d2051dd0d99c294c2c3b31b8619a3c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 4 16:43:34 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 4 16:43:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454946a9
games-misc/fortune-mod-pqf: Remove last-rited pkg Closes: https://bugs.gentoo.org/703730 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> games-misc/fortune-mod-pqf/Manifest | 1 - .../fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild | 32 ---------------------- games-misc/fortune-mod-pqf/metadata.xml | 8 ------ profiles/package.mask | 6 ---- 4 files changed, 47 deletions(-) diff --git a/games-misc/fortune-mod-pqf/Manifest b/games-misc/fortune-mod-pqf/Manifest deleted file mode 100644 index e75d5c6cb43..00000000000 --- a/games-misc/fortune-mod-pqf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pqf-6.0 146363 BLAKE2B 61122f9710f010eb709064bba259d009dd5ee8f8e182827dbd08b93f0c284d0ca6d77c295df9380ae8046830eb014e502ff6fc8c6cb5bb22009ef0e749cd3839 SHA512 c38be09c945c20454cd0ca4d1a4dce18b40bae1ed2c71d093c7d9e4fb2de444425d50a35c7dad5535ed38b5ea52c6c9e8f6035221c08e0485145fc169cb9186e 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 deleted file mode 100644 index d6a970dc9b5..00000000000 --- a/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -DESCRIPTION="Fortune database of Terry Pratchett's Discworld related quotes" -HOMEPAGE="http://www.lspace.org/" -SRC_URI="http://www.ie.lspace.org/ftp-lspace/words/pqf/pqf-${PV}" - -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="" - -DEPEND="games-misc/fortune-mod" -RDEPEND="${DEPEND}" - -S=${WORKDIR} - -src_prepare() { - cp "${DISTDIR}"/${A} "${S}"/pqf-${PV} -} - -src_compile() { - uniq "pqf-${PV}" | sed 's/^$/\%/g' > pqf - echo "%" >> pqf - strfile -r pqf || die -} - -src_install() { - insinto /usr/share/fortune - doins pqf pqf.dat -} diff --git a/games-misc/fortune-mod-pqf/metadata.xml b/games-misc/fortune-mod-pqf/metadata.xml deleted file mode 100644 index 78274e0fa55..00000000000 --- a/games-misc/fortune-mod-pqf/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>[email protected]</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 933b4689661..226d2f88b45 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -498,12 +498,6 @@ games-misc/fortune-mod-firefly # Masked for removal in 30 days. Bugs #634288, #703724. games-misc/fortune-mod-homer -# Ulrich Müller <[email protected]> (2020-02-04) -# No license; copyright status unclear. -# Bad HOMEPAGE. SRC_URI is gone. -# Masked for removal in 30 days. Bugs #634288, #703730. -games-misc/fortune-mod-pqf - # Mart Raudsepp <[email protected]> (2020-02-03) # Known breakages that need to be handled first, bug 698922 >=x11-libs/pango-1.43
