commit:     00c7fd40e1985ca388b04a6804d8e0cadaaeb9a0
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 12:46:54 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 12:51:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c7fd40

x11-misc/slop: drop 7.6-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 x11-misc/slop/slop-7.6-r1.ebuild | 50 ----------------------------------------
 1 file changed, 50 deletions(-)

diff --git a/x11-misc/slop/slop-7.6-r1.ebuild b/x11-misc/slop/slop-7.6-r1.ebuild
deleted file mode 100644
index c9efba7da996..000000000000
--- a/x11-misc/slop/slop-7.6-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Application that queries the user for a selection for printing"
-HOMEPAGE="https://github.com/naelstrof/slop";
-SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="amd64 ~x86"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-IUSE="opengl icu"
-
-RDEPEND="
-       icu? ( dev-libs/icu:= )
-       x11-libs/libX11
-       x11-libs/libXext
-       opengl? (
-               media-libs/glew:0=
-               media-libs/libglvnd
-               virtual/opengl
-               x11-libs/libXrender:=
-       )
-"
-BDEPEND="
-       ${RDEPEND}
-       x11-base/xorg-proto
-"
-DEPEND="
-       ${RDEPEND}
-       media-libs/glm
-"
-
-PATCHES=( "${FILESDIR}/${PN}"-7.5-missing-header.patch )
-
-src_prepare() {
-       use icu && eapply "${FILESDIR}/"icu-75.1-cxx17.patch
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DSLOP_OPENGL=$(usex opengl)
-               -DSLOP_UNICODE=$(usex icu)
-       )
-       cmake_src_configure
-}

Reply via email to