games-misc/*: drop last-rited pkg
authorAaron Bauman <bman@gentoo.org>
Sun, 5 Jan 2020 04:02:25 +0000 (23:02 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 5 Jan 2020 04:02:25 +0000 (23:02 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
games-misc/fortune-mod-gentoo-dev/Manifest [deleted file]
games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20090306.ebuild [deleted file]
games-misc/fortune-mod-gentoo-dev/metadata.xml [deleted file]
games-misc/fortune-mod-gentoo-forums/Manifest [deleted file]
games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild [deleted file]
games-misc/fortune-mod-gentoo-forums/metadata.xml [deleted file]
profiles/package.mask

diff --git a/games-misc/fortune-mod-gentoo-dev/Manifest b/games-misc/fortune-mod-gentoo-dev/Manifest
deleted file mode 100644 (file)
index 385450e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST fortune-gentoo-dev-20090306.tar.bz2 50355 BLAKE2B 1acc5d799b310ce9b655baa2aa33547ea9b20cd940dcc8c13b40fb2b5e930351bc67c4353ac559234e20211a82daf7a51b3454374ea81991514eeb99a7bbf789 SHA512 2a6014d1dc95cae8a50c8f502f8271a9b7bf349cb49076ac3e76f3da55f0e509caf27ee04827b1b42add1b42ae07824173495bb0dbed5421693508fff9f36acc
diff --git a/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20090306.ebuild b/games-misc/fortune-mod-gentoo-dev/fortune-mod-gentoo-dev-20090306.ebuild
deleted file mode 100644 (file)
index 7244e54..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-DESCRIPTION="Fortune database of #gentoo-dev quotes"
-HOMEPAGE="https://www.gentoo.org/"
-MY_PN="fortune-gentoo-dev"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2
-                https://dev.gentoo.org/~robbat2/distfiles/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~sh ~x86"
-IUSE="offensive"
-
-RDEPEND="games-misc/fortune-mod"
-# Perl is used to build stuff only
-# and strfile belongs to fortune-mod
-DEPEND="dev-lang/perl
-               ${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-       default
-       use offensive || rm -f "${D}"/usr/share/fortune/off/*
-}
diff --git a/games-misc/fortune-mod-gentoo-dev/metadata.xml b/games-misc/fortune-mod-gentoo-dev/metadata.xml
deleted file mode 100644 (file)
index e8ff60b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-       <email>robbat2@gentoo.org</email>
-       <name>Robin H. Johnson</name>
-       <description>Maintainer. Also, please submit snippets for the fortunes to
-               me.</description>
-</maintainer>
-<maintainer type="project">
-       <email>games@gentoo.org</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/games-misc/fortune-mod-gentoo-forums/Manifest b/games-misc/fortune-mod-gentoo-forums/Manifest
deleted file mode 100644 (file)
index 51531b3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gentoo-forums-20041207.gz 8809 BLAKE2B 1586eaae8b9af3e5e230daca8a7993c268a03a511fa5a4b93013efbb0538612131c589bcf50a613b8f132499cee4154c8b0a65844ec06f0eecabc025a5036c6c SHA512 55f1da4dd6c37778ebb46de5436a8f69475cd9a25a5bd01a325cbd825cae4bc6ecaeda94d6b38104fb71a4baa56577f12390884aac545c5d891895aa7ee1738a
-DIST gentoo-forums-offensive-20041207.gz 1510 BLAKE2B 827b1b6bf17c31296734972648be202b0b78b146f4c31d4ab8b31c0a56f59008670e958ce77061b385d3c67bceec3bd19acd52be21db06f5fcb75a2454ad7d92 SHA512 244b4e7f5c5feaa217298f79d2f157999c71d89824f25d89d7a234ec72950bef93a4c0fa23ce1fb385c5c6788c62f09d6b17f454e70cba0052870f4267522dbb
diff --git a/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild b/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild
deleted file mode 100644 (file)
index 83e44b9..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-DESCRIPTION="Fortune database of quotes from forums.gentoo.org"
-HOMEPAGE="https://forums.gentoo.org/"
-SRC_URI="mirror://gentoo/gentoo-forums-${PV}.gz
-       offensive? ( mirror://gentoo/gentoo-forums-offensive-${PV}.gz )"
-
-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"
-
-DEPEND="games-misc/fortune-mod"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}
-
-src_compile() {
-       mv gentoo-forums-${PV} gentoo-forums || die
-       use offensive && cat gentoo-forums-offensive-${PV} >> gentoo-forums
-       strfile gentoo-forums || die
-}
-
-src_install() {
-       insinto /usr/share/fortune
-       doins gentoo-forums gentoo-forums.dat
-}
diff --git a/games-misc/fortune-mod-gentoo-forums/metadata.xml b/games-misc/fortune-mod-gentoo-forums/metadata.xml
deleted file mode 100644 (file)
index 78274e0..0000000
+++ /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>
index e82358fd7c63776a930e9ccc15ffffffdf779f2d..ca9d9189e2ce8cd83d6201f6b3893e08543eaec0 100644 (file)
@@ -706,12 +706,6 @@ sci-astronomy/casacore
 # Removal in 30 days.  Bug #602024.
 app-laptop/nvidiabl
 
-# Michał Górny <mgorny@gentoo.org> (2019-12-01)
-# Not updated since 2009 and 2004 respectively.  Suspicious license.
-# Removal in 30 days.  Bugs #691084 and #701732.
-games-misc/fortune-mod-gentoo-dev
-games-misc/fortune-mod-gentoo-forums
-
 # Michał Górny <mgorny@gentoo.org> (2019-12-01)
 # The plugin is broken with multiple dependencies.  It is also dead
 # upstream.  Removing per maintainer's request.