summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-admin/conserver: add missing slot dep (libnsl)Sam James2021-08-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/conserver: add missing libcrypt dependency, libnslSam James2021-06-301-1/+3
| | | | | Closes: https://bugs.gentoo.org/799101 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/conserver: Drop 8.2.3-r1, EAPI6--Andreas Sturmlechner2021-05-012-96/+0
| | | | | | Closes: https://bugs.gentoo.org/783870 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-admin/conserver: Stabilize 8.2.6-r1 x86, #783870Sam James2021-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/conserver: Stabilize 8.2.6-r1 amd64, #783870Sam James2021-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/conserver: drop obsolete LibreSSL patchSam James2021-05-012-33/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/conserver: Stabilize 8.2.6-r1 ppc, #783870Sam James2021-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/conserver: Stabilize 8.2.6-r1 ppc64, #783870Sam James2021-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/conserver: remove libressl supportMikle Kolyada2021-04-292-10/+4
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-admin/conserver: remove unused patchMichael Mair-Keimberger2021-03-221-27/+0
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20031 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-admin/conserver: drop 8.2.4, 8.2.5Joonas Niilola2021-03-203-200/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/conserver: install pam files conditionallyMikle Kolyada2021-01-244-7/+15
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-admin/conserver: Fixed build with sys-devel/autoconf:2.70Lars Wendler2021-01-122-1/+37
| | | | | | Bug: https://bugs.gentoo.org/750230 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-admin/conserver: bump to 8.2.6Georgy Yakovlev2020-10-262-0/+97
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-admin/conserver: bump to 8.2.5Georgy Yakovlev2020-06-122-0/+97
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/conserver: migrate to sys-libs/pamMikle Kolyada2019-10-122-2/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-admin/conserver: backport libressl patch to 8.2.3Georgy Yakovlev2019-06-062-0/+33
| | | | | | | | does not affect openssl users, hence no rebvump Bug: https://bugs.gentoo.org/687542 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-admin/conserver: add libressl patch for 8.2.4Georgy Yakovlev2019-06-062-0/+29
| | | | | | Closes: https://bugs.gentoo.org/687542 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-admin/conserver: Drop oldAndreas Sturmlechner2019-06-059-420/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-admin/conserver: bump to 8.2.4Georgy Yakovlev2019-05-242-0/+96
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-admin/conserver: x86 stable wrt bug #684666Mikle Kolyada2019-05-151-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* app-admin/conserver: amd64 stable wrt bug #684666Mikle Kolyada2019-05-151-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* app-admin/conserver: stable 8.2.3 for ppc64, bug #684666Sergei Trofimovich2019-05-121-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-admin/conserver: stable 8.2.3 for ppc, bug #684666Sergei Trofimovich2019-05-121-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-admin/conserver: stable 8.2.3 for ia64, bug #684666Sergei Trofimovich2019-05-121-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-admin/conserver-8.2.3-r0: alpha stableTobias Klausmann2019-05-081-1/+1
| | | | | Bug: http://bugs.gentoo.org/684666 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* app-admin/conserver: bump to 8.2.3Georgy Yakovlev2019-03-192-0/+96
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-admin/conserver: version bump to 8.2.2Georgy Yakovlev2019-03-057-0/+189
| | | | | | | | | | | Bump EAPI to 6 Added freeipmi useflag modernized ebuild and initsripts Bug: https://bugs.gentoo.org/674420 Closes: https://bugs.gentoo.org/488312 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-admin/conserver: remove unused conserver.initdGeorgy Yakovlev2019-03-053-41/+4
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-admin/conserver: Remove 8.1.18 (r0)Johannes Huber2018-05-201-86/+0
| | | | | | Uses deprecated EAPI 4 and overshadowed by 8.1.18-r1. Package-Manager: Portage-2.3.38, Repoman-2.3.9
* app-admin/conserver: use HTTPSMichael Mair-Keimberger2018-04-262-5/+5
| | | | Closes: https://github.com/gentoo/gentoo/pull/8148
* app-admin/conserver: stable 8.1.18-r1 for ppc64, bug #632048Sergei Trofimovich2018-03-181-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* app-admin/conserver: stable 8.1.18-r1 for ppc, bug #632048Sergei Trofimovich2018-03-041-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* app-admin/conserver: Remove useless maintainer <description/>Michał Górny2018-02-111-1/+0
| | | | | | | | | Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious.
* app-admin/conserver-8.1.18-r1: alpha stableTobias Klausmann2018-01-281-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/632048
* app-admin/conserver-8.1.18-r1: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/632048
* app-admin/conserver: stable 8.1.18-r1 for ia64, bug #632048Sergei Trofimovich2017-12-151-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* app-admin/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* app-admin/conserver: x86 stable (bug #632048)Thomas Deutschmann2017-12-081-2/+2
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-283-3/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-admin/conserver: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-182-2/+2
|
* app-admin/conserver: reset description for user in metadata.xmlIan Delaney2016-04-041-1/+1
| | | | Package-Manager: portage-2.2.28