commit: 3a49332d9823ab908d1e815ba818bffa7351f86f Author: Johannes Huber <johu <AT> gmx <DOT> de> AuthorDate: Mon May 26 14:50:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 27 04:27:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a49332d
x11-misc/xcalib: drop 0.10 Signed-off-by: Johannes Huber <johu <AT> gmx.de> Part-of: https://github.com/gentoo/gentoo/pull/42264 Closes: https://github.com/gentoo/gentoo/pull/42264 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/xcalib/xcalib-0.10.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/x11-misc/xcalib/xcalib-0.10.ebuild b/x11-misc/xcalib/xcalib-0.10.ebuild deleted file mode 100644 index 74d0b6510315..000000000000 --- a/x11-misc/xcalib/xcalib-0.10.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Tiny monitor calibration loader for X.org" -HOMEPAGE="https://github.com/OpenICC/xcalib" -SRC_URI="https://github.com/OpenICC/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -IUSE="" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXrandr - x11-libs/libXxf86vm -" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-libs/libXext -"
