summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-22 14:44:30 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-22 14:44:44 +0300
commit59d565bf83fa8f587451d39d64914442f3abaadc (patch)
treec04aafbc28c4ef6e52030824490e6c5e6b1ee72e /x11-plugins/wmfortune
parentx11-plugins/wmfortune: amd64 stable wrt bug #666088 (diff)
downloadgentoo-59d565bf83fa8f587451d39d64914442f3abaadc.tar.gz
gentoo-59d565bf83fa8f587451d39d64914442f3abaadc.tar.bz2
gentoo-59d565bf83fa8f587451d39d64914442f3abaadc.zip
x11-plugins/wmfortune: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'x11-plugins/wmfortune')
-rw-r--r--x11-plugins/wmfortune/wmfortune-0.241.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
deleted file mode 100644
index f4d577617bb1..000000000000
--- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild
+++ /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
-}