public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-util/rpi-imager/
Date: Wed, 11 Dec 2024 10:15:48 +0000 (UTC)	[thread overview]
Message-ID: <1733845036.2516c6efd7cfd63d3615ec0476133f01290758a8.flow@gentoo> (raw)

commit:     2516c6efd7cfd63d3615ec0476133f01290758a8
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 10 15:37:16 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 15:37:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2516c6ef

dev-util/rpi-imager: treeclean

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-util/rpi-imager/Manifest                |  1 -
 dev-util/rpi-imager/metadata.xml            | 15 -------
 dev-util/rpi-imager/rpi-imager-1.8.5.ebuild | 66 -----------------------------
 profiles/package.mask                       |  8 ----
 4 files changed, 90 deletions(-)

diff --git a/dev-util/rpi-imager/Manifest b/dev-util/rpi-imager/Manifest
deleted file mode 100644
index 5b7690b7c..000000000
--- a/dev-util/rpi-imager/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rpi-imager-1.8.5.tar.gz 22455707 BLAKE2B a3268674a9d8345c23b765beef041404185eb31a25cefc2adee0d6de7910aa526c1b1f0073e4fd959ae3aa04764c9890355835295dab40149d07e37b0869a890 SHA512 574d4310234344be7502ecb6e01802f658455bc329a8080c88173c020c3e291478f5145b45c9ed68136ff1dafbaf8b842de2f8f086888cab806e931660f1d3b8

diff --git a/dev-util/rpi-imager/metadata.xml b/dev-util/rpi-imager/metadata.xml
deleted file mode 100644
index c52b01339..000000000
--- a/dev-util/rpi-imager/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>martin-kokos@protonmail.com</email>
-    <name>Martin Mokry</name>
-  </maintainer>
-  <maintainer type="person">
-    <email>pastalian46@gmail.com</email>
-    <name>Takuya Wakazono</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">raspberrypi/rpi-imager</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-util/rpi-imager/rpi-imager-1.8.5.ebuild b/dev-util/rpi-imager/rpi-imager-1.8.5.ebuild
deleted file mode 100644
index 804bf7a60..000000000
--- a/dev-util/rpi-imager/rpi-imager-1.8.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Raspberry Pi Imaging Utility"
-HOMEPAGE="
-https://www.raspberrypi.com/software/
-https://github.com/raspberrypi/rpi-imager
-"
-SRC_URI="https://github.com/raspberrypi/rpi-imager/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${P}/src"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-KEYWORDS="~amd64"
-IUSE="gnutls qt6 telemetry"
-
-RDEPEND="
-	app-arch/libarchive:=
-	app-arch/xz-utils
-	net-misc/curl
-	sys-apps/util-linux
-	sys-libs/zlib
-	gnutls? ( net-libs/gnutls:= )
-	!gnutls? ( dev-libs/openssl:= )
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,network,widgets]
-		dev-qt/qtdeclarative:6[svg]
-	)
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtquickcontrols2:5
-		dev-qt/qtsvg:5
-		dev-qt/qtwidgets:5
-	)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	qt6? ( dev-qt/qttools:6[linguist] )
-	!qt6? ( dev-qt/linguist-tools:5 )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package gnutls GnuTLS)
-		$(cmake_use_find_package !qt6 Qt5)
-		-DENABLE_TELEMETRY=$(usex telemetry)
-		-DENABLE_CHECK_VERSION=NO
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	optfeature "running as a non-root user" sys-fs/udisks
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 61d5cf0cf..e7e481581 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -107,14 +107,6 @@ dev-libs/properties-cpp
 # Removal on 2025-01-13
 gui-apps/riverguile
 
-# Takuya Wakazono <pastalian46@gmail.com> (2024-11-10)
-# Upstream doesn't want us to package their software, so they
-# intentionally make it harder to unbundle dependencies.
-# Please use upstream AppImage instead.
-# https://github.com/raspberrypi/rpi-imager/issues/924
-# Removal on 2024-12-10.
-dev-util/rpi-imager
-
 # Takuya Wakazono <pastalian46@gmail.com> (2024-10-18)
 # Depends on <dev-python/tree-sitter-0.22, which has been dropped.
 # Upstream does not support newer treesitter and is no longer


                 reply	other threads:[~2024-12-11 10:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1733845036.2516c6efd7cfd63d3615ec0476133f01290758a8.flow@gentoo \
    --to=flow@gentoo.org \
    --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