From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1669516-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 EF067158013 for <garchives@archives.gentoo.org>; Tue, 10 Sep 2024 23:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BB22E29B8; Tue, 10 Sep 2024 23:59:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55E38E29B8 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Sep 2024 23:59:41 +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 8BF3E342FA5 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Sep 2024 23:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 925DD1952 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Sep 2024 23:59:38 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com> Message-ID: <1725984407.2365eed640552091a0dd16ee1f01b90f440c3021.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/mission-center/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/mission-center/mission-center-9999.ebuild X-VCS-Directories: sys-apps/mission-center/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2365eed640552091a0dd16ee1f01b90f440c3021 X-VCS-Branch: master Date: Tue, 10 Sep 2024 23:59:38 +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: b277cdf0-6510-4878-9656-5e26b1bb0887 X-Archives-Hash: df00e3fcce3d5983c6dba93d1a564ca4 commit: 2365eed640552091a0dd16ee1f01b90f440c3021 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Sep 10 16:06:47 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Sep 10 16:06:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2365eed6 sys-apps/mission-center: drop 9999 It's not maintained very well and the upstream frequently updates the dependency requirements. Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> sys-apps/mission-center/mission-center-9999.ebuild | 115 --------------------- 1 file changed, 115 deletions(-) diff --git a/sys-apps/mission-center/mission-center-9999.ebuild b/sys-apps/mission-center/mission-center-9999.ebuild deleted file mode 100644 index 0455f5f57..000000000 --- a/sys-apps/mission-center/mission-center-9999.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..13} ) - -PATHFINDER_COMMIT=ec56924f660e6faa83c81c6b62b3c69b9a9fa00e -NVTOP_COMMIT=45a1796375cd617d16167869bb88e5e69c809468 - -inherit git-r3 gnome2-utils meson python-any-r1 xdg - -DESCRIPTION="Monitor your CPU, Memory, Disk, Network and GPU usage." -HOMEPAGE="https://missioncenter.io/" - -EGIT_REPO_URI="https://gitlab.com/mission-center-devs/mission-center.git" -EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-v${PV}" -SRC_URI=" - https://github.com/Syllo/nvtop/archive/${NVTOP_COMMIT}.tar.gz -> nvtop-${NVTOP_COMMIT}.tar.gz -" - -S="${WORKDIR}/${PN}-v${PV}" -BUILD_DIR="${S}-build" -LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 CeCILL-2 MIT Unicode-DFS-2016 Unlicense ZLIB" -SLOT="0" -IUSE="debug test" -RESTRICT="!test? ( test )" - -DEPEND=" - >=dev-libs/appstream-0.16.4 - >=dev-libs/glib-2.80:2 - dev-libs/wayland - gui-libs/egl-gbm - >=dev-util/gdbus-codegen-2.80 - >=gui-libs/gtk-4.14:4 - >=gui-libs/libadwaita-1.5.0:1 - media-libs/graphene - media-libs/libglvnd - media-libs/mesa - sys-apps/dbus - virtual/rust - virtual/udev - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/libdrm - >=x11-libs/pango-1.51.0 -" -RDEPEND=" - ${DEPEND} - sys-apps/dmidecode -" -BDEPEND=" - ${PYTHON_DEPS} - dev-libs/gobject-introspection - dev-util/blueprint-compiler - test? ( - dev-libs/appstream-glib - dev-util/desktop-file-utils - ) -" - -PATCHES=( - # bug 939377 - "${FILESDIR}/${P}-skip-test.patch" -) - -# rust does not use *FLAGS from make.conf, silence portage warning -# update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED=" - usr/bin/missioncenter - usr/bin/missioncenter-gatherer -" - -src_unpack() { - git-r3_fetch - git-r3_checkout - unpack nvtop-${NVTOP_COMMIT}.tar.gz - GATHERER_BUILD_DIR=$(usex debug debug release) - mkdir -p "${BUILD_DIR}/src/sys_info_v2/gatherer/src/${GATHERER_BUILD_DIR}/build/native" || die - mv nvtop-${NVTOP_COMMIT} "${BUILD_DIR}/src/sys_info_v2/gatherer/src/${GATHERER_BUILD_DIR}/build/native" || die -} - -src_prepare() { - default - GATHERER_BUILD_DIR=$(usex debug debug release) - cd "${BUILD_DIR}/src/sys_info_v2/gatherer/src/${GATHERER_BUILD_DIR}/build/native/nvtop-${NVTOP_COMMIT}" || die - find "${S}/src/sys_info_v2/gatherer/3rdparty/nvtop/patches" \ - -type f \ - -name 'nvtop-*' \ - -exec sh -c 'patch -p1 < {}' \; || die -} - -src_configure() { - local emesonargs=( - --buildtype $(usex debug debug release) - --prefix=/usr - ) - meson_src_configure -} - -src_test() { - # patch the appstream-util validate command to use --nonet when validating the urls - sed -i "s/args: \['validate',/args: \['validate', '--nonet',/g" "${S}/data/meson.build" || die - meson_src_test -} - -pkg_postinst() { - gnome2_schemas_update - xdg_pkg_postinst -} - -pkg_postrm() { - gnome2_schemas_update - xdg_pkg_postrm -}