summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-misc/quagga: workaround for building with gcc-10Sergey Popov2020-03-081-1/+2
| | | | | | Closes: https://bugs.gentoo.org/707422 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Package-Manager: Portage-2.3.89, Repoman-2.3.11
* net-misc/quagga: bump EAPI to 7Sergey Popov2020-03-081-8/+5
| | | | | | | Migrate away from user and ltprune eclasses Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Package-Manager: Portage-2.3.89, Repoman-2.3.11
* net-misc/quagga: [QA] inherit ltprune.eclass directlyDavid Seifert2020-02-151-1/+1
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@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-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-misc/quagga: set https in HOMEPAGE urlSergey Popov2018-05-171-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* net-misc/quagga: drop obsolete patchesSergey Popov2018-04-232-73/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* net-misc/quagga: drop vulnerableAaron Bauman2018-04-223-273/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* net-misc/quagga: stable 1.2.4 for ppc, bug #647788Sergei Trofimovich2018-04-201-1/+1
| | | | | | Bug: https://bugs.gentoo.org/647788 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc"
* net-misc/quagga: arm stable, bug #647788Markus Meier2018-03-061-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* net-misc/quagga-1.2.4-r0: alpha stableTobias Klausmann2018-03-051-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/647788
* net-misc/quagga: stable 1.2.4 for hppa, bug #647788Sergei Trofimovich2018-02-261-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* net-misc/quagga: stable 1.2.4 for sparc, bug #647788Rolf Eike Beer2018-02-231-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* net-misc/quagga: amd64 stable wrt bug #647788Agostino Sarubbo2018-02-221-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* net-misc/quagga: x86 stable (bug #647788)Thomas Deutschmann2018-02-211-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-misc/quagga: version bumpSergey Popov2018-02-202-0/+136
| | | | | Gentoo-Bug: 647788 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/quagga: drop oldSergey Popov2018-02-202-135/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/quagga: stable on ppcSergey Popov2018-02-201-1/+1
| | | | | Gentoo-Bug: 635858 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/quagga-1.2.2-r0: alpha stableTobias Klausmann2018-01-281-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/635858
* net-misc/quagga: stable 1.2.2-r1 for sparc, bug #635858Rolf Eike Beer2018-01-271-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* net-misc/quagga: revision bumpSergey Popov2018-01-253-0/+210
| | | | | | | | | Backport fixes for test failures on sparc and incorrect ipv6 route handling Closes: https://bugs.gentoo.org/638906 Closes: https://bugs.gentoo.org/641736 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/quagga: add missing test dependency on dev-util/dejagnuSergey Popov2018-01-091-3/+4
| | | | | | | Reported-by: Rolf Eike Beer <gentoo-bug@opensource.sf-tec.de> Closes: https://bugs.gentoo.org/639790 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-misc/quagga: arm stable, bug #635858Markus Meier2017-12-121-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* net-misc/quagga: stable 1.2.2 for hppa, bug #635858 (thanks to Rolf Eike Beer)Sergei Trofimovich2017-12-041-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* net-misc/quagga: amd64 stable wrt bug #635858Agostino Sarubbo2017-12-011-1/+1
| | | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/quagga: x86 stable (bug #635858)Thomas Deutschmann2017-11-301-1/+1
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* net-misc/quagga: drop old versionsSergey Popov2017-11-303-271/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* net-misc/quagga: version bumpSergey Popov2017-11-302-4/+139
| | | | | | | | Remove obsolete ospfapi configure options Gentoo-Bug: 635858 Gentoo-Bug: 638892 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* net-misc/quagga: stable 1.2.1 for ppc, bug #630088Sergei Trofimovich2017-10-131-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* net-misc/quagga-1.2.1-r0: alpha stableTobias Klausmann2017-09-151-1/+1
| | | | Gentoo-Bug: 630088
* net-misc/quagga: stable for amd64 and x86Sergey Popov2017-09-141-1/+1
| | | | | | Gentoo-Bug: 630088 Package-Manager: Portage-2.3.7, Repoman-2.3.1
* net-misc/quagga: arm stable, bug #630088Markus Meier2017-09-091-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* net-misc/quagga: stable 1.2.1 for hppa, bug #630088Sergei Trofimovich2017-09-081-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa"
* net-misc/quagga: version bumpSergey Popov2017-04-062-0/+135
| | | | | | | | | Utilize tmpfiles eclass to create directories in /var/run to disable QA warnings about those directories Gentoo-Bug: 608116 Package-Manager: portage-2.3.3
* net-misc/quagga: fix systemd units, replace BindTo with BindsToSergey Popov2017-04-068-8/+8
| | | | Package-Manager: portage-2.3.3
* net-misc/quagga: revision bumpSergey Popov2017-03-091-1/+1
| | | | | | | Install nhrpd initscript and systemd files conditionally. Drop old revision. Package-Manager: portage-2.3.3
* net-misc/quagga: revision bumpSergey Popov2017-03-092-1/+6
| | | | | | | | | | Build nhrpd conditionally, add missing dependency on net-dns/c-ares. Drop old revision. Gentoo-Bug: 611828 Reported-by: Sorah Fukumori <her@sorah.jp> Package-Manager: portage-2.3.3
* net-misc/quagga: version bumpSergey Popov2017-03-014-0/+154
| | | | Package-Manager: portage-2.3.3
* net-misc/quagga: drop non-used systemd service fileSergey Popov2017-03-011-16/+0
| | | | Package-Manager: portage-2.3.3
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* 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-misc/quagga: security cleanupSergey Popov2017-02-223-161/+0
| | | | | | Gentoo-Bug: 607212 Package-Manager: portage-2.3.3
* net-misc/quagga: sparc stable wrt bug #607212Agostino Sarubbo2017-02-171-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/quagga-1.1.1-r0: add alpha keywordTobias Klausmann2017-02-151-1/+1
| | | | Gentoo-Bug: 607212
* net-misc/quagga: arm stable, bug #607212Markus Meier2017-02-121-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* net-misc/quagga: ppc stable wrt bug #607212Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/quagga: x86 stable wrt bug #607212Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/quagga: amd64 stable wrt bug #607212Agostino Sarubbo2017-02-041-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>