commit: 9c78c280870251589440c4394ea118941885541e Author: Marc Joliet <marcec <AT> gmx <DOT> de> AuthorDate: Sat Nov 14 14:17:20 2015 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Sat Nov 14 14:41:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c78c280
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 <AT> gmx.de> app-text/asciidoc/asciidoc-8.6.9-r1.ebuild | 2 +- app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 2 +- 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 1bf0d2f..3d15118 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 e3d457a..c4347b3 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 3115c27..3e19725 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/"
