From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1618554-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A053158041 for <garchives@archives.gentoo.org>; Sun, 7 Apr 2024 15:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E53AEE2AB9; Sun, 7 Apr 2024 15:46:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF349E2AB9 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Apr 2024 15:46:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92882343320 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Apr 2024 15:46:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F10F41696 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Apr 2024 15:46:36 +0000 (UTC) From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca> Message-ID: <1712447487.b68eaef227c8e289f69c6a8f1991ccae74b741af.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/junction/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gnome-extra/junction/junction-1.7.ebuild X-VCS-Directories: gnome-extra/junction/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b68eaef227c8e289f69c6a8f1991ccae74b741af X-VCS-Branch: master Date: Sun, 7 Apr 2024 15:46:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 970b6886-9d75-4f5c-8951-f6f85828b193 X-Archives-Hash: 443fab1f6d901f91e8afe76000c36e10 commit: b68eaef227c8e289f69c6a8f1991ccae74b741af Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Sat Apr 6 23:51:27 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sat Apr 6 23:51:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b68eaef2 gnome-extra/junction: drop 1.7 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> gnome-extra/junction/junction-1.7.ebuild | 70 -------------------------------- 1 file changed, 70 deletions(-) diff --git a/gnome-extra/junction/junction-1.7.ebuild b/gnome-extra/junction/junction-1.7.ebuild deleted file mode 100644 index bf28970ab7..0000000000 --- a/gnome-extra/junction/junction-1.7.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg gnome2-utils meson - -TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823" -DESCRIPTION="Application/browser chooser" -HOMEPAGE=" - https://apps.gnome.org/app/re.sonny.Junction/ - https://github.com/sonnyp/Junction -" -SRC_URI=" - https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz -" -S="${WORKDIR}/${PN^}-${PV}" - -LICENSE="GPL-3+" -KEYWORDS="~amd64" -SLOT="0" - -DEPEND=" - dev-libs/gjs - dev-libs/glib:2 -" -RDEPEND="${DEPEND} - dev-libs/gobject-introspection - dev-libs/libportal[introspection] - gui-libs/gtk:4[introspection] - gui-libs/libadwaita:1[introspection] - net-libs/libsoup:3.0[introspection] -" -BDEPEND=" - dev-util/blueprint-compiler - sys-devel/gettext -" - -src_unpack() { - default - - rmdir "${S}"/troll || die - mv "${WORKDIR}"/troll-${TROLL_COMMIT} "${S}"/troll || die -} - -src_configure() { - local mymesonargs=( - --datadir=/usr/share - ) - - meson_src_configure -} - -# only data files validators, skip them -src_test() { - : -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - gnome2_schemas_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - gnome2_schemas_update -}