From ba8fab5645ea781e5f77abd6cbfe68e045692dc1 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 2 Jan 2023 15:56:55 -0500 Subject: */*: Remove packages now in guru Signed off by: Julien Roy --- www-apps/meta-srht/meta-srht-0.54.4.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'www-apps/meta-srht/meta-srht-0.54.4.ebuild') diff --git a/www-apps/meta-srht/meta-srht-0.54.4.ebuild b/www-apps/meta-srht/meta-srht-0.54.4.ebuild index 48a2220..ae168a6 100644 --- a/www-apps/meta-srht/meta-srht-0.54.4.ebuild +++ b/www-apps/meta-srht/meta-srht-0.54.4.ebuild @@ -1,7 +1,7 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_PEP517=setuptools @@ -46,6 +46,13 @@ src_compile() { ego build -o metasrht-api } +src_install() { + distutils-r1_src_install + dobin "${S}/api/metasrht-api" + insinto "/etc/" + newins "${S}/config.example.ini" +} + plg_postinst() { optfeature "billing support" "dev-python/stripe dev-python/weasyprint" } -- cgit v1.2.3