mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-doc/pms: drop 7_p20180430-r2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST pms-7_p20180430.tar.xz 60072 BLAKE2B 58afb1759c84ae86a1dd69aa04a6e8b799fd0cc1e1877cf1f6224f5b1bdbdfcdeaadcabbd9c37c263d62cb24b4164056a88d3524031d1704b059c376d5572101 SHA512 9bb64de842e0aa8f1a6488d12fffba76bfd190e53523e9261161467b30f001f20cddf593cd32e75ace4af309476eb7eb6966665d7ae9b54a5915237094110a47
|
||||
DIST pms-8_p20210613.tar.xz 61820 BLAKE2B 1e7e53cb8ea76c4b6f7e571b495bdc41956bee9d90fa1828b8875c262c0a500f8df25a3a53deb9fa9843250e8f3b914514a87019e57f0ecf329e8a62581c842f SHA512 07ef44b0be9b5d5c73e76f78aba2535eb57a8c555ec19bc4ba0a18a6b3b796cb44d6d9e67be49b704f43fa7ad6a8d111f7128d42caa43278dd269863dd59dc15
|
||||
DIST pms-9_p20251214.tar.xz 63836 BLAKE2B 7e723f2275030427c33b3335785437e95be0586126c0d4af50bc0946016313f24613dedceaa71034d7e86b20a4539029bacdc4eeea897bd90c9ad21420210edd SHA512 50619f2399327de3d9c612cfb43820a7da185e4bb51b8893c217df662ba29087691f2cc07fae9d46c1743ede6b73ab39812c6cabd8a7d44e034cd710c8c2c74b
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Gentoo Package Manager Specification"
|
||||
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification"
|
||||
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
|
||||
|
||||
LICENSE="CC-BY-SA-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="html twoside"
|
||||
|
||||
# texlive-bibtexextra for plainurl.bst
|
||||
# texlive-latexextra for chngcntr, isodate, leaflet, marginnote,
|
||||
# paralist, tocbibind
|
||||
# texlive-mathscience for algorithm, algorithmic
|
||||
BDEPEND="dev-texlive/texlive-bibtexextra
|
||||
>=dev-texlive/texlive-latexextra-2020-r2
|
||||
dev-texlive/texlive-mathscience
|
||||
virtual/latex-base
|
||||
html? (
|
||||
app-text/recode
|
||||
>=dev-tex/tex4ht-20090611_p1038-r11
|
||||
)"
|
||||
RDEPEND="!app-doc/pms-bin"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-7-Makefile.patch"
|
||||
"${FILESDIR}/${PN}-7-parskip.patch"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
# just in case; we shouldn't be generating any fonts
|
||||
export VARTEXFONTS="${T}/fonts"
|
||||
emake $(usex twoside TWOSIDE=yes "")
|
||||
use html && emake html
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc pms.pdf eapi-cheatsheet.pdf
|
||||
if use html; then
|
||||
docinto html
|
||||
dodoc *.html pms.css
|
||||
dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user