summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2023-12-21 19:29:07 -0500
committerRichard Freeman <rich0@gentoo.org>2023-12-21 19:29:54 -0500
commit174b4a1c984b6d4fd4ce67e66c4e1aac6daf70e9 (patch)
tree12535b16adce50199e4aad390e14a066bf7532e6
parentsys-process/systemd-cron: remove 2.2.0 shellcheck dep and static tests (diff)
downloadgentoo-174b4a1c984b6d4fd4ce67e66c4e1aac6daf70e9.tar.gz
gentoo-174b4a1c984b6d4fd4ce67e66c4e1aac6daf70e9.tar.bz2
gentoo-174b4a1c984b6d4fd4ce67e66c4e1aac6daf70e9.zip
sys-process/systemd-cron: remove 2.3.0 shellcheck dep and static tests
Signed-off-by: Richard Freeman <rich0@gentoo.org>
-rw-r--r--sys-process/systemd-cron/systemd-cron-2.3.0-r1.ebuild (renamed from sys-process/systemd-cron/systemd-cron-2.3.0.ebuild)11
1 files 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
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."