diff options
Diffstat (limited to 'x11-plugins/wmfortune')
-rw-r--r-- | x11-plugins/wmfortune/wmfortune-0.241.ebuild | 41 |
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 -} |