diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 12:43:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 12:43:45 +0000 |
commit | 88feba8bae52058fbed64d3670c23318f4609821 (patch) | |
tree | c1a441a5245a381acb8ab8ec30942ccd3a0884ed /dev-tex | |
parent | remove usemasks depending on icu (diff) | |
download | gentoo-2-88feba8bae52058fbed64d3670c23318f4609821.tar.gz gentoo-2-88feba8bae52058fbed64d3670c23318f4609821.tar.bz2 gentoo-2-88feba8bae52058fbed64d3670c23318f4609821.zip |
remove ld
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/bibtexu/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild | 35 | ||||
-rw-r--r-- | dev-tex/bibtexu/bibtexu-3.71_p20110627.ebuild | 41 | ||||
-rw-r--r-- | dev-tex/bibtexu/files/bibtexu-3.71_p20110627-invoc_name.patch | 16 |
4 files changed, 6 insertions, 93 deletions
diff --git a/dev-tex/bibtexu/ChangeLog b/dev-tex/bibtexu/ChangeLog index 8c6acd932b4e..7d1c4e8fae32 100644 --- a/dev-tex/bibtexu/ChangeLog +++ b/dev-tex/bibtexu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/bibtexu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.26 2012/05/06 16:49:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.27 2012/05/09 12:43:45 aballier Exp $ + + 09 May 2012; Alexis Ballier <aballier@gentoo.org> + -bibtexu-3.71_p20100722.ebuild, -bibtexu-3.71_p20110627.ebuild, + -files/bibtexu-3.71_p20110627-invoc_name.patch: + remove old 06 May 2012; Raúl Porcel <armin76@gentoo.org> bibtexu-3.71_p20110705.ebuild: ia64/s390/sh/sparc stable wrt #395735 diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild deleted file mode 100644 index a7a8be97bf3f..000000000000 --- a/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild,v 1.9 2012/05/02 20:59:41 jdhore Exp $ - -EAPI=3 - -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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="dev-libs/kpathsea - >=dev-libs/icu-4.4" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} - -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 || die - dodoc 00readme.txt ChangeLog csfile.txt HISTORY || die -} diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20110627.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20110627.ebuild deleted file mode 100644 index 7b4cbf060221..000000000000 --- a/dev-tex/bibtexu/bibtexu-3.71_p20110627.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20110627.ebuild,v 1.9 2012/05/02 20:59:41 jdhore Exp $ - -EAPI=3 - -inherit eutils - -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 ~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 - >=dev-libs/icu-4.4" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} - -src_prepare() { - epatch "${FILESDIR}/${P}-invoc_name.patch" -} - -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 || die - dodoc 00readme.txt ChangeLog csfile.txt HISTORY || die -} diff --git a/dev-tex/bibtexu/files/bibtexu-3.71_p20110627-invoc_name.patch b/dev-tex/bibtexu/files/bibtexu-3.71_p20110627-invoc_name.patch deleted file mode 100644 index 8991c3c88959..000000000000 --- a/dev-tex/bibtexu/files/bibtexu-3.71_p20110627-invoc_name.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: texlive-20110627-source/texk/bibtexu/utils.c -=================================================================== ---- texlive-20110627-source.orig/texk/bibtexu/utils.c -+++ texlive-20110627-source/texk/bibtexu/utils.c -@@ -1261,7 +1261,11 @@ static void setup_bound_variable (Intege - { - #ifdef KPATHSEA - char *expansion = kpse_var_value (name); -+#ifdef kpse_invocation_name - const char *me = kpse_invocation_name; -+#else -+ const char *me = program_invocation_name; -+#endif - const char *src = " or texmf.cnf"; - #else - char *expansion = getenv (name); |