From 92b2631dba1a40a0abe92a806d8b52205995ceeb Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 20 May 2024 19:24:39 -0400 Subject: app-portage/puppy: sync live Signed-off-by: Julien Roy --- app-portage/puppy/puppy-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-portage/puppy/puppy-9999.ebuild b/app-portage/puppy/puppy-9999.ebuild index 23801cb..e3f8e69 100644 --- a/app-portage/puppy/puppy-9999.ebuild +++ b/app-portage/puppy/puppy-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -inherit python-single-r1 +inherit python-single-r1 systemd DESCRIPTION="Utility for compiling packages on remote hosts using Portage" HOMEPAGE="https://gitlab.com/doasu/puppy" @@ -38,6 +38,11 @@ src_install() { if use server; then python_doscript puppyd + + newconfd "${S}/packaging/puppyd.conf.d" puppyd + newinitd "${S}/packaging/puppyd.init.d" puppyd + + systemd_newunit packaging/puppyd.service puppyd.service fi if use client; then -- cgit v1.2.3