commit: 21289d79719887af4f8270015e68352847dfcf85 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat Feb 18 07:24:24 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 09:53:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21289d79
app-text/pytextile: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-text/pytextile/pytextile-2.1.8.ebuild | 4 ++-- app-text/pytextile/pytextile-2.2.1.ebuild | 4 ++-- app-text/pytextile/pytextile-2.2.2.ebuild | 4 ++-- app-text/pytextile/pytextile-2.3.2-r1.ebuild | 4 ++-- 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 52b6132160..330aa95430 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 c93d1f95bd..86ce171176 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 07b2d67af4..1b88b7deb3 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 37fdc471fb..20a781e534 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 163024bc66..4829aaa4ca 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"
