summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-misc/slim: remove consolekit supportMikle Kolyada2020-10-081-9/+2
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-misc/slim: arm64 keyworded (bug #731124)Sam James2020-07-101-2/+2
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/slim: migrate to sys-libs/pamMikle Kolyada2019-10-121-2/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-misc: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-211-2/+2
|
* x11-misc/slim: [QA] Add cmake-utils_src_prepareDavid Seifert2017-10-151-17/+19
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* x11-misc/slim: Drop CMAKE_MIN_VERSIONJohannes Huber2016-12-231-2/+1
| | | | | | Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sourceforge: switch to https:// URIsMike Frysinger2016-07-271-1/+1
|
* x11-misc/slim: process ${REPLACING_VERSIONS} as a listIan Stakenvicius2016-07-251-3/+19
| | | | | | Bug: http://bugs.gentoo.org/589540 Package-Manager: portage-2.2.28
* x11-misc/slim: arm stable, bug #560564Markus Meier2015-10-111-1/+1
| | | | | Package-Manager: portage-2.2.22 RepoMan-Options: --include-arches="arm"
* x11-misc/slim: ppc64 stable wrt bug #560564Agostino Sarubbo2015-09-231-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc64"
* x11-misc/slim: ppc stable wrt bug #560564Agostino Sarubbo2015-09-221-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* x11-misc/slim: sparc stable wrt bug #560564Agostino Sarubbo2015-09-211-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* x11-misc/slim: x86 stable wrt bug #560564Agostino Sarubbo2015-09-201-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* x11-misc/slim: amd64 stable wrt bug #560564Agostino Sarubbo2015-09-191-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* x11-misc/slim: fix pointer arithmetic errorIan Stakenvicius2015-09-141-0/+126
While addressing bug 560088 related to consolekit-1.0, it was found that some pointer arithmetic being used in a malloc and memcpy was wrong and was causing a malloc corruption error. This patch addresses the out-of-bounds indexing. Package-Manager: portage-2.2.20.1