commit:     35d1aba352f91f89ae3be0cce996fa9d1f89a91a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 11:16:38 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 11:16:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d1aba3

media-libs/libsfml: drop 2.5.1-r1

Bug: https://bugs.gentoo.org/910519
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 media-libs/libsfml/libsfml-2.5.1-r1.ebuild | 74 ------------------------------
 1 file changed, 74 deletions(-)

diff --git a/media-libs/libsfml/libsfml-2.5.1-r1.ebuild 
b/media-libs/libsfml/libsfml-2.5.1-r1.ebuild
deleted file mode 100644
index 4855c128c89a..000000000000
--- a/media-libs/libsfml/libsfml-2.5.1-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
-HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML";
-SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-IUSE="debug doc examples"
-
-RDEPEND="
-       media-libs/flac:=
-       media-libs/freetype:2
-       media-libs/libjpeg-turbo:=
-       media-libs/libpng:=
-       media-libs/libogg
-       media-libs/libvorbis
-       media-libs/openal
-       sys-libs/zlib
-       virtual/opengl
-       x11-libs/libX11
-       x11-libs/libXrandr
-       x11-libs/libxcb
-       x11-libs/xcb-util-image
-       kernel_linux? ( virtual/libudev:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       doc? ( app-text/doxygen )
-"
-
-DOCS=( changelog.md readme.md )
-
-S="${WORKDIR}/SFML-${PV}"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-musl-1.2.3-nullptr.patch
-)
-
-src_prepare() {
-       sed -i "s:DESTINATION .*:DESTINATION /usr/share/doc/${PF}:" \
-               doc/CMakeLists.txt || die
-
-       find examples -name CMakeLists.txt -delete || die
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DSFML_BUILD_DOC=$(usex doc)
-               -DSFML_INSTALL_PKGCONFIG_FILES=TRUE
-       )
-
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       insinto /usr/share/cmake/Modules
-       doins cmake/SFMLConfig.cmake.in
-       doins cmake/SFMLConfigDependencies.cmake.in
-
-       if use examples ; then
-               docompress -x /usr/share/doc/${PF}/examples
-               dodoc -r examples
-       fi
-}

Reply via email to