commit: b35bb27b3ce9b55ff96d1d15a3b945f4fde4aa28 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 18 08:17:07 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 18 08:17:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35bb27b
gnatbuild*.eclass: Last rites Bug: https://bugs.gentoo.org/642702 eclass/gnatbuild-r1.eclass | 7 +++++-- eclass/gnatbuild.eclass | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/eclass/gnatbuild-r1.eclass b/eclass/gnatbuild-r1.eclass index 53cfe7c64a8..cdc64a3fe7c 100644 --- a/eclass/gnatbuild-r1.eclass +++ b/eclass/gnatbuild-r1.eclass @@ -1,6 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# + +# @DEAD +# Removal on 2018-05-18. + # Author: George Shapovalov <[email protected]> # Author: Steve Arnold <[email protected]> # No maintainer <[email protected]> diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 26296fe87fc..5d485c9338c 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,6 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# + +# @DEAD +# Removal on 2018-05-18. + # Author: George Shapovalov <[email protected]> # Author: Steve Arnold <[email protected]> # No maintainer <[email protected]>
