Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | */*: Add proxied="yes" for non-@gentoo.org people | Michał Górny | 2021-03-16 | 1 | -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 project | Michał Górny | 2021-03-16 | 1 | -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> | ||||
* | net-analyzer/prelude-correlator: set DISTUTILS_USE_SETUPTOOLS to rdepend | Thomas Andrejak | 2021-03-09 | 1 | -0/+1 |
| | | | | | | | Closes: https://bugs.gentoo.org/748255 Signed-off-by: Thomas Andrejak <thomas.andrejak@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19794 Signed-off-by: Joonas Niilola <juippis@gentoo.org> | ||||
* | net-analyzer/prelude-correlator: migrate to tmpfiles.eclass | Theo Anderson | 2021-03-07 | 2 | -6/+6 |
| | | | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: David Seifert <soap@gentoo.org> | ||||
* | */*: Remove obsolete values from PYTHON_COMPAT | Michał Górny | 2021-01-31 | 2 | -2/+2 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | net-analyzer/prelude-correlator: Remove old (py3.6) | Michał Górny | 2021-01-01 | 4 | -100/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | net-analyzer/prelude-correlator: Bump version 5.2.0 | Thomas Andrejak | 2020-10-12 | 3 | -0/+47 |
| | | | | | Signed-off-by: Thomas Andrejak <thomas.andrejak@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> | ||||
* | net-analyzer/prelude-correlator: Remove py2 | Michał Górny | 2020-02-05 | 2 | -2/+2 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | net-analyzer/prelude-correlator: Remove old (py2) | Michał Górny | 2020-02-05 | 2 | -31/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | */*: Clean PYTHON_COMPAT of obsolete impls | Michał Górny | 2020-01-05 | 3 | -6/+6 |
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | net-analyzer/prelude-correlator: Remove old | David Seifert | 2019-12-29 | 2 | -31/+0 |
| | | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> | ||||
* | net-analyzer/prelude-correlator: Bump version 5.1 | Thomas Andrejak | 2019-12-24 | 2 | -0/+30 |
| | | | | Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> | ||||
* | */*: Remove python3_4 PYTHON_COMPAT correctly | Michał Górny | 2019-04-17 | 2 | -4/+4 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | net-analyzer/prelude-correlator: Bump version 4.1 | Thomas Andrejak | 2018-07-18 | 3 | -0/+70 |
| | |||||
* | net-analyzer/*: Update Manifest hashes | Michał Górny | 2017-12-10 | 1 | -3/+3 |
| | |||||
* | net-analyzer/prelude-correlator: Bump version 4.0.0 | Thomas Andrejak | 2017-09-08 | 2 | -0/+30 |
| | |||||
* | Drop remaining $Id$ and $Header$ from files. | Ulrich Müller | 2017-02-28 | 1 | -1/+0 |
| | | | | Bug: 611234 | ||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 2 | -2/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | net-analyzer/prelude-correlator: Bump version 3.1.0 | Thomas Andrejak | 2016-12-06 | 3 | -0/+32 |
| | |||||
* | net-analyzer/prelude-correlator: use #!/sbin/openrc-run instead of ↵ | Pacho Ramos | 2016-08-24 | 1 | -1/+1 |
| | | | | | | #!/sbin/runscript Package-Manager: portage-2.3.0 | ||||
* | net-analyzer/prelude-correlator: fix runtime dep, requires libprelude[python] | Göktürk Yüksek | 2016-08-10 | 1 | -1/+1 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | net-analyzer/prelude-correlator: New package | Thomas Andrejak | 2016-08-04 | 6 | -0/+97 |
Prelude-Correlator allows conducting multi-stream correlations thanks to a powerful programming language for writing correlation rules. |