summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2017-12-26 18:06:13 +0300
committerMikle Kolyada <zlogene@gentoo.org>2017-12-26 18:06:13 +0300
commit13d8b8d9e4dcf83c744b8298ada3a7917a4952c6 (patch)
tree066fad487e38b1695cef735e80bd34638027b5d3 /x11-plugins/wmcube
parentx11-plugins/wmcube: ppc/ppc64 stable wrt bug #639576 (diff)
downloadgentoo-13d8b8d9e4dcf83c744b8298ada3a7917a4952c6.tar.gz
gentoo-13d8b8d9e4dcf83c744b8298ada3a7917a4952c6.tar.bz2
gentoo-13d8b8d9e4dcf83c744b8298ada3a7917a4952c6.zip
x11-plugins/wmcube: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'x11-plugins/wmcube')
-rw-r--r--x11-plugins/wmcube/Manifest1
-rw-r--r--x11-plugins/wmcube/wmcube-0.98.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/x11-plugins/wmcube/Manifest b/x11-plugins/wmcube/Manifest
index 953c69828673..7d764d1c2dc2 100644
--- a/x11-plugins/wmcube/Manifest
+++ b/x11-plugins/wmcube/Manifest
@@ -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
index e795d285b3fe..000000000000
--- a/x11-plugins/wmcube/wmcube-0.98.ebuild
+++ /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/*
-}