diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-18 09:24:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 10:53:35 +0100 |
commit | 21289d79719887af4f8270015e68352847dfcf85 (patch) | |
tree | c47086744b627b1b30d6a8412b55af2df0ac8112 /app-text | |
parent | app-text/ps2eps: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-21289d79719887af4f8270015e68352847dfcf85.tar.gz gentoo-21289d79719887af4f8270015e68352847dfcf85.tar.bz2 gentoo-21289d79719887af4f8270015e68352847dfcf85.zip |
app-text/pytextile: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pytextile/pytextile-2.1.8.ebuild | 4 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.3.3.ebuild | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/app-text/pytextile/pytextile-2.1.8.ebuild b/app-text/pytextile/pytextile-2.1.8.ebuild index 52b6132160a7..330aa954300d 100644 --- a/app-text/pytextile/pytextile-2.1.8.ebuild +++ b/app-text/pytextile/pytextile-2.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN="textile" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML" +DESCRIPTION="A Python port of Textile, A humane web text generator" HOMEPAGE="https://github.com/ikirudennis/python-textile" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" diff --git a/app-text/pytextile/pytextile-2.2.1.ebuild b/app-text/pytextile/pytextile-2.2.1.ebuild index c93d1f95bdd2..86ce1711763f 100644 --- a/app-text/pytextile/pytextile-2.2.1.ebuild +++ b/app-text/pytextile/pytextile-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN="textile" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML" +DESCRIPTION="A Python port of Textile, A humane web text generator" HOMEPAGE="https://github.com/textile/python-textile" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" diff --git a/app-text/pytextile/pytextile-2.2.2.ebuild b/app-text/pytextile/pytextile-2.2.2.ebuild index 07b2d67af48a..1b88b7deb371 100644 --- a/app-text/pytextile/pytextile-2.2.2.ebuild +++ b/app-text/pytextile/pytextile-2.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN="textile" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML" +DESCRIPTION="A Python port of Textile, A humane web text generator" HOMEPAGE="https://github.com/textile/python-textile" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" diff --git a/app-text/pytextile/pytextile-2.3.2-r1.ebuild b/app-text/pytextile/pytextile-2.3.2-r1.ebuild index 37fdc471fba7..20a781e53479 100644 --- a/app-text/pytextile/pytextile-2.3.2-r1.ebuild +++ b/app-text/pytextile/pytextile-2.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN="python-textile" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML" +DESCRIPTION="A Python port of Textile, A humane web text generator" HOMEPAGE="https://github.com/textile/python-textile" SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild b/app-text/pytextile/pytextile-2.3.3.ebuild index 163024bc6693..4829aaa4caab 100644 --- a/app-text/pytextile/pytextile-2.3.3.ebuild +++ b/app-text/pytextile/pytextile-2.3.3.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN="python-textile" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML" +DESCRIPTION="A Python port of Textile, A humane web text generator" HOMEPAGE="https://github.com/textile/python-textile" SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.tar.gz" |