diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2010-10-02 17:31:15 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2010-10-02 17:31:15 +0000 |
commit | 7b0f304a14955a7280004ce8f159b7f16c8fe75f (patch) | |
tree | e0d58d4c044a86371ed55a4f7fd9990dbba7a54c /dev-tex/natbib/natbib-8.31a-r1.ebuild | |
parent | Version bump. (diff) | |
download | historical-7b0f304a14955a7280004ce8f159b7f16c8fe75f.tar.gz historical-7b0f304a14955a7280004ce8f159b7f16c8fe75f.tar.bz2 historical-7b0f304a14955a7280004ce8f159b7f16c8fe75f.zip |
Added a version newer than in texlive as temporary workaround
Package-Manager: portage-2.1.9.13/cvs/Linux x86_64
Diffstat (limited to 'dev-tex/natbib/natbib-8.31a-r1.ebuild')
-rw-r--r-- | dev-tex/natbib/natbib-8.31a-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-tex/natbib/natbib-8.31a-r1.ebuild b/dev-tex/natbib/natbib-8.31a-r1.ebuild new file mode 100644 index 000000000000..f1e63bbe3b4b --- /dev/null +++ b/dev-tex/natbib/natbib-8.31a-r1.ebuild @@ -0,0 +1,21 @@ +# 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.31a-r1.ebuild,v 1.1 2010/10/02 17:31:15 dilfridge Exp $ + +inherit latex-package + +DESCRIPTION="LaTeX package to act as generalized interface for bibliographic style files" + +SRC_URI="mirror://gentoo/${P}.zip" +HOMEPAGE="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=natbib" +LICENSE="LPPL-1.2" +SLOT="0" +IUSE="" + +KEYWORDS="~amd64 ~x86" +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}/${PN}" + +TEXMF=/usr/share/texmf-site |