diff options
Diffstat (limited to 'dev-python/pygments/pygments-1.6_p20140324.ebuild')
-rw-r--r-- | dev-python/pygments/pygments-1.6_p20140324.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygments/pygments-1.6_p20140324.ebuild b/dev-python/pygments/pygments-1.6_p20140324.ebuild index cc503b4e70c8..e5430fc34494 100644 --- a/dev-python/pygments/pygments-1.6_p20140324.ebuild +++ b/dev-python/pygments/pygments-1.6_p20140324.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild,v 1.5 2014/05/04 14:39:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild,v 1.6 2014/08/10 21:16:43 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -10,7 +10,7 @@ inherit distutils-r1 bash-completion-r1 vcs-snapshot MY_PN="Pygments" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Pygments is a syntax highlighting package written in Python." +DESCRIPTION="Pygments is a syntax highlighting package written in Python" HOMEPAGE="http://pygments.org/ http://pypi.python.org/pypi/Pygments" #SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" SRC_URI="https://bitbucket.org/birkenfeld/pygments-main/get/b839f47dbb3a10830db7dc3114f0ad4f470bcfa5.tar.gz -> ${P}.tar.gz" |