diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-06 11:52:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-06 12:32:21 +0100 |
commit | 38092efc6cdf12267c794a4f9b8a4a656d27af6c (patch) | |
tree | 8414719b3bd2063e05472eb471a21bd637a0358b /eclass/darcs.eclass | |
parent | sys-apps/pkgcore: Backport metadata.xsd update (diff) | |
download | gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.tar.gz gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.tar.bz2 gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.zip |
eclass/*: Add @DEPRECATED tags, based on pkgcheck list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/darcs.eclass')
-rw-r--r-- | eclass/darcs.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass index 1c1a051f8c1c..12e7289cc7d0 100644 --- a/eclass/darcs.eclass +++ b/eclass/darcs.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: darcs.eclass @@ -11,6 +11,7 @@ # Andres Loeh <kosmikus@gentoo.org> (darcs.eclass author) # Alexander Vershilov <alexander.vershilov@gmail.com> (various contributions) # @BLURB: This eclass provides functions for fetch and unpack darcs repositories +# @DEPRECATED: none # @DESCRIPTION: # This eclass provides the generic darcs fetching functions. # |