summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-03 16:10:30 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-03 16:12:01 +0100
commitcbd21172071b09c5172257a3f3f5f2be31ce5b8e (patch)
tree1c235b892413892ef6f089a909a4b21ddb40ec4d /games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild
parentnet-libs/libgadu: Drop 1.12.2 (r0) (diff)
downloadgentoo-cbd21172071b09c5172257a3f3f5f2be31ce5b8e.tar.gz
gentoo-cbd21172071b09c5172257a3f3f5f2be31ce5b8e.tar.bz2
gentoo-cbd21172071b09c5172257a3f3f5f2be31ce5b8e.zip
games-misc/fortune-mod-bofh-excuses: Fix HOMEPAGE, SRC_URI, LICENSE.
Update for EAPI 7. Closes: https://bugs.gentoo.org/703708 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild')
-rw-r--r--games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild
deleted file mode 100644
index 0c44757abf1d..000000000000
--- a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.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="Excuses from Bastard Operator from Hell"
-HOMEPAGE="http://www.stlim.net/staticpages/index.php?page=20020814005536450"
-SRC_URI="http://www.stlim.net/downloads/fortune-bofh-excuses-${PV}.tar.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=""
-
-RDEPEND="games-misc/fortune-mod"
-
-S=${WORKDIR}/${PN/mod-/}
-
-src_install() {
- insinto /usr/share/fortune
- doins bofh-excuses.dat bofh-excuses
-}