summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-apps: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Revert "sys-apps/xinetd: drop old"Thomas Deutschmann2018-08-201-0/+56
| | | | | | This reverts commit 816a4db4f85bdb28d67d0a000c0981288e88c026. =sys-apps/xinetd-2.3.15-r3 still needed for fbsd.
* sys-apps/xinetd: drop oldThomas Deutschmann2018-08-201-56/+0
| | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10
* sys-apps/xinetd: Re-keyword ~amd64-fbsdMichał Górny2018-06-211-1/+1
| | | | | | | | Restore ~amd64-fbsd keyword on 2.3.15 which is the last version working correctly on FreeBSD. Nevertheless, the original keyword removal was completely unnecessary, uncalled for and broke amd64-fbsd depgraph. Fixes: 015fc6391c8c7590fdd2 (...: drop amd64-fbsd and x86-fbsd keywords)
* sys-apps/xinetd: drop amd64-fbsd and x86-fbsd keywordsMike Gilbert2018-06-191-1/+1
| | | | | | | libtirpc is not keyworded, and I am uncertain if it is needed on FreeBSD. Please add a USE conditional if appropriate. Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-231-2/+2
|
* sys-apps/xinetd: Fix build with libtirpc, bug 630102Andreas K. Hüttel2017-11-011-2/+4
| | | | | Closes: https://bugs.gentoo.org/630102 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-apps/xinetd: arm64 stable (bug 575332).Michael Weber2017-02-251-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/xinetd-2.3.15-r3: add alpha keywordTobias Klausmann2016-05-261-2/+2
| | | | | | Gentoo-Bug: 575332 Package-Manager: portage-2.3.0_rc1
* sys-apps/xinetd: Stable for HPPA (bug #575332).Jeroen Roovers2016-04-111-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
* sys-apps/xinetd: ia64 stable wrt bug #575332Agostino Sarubbo2016-03-201-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/xinetd: sparc stable wrt bug #575332Agostino Sarubbo2016-03-191-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/xinetd: arm stable, bug #575332Markus Meier2016-03-181-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* sys-apps/xinetd: ppc64 stable wrt bug #575332Agostino Sarubbo2016-03-171-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/xinetd: ppc stable wrt bug #575332Agostino Sarubbo2016-03-161-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/xinetd: x86 stable wrt bug #575332Agostino Sarubbo2016-03-151-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/xinetd: amd64 stable wrt bug #575332Agostino Sarubbo2016-03-061-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/xinetd: default to clearing active envMike Frysinger2015-12-231-0/+55
It's rare that we want the active shell environment to be passed down to xinetd services, so default to clearing things. If a service wants an env var to be set, they can do so explicitly.