diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 13:15:19 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 13:15:19 +0000 |
commit | f49259a746158d6b3fd4ff53e0fc80127e779a5d (patch) | |
tree | e59253cec32949650e3c273da27be54ed00a9fa1 /dev-tex | |
parent | mask latest bibtexu for tl 2013 (diff) | |
download | gentoo-2-f49259a746158d6b3fd4ff53e0fc80127e779a5d.tar.gz gentoo-2-f49259a746158d6b3fd4ff53e0fc80127e779a5d.tar.bz2 gentoo-2-f49259a746158d6b3fd4ff53e0fc80127e779a5d.zip |
version bump
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/bibtexu/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild | 37 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-tex/bibtexu/ChangeLog b/dev-tex/bibtexu/ChangeLog index be263a2f8767..335183cbc9b1 100644 --- a/dev-tex/bibtexu/ChangeLog +++ b/dev-tex/bibtexu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-tex/bibtexu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.43 2013/06/25 22:03:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.44 2013/06/27 13:15:19 aballier Exp $ + +*bibtexu-3.71_p20130530 (27 Jun 2013) + + 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> + +bibtexu-3.71_p20130530.ebuild: + version bump 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> bibtexu-3.71_p20120701.ebuild: diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild new file mode 100644 index 000000000000..b10c03d33dfd --- /dev/null +++ b/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild,v 1.1 2013/06/27 13:15:19 aballier Exp $ + +EAPI=5 + +DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity" +HOMEPAGE="http://tug.org/texlive/" +SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-libs/kpathsea-6.1.0_p20120701 + >=dev-libs/icu-4.4 + !<app-text/texlive-core-2013" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/texlive-${PV#*_p}-source/texk/bibtex-x + +src_configure() { + econf \ + --with-system-kpathsea \ + --with-system-icu +} + +src_install() { + emake \ + DESTDIR="${D}" \ + csfdir="${EPREFIX}/usr/share/texmf-dist/bibtexu/csf/base" \ + btdocdir="${EPREFIX}/usr/share/doc/${PF}" \ + install + dodoc 00readme.txt ChangeLog csfile.txt HISTORY +} |