diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-06-03 08:50:01 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-06-08 09:08:28 +0200 |
commit | dd048864215c8ccc6e23eff875103e7acbcbde42 (patch) | |
tree | 5ad020e373d63962d52f6ea419b94a1b236a90ee /eclass | |
parent | dev-ruby/ed25519: initial import of 1.2.4 (diff) | |
download | gentoo-dd048864215c8ccc6e23eff875103e7acbcbde42.tar.gz gentoo-dd048864215c8ccc6e23eff875103e7acbcbde42.tar.bz2 gentoo-dd048864215c8ccc6e23eff875103e7acbcbde42.zip |
readme.gentoo{,-r1}.eclass: Fix @BLURB.
Closes: https://bugs.gentoo.org/637858
Closes: https://bugs.gentoo.org/637860
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/readme.gentoo-r1.eclass | 5 | ||||
-rw-r--r-- | eclass/readme.gentoo.eclass | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass index 6f80cbaccdcc..a9f91cb10e38 100644 --- a/eclass/readme.gentoo-r1.eclass +++ b/eclass/readme.gentoo-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: readme.gentoo-r1.eclass @@ -6,8 +6,7 @@ # Pacho Ramos <pacho@gentoo.org> # @AUTHOR: # Author: Pacho Ramos <pacho@gentoo.org> -# @BLURB: An eclass for installing a README.gentoo doc file recording tips -# shown via elog messages. +# @BLURB: install a doc file shown via elog messages # @DESCRIPTION: # An eclass for installing a README.gentoo doc file recording tips # shown via elog messages. With this eclass, those elog messages will only be diff --git a/eclass/readme.gentoo.eclass b/eclass/readme.gentoo.eclass index fb5f044283c4..0d8949805cf9 100644 --- a/eclass/readme.gentoo.eclass +++ b/eclass/readme.gentoo.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: readme.gentoo.eclass @@ -6,8 +6,7 @@ # Pacho Ramos <pacho@gentoo.org> # @AUTHOR: # Author: Pacho Ramos <pacho@gentoo.org> -# @BLURB: An eclass for installing a README.gentoo doc file recording tips -# shown via elog messages. +# @BLURB: install a doc file shown via elog messages # @DESCRIPTION: # An eclass for installing a README.gentoo doc file recording tips # shown via elog messages. With this eclass, those elog messages will only be |