diff options
author | 2024-10-28 20:10:28 +0100 | |
---|---|---|
committer | 2024-10-28 20:10:54 +0100 | |
commit | 6c16c208bde60e43fd2d9687ab54799644555da4 (patch) | |
tree | 67668a7f99041d0bd739bfc0211a2e689a069efb /x11-plugins/wmcalendar | |
parent | virtual/dist-kernel: Revbump for 6.6.58 genpatches bump (diff) | |
download | gentoo-6c16c208bde60e43fd2d9687ab54799644555da4.tar.gz gentoo-6c16c208bde60e43fd2d9687ab54799644555da4.tar.bz2 gentoo-6c16c208bde60e43fd2d9687ab54799644555da4.zip |
x11-plugins/wmcalendar: drop 0.5.2-r2
Bug: https://bugs.gentoo.org/875530
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'x11-plugins/wmcalendar')
-rw-r--r-- | x11-plugins/wmcalendar/wmcalendar-0.5.2-r2.ebuild | 37 |
1 files changed, 0 insertions, 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 -} |