Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/
Date: Mon, 05 Jul 2021 19:05:35
Message-Id: 1625511926.a39f7cde901c999db86275cdd3656ceaf7722296.ulm@gentoo
1 commit: a39f7cde901c999db86275cdd3656ceaf7722296
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 19:05:03 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 19:05:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39f7cde
7
8 app-doc/pms: Remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-doc/pms/pms-8_p20210613.ebuild | 40 --------------------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/app-doc/pms/pms-8_p20210613.ebuild b/app-doc/pms/pms-8_p20210613.ebuild
17 deleted file mode 100644
18 index 4961cf18779..00000000000
19 --- a/app-doc/pms/pms-8_p20210613.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="Gentoo Package Manager Specification"
28 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification"
29 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
30 -
31 -LICENSE="CC-BY-SA-4.0"
32 -SLOT="0"
33 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
34 -IUSE="html twoside"
35 -
36 -# texlive-bibtexextra for unsrturl.bst
37 -# texlive-latexextra for chngcntr, gitinfo2, isodate, leaflet, marginnote,
38 -# paralist, tocbibind
39 -# texlive-mathscience for algorithm, algorithmic
40 -BDEPEND="dev-texlive/texlive-bibtexextra
41 - >=dev-texlive/texlive-latexextra-2020-r2
42 - dev-texlive/texlive-mathscience
43 - virtual/latex-base
44 - html? ( >=dev-tex/tex4ht-20090611_p1038-r11 )"
45 -RDEPEND="!app-doc/pms-bin"
46 -
47 -src_compile() {
48 - # just in case; we shouldn't be generating any fonts
49 - export VARTEXFONTS="${T}/fonts"
50 - emake $(usex twoside TWOSIDE=yes "")
51 - use html && emake html
52 -}
53 -
54 -src_install() {
55 - dodoc pms.pdf eapi-cheatsheet.pdf
56 - if use html; then
57 - docinto html
58 - dodoc *.html pms.css
59 - dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
60 - fi
61 -}