diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2010-12-16 17:52:12 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2010-12-16 17:52:12 +0000 |
commit | eb5a446bf71a1591b0393c115b3e092fd94c10b8 (patch) | |
tree | ed92aabf1e74dc55b08e26e3833615a0c4367a40 /dev-tex/natbib/natbib-8.31b.ebuild | |
parent | Version bump, adding configuration checking and the Oracle plugin. Thanks to ... (diff) | |
download | historical-eb5a446bf71a1591b0393c115b3e092fd94c10b8.tar.gz historical-eb5a446bf71a1591b0393c115b3e092fd94c10b8.tar.bz2 historical-eb5a446bf71a1591b0393c115b3e092fd94c10b8.zip |
Version bump fixing ugly bug 348096
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'dev-tex/natbib/natbib-8.31b.ebuild')
-rw-r--r-- | dev-tex/natbib/natbib-8.31b.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-tex/natbib/natbib-8.31b.ebuild b/dev-tex/natbib/natbib-8.31b.ebuild new file mode 100644 index 000000000000..e8e025a73f73 --- /dev/null +++ b/dev-tex/natbib/natbib-8.31b.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/natbib/natbib-8.31b.ebuild,v 1.1 2010/12/16 17:52:12 dilfridge Exp $ + +EAPI=3 + +inherit latex-package + +DESCRIPTION="LaTeX package to act as generalized interface for bibliographic style files" + +SRC_URI="http://www.mps.mpg.de/software/latex/localtex/zipped/natbib.zip -> ${P}.zip + http://www.mps.mpg.de/software/latex/localtex/zipped/bibentry.zip -> ${PN}-bibentry-${PV}.zip" +HOMEPAGE="http://www.mps.mpg.de/software/latex/localtex/localltx.html#natbib" +LICENSE="LPPL-1.2" +SLOT="0" +IUSE="" + +KEYWORDS="~amd64 ~x86" +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" + +TEXMF=/usr/share/texmf-site |