x11-plugins/wmfortune: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 22 Sep 2018 11:44:30 +0000 (14:44 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 22 Sep 2018 11:44:44 +0000 (14:44 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

x11-plugins/wmfortune/wmfortune-0.241.ebuild [deleted file]

diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
deleted file mode 100644 (file)
index f4d5776..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="a dockapp showing fortune-mod messages"
-HOMEPAGE="https://www.dockapps.net/wmfortune"
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="games-misc/fortune-mod
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       x11-base/xorg-proto"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-stringh.patch
-
-       # Honour Gentoo LDFLAGS. Closes bug #336446.
-       sed -i 's/-o $(DEST)/$(LDFLAGS) -o $(DEST)/' Makefile
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" \
-               XLIBDIR="/usr/$(get_libdir)" || die "emake failed."
-}
-
-src_install() {
-       dobin ${PN}
-       dodoc CHANGES README TODO
-}