dev-tex/acmart - 1.69 (flow)

Search

Package Information

Homepage:
https://www.acm.org/publications/proceedings-template https://github.com/borisveytsman/acmart
License:
LPPL-1.3c

Ebuild Details

Version EAPI Keywords Slot
1.69 7 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit latex-package

if [[ ${PV} == "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/borisveytsman/acmart.git"
else
	SRC_URI="https://github.com/borisveytsman/acmart/archive/${PV}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="ACM consolidated LaTeX styles"
HOMEPAGE="https://www.acm.org/publications/proceedings-template https://github.com/borisveytsman/acmart"

LICENSE="LPPL-1.3c"
SLOT="0"
KEYWORDS=""
IUSE="doc examples"

BDEPEND="dev-texlive/texlive-latex"
RDEPEND=""

src_compile() {
	emake acmart.cls

	if use doc ; then
		emake acmguide.pdf
	fi

	if use examples ; then
		emake all
	fi
}

src_install() {
	latex-package_src_doinstall cls bst pdf

	dodoc README
}

USE Flags

doc

Dependencies

BDEPEND

dev-texlive/texlive-latex

Manifest for 1.69

Type File Size Source URLs
DIST 1.69.tar.gz 628483 bytes https://github.com/borisveytsman/acmart/archive/1.69.tar.gz