diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-04 17:42:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-04 17:42:36 +0100 |
commit | c32a2cf387bf391e7dde38dc3699dbbb53c36d7f (patch) | |
tree | 4e9a74fde894001bc634c108de1336bc8cf63f4e /games-misc | |
parent | dev-python/e4u: Remove last-rited pkg (diff) | |
download | gentoo-c32a2cf387bf391e7dde38dc3699dbbb53c36d7f.tar.gz gentoo-c32a2cf387bf391e7dde38dc3699dbbb53c36d7f.tar.bz2 gentoo-c32a2cf387bf391e7dde38dc3699dbbb53c36d7f.zip |
games-misc/fortune-mod-woody-allen-it: Remove last-rited pkg
Closes: https://bugs.gentoo.org/703742
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-misc')
3 files changed, 0 insertions, 30 deletions
diff --git a/games-misc/fortune-mod-woody-allen-it/Manifest b/games-misc/fortune-mod-woody-allen-it/Manifest deleted file mode 100644 index 403d54dea73b..000000000000 --- a/games-misc/fortune-mod-woody-allen-it/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fortune-mod-woody-allen-it-0.1.tgz 14246 BLAKE2B e84797ae8128f9c1b20f9a321dcb9e4de584b765d399f6299ffe6a5facd391a8fdac87fb43109f82680d6873e2223b2f25b36cb8057da972c5ba9479c8b226c0 SHA512 9008be8c09671bc0e7715a18e6816a454d2f1aa6ca88aee6f596690888fb6fde1289629d3d2336df9de5fef04318ab9e86089b131f655e827905b1a1de57d8ea diff --git a/games-misc/fortune-mod-woody-allen-it/fortune-mod-woody-allen-it-0.1.ebuild b/games-misc/fortune-mod-woody-allen-it/fortune-mod-woody-allen-it-0.1.ebuild deleted file mode 100644 index 20a8b6ce27e2..000000000000 --- a/games-misc/fortune-mod-woody-allen-it/fortune-mod-woody-allen-it-0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -DESCRIPTION="Fortune database for Woody Allen quotes (in Italian)" -HOMEPAGE="http://somemixedstuff.blogspot.com/2007/04/set-of-fortunes-of-woody-allen-quotes.html" -SRC_URI="http://utenti.lycos.it/gutter/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="games-misc/fortune-mod" - -S=${WORKDIR}/${PN} - -src_install() { - insinto /usr/share/fortune - doins ${PN} ${PN}.dat -} diff --git a/games-misc/fortune-mod-woody-allen-it/metadata.xml b/games-misc/fortune-mod-woody-allen-it/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-misc/fortune-mod-woody-allen-it/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>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> |