commit: 6c16c208bde60e43fd2d9687ab54799644555da4 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Oct 28 19:10:28 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Oct 28 19:10:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c16c208
x11-plugins/wmcalendar: drop 0.5.2-r2 Bug: https://bugs.gentoo.org/875530 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> x11-plugins/wmcalendar/wmcalendar-0.5.2-r2.ebuild | 37 ----------------------- 1 file changed, 37 deletions(-) diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r2.ebuild b/x11-plugins/wmcalendar/wmcalendar-0.5.2-r2.ebuild deleted file mode 100644 index 07e73f5eb029..000000000000 --- a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="a calendar dockapp" -HOMEPAGE="https://wmcalendar.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" - -RDEPEND=" - dev-libs/libical - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( ../{BUGS,CHANGES,HINTS,README,TODO} ) - -S=${WORKDIR}/${P}/Src - -PATCHES=( "${FILESDIR}"/${P}-exit-sin-and-cos.patch - "${FILESDIR}"/${P}-rename_kill_func.patch - "${FILESDIR}"/${P}-ical.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -src_compile() { - tc-export CC PKG_CONFIG - default -}
