From 7fa8a1e3f149eea4c844c47cfe26136ed7614c58 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 Apr 2024 12:04:03 +0100 Subject: gentoo auto-resync : 15:04:2024 - 12:04:02 --- x11-plugins/wmtimer/Manifest | 3 +- x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild | 46 ------------------------------ x11-plugins/wmtimer/wmtimer-2.92-r3.ebuild | 4 +-- 3 files changed, 3 insertions(+), 50 deletions(-) delete mode 100644 x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild (limited to 'x11-plugins/wmtimer') diff --git a/x11-plugins/wmtimer/Manifest b/x11-plugins/wmtimer/Manifest index 0a272fffceca..2d6a58e779b8 100644 --- a/x11-plugins/wmtimer/Manifest +++ b/x11-plugins/wmtimer/Manifest @@ -2,6 +2,5 @@ AUX wmtimer-2.92-counter-fix.patch 717 BLAKE2B 44ca05c4f1343f802ee4444a39279e933 AUX wmtimer-2.92-gcc-10.patch 819 BLAKE2B 9b8a57e4ba07231a6ec038d84908aa0166ef466048765d1fea1df4213067a3809c0b9468e1ea210cda751d5a8da70e6b6c4462f2e4a3db1147f4adae52be10a7 SHA512 a45d94c38c87e5eb2b9d689bc87d8d8ea8a01ce5fd3dd6a3bd938b2dcc071fc57654961e7336f12f03115eabe15a4834053e80ab816336c7f893ff6fc9feb0ca AUX wmtimer-2.92-list.patch 3323 BLAKE2B ac61e7129f7883d3046ff0be7b23c817decc76deafc5eb1de8953afe0a0aa418a11f857f684f185c29cb72760d1f0619d045e2a294b185ce544db72a5d5e49fa SHA512 f7001d64ea1097a79b6b3b7d5b64cfd930d06567f8734b55868a04370480e469e5dffecec38ca421550235f2b0f84217efbd8ab278e0d44cacf37c723c626dd7 DIST wmtimer-2.92.tar.gz 22091 BLAKE2B 7e8f598708a70168233aa4545fc9978fab9ea6891a02f618f1bdafa08bbc3ed077183c19f467c70637b07fa501f40bd2409bdb3e60034888296895b9ff3f35f1 SHA512 d00e2eff92c89b1a848d2319f62b2f060f4ced1299440aa20ca4288b5bdd16f7cff625907f6587514a1618fec74e5be34fb6c923cec51a663cd9efc86c6f0a07 -EBUILD wmtimer-2.92-r2.ebuild 1135 BLAKE2B 5b2ac05094859ba9c714566286704a1e2accf5d6f6b450589dd141234730fe37bbb3a2d4e6456f167dee60f335a604049bac5ee59fcef63db6a3029078c9638a SHA512 acca770306b20d869f81a17afd8cbaed50d3f2ca64522600af5312159d310b485c238bd5cca327fb3de1b456798a7bf31e07ed175a35153401b49f61c6bdd677 -EBUILD wmtimer-2.92-r3.ebuild 1134 BLAKE2B 4ef07d06f2a09fa57ad646e3ede74da6e0b72e574bc9c143b944eca8761823b0632ef2063800c987d54e139d501057a1d9ef05ddd8f801077f06c35330715f1b SHA512 3806a6704b262d72cf4c9e7cd2fa68cf0c0b589a32f15ec6bdf067b2e749cf2e9e5006d2059af122ff44aa3cc1a6de9252511c0b8fea9c38af14bef858683149 +EBUILD wmtimer-2.92-r3.ebuild 1130 BLAKE2B f525084465002cc271670eacc746b0eb326241904d25f74ab65a59e3f013cf542fe957832810c912e678b354e1ae490e43093b6bf2d7eb06d035df7234f988fb SHA512 3781ad0220c655506ed07c22e4a2e716c347c2b43de5b528158c6e6386e4f4e7845d36c2872e633c4dfcc5e98ffc6991148916c4cbc09cd981635a102a8374e6 MISC metadata.xml 685 BLAKE2B 20755244501dca1690635bf0a24c7865d6df9a930aa06c409fac661390b6b3dcc535a50ad0eb6627fb5734d64742fe5c88dbdb3d66dde002d10185ced5fcd3b2 SHA512 589165485e9e7e803c441eedba21372fc49684fb6f68208205b219254293b58d015804d2aeaa31a09946a0fdf490a5944fa8ec118ccbae5517738d0c39f03cb0 diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild deleted file mode 100644 index bcf6d63c094c..000000000000 --- a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit multilib toolchain-funcs - -DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode" -HOMEPAGE="https://github.com/bbidulock/wmtimer" -SRC_URI="https://github.com/bbidulock/wmtimer/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2 - x11-libs/gtk+:2 - x11-libs/libXpm - x11-libs/libXext - x11-libs/libX11" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${P}/${PN} - -src_prepare() { - sed -i -e "s|\$(CFLAGS)||" Makefile || die - sed -i -e "s|-g||g" Makefile || die - sed -i -e "s|-O2|\$(CFLAGS) ${CFLAGS}|" Makefile || die - sed -i -e "s|-o wmtimer|\$(LDFLAGS) -o wmtimer|" Makefile || die - - cd "${WORKDIR}"/${P} || die - eapply "${FILESDIR}"/${P}-counter-fix.patch - eapply "${FILESDIR}"/${P}-list.patch - eapply "${FILESDIR}"/${P}-gcc-10.patch - eapply_user -} - -src_compile() { - emake CC="$(tc-getCC)" LIBDIR="-L/usr/$(get_libdir)" -} - -src_install() { - dobin wmtimer - dodoc ../{Changelog,CREDITS,README} -} diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r3.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r3.ebuild index 104d816e18ee..aeb6a3896127 100644 --- a/x11-plugins/wmtimer/wmtimer-2.92-r3.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.92-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S="${WORKDIR}/${P}/${PN}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" RDEPEND=">=dev-libs/glib-2 x11-libs/gtk+:2 -- cgit v1.2.3