From 07099d99d896cf98c9fa21818e7e6cd82e2d138c Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 10 Sep 2019 15:48:44 +0200 Subject: [PATCH] pkg/oonf_api: deprecate package - oonf_api has not been updated in 6 years, it's stil at 0.3.0 from 2013. - tests were never integrated into CI - With NHDP the only upstream user of the package is deprecated. - Downstream users would rather prefer a less vintage version of the libraray. --- pkg/oonf_api/doc.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkg/oonf_api/doc.txt diff --git a/pkg/oonf_api/doc.txt b/pkg/oonf_api/doc.txt new file mode 100644 index 0000000000..dfb01f3d9d --- /dev/null +++ b/pkg/oonf_api/doc.txt @@ -0,0 +1,11 @@ +/** + * @defgroup pkg_oonf_api OLSR.org Network Framework + * @ingroup pkg + * @ingroup net + * @brief The OLSR.org Network Framework (OONF) is a collection of libraries + * that can be used as the building blocks for networking daemons + * + * @deprecated The package has not been updated in 6 years, tests were never integrated + * into CI and with NHDP the only user of this package is being deprecated too. + * Will be removed after the 2020.04 release. + */