diff options
author | Marc Joliet <marcec@gmx.de> | 2015-11-14 15:17:20 +0100 |
---|---|---|
committer | Marc Joliet <marcec@gmx.de> | 2015-11-14 15:41:08 +0100 |
commit | 9c78c280870251589440c4394ea118941885541e (patch) | |
tree | bdfdbab2695a2373edecc0f77705e8a9936e339c /app-text/asciidoc/asciidoc-8.6.9-r1.ebuild | |
parent | app-text/asciidoc: split highlight deps by newline (diff) | |
download | gentoo-9c78c280870251589440c4394ea118941885541e.tar.gz gentoo-9c78c280870251589440c4394ea118941885541e.tar.bz2 gentoo-9c78c280870251589440c4394ea118941885541e.zip |
app-text/asciidoc: trim description to <80 chars
The new description is taken verbatim from the first sentence at
http://asciidoc.org/userguide.html#_introduction.
Signed-off-by: Marc Joliet <marcec@gmx.de>
Diffstat (limited to 'app-text/asciidoc/asciidoc-8.6.9-r1.ebuild')
-rw-r--r-- | app-text/asciidoc/asciidoc-8.6.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild index 1bf0d2fcc106..3d15118af7de 100644 --- a/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit python-single-r1 -DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" +DESCRIPTION="AsciiDoc is a plain text human readable/writable document format" HOMEPAGE="http://asciidoc.org/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" |