commit: d22adb8109dae6a315227bb90d3f402c67972443 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Oct 1 14:17:58 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 14:20:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22adb81
media-libs/lasi: drop 1.1.3 Closes: https://bugs.gentoo.org/963580 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/lasi/lasi-1.1.3.ebuild | 61 --------------------------------------- 1 file changed, 61 deletions(-) diff --git a/media-libs/lasi/lasi-1.1.3.ebuild b/media-libs/lasi/lasi-1.1.3.ebuild deleted file mode 100644 index 7797bf0c8521..000000000000 --- a/media-libs/lasi/lasi-1.1.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake flag-o-matic - -MY_PN=libLASi -MY_P=${MY_PN}-${PV} - -DESCRIPTION="C++ library for postscript stream output" -HOMEPAGE="http://www.unifont.org/lasi" -SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/2" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc examples" - -RDEPEND=" - dev-libs/glib:2 - media-libs/freetype:2 - x11-libs/pango" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen )" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${P}-cmake.patch - "${FILESDIR}"/${P}-pkgconfig.patch -) - -src_prepare() { - cmake_src_prepare - sed -i \ - -e "s:\/lib$:\/$(get_libdir):" \ - -e "s/libLASi-\${VERSION}/${PF}/" \ - cmake/modules/instdirs.cmake || die - sed -i \ - -e "s:\${DATA_DIR}/examples:/usr/share/doc/${PF}/examples:" \ - examples/CMakeLists.txt || die - - if use !examples; then - sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die - fi -} - -src_configure() { - # 788766 - append-cxxflags -std=gnu++14 - # doesn't like CMAKE_BUILD_TYPE = Gentoo - CMAKE_BUILD_TYPE=None - local mycmakeargs=( - -DDOXYGEN_EXECUTABLE=$(usex doc "${BROOT}"/usr/bin/doxygen '') - -DUSE_RPATH=OFF - ) - cmake_src_configure -}
