public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/junction/
Date: Thu, 11 Apr 2024 11:11:02 +0000 (UTC)	[thread overview]
Message-ID: <1712782323.4111e7d029618f1e1080d50ea6055d3ecbd991dd.julien@gentoo> (raw)

commit:     4111e7d029618f1e1080d50ea6055d3ecbd991dd
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Apr 10 20:39:10 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Apr 10 20:52:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4111e7d0

gnome-extra/junction: drop 1.6-r1

Bug: https://bugs.gentoo.org/883823
Bug: https://bugs.gentoo.org/883821
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gnome-extra/junction/Manifest               |  2 -
 gnome-extra/junction/junction-1.6-r1.ebuild | 70 -----------------------------
 2 files changed, 72 deletions(-)

diff --git a/gnome-extra/junction/Manifest b/gnome-extra/junction/Manifest
index a498f1d2fd..eb93090f92 100644
--- a/gnome-extra/junction/Manifest
+++ b/gnome-extra/junction/Manifest
@@ -1,4 +1,2 @@
-DIST junction-1.6.tar.gz 1882299 BLAKE2B ff4e51f65eea7fd12de4cade632762d4cc752df2de80057fc0bb1bd711e4802e812f2358fbe19d249e19e0c1c32e5e81cdf125a4e6b0e7730442ca56d375114a SHA512 c92207496ade1c49f2d4ab5846839c8f4afaf777d77a59285a7b9eea139736aa77618fe5cb0b2386b9d1a821ef6a27b23eb4abd2b4d094222211430cca76949b
 DIST junction-1.7.tar.gz 1883600 BLAKE2B 261a94864f5cba08d15ce688b23edab75840dbb273d9a897e6c28ce5b828fabf17ea27ee801232a5efd03b18f8c75a37aac3c2c8de01ef253f8b8626e08cd0c0 SHA512 82bc0bb7d9a0c0c5bf3151c27727673c0bbf998cdc8f6a87a15087d3fbfca320420e5b929816481a12a1c6d1cf75a7a5b8d2b717aadc60a2e3b0c6a3328acc16
-DIST troll-junction-1.6.tar.gz 469179 BLAKE2B cbbfd7be194f286149e673ea7fd5b314dcc99ca6cf1490012cffcd00645e0fa126cd32ab1b0162bfccdd3065c4dbb11edff0cea0b570335ebb03a170eb1d14a3 SHA512 4b9ea85d826f3a030d432b333e6c64bc59a9f1f8d48474e4d5a3edb9c1e528da1acd556055e430465ba66e338ac00fca0a782e4f995c9946f22063a1051f6c61
 DIST troll-junction-1.7.tar.gz 474867 BLAKE2B f934616326e288e8b35109c2b001fd02af4bd9a2349b4fe4989ceed01909cf2e95344e556977513c39c66cd862157150d92cddb237f1b4414725c7c07ec9ad85 SHA512 0788b314f49111cfa7d3c6f9c67189b60e61de8bf1adbd6f974f94ca45343a6d0127e9621eafb0f732e5cb46b1a0f0e26059eb65b35c44a7e3e7c67f31429c80

diff --git a/gnome-extra/junction/junction-1.6-r1.ebuild b/gnome-extra/junction/junction-1.6-r1.ebuild
deleted file mode 100644
index 4fb95d962a..0000000000
--- a/gnome-extra/junction/junction-1.6-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson
-
-TROLL_COMMIT="8d7c2be66a4bf1cbb2081121997a33662fc19cd0"
-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
-}


             reply	other threads:[~2024-04-11 11:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11 11:11 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-07 15:46 [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/junction/ Julien Roy
2024-04-07 15:46 Julien Roy
2024-04-07 15:46 Julien Roy
2024-04-07 15:46 Julien Roy
2024-04-07 15:46 Julien Roy
2022-12-01  3:59 Haelwenn Monnier
2022-09-08 10:24 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-09-08 10:24 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-08-24 15:52 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1712782323.4111e7d029618f1e1080d50ea6055d3ecbd991dd.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox