diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 22:00:42 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 22:00:42 +0000 |
commit | 317db795b0e6b759888946eec4f168fb2c514c37 (patch) | |
tree | 419fce76fec96adf4a549904a816b7849e39a08a /dev-tex/bibtexu | |
parent | version bump (diff) | |
download | gentoo-2-317db795b0e6b759888946eec4f168fb2c514c37.tar.gz gentoo-2-317db795b0e6b759888946eec4f168fb2c514c37.tar.bz2 gentoo-2-317db795b0e6b759888946eec4f168fb2c514c37.zip |
remove old
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex/bibtexu')
-rw-r--r-- | dev-tex/bibtexu/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/bibtexu/bibtexu-3.71_p20110705.ebuild | 35 |
2 files changed, 5 insertions, 36 deletions
diff --git a/dev-tex/bibtexu/ChangeLog b/dev-tex/bibtexu/ChangeLog index a9226b057dca..1cff447d729a 100644 --- a/dev-tex/bibtexu/ChangeLog +++ b/dev-tex/bibtexu/ChangeLog @@ -1,6 +1,10 @@ # 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.41 2013/04/28 10:17:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.42 2013/06/25 22:00:41 aballier Exp $ + + 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> + -bibtexu-3.71_p20110705.ebuild: + remove old 28 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> bibtexu-3.71_p20120701.ebuild: diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20110705.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20110705.ebuild deleted file mode 100644 index bfbe925f9065..000000000000 --- a/dev-tex/bibtexu/bibtexu-3.71_p20110705.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_p20110705.ebuild,v 1.11 2012/05/09 12:45:29 aballier 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 ~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.0.1_p20110627 - >=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 -} |