Parent Directory
|
Revision Log
x86 stable per bug 371711 (Portage version: 2.1.10.10/cvs/Linux i686)
| 1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-tex/natbib/natbib-8.31b.ebuild,v 1.2 2011/08/10 16:39:27 hwoarang Exp $ |
| 4 | |
| 5 | EAPI=3 |
| 6 | |
| 7 | inherit latex-package |
| 8 | |
| 9 | DESCRIPTION="LaTeX package to act as generalized interface for bibliographic style files" |
| 10 | |
| 11 | SRC_URI="http://www.mps.mpg.de/software/latex/localtex/zipped/natbib.zip -> ${P}.zip |
| 12 | http://www.mps.mpg.de/software/latex/localtex/zipped/bibentry.zip -> ${PN}-bibentry-${PV}.zip" |
| 13 | HOMEPAGE="http://www.mps.mpg.de/software/latex/localtex/localltx.html#natbib" |
| 14 | LICENSE="LPPL-1.2" |
| 15 | SLOT="0" |
| 16 | IUSE="" |
| 17 | |
| 18 | KEYWORDS="amd64 x86" |
| 19 | DEPEND="app-arch/unzip" |
| 20 | RDEPEND="" |
| 21 | |
| 22 | S="${WORKDIR}" |
| 23 | |
| 24 | TEXMF=/usr/share/texmf-site |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |