From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8755E15800A for ; Thu, 31 Aug 2023 07:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B87412BC016; Thu, 31 Aug 2023 07:07:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 973F72BC016 for ; Thu, 31 Aug 2023 07:07:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80BE4335DB7 for ; Thu, 31 Aug 2023 07:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6319EF4 for ; Thu, 31 Aug 2023 07:07:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1693465647.91a29914aa6f29ef9c05020e2303b6e622303d9e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ahoviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ahoviewer/Manifest media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild X-VCS-Directories: media-gfx/ahoviewer/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 91a29914aa6f29ef9c05020e2303b6e622303d9e X-VCS-Branch: master Date: Thu, 31 Aug 2023 07:07:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c521cf4b-f4c5-42dc-8cd0-d156014c937f X-Archives-Hash: 921919dcc9e11eff5fc05359b2d923f2 commit: 91a29914aa6f29ef9c05020e2303b6e622303d9e Author: Joonas Niilola gentoo org> AuthorDate: Thu Aug 31 06:08:59 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 31 07:07:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a29914 media-gfx/ahoviewer: drop 2.0.0_pre20220124 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/ahoviewer/Manifest | 1 - .../ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild | 81 ---------------------- 2 files changed, 82 deletions(-) diff --git a/media-gfx/ahoviewer/Manifest b/media-gfx/ahoviewer/Manifest index 66ae64b66453..e09872ff1798 100644 --- a/media-gfx/ahoviewer/Manifest +++ b/media-gfx/ahoviewer/Manifest @@ -1,2 +1 @@ -DIST ahoviewer-2.0.0_pre20220124.tar.gz 502882 BLAKE2B 9476c42dd36615f9106b6db0386b20c8922092fe68674f7a4439ca64458c00e3c1943a7402aed752ec91395e0684ce7cd89b0ac2de7f198edb39ebccef782fbd SHA512 0cf01c7011ae506fcff9700c46a06a57fdccc8f8a274d86a8438c926f0513e4e5851bdb37cb6ee7f8b673894938aafa7c2cb485773db04b977ec5f8b8634da3e DIST ahoviewer-2.0.0_pre20220827.tar.gz 502441 BLAKE2B 3d784a729a5221f457e0e9378f6baf5bdac6bbd800658467c7abf8c5c402da9a10357f3bb9642acce2390c0cf98fd236ff82f707ff1ce189bac079fe275cc89b SHA512 e9d20eb69c03417ca9d7cb708bbf69056c0ee525c7e7da55d273af72f74d038210f10841a07add839c171b473ce338880736cf874a58aa572f35393c86021ac1 diff --git a/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild b/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild deleted file mode 100644 index a1f6266cd7e6..000000000000 --- a/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -MY_COMMIT="420959bef25d069424244b1fbd788e6b7eedd903" - -DESCRIPTION="A GTK image viewer, manga reader, and booru browser" -HOMEPAGE="https://github.com/ahodesuka/ahoviewer" -SRC_URI="https://github.com/ahodesuka/ahoviewer/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="keyring gnutls +gstreamer plugins +rar +ssl +zip" - -DEPEND="dev-cpp/atkmm:0 - dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-cpp/pangomm:1.4 - dev-libs/glib:2 - dev-libs/libconfig:=[cxx] - dev-libs/libsigc++:2 - dev-libs/libxml2:2 - media-libs/libnsgif - net-misc/curl - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - keyring? ( app-crypt/libsecret ) - gstreamer? ( - media-libs/gst-plugins-bad:1.0 - media-libs/gstreamer:1.0 - ) - plugins? ( - dev-libs/gobject-introspection - dev-libs/libpeas - ) - rar? ( app-arch/unrar:= ) - ssl? ( - gnutls? ( - dev-libs/libgcrypt:= - net-libs/gnutls:= - net-misc/curl[curl_ssl_gnutls] - ) - !gnutls? ( - dev-libs/openssl:= - net-misc/curl[curl_ssl_openssl] - ) - ) - zip? ( dev-libs/libzip:= ) -" -RDEPEND="${DEPEND} - gstreamer? ( - media-libs/gst-plugins-base:1.0[X] - media-libs/gst-plugins-good:1.0 - || ( - media-plugins/gst-plugins-vpx - media-plugins/gst-plugins-libav - ) - )" - -# In future (-beta), pull https://github.com/ahodesuka/ahoviewer-plugins -# directly via SRC_URI="plugins? ( )", or add as a separate package. It -# depends on how the plugins are handled. -#PDEPEND="plugins? ( x11-misc/ahoviewer-plugins )" - -S="${WORKDIR}/ahoviewer-${MY_COMMIT}" - -src_configure() { - local emesonargs=( - $(meson_feature keyring libsecret) - $(meson_feature gstreamer) - $(meson_feature plugins libpeas) - $(meson_feature rar libunrar) - $(meson_feature zip libzip) - ) - - meson_src_configure -}