commit:     ac76808000bc7228b1dccdbfdebbb14fd8fd8940
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 08:13:30 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 08:13:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac768080

x11-plugins/wmMatrix: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild | 39 -----------------------------
 1 file changed, 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 3faffc472b9..00000000000
--- 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"
-}

Reply via email to