summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-01-23 19:17:44 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-01-23 19:17:44 +0100
commit97d23dca9930d07caa0dc293624b0dbf2e32d040 (patch)
treed1ffef4703f7c7821ca41559e90b61744b0b1b18 /dev-tex/biblatex/biblatex-3.0-r1.ebuild
parentdev-tex/biber: Remove old (diff)
downloadgentoo-97d23dca9930d07caa0dc293624b0dbf2e32d040.tar.gz
gentoo-97d23dca9930d07caa0dc293624b0dbf2e32d040.tar.bz2
gentoo-97d23dca9930d07caa0dc293624b0dbf2e32d040.zip
dev-tex/biblatex: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-tex/biblatex/biblatex-3.0-r1.ebuild')
-rw-r--r--dev-tex/biblatex/biblatex-3.0-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-tex/biblatex/biblatex-3.0-r1.ebuild b/dev-tex/biblatex/biblatex-3.0-r1.ebuild
deleted file mode 100644
index 47aae74acd4c..000000000000
--- a/dev-tex/biblatex/biblatex-3.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit latex-package
-
-DESCRIPTION="Reimplementation of the bibliographic facilities provided by LaTeX"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex https://github.com/plk/biblatex/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tds.tgz"
-
-LICENSE="LPPL-1.3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND="dev-texlive/texlive-bibtexextra
- dev-texlive/texlive-latexextra"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
-TEXMF=/usr/share/texmf-site
-
-src_install() {
- insinto "${TEXMF}"
- doins -r bibtex tex
-
- dodoc doc/latex/biblatex/{README,RELEASE}
- use doc && { pushd doc/ ; latex-package_src_doinstall doc ; popd ; }
- if use examples ; then
- docinto examples
- dodoc -r doc/latex/biblatex/examples
- fi
-}