Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/minted/
Date: Thu, 25 May 2017 21:15:13
Message-Id: 1495746897.bc3c81ca1dd0d6a196dafe6b8bb0bdce93eb42ab.monsieurp@gentoo
1 commit: bc3c81ca1dd0d6a196dafe6b8bb0bdce93eb42ab
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 25 21:14:57 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu May 25 21:14:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3c81ca
7
8 dev-tex/minted: use internal variables in SRC_URI.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-tex/minted/minted-2.4.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-tex/minted/minted-2.4.1.ebuild b/dev-tex/minted/minted-2.4.1.ebuild
16 index 927a7cfd7d4..613d1825daa 100644
17 --- a/dev-tex/minted/minted-2.4.1.ebuild
18 +++ b/dev-tex/minted/minted-2.4.1.ebuild
19 @@ -8,14 +8,13 @@ inherit latex-package eutils
20
21 DESCRIPTION="LaTeX package for source code syntax highlighting"
22 HOMEPAGE="https://github.com/gpoore/minted"
23 -SRC_URI="https://github.com/gpoore/minted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 +SRC_URI="https://github.com/gpoore/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25
26 SLOT="0"
27 LICENSE="|| ( BSD LPPL-1.3 LPPL-1.3b LPPL-1.3c )"
28 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
29 IUSE="doc"
30
31 -DEPEND=""
32 RDEPEND="
33 dev-texlive/texlive-latexextra
34 dev-python/pygments"