summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-14 16:45:58 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-14 16:45:58 +0300
commit6afa097b6e95f8b876f69dc18af644e5904178c8 (patch)
tree476c2cc1c7a19861f80d16c2cf54f505b748c2af
parentx11-plugins/wmtz: drop 0.7_p20150816, EAPI6-- (diff)
downloadgentoo-6afa097b6e95f8b876f69dc18af644e5904178c8.tar.gz
gentoo-6afa097b6e95f8b876f69dc18af644e5904178c8.tar.bz2
gentoo-6afa097b6e95f8b876f69dc18af644e5904178c8.zip
x11-plugins/wmtimer: drop 2.92-r2, EAPI6--
Closes: https://bugs.gentoo.org/929957 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild46
1 files changed, 0 insertions, 46 deletions
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}
-}