diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-13 19:26:25 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-13 21:02:19 +0100 |
commit | 2e23b924472ea9e279ad6c48396c590be893f01d (patch) | |
tree | 54cd9d2d10b00dbfdc23ce95a4ea51de7c2f68b1 /eclass | |
parent | eclass/myspell-r2.eclass: fix eclassdoc (diff) | |
download | gentoo-2e23b924472ea9e279ad6c48396c590be893f01d.tar.gz gentoo-2e23b924472ea9e279ad6c48396c590be893f01d.tar.bz2 gentoo-2e23b924472ea9e279ad6c48396c590be893f01d.zip |
eclass/myspell-r2.eclass: update blurb and add description
So it's more uniform with the aspell eclass, as it's the same purpose.
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/myspell-r2.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index b75f8a5b3d62..b75044a383fa 100644 --- a/eclass/myspell-r2.eclass +++ b/eclass/myspell-r2.eclass @@ -6,8 +6,10 @@ # maintainer-needed@gentoo.org # @AUTHOR: # Tomáš Chvátal <scarabeus@gentoo.org> -# @BLURB: An eclass to ease the construction of ebuilds for myspell dicts +# @BLURB: An eclass to streamline the construction of ebuilds for new Myspell dictionaries. # @DESCRIPTION: +# The myspell-r2 eclass is designed to streamline the construction of ebuilds for +# the new Myspell dictionaries which support hunspell. EXPORT_FUNCTIONS src_unpack src_install |