* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmupmon/files/, x11-plugins/wmupmon/
@ 2018-01-05 23:20 Mikle Kolyada
0 siblings, 0 replies; only message in thread
From: Mikle Kolyada @ 2018-01-05 23:20 UTC (permalink / raw
To: gentoo-commits
commit: 2c71d6b8aba8d26df5a15380b98492a9a53a1ce8
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 23:17:53 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 23:20:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c71d6b8
x11-plugins/wmupmon: remove last rited package (bug #639914)
x11-plugins/wmupmon/Manifest | 1 -
.../wmupmon/files/wmupmon-0.1.3-arraysize.patch | 32 ----------------------
x11-plugins/wmupmon/metadata.xml | 14 ----------
x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild | 31 ---------------------
4 files changed, 78 deletions(-)
diff --git a/x11-plugins/wmupmon/Manifest b/x11-plugins/wmupmon/Manifest
deleted file mode 100644
index d35ebf30949..00000000000
--- a/x11-plugins/wmupmon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmupmon-0.1.3.tar.bz2 90108 BLAKE2B e5415ff3128d3eeb824d2cb46a983258cd944b029375237d67fbd8395d02209b7f9b162d72ba56e90ed5b81f26f515f8e6b8384277b92d7de2116e9fa6353330 SHA512 7b87858db3eb754784eb67c379fc655bdb44efc87bd80e3588c156a8b156867ab956ecff13b954f6b2d4f75621bc5cc4a30c9e34ca95eb9807d0cf87bc76d1d7
diff --git a/x11-plugins/wmupmon/files/wmupmon-0.1.3-arraysize.patch b/x11-plugins/wmupmon/files/wmupmon-0.1.3-arraysize.patch
deleted file mode 100644
index 4a974d169ab..00000000000
--- a/x11-plugins/wmupmon/files/wmupmon-0.1.3-arraysize.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/main.c.orig 2006-10-12 13:09:14.000000000 +0200
-+++ src/main.c 2006-10-12 13:12:27.000000000 +0200
-@@ -66,10 +66,10 @@
- int main(int argc, char **argv)
- {
- int i, a, aa, b, bb;
-- char* real_off_xpm[(style == 2 ? sizeof(backlight2_off_xpm) :
-- sizeof(backlight_off_xpm))];
-- char* real_on_xpm[(style == 2 ? sizeof(backlight2_on_xpm) :
-- sizeof(backlight_on_xpm))];
-+ char* real_off_xpm[(style == 2 ? sizeof(backlight2_off_xpm)/sizeof(char*) :
-+ sizeof(backlight_off_xpm)/sizeof(char*))];
-+ char* real_on_xpm[(style == 2 ? sizeof(backlight2_on_xpm)/sizeof(char*) :
-+ sizeof(backlight_on_xpm)/sizeof(char*))];
- XEvent event;
- XpmColorSymbol colors[2] = { {"Back0", NULL, 0}, {"Back1", NULL, 0} };
- int ncolor = 0;
-@@ -79,10 +79,10 @@
-
- /* setup pixmap to use - this is ugly but it works */
-
-- a = sizeof(backlight2_off_xpm);
-- aa = sizeof(backlight2_on_xpm);
-- b = sizeof(backlight_off_xpm);
-- bb = sizeof(backlight_on_xpm);
-+ a = sizeof(backlight2_off_xpm)/sizeof(char*);
-+ aa = sizeof(backlight2_on_xpm)/sizeof(char*);
-+ b = sizeof(backlight_off_xpm)/sizeof(char*);
-+ bb = sizeof(backlight_on_xpm)/sizeof(char*);
- if(style == 2){
- for(i=0; i<a; i++)
- real_off_xpm[i] = backlight2_off_xpm[i];
diff --git a/x11-plugins/wmupmon/metadata.xml b/x11-plugins/wmupmon/metadata.xml
deleted file mode 100644
index aeb9a93ca48..00000000000
--- a/x11-plugins/wmupmon/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
-</maintainer>
-
-<longdescription>
-wmUpMon is a dockapp for WindowMaker and
-compatible WMs that displays your system uptime.
-It is based on wmMemLoad.
-</longdescription>
-</pkgmetadata>
diff --git a/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
deleted file mode 100644
index d0087dbe27e..00000000000
--- a/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="wmUpMon is a program to monitor your Uptime"
-HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon"
-SRC_URI="http://j-z-s.com/projects/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-arraysize.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "einstall failed."
- dodoc AUTHORS README THANKS ChangeLog
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-05 23:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 23:20 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmupmon/files/, x11-plugins/wmupmon/ Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox