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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 395DC158042 for ; Sun, 10 Nov 2024 10:14:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7478EE092C; Sun, 10 Nov 2024 10:14:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39119E092C for ; Sun, 10 Nov 2024 10:14:09 +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 51BD333E3A9 for ; Sun, 10 Nov 2024 10:14:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFDF51953 for ; Sun, 10 Nov 2024 10:14:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1731233636.9b966a4615ae3a749b307bae0829b83bb860266c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/sandmann-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/sandmann-bin/Manifest sys-power/sandmann-bin/sandmann-bin-1.0.ebuild X-VCS-Directories: sys-power/sandmann-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9b966a4615ae3a749b307bae0829b83bb860266c X-VCS-Branch: master Date: Sun, 10 Nov 2024 10:14:06 +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: bdf234ac-1d53-442a-8d8d-17979ade23e3 X-Archives-Hash: 8d9830db231a75106f4f7615316b093e commit: 9b966a4615ae3a749b307bae0829b83bb860266c Author: Florian Schmaus gentoo org> AuthorDate: Sun Nov 10 10:13:44 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Nov 10 10:13:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b966a46 sys-power/sandmann-bin: drop 1.0 Signed-off-by: Florian Schmaus gentoo.org> sys-power/sandmann-bin/Manifest | 1 - sys-power/sandmann-bin/sandmann-bin-1.0.ebuild | 62 -------------------------- 2 files changed, 63 deletions(-) diff --git a/sys-power/sandmann-bin/Manifest b/sys-power/sandmann-bin/Manifest index f1e9648f9ee7..9b57103ed034 100644 --- a/sys-power/sandmann-bin/Manifest +++ b/sys-power/sandmann-bin/Manifest @@ -1,2 +1 @@ -DIST sandmann-1.0.tar.xz 16661756 BLAKE2B 06a2ce44a0498987ce1dfafaa0aee560c2deef69efc7cfd6191dd12e265be21b15b167d7adc01066343a777cf66c88b2ec5d95f46fede003f80676966ad95ad3 SHA512 e9f5f41b4f2bf45f7d4528baf593f4f120e5a9c4eacf13a4c0961ba66f8ed5877abb3f10b6b35679dc56f2e55e80e0cc6bb3a42800859ff40354b0a750b16d66 DIST sandmann-1.2.tar.xz 16868444 BLAKE2B b4e6bfefedc31af3b1fcb9c5b05349a23eb6150296dff6ee74a6626e6f6914a244bb7bb22ece4a28daa699f3291f1b7194307f1b524ed0c8ab924587e5b001f6 SHA512 44a3287f61361d0594988715ef8d302d772dbec40a50054c5091642cbba18ef006ddb59e52303f9482ddb66de6006ef340b3726be7486cdb40092302e5aa5501 diff --git a/sys-power/sandmann-bin/sandmann-bin-1.0.ebuild b/sys-power/sandmann-bin/sandmann-bin-1.0.ebuild deleted file mode 100644 index d42f123b88a5..000000000000 --- a/sys-power/sandmann-bin/sandmann-bin-1.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit java-utils-2 systemd tmpfiles - -MY_PN=${PN%-bin} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="An autosuspend and wakeup daemon" -HOMEPAGE="https://gitlab.com/Flow/sandmann" -SRC_URI="https://geekplace.eu/projects/${MY_PN}/archive/${MY_P}.tar.xz" -KEYWORDS="amd64" - -LICENSE="GPL-3+ LGPL-3" -SLOT="0" - -# >=java-config-2.3.2 to get the libdir fix. -RDEPEND=" - acct-user/sandmann - >=dev-java/java-config-2.3.2 - sys-apps/systemd - sys-auth/polkit - || ( - virtual/jre:17 - virtual/jre:21 - ) -" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - sed -i \ - -e 's|^ExecStart=.*|ExecStart=/usr/bin/sandmann|' \ - sandmann.service || die -} - -src_compile() { - : -} - -src_install() { - local my_emake_args=( - DESTDIR="${D}" - SYSTEMD_SYSTEM_UNIT_DIR="$(systemd_get_systemunitdir)" - TARGET_BINARY= - SOURCELESS_INSTALL=true - ) - - emake ${my_emake_args[@]} install - - java-pkg_newjar out/main/assembly.dest/out.jar sandmann.jar - java-pkg_dolauncher sandmann - - dodoc README.md -} - -pkg_postinst() { - tmpfiles_process sandmann.conf -}