dev-tex/acmart - 9999 (flow)

Search

Install

Install this version:

emerge -a =dev-tex/acmart-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-tex/acmart-9999

Or alternatively:

emerge --autounmask-write -a =dev-tex/acmart-9999

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
9999 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

Manage flags for this package: euse -i <flag> -p dev-tex/acmart | euse -E <flag> -p dev-tex/acmart | euse -D <flag> -p dev-tex/acmart

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

BDEPEND

dev-texlive/texlive-latex