commit: edf019c59c40238cdd62f46acb91831de46e0258 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 09:42:14 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 11:44:47 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf019c5
media-libs/libinsane: drop 1.0.9 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/libinsane/Manifest | 1 - media-libs/libinsane/libinsane-1.0.9.ebuild | 50 ----------------------------- 2 files changed, 51 deletions(-) diff --git a/media-libs/libinsane/Manifest b/media-libs/libinsane/Manifest index 146e3df8a39d..bacb48d8a5b0 100644 --- a/media-libs/libinsane/Manifest +++ b/media-libs/libinsane/Manifest @@ -1,2 +1 @@ DIST libinsane-1.0.10.tar.bz2 896982 BLAKE2B 6e109f21ae90a58b5c1918baca3779e75ca471c453232067eb09ac454fd28a1e66c5b6d55f9212660df26c6c7440be21fcf620f04a9103e2af27bf050bc11139 SHA512 80ad2005ce3411c3254e513d402f8a03c54107507a45a319333961405fb778e9d89fd79abe8058f1ccb45883c8db75ee5218d5a1a1216fcc9504a43711049605 -DIST libinsane-1.0.9.tar.gz 965461 BLAKE2B ee464d8b3328e8205dbc04d779c8c55133c3bab8b5483ab151870c22311f5d5c000a535baba95ea6362d130f57b6f185e9391017f808dec4bf23a93109546337 SHA512 a3d5ef16363454956c39767968515db76d1c279035e3a4c6a7db77a3e99e409b77cdacd27ccfba0fe80f5bf36d8c37d700aed551645b6038f3b770b2eaec10e2 diff --git a/media-libs/libinsane/libinsane-1.0.9.ebuild b/media-libs/libinsane/libinsane-1.0.9.ebuild deleted file mode 100644 index 090fd59a2d8f..000000000000 --- a/media-libs/libinsane/libinsane-1.0.9.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit meson vala - -DESCRIPTION="Crossplatform access to image scanners" -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/libinsane" -SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/libinsane/-/archive/${PV}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc gtk-doc test" - -RDEPEND=">=dev-libs/gobject-introspection-1.82.0-r2 - media-gfx/sane-backends" -DEPEND="${RDEPEND} - doc? ( - app-text/doxygen - dev-util/gtk-doc - ) - test? ( - dev-util/cunit - dev-debug/valgrind - )" - -BDEPEND="dev-util/glib-utils - virtual/pkgconfig - $(vala_depend)" - -# Tests require an operational valgrind -# https://wiki.gentoo.org/wiki/Debugging -RESTRICT="test" - -PATCHES=( "${FILESDIR}"/${PN}-1.0.1-meson_options.patch - "${FILESDIR}"/${P}-musl.patch - ) - -src_prepare() { - vala_src_prepare - default -} - -src_configure() { - local emesonargs=( - $(meson_use doc doc) - ) - meson_src_configure -}
