author | Da Risk <da_risk@geekorum.com> |
Sun, 11 Dec 2022 18:23:57 -0400 | |
changeset 251 | e7f7160897cf |
parent 227 | 1b277dede68a |
permissions | -rw-r--r-- |
227 | 1 |
# Copyright 1999-2013 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
# $Header: $ |
|
4 |
||
5 |
EAPI=7 |
|
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} |