summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-nds/389-ds-base: Remove last-rited pkgMichał Górny2020-07-131-133/+0
| | | | | | Bug: https://bugs.gentoo.org/655176 Bug: https://bugs.gentoo.org/701812 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-221-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+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>
* net-nds/389-ds-base: patch against CVE-2017-15135 in 1.3.6.8.Wes Cilldhaire2018-02-051-1/+1
| | | | | | | | | | | * Patch and revbump to 1.3.6.8 to address CVE-2017-15135 * Update copyright line in all versions for 2018 Bug: https://bugs.gentoo.org/645706 Acked-by: wibrown@redhat.com Package-Manager: Portage-2.3.20, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7078
* net-nds/389-ds-base: Minor changes to -9999 Change HOMEPAGE to match other ↵Wes Cilldhaire2017-11-101-2/+2
| | | | | | | ebuilds, constrain version of dev-libs/nss dependency Acked-by: wibrown@redhat.com Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-nds/389-ds-base: Update ebuild for -9999 release.Wes Cilldhaire2017-05-151-7/+14
| | | | | | | | | | New repo URI, enable tests. Gentoo-Bug: https://bugs.gentoo.org/605432 Acked-by: wibrown@redhat.com Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4609
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-nds/389-ds-base: Fix LICENSE and cleanup redundant DEPENDsWes Cilldhaire2016-06-141-4/+3
| | | | | | Acked-by: wibrown@redhat.com Closes: https://github.com/gentoo/gentoo/pull/1674 Package-Manager: portage-2.3.0_rc1
* net-nds/389-ds-base: live ebuild for upstream's git repo Live ebuild for ↵Wes Cilldhaire2016-06-101-0/+127
building from 389ds upstream's repo Acked-by: wibrown@redhat.com Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1642 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>