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 | |
parent | 6db875f6391a8a19dd0ae4aedf566eb22246a93f (diff) | |
download | gentoo-9c78c280870251589440c4394ea118941885541e.tar.gz gentoo-9c78c280870251589440c4394ea118941885541e.tar.xz |
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')
-rw-r--r-- | app-text/asciidoc/asciidoc-8.6.9-r1.ebuild | 2 | ||||
-rw-r--r-- | app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 2 | ||||
-rw-r--r-- | app-text/asciidoc/asciidoc-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild index 1bf0d2fcc10..3d15118af7d 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" diff --git a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild index e3d457a37d7..c4347b38100 100644 --- a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.9-r2.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="~amd64 ~x86" diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild index 3115c272b53..3e19725242a 100644 --- a/app-text/asciidoc/asciidoc-9999.ebuild +++ b/app-text/asciidoc/asciidoc-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 pypy ) [ "$PV" == "9999" ] && inherit mercurial autotools 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://www.methods.co.nz/asciidoc/" if [ "$PV" == "9999" ]; then EHG_REPO_URI="https://asciidoc.googlecode.com/hg/" |