diff options
author | Richard Freeman <rich0@gentoo.org> | 2023-12-21 19:27:07 -0500 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2023-12-21 19:29:53 -0500 |
commit | c0e565f905f716fd602b1a33724311b3d05751d6 (patch) | |
tree | 2a0f7e47d28dfc8326aab614d85ca702c8f5fa5d /sys-process/systemd-cron | |
parent | net-analyzer/icinga2: add 2.14.1 (diff) | |
download | gentoo-c0e565f905f716fd602b1a33724311b3d05751d6.tar.gz gentoo-c0e565f905f716fd602b1a33724311b3d05751d6.tar.bz2 gentoo-c0e565f905f716fd602b1a33724311b3d05751d6.zip |
sys-process/systemd-cron: remove 2.2.0 shellcheck dep and static tests
Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'sys-process/systemd-cron')
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild (renamed from sys-process/systemd-cron/systemd-cron-2.2.0.ebuild) | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys-process/systemd-cron/systemd-cron-2.2.0.ebuild b/sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild index d1b5963bcebc..ea630893c320 100644 --- a/sys-process/systemd-cron/systemd-cron-2.2.0.ebuild +++ b/sys-process/systemd-cron/systemd-cron-2.2.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." |