x11-plugins/wmcube: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Tue, 26 Dec 2017 15:06:13 +0000 (18:06 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Tue, 26 Dec 2017 15:06:13 +0000 (18:06 +0300)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

x11-plugins/wmcube/Manifest
x11-plugins/wmcube/wmcube-0.98.ebuild [deleted file]

index 953c69828673a9159f78f5febdcbf7b64b0438bd..7d764d1c2dc258ad9c65e08a44bc7be219e74193 100644 (file)
@@ -1,2 +1 @@
-DIST wmcube-0.98.tar.gz 38305 BLAKE2B ceb2f4211ba2f0459242183e3023e3e4203cfc6295f01ce2945ab384f8fb14bdfa7b2cc64fae6c20a96a52d2a22716299ffe117243d4a41ba0c153212127cc57 SHA512 137e31b3de175bcbe593c420b79804a8904436923747e0db338258e87e08ed6dc4748c29910c68e01e072850fb0f0ca6d1979fee22d6e8edc76c500a5cd84230
 DIST wmcube-1.0.2.tar.gz 56908 BLAKE2B 4ce373b3822e9d515d611e577214a2c51a8e4fb62cc47cf9f64ad49441bd3c53ba09d301c898a37f6ffafecf984ae04cefce9890c593797719b29fb54425f6c7 SHA512 171700848a9d674ced3ee33468b967b2be706e72863f8356f0d8d72785c06a1c34b5be3597e5604bf74e97ee911ca05b68a28bfe67c1171a61c7084450d622de
diff --git a/x11-plugins/wmcube/wmcube-0.98.ebuild b/x11-plugins/wmcube/wmcube-0.98.ebuild
deleted file mode 100644 (file)
index e795d28..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-inherit eutils
-
-DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
-HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm"
-SRC_URI="http://kling.mine.nu/kling/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ~mips ppc ppc64 ~sparc"
-
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       x11-proto/xextproto"
-
-S="${WORKDIR}/${P}/wmcube"
-
-src_prepare() {
-       #Honour Gentoo LDFLAGS, see bug #337893.
-       sed -e "s/-o wmcube/${LDFLAGS} -o wmcube/" -i Makefile
-
-       cd "${WORKDIR}"/${P} || die
-       epatch "${FILESDIR}"/${P}-list.patch
-}
-
-src_compile() {
-       emake CFLAGS="${CFLAGS}" || die "parallel make failed"
-}
-
-src_install() {
-       dobin wmcube
-
-       cd ..
-       dodoc README CHANGES
-
-       SHARE=/usr/share/wmcube
-       dodir ${SHARE}
-       insinto ${SHARE}
-       doins 3dObjects/*
-}