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/gentoo:master commit in: sys-power/sandmann-bin/
Date: Sun, 10 Nov 2024 10:14:06 +0000 (UTC)	[thread overview]
Message-ID: <1731233636.9b966a4615ae3a749b307bae0829b83bb860266c.flow@gentoo> (raw)

commit:     9b966a4615ae3a749b307bae0829b83bb860266c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 10:13:44 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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
-}


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

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-10 10:14 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-03  9:20 [gentoo-commits] repo/gentoo:master commit in: sys-power/sandmann-bin/ Florian Schmaus
2024-11-14 20:21 Florian Schmaus
2024-11-10 10:14 Florian Schmaus
2024-10-21 16:58 Florian Schmaus
2024-10-16 16:47 Florian Schmaus
2024-10-16 16:47 Florian Schmaus
2024-02-17 10:04 Florian Schmaus
2024-02-17 10:04 Florian Schmaus
2024-01-09 18:07 Florian Schmaus
2024-01-09 18:07 Florian Schmaus
2023-12-20 10:50 Florian Schmaus
2023-11-22 12:13 Florian Schmaus

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=1731233636.9b966a4615ae3a749b307bae0829b83bb860266c.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