From ac76808000bc7228b1dccdbfdebbb14fd8fd8940 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 21 Oct 2018 11:13:30 +0300 Subject: x11-plugins/wmMatrix: Drop old Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild | 39 ----------------------------- 1 file changed, 39 deletions(-) delete mode 100644 x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild (limited to 'x11-plugins/wmMatrix') diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild deleted file mode 100644 index 3faffc472b9a..000000000000 --- a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils toolchain-funcs multilib - -DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's xmatrix screenhack" -HOMEPAGE="https://www.dockapps.net/wmmatrix" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -CDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${CDEPEND} - x11-base/xorg-proto" -RDEPEND="${CDEPEND} - x11-misc/xscreensaver" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-makefile.patch -} - -src_compile() { - # this version is distributed with compiled binaries! - make clean - emake CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" || die "compile failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "install failed" -} -- cgit v1.2.3-65-gdbad