From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmupmon/files/, x11-plugins/wmupmon/
Date: Fri, 5 Jan 2018 23:20:07 +0000 (UTC) [thread overview]
Message-ID: <1515194402.2c71d6b8aba8d26df5a15380b98492a9a53a1ce8.zlogene@gentoo> (raw)
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
-}
reply other threads:[~2018-01-05 23:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1515194402.2c71d6b8aba8d26df5a15380b98492a9a53a1ce8.zlogene@gentoo \
--to=zlogene@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox