summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-01-13 03:46:44 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-01-13 03:47:13 +1100
commitcd4b6f715e6d706ab7c2915870ece9ef6f923bb5 (patch)
treefd5bb22d61c29c8aaa2a4f9684ccfe7a2c4b975b /x11-plugins
parentnet-print/cups: Properly rename systemd unit files to Gentoo naming (diff)
downloadgentoo-cd4b6f715e6d706ab7c2915870ece9ef6f923bb5.tar.gz
gentoo-cd4b6f715e6d706ab7c2915870ece9ef6f923bb5.tar.bz2
gentoo-cd4b6f715e6d706ab7c2915870ece9ef6f923bb5.zip
x11-plugins/wmium: remove last-rited package
Gentoo-bug: 567532
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmium/Manifest1
-rw-r--r--x11-plugins/wmium/metadata.xml9
-rw-r--r--x11-plugins/wmium/wmium-1.0.9b-r1.ebuild59
3 files changed, 0 insertions, 69 deletions
diff --git a/x11-plugins/wmium/Manifest b/x11-plugins/wmium/Manifest
deleted file mode 100644
index bd9e04656141..000000000000
--- a/x11-plugins/wmium/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmium-1.0.9b.tar.gz 53977 SHA256 a3534b4919d8f5eb3679d5d6b9eff854864e7c6dc1b74aff6637d9c2f94f78f9 SHA512 38f71174d51e2397f8ed0f65b58787e85dc8d593cdea35df0e1559b146a4eea87bd287f0cb85a990970ac3a54789240e0ad463f67230504b38337d16ee95e012 WHIRLPOOL 21a11d6cf26eb835705293dc03b16ced52a25530fc0da9409ecc7205be70dab9b65b7c65e9b1ad2d9fc914c2a5ce55c1629069d6ef48ff92bf644143154c5560
diff --git a/x11-plugins/wmium/metadata.xml b/x11-plugins/wmium/metadata.xml
deleted file mode 100644
index e5cd33580ba9..000000000000
--- a/x11-plugins/wmium/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
- <email>maintainer-needed@gentoo.org</email>
-</maintainer>
- <longdescription>This is a ISP b/w meter for Internode (Australian ISP) - grellm2 and windowmaker
-interfaces</longdescription>
-</pkgmetadata>
diff --git a/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild b/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild
deleted file mode 100644
index b4e0cf4d8b30..000000000000
--- a/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-DESCRIPTION="a dockapp and gkrellm2 plugin that fetches the DSL usage information for Australian ISP Internode"
-HOMEPAGE="http://www.earthmagic.org/?software"
-SRC_URI="http://www.earthmagic.org/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="gtk"
-
-RDEPEND="dev-libs/openssl
- gtk? (
- x11-libs/gtk+:2
- app-admin/gkrellm:2
- )
- !gtk? ( x11-wm/windowmaker )
- >=x11-libs/libX11-1
- >=x11-libs/libXext-1
- >=x11-libs/libXpm-3.5.4.2"
-DEPEND="${RDEPEND}
- gtk? ( virtual/pkgconfig )
- >=x11-proto/xextproto-7.0.2"
-
-src_prepare() {
- #Honour Gentoo LDFLAGS, bug #334003
- sed -ie "s/\$(CXXFLAGS) -o/\$(CXXFLAGS) \$(LDFLAGS) -o/" src/Makefile
- sed -ie "s/-shared -o/-shared \$(LDFLAGS) -o/" src-gk2/Makefile
-}
-
-src_compile() {
- emake build || die
- if use gtk; then
- emake build-gk2 || die
- fi
-}
-
-src_install() {
- if use gtk; then
- exeinto /usr/lib/gkrellm2/plugins
- doexe src-gk2/wmium-gk2.so
- fi
-
- dobin src/wmium
-
- dodoc BUGS README dot.wmiumrc.sample CHANGES README-GK2
-
- doman src/wmium.1
-
- einfo
- einfo "To configure look at the /usr/share/doc/${PF}/dot.wmiumrc.sample"
- einfo "(if using /usr/bin/wmium with WINDOWMAKER ONLY)"
- einfo
- einfo "or use the preferences within gkrellm2"
-}