diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-04 17:51:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-04 17:51:10 +0100 |
commit | db633206770d11b2e3527f958f28da0ec0b72fdb (patch) | |
tree | 75c711f4e3e99e1177063b6e379804ac45e5f66f /games-misc | |
parent | games-misc/fortune-mod-strangelove: Remove last-rited pkg (diff) | |
download | gentoo-db633206770d11b2e3527f958f28da0ec0b72fdb.tar.gz gentoo-db633206770d11b2e3527f958f28da0ec0b72fdb.tar.bz2 gentoo-db633206770d11b2e3527f958f28da0ec0b72fdb.zip |
games-misc/fortune-mod-dubya: Remove last-rited pkg
Closes: https://bugs.gentoo.org/703712
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod-dubya/Manifest | 1 | ||||
-rw-r--r-- | games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild | 21 | ||||
-rw-r--r-- | games-misc/fortune-mod-dubya/metadata.xml | 13 |
3 files changed, 0 insertions, 35 deletions
diff --git a/games-misc/fortune-mod-dubya/Manifest b/games-misc/fortune-mod-dubya/Manifest deleted file mode 100644 index f1f1d8d249be..000000000000 --- a/games-misc/fortune-mod-dubya/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Dubya-20050118.tar.gz 27385 BLAKE2B dbad7409be78d4c741e32d49075d37f59439cbd04d0772d54788a9a7085779bb0cba969576806f7d842eac3ef13ea82d851380f831da9349f39b5b3fcada927b SHA512 19609f79bc12cf74aeef51f3e16a689790ad6ab316924d5726c22e2b1cc7f5007bcaee494da7485d2c34b94ebc071cf62aa042b6156f5f957e55a5e85d1ad5b9 diff --git a/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild b/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild deleted file mode 100644 index a57b2342d969..000000000000 --- a/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -DESCRIPTION="Quotes from George W. Bush" -HOMEPAGE="http://dubya.seiler.us/" -SRC_URI="http://seiler.us/wiki/images/8/8c/Dubya-${PV}.tar.gz" - -LICENSE="fairuse" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="games-misc/fortune-mod" - -S=${WORKDIR}/${PN/fortune-mod-/} - -src_install() { - insinto /usr/share/fortune - doins dubya dubya.dat -} diff --git a/games-misc/fortune-mod-dubya/metadata.xml b/games-misc/fortune-mod-dubya/metadata.xml deleted file mode 100644 index edfe6175c4eb..000000000000 --- a/games-misc/fortune-mod-dubya/metadata.xml +++ /dev/null @@ -1,13 +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> -<longdescription> - dubya is a module for fortune-mod, and contains many quotes from George W. - Bush. The great majority, if not all, of these quotes were originally - gathered in the fantastic George W. Bush Desk Calendar. -</longdescription> -</pkgmetadata> |