mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-tex/biblatex-apa: version bump
dropping x86 keyword due to inability of arch team (re-)keywording biblatex and biber Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
committed by
Alexis Ballier
parent
ea905e49c9
commit
d4298c4502
@@ -1 +1,2 @@
|
||||
DIST biblatex-apa-6.6.tar.gz 140429 SHA256 00a710d12735a14c4083fb5c85a9da8222a6ebba8e74bd365e2dcb23f9d895b6 SHA512 a606521223896dc71f2fd4b41bebb9c3a0ddd7b466adfddec1e67f802de2b64f280093c2ad0265afddd8abfe9de226cfe77701ac337e36c8163e1ce0201a4a01 WHIRLPOOL a8ae219ddfaad8c9a59a296fee57f2fc41ec288f85104bd8cd3f698799c23bd03b243108b84b5c969e9c739b26556f53e6dcc542b37de5bcd53b6a8bebaf61a4
|
||||
DIST biblatex-apa-7.4.tar.gz 164225 SHA256 ae0aaeff28c6f76d7d534c1253ca70597907fa1839bfd1f0976115a50730ff53 SHA512 a045eb7f6083759e7ef58e1ba2c8cd462b47c520205b61d2d73f9a591b2e53917eac230972bf4de492156f7a669758add12338b9f051c7737fefe2784d256564 WHIRLPOOL eac0bb8dd02d42e6f1d522df2256770a5499f9bf710d35ae899a3e63ed9c4007c96a7e5f88ba51940553743c21a49e7f478fce311b12d368be42aec3f4e7f650
|
||||
|
||||
25
dev-tex/biblatex-apa/biblatex-apa-7.4.ebuild
Normal file
25
dev-tex/biblatex-apa/biblatex-apa-7.4.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit latex-package
|
||||
|
||||
DESCRIPTION="APA style for BibLaTeX"
|
||||
HOMEPAGE="https://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.3c"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-texlive/texlive-latexextra
|
||||
>=dev-tex/biblatex-3.4
|
||||
>=dev-tex/biber-2.5"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
insinto "${TEXMF}"
|
||||
doins -r tex
|
||||
}
|
||||
Reference in New Issue
Block a user