diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-21 11:13:30 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-21 11:13:30 +0300 |
commit | ac76808000bc7228b1dccdbfdebbb14fd8fd8940 (patch) | |
tree | 3acce23005698f984727972c2225ef00a08675e4 /x11-plugins/wmMatrix | |
parent | x11-plugins/wmMatrix: amd64 stable wrt bug #666088 (diff) | |
download | gentoo-ac76808000bc7228b1dccdbfdebbb14fd8fd8940.tar.gz gentoo-ac76808000bc7228b1dccdbfdebbb14fd8fd8940.tar.bz2 gentoo-ac76808000bc7228b1dccdbfdebbb14fd8fd8940.zip |
x11-plugins/wmMatrix: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-plugins/wmMatrix')
-rw-r--r-- | x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
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" -} |