commit: 8d23fba77551db278bf065f924bc805d52225180 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 2 19:54:30 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Jul 2 19:54:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d23fba7
media-video/aravis: drop 0.8.5-r2, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-video/aravis/Manifest | 1 - media-video/aravis/aravis-0.8.5-r2.ebuild | 72 ------------------------------- 2 files changed, 73 deletions(-) diff --git a/media-video/aravis/Manifest b/media-video/aravis/Manifest index 39932778120b..2d39ef3a70e4 100644 --- a/media-video/aravis/Manifest +++ b/media-video/aravis/Manifest @@ -1,2 +1 @@ DIST aravis-0.8.34.tar.xz 864512 BLAKE2B ff067fed66d6cd6fd233f2d2d2e36364d9bebe9b408ee72e172b935359328782c4d10201d06b5fad24fba3e9e9de969a3703e34a5777cb497dba1e24c45f68e0 SHA512 d8e2372d66a685d393324875f3800463ad25b155b7f36a9d303ce93a12c6206f33ff674805ad28e35e0fc644e012e57b292b7d6ecd06ed3f422b81ccb4cc344f -DIST aravis-0.8.5.tar.gz 966208 BLAKE2B abeb87911e20898765a41a663a539932cafe65a297ae3887379ca2760132150fde1fb87dbd5f718618b90f5eb2f2fd4941a85ebf7139b0d4ae8a6be458338450 SHA512 2e6ab898be0d1e9a93555bcf83bb447f19c46c5d3c3a8713b9a2174fd165992d5737393f417f6e46504d120d15955dc67e89342449f11356a3fd1e6968ac233e diff --git a/media-video/aravis/aravis-0.8.5-r2.ebuild b/media-video/aravis/aravis-0.8.5-r2.ebuild deleted file mode 100644 index c76b3bbb2943..000000000000 --- a/media-video/aravis/aravis-0.8.5-r2.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 2019-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson xdg - -DESCRIPTION="Library for video acquisition using Genicam cameras" -HOMEPAGE="https://github.com/AravisProject/aravis" - -if [[ ${PV} = 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/AravisProject/${PN}" -else - MY_P="${PN^^}_${PV//./_}" - SRC_URI="https://github.com/AravisProject/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="LGPL-2+" -SLOT="0" -IUSE="doc fast-heartbeat gstreamer introspection packet-socket test usb viewer" -RESTRICT="!test? ( test )" - -GST_DEPEND=" - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 -" -BDEPEND=" - dev-util/glib-utils - virtual/pkgconfig - doc? ( - dev-util/gtk-doc - app-text/docbook-xml-dtd:4.3 - ) - introspection? ( dev-libs/gobject-introspection:= ) -" -DEPEND=" - dev-libs/glib:2 - doc? ( - dev-libs/glib:2[gtk-doc(+),doc(+)] - ) - dev-libs/libxml2:2= - sys-libs/zlib - gstreamer? ( ${GST_DEPEND} ) - packet-socket? ( sys-process/audit ) - usb? ( virtual/libusb:1 ) - viewer? ( - ${GST_DEPEND} - x11-libs/gtk+:3 - x11-libs/libnotify - ) -" -RDEPEND="${DEPEND}" - -if [[ ${PV} != 9999 ]]; then - S="${WORKDIR}/${PN}-${MY_P}" -fi - -src_configure() { - local emesonargs=( - $(meson_feature doc documentation) - $(meson_use fast-heartbeat) - $(meson_feature gstreamer gst-plugin) - $(meson_feature introspection) - $(meson_feature packet-socket) - $(meson_use test tests) - $(meson_feature usb) - $(meson_feature viewer) - ) - meson_src_configure -}
