Versions
v2.3-r5 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 ppc x86 ~arm ~riscv
Dependencies
acct-group / cron : A group for sys-process/cronbase
sys-process / cronbase : Base for all cron ebuilds
Runtime Dependencies
acct-group / cron : A group for sys-process/cronbase
sys-process / cronbase : Base for all cron ebuilds
Depending packages
sys-process / cronie : Cronie is a standard UNIX daemon cron based on the original vixie-cron
Bugs
- 265660
- sys-process/anacron: allow normal users to run anacron
- 269884
- sys-process/anacron: init.d: add stop function
- 426166
- sys-process/anacron's LICENSE variable does not reflect init script
- 616022
- sys-process/systemd-cron-1.5.4 : file collision with sys-process/anacron-2.3-r4
- 685572
- sys-process/anacron-2.3-r2 : file collision with sys-process/systemd-cron-1.5.12-r1
- 715952
- sys-process/anacron-2.3-r4 : readtab.c:(.text+<snip>): undefined reference to _obstack_begin
- 943949
- sys-process/anacron-2.3-r5 - [libtool] [gcc-15] main.c: error: assignment to _sighandler_t {aka void ( )(int)} from incompatible pointer type void ( )(void) [-Wincompatib
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Lucio Sauer · gentoo
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-process/anacron: drop 2.3-r4
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-process/anacron: Stabilize 2.3-r5 amd64, #926493
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-process/anacron: Stabilize 2.3-r5 ppc, #926493
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-process/anacron: Stabilize 2.3-r5 x86, #926493
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sys-process/anacron: add acct-group/cron BDEP
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Leonardo Hernández Hernández · gentoo
sys-process/anacron: update EAPI 6 -> 8
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Closes: https://github.com/gentoo/gentoo/pull/32545 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alex Fan · gentoo
sys-process/anacron: keyword 2.3-r4 for ~riscv
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-process/anacron: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-process/anacron: ppc stable wrt bug #696370
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-process/anacron: amd64 stable wrt bug #696370
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-process/anacron: x86 stable (bug #696370)
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-process/anacron: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199 - Francesco Turco · gentoo
sys-process/anacron: update link to wiki - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Lars Wendler · gentoo
sys-process/anacron: Fixed incomplete EAPI-6 conversion (bug #602416).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Patrice Clement · gentoo
sys-process/anacron: EAPI 6 bump and ebuild refresh.
Package-Manager: portage-2.3.0 - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Mike Frysinger · gentoo
anacron: update cron doc url #534516 - Mike Frysinger · gentoo
anacron: fix various missing prototype warnings - Mike Frysinger · gentoo
anacron: improve CFLAGS/CC handling
Rather than expand CFLAGS in the sed statement, pass it via the env later on when running make. Make sure we set up CC to a sane default. - Mike Frysinger · gentoo
anacron: install with normal permissions #291565
There's no need to restrict the binary to the root user/group -- it's not like normal users can't run programs themselves, and access to various state/config files are protected independently. This also fixes bad +x perms on the /etc config files. - Mike Frysinger · gentoo
anacron: EAPI: update to 5
This allows us to show the elog messages only once on initial install. - Mike Frysinger · gentoo
anacron: use elog instead of einfo for messages #370199
We want users to be able to read these after the fact, so make sure we log them accordingly. - Mike Frysinger · gentoo
anacron: clean up depend settings #370203
We do not need to depend on sed (it is in @system), cronbase should be a runtime dep for cron daemons, and we do not need virtual/cron as anacron runs by itself just fine #370203. - Mike Frysinger · gentoo
anacron: revbump for various changes - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed