dev-texlive/etoolbox/etoolbox-2.1.ebuild
changeset 250 dd0b4cb26d85
parent 249 5f7e05cef088
child 251 e7f7160897cf
equal deleted inserted replaced
249:5f7e05cef088 250:dd0b4cb26d85
     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}