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="Toolbox for Latex programmers" |
|
10 HOMEPAGE="http://www.ctan.org/pkg/etoolbox" |
|
11 |
|
12 # versioned uri from FreeBSD |
|
13 SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${PN}/${PV}/${PN}.zip" |
|
14 LICENSE="LPPL-1.3" |
|
15 |
|
16 SLOT="0" |
|
17 KEYWORDS="~amd64" |
|
18 |
|
19 IUSE="" |
|
20 DEPEND="" |
|
21 RDEPEND="" |
|
22 |
|
23 S=${WORKDIR}/${PN} |
|