commit:     174b4a1c984b6d4fd4ce67e66c4e1aac6daf70e9
Author:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 00:29:07 2023 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 00:29:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174b4a1c

sys-process/systemd-cron: remove 2.3.0 shellcheck dep and static tests

Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>

 ...systemd-cron-2.3.0.ebuild => systemd-cron-2.3.0-r1.ebuild} | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/sys-process/systemd-cron/systemd-cron-2.3.0.ebuild 
b/sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild
similarity index 90%
rename from sys-process/systemd-cron/systemd-cron-2.3.0.ebuild
rename to sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild
index 752240ab8359..730804899d73 100644
--- a/sys-process/systemd-cron/systemd-cron-2.3.0.ebuild
+++ b/sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild
@@ -11,8 +11,8 @@ 
SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="cron-boot etc-crontab-systemd minutely +runparts setgid test yearly"
-RESTRICT="!test? ( test )"
+IUSE="cron-boot etc-crontab-systemd minutely +runparts setgid yearly"
+RESTRICT="test"
 
 BDEPEND="virtual/pkgconfig"
 
@@ -25,8 +25,7 @@ RDEPEND=">=sys-apps/systemd-253
        acct-user/_cron-failure
        acct-group/_cron-failure"
 
-DEPEND="sys-process/cronbase
-       test? ( sys-apps/man-db || ( dev-util/shellcheck 
dev-util/shellcheck-bin ) )"
+DEPEND="sys-process/cronbase"
 
 pkg_pretend() {
        if use runparts && ! [ -x /usr/bin/run-parts ] ; then
@@ -84,10 +83,6 @@ src_install() {
        rm -f "${ED}"/usr/lib/sysusers.d/systemd-cron.conf
 }
 
-src_test() {
-       emake test-nounshare
-}
-
 pkg_postinst() {
        elog "This package now supports USE=runparts which is enabled by 
default."
        elog "This enables the traditional run-parts behavior."

Reply via email to