equal
deleted
inserted
replaced
1 # Copyright 1999-2013 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI=5 |
|
6 |
|
7 inherit latex-package |
|
8 |
|
9 DESCRIPTION="A modern curriculum vitae class" |
|
10 HOMEPAGE="http://launchpad.net/moderncv" |
|
11 SRC_URI="https://launchpad.net/moderncv/trunk/${PV}/+download/${P}.zip" |
|
12 LICENSE="LPPL-1.3c" |
|
13 |
|
14 SLOT="0" |
|
15 KEYWORDS="~amd64" |
|
16 |
|
17 IUSE="" |
|
18 DEPEND="" |
|
19 RDEPEND="dev-texlive/etoolbox" |
|
20 |
|
21 S=${WORKDIR}/${PN} |
|