diff options
Diffstat (limited to 'app-text/pelican')
-rw-r--r-- | app-text/pelican/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/pelican/pelican-3.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-text/pelican/pelican-3.3.ebuild | 4 | ||||
-rw-r--r-- | app-text/pelican/pelican-3.4.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-text/pelican/ChangeLog b/app-text/pelican/ChangeLog index 9cf72f609d4a..f6b41cde24a3 100644 --- a/app-text/pelican/ChangeLog +++ b/app-text/pelican/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/pelican # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.17 2014/07/23 02:15:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.18 2014/08/10 18:28:34 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pelican-3.2.2.ebuild, + pelican-3.3.ebuild, pelican-3.4.0.ebuild: + QA: drop trailing '.' from DESCRIPTION 23 Jul 2014; Patrick Lauer <patrick@gentoo.org> pelican-3.2.2.ebuild: Remove py3.2 support as jinja dropped it diff --git a/app-text/pelican/pelican-3.2.2.ebuild b/app-text/pelican/pelican-3.2.2.ebuild index 0418759051a9..bab0a8fbff18 100644 --- a/app-text/pelican/pelican-3.2.2.ebuild +++ b/app-text/pelican/pelican-3.2.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.2.ebuild,v 1.3 2014/07/23 02:15:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.2.ebuild,v 1.4 2014/08/10 18:28:34 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 -DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files." +DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files" HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/app-text/pelican/pelican-3.3.ebuild b/app-text/pelican/pelican-3.3.ebuild index ec26ca3052cc..9ffbdaef6d9e 100644 --- a/app-text/pelican/pelican-3.3.ebuild +++ b/app-text/pelican/pelican-3.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.3.ebuild,v 1.3 2014/07/06 12:36:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.3.ebuild,v 1.4 2014/08/10 18:28:34 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 -DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files." +DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files" HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/app-text/pelican/pelican-3.4.0.ebuild b/app-text/pelican/pelican-3.4.0.ebuild index 2200eb2e514c..9af01e64dd3b 100644 --- a/app-text/pelican/pelican-3.4.0.ebuild +++ b/app-text/pelican/pelican-3.4.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.4.0.ebuild,v 1.2 2014/07/06 12:36:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.4.0.ebuild,v 1.3 2014/08/10 18:28:34 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 -DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files." +DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files" HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican" SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz" |