From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmoonclock/, x11-plugins/wmmoonclock/files/
Date: Sun, 18 Sep 2022 18:54:16 +0000 (UTC) [thread overview]
Message-ID: <1663527248.8c9385ef30d41bc1ff17cf4bebe5b8a620fcf537.asturm@gentoo> (raw)
commit: 8c9385ef30d41bc1ff17cf4bebe5b8a620fcf537
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 18:53:57 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 18:54:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9385ef
x11-plugins/wmmoonclock: drop 1.29
Closes: https://bugs.gentoo.org/867163
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-plugins/wmmoonclock/Manifest | 1 -
.../files/wmmoonclock-1.29-gcc-10.patch | 37 ----------------------
x11-plugins/wmmoonclock/wmmoonclock-1.29.ebuild | 21 ------------
3 files changed, 59 deletions(-)
diff --git a/x11-plugins/wmmoonclock/Manifest b/x11-plugins/wmmoonclock/Manifest
index d5aa8989c554..b5594aff13f1 100644
--- a/x11-plugins/wmmoonclock/Manifest
+++ b/x11-plugins/wmmoonclock/Manifest
@@ -1,2 +1 @@
-DIST wmmoonclock-1.29.tar.gz 234991 BLAKE2B 7d38b4758d6bd4b78d069ae7d872c60f1a43a25fc424a51615ff0506d249bc0ee416cec9dc389ea27281f0b1eafa299bb126f0ea177334508ebb2b3542162162 SHA512 c36850034a0f3b7863ecfd03f73f91f9b935f645362cebeb33186873f700585d682dc5c35f3b5d67932afd3c5699fca56bf012e8f8a06615ff52c44a47ba552e
DIST wmmoonclock-1.30.tar.gz 238171 BLAKE2B 05246845f95a24f4b0e1b2ce1fb790c170da2b2023337fca5517a27afccaa7a9e42efa497151059897fe87f25b2e32390f441a820afc3eaf353333faa1760d57 SHA512 2173586ef8dd53eae0a05368440dffe8438e57f8158df05fd0de2d4525a5726e48b62ef8e8a81403cb7707d836936957e2238f543946beb557623bd9fbd54175
diff --git a/x11-plugins/wmmoonclock/files/wmmoonclock-1.29-gcc-10.patch b/x11-plugins/wmmoonclock/files/wmmoonclock-1.29-gcc-10.patch
deleted file mode 100644
index 9554254e6239..000000000000
--- a/x11-plugins/wmmoonclock/files/wmmoonclock-1.29-gcc-10.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -Naur wmmoonclock-1.29.orig/src/xutils.c wmmoonclock-1.29/src/xutils.c
---- wmmoonclock-1.29.orig/src/xutils.c 2017-08-15 00:32:44.000000000 +0200
-+++ wmmoonclock-1.29/src/xutils.c 2020-02-27 11:42:33.266076617 +0100
-@@ -52,6 +52,13 @@
- XpmIcon wmgen;
- Pixmap pixmask;
-
-+Display *display;
-+Window Root;
-+Window iconwin, win;
-+int screen;
-+int DisplayDepth;
-+
-+
-
-
-
-diff -Naur wmmoonclock-1.29.orig/src/xutils.h wmmoonclock-1.29/src/xutils.h
---- wmmoonclock-1.29.orig/src/xutils.h 2017-08-15 00:31:51.000000000 +0200
-+++ wmmoonclock-1.29/src/xutils.h 2020-02-27 11:41:58.180058348 +0100
-@@ -20,11 +20,11 @@
- /*
- * Global variable
- */
--Display *display;
--Window Root;
--Window iconwin, win;
--int screen;
--int DisplayDepth;
-+extern Display *display;
-+extern Window Root;
-+extern Window iconwin, win;
-+extern int screen;
-+extern int DisplayDepth;
-
-
-
diff --git a/x11-plugins/wmmoonclock/wmmoonclock-1.29.ebuild b/x11-plugins/wmmoonclock/wmmoonclock-1.29.ebuild
deleted file mode 100644
index 9530051db958..000000000000
--- a/x11-plugins/wmmoonclock/wmmoonclock-1.29.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="dockapp that shows lunar ephemeris to a high accuracy"
-HOMEPAGE="https://www.dockapps.net/wmmoonclock"
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch )
next reply other threads:[~2022-09-18 18:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-18 18:54 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-27 10:44 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmoonclock/, x11-plugins/wmmoonclock/files/ Bernard Cafarelli
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=1663527248.8c9385ef30d41bc1ff17cf4bebe5b8a620fcf537.asturm@gentoo \
--to=asturm@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