diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-11-24 22:03:30 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-11-24 22:03:30 +0100 |
commit | 3baaeee3ec0cce83cae176d11d00ccef137f5c7a (patch) | |
tree | cf67dedd1f41a13bbd2e7c9eacc194973c1aa014 /dev-tex/biblatex-apa/biblatex-apa-6.6.ebuild | |
parent | app-arch/ipkg-utils: Bump to EAPI=6 (diff) | |
download | gentoo-3baaeee3ec0cce83cae176d11d00ccef137f5c7a.tar.gz gentoo-3baaeee3ec0cce83cae176d11d00ccef137f5c7a.tar.bz2 gentoo-3baaeee3ec0cce83cae176d11d00ccef137f5c7a.zip |
dev-tex/biblatex-apa: Drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.5
Diffstat (limited to 'dev-tex/biblatex-apa/biblatex-apa-6.6.ebuild')
-rw-r--r-- | dev-tex/biblatex-apa/biblatex-apa-6.6.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-tex/biblatex-apa/biblatex-apa-6.6.ebuild b/dev-tex/biblatex-apa/biblatex-apa-6.6.ebuild deleted file mode 100644 index 21b11c161bfe..000000000000 --- a/dev-tex/biblatex-apa/biblatex-apa-6.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit latex-package - -DESCRIPTION="APA style for BibLaTeX" -HOMEPAGE="http://www.ctan.org/pkg/biblatex-apa https://github.com/plk/biblatex-apa" -SRC_URI="https://github.com/plk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LPPL-1.3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -RDEPEND="dev-texlive/texlive-bibtexextra - dev-tex/biblatex" -DEPEND="${RDEPEND}" - -TEXMF=/usr/share/texmf-site - -src_install() { - insinto "${TEXMF}" - doins -r tex - - dodoc README RELEASE - use doc && { pushd doc/ ; latex-package_src_doinstall doc ; popd ; } -} |