From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/
Date: Sun, 13 Jun 2021 20:21:56 +0000 (UTC) [thread overview]
Message-ID: <1623615710.60b640b19a902293130a1bf1168ed712f61d3012.ulm@gentoo> (raw)
commit: 60b640b19a902293130a1bf1168ed712f61d3012
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 20:17:56 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 20:21:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b640b1
app-doc/pms: Version bump to 8_p20210613
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-doc/pms/Manifest | 1 +
app-doc/pms/pms-8_p20210613.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-doc/pms/Manifest b/app-doc/pms/Manifest
index 5fcabc96127..db1bfd46dc1 100644
--- a/app-doc/pms/Manifest
+++ b/app-doc/pms/Manifest
@@ -1,2 +1,3 @@
DIST pms-5.tar.xz 50284 BLAKE2B ecf3c34d79aa1439e0f0f4bca540b673440db04a7f533f103f5956f6a27e994ee42836ae2871c11fadf9230e2b5973d3d1db9e17167f886a6c929e533ece4d45 SHA512 560bdda40d4d1628e97b65bb354c349e3ac52edd1e337427adb0db61e99b40d214459a5046f4b505edfabc3914e2d585ef0453b13057a25fe138b8a5ebd6292e
DIST pms-7_p20180430.tar.xz 60072 BLAKE2B 58afb1759c84ae86a1dd69aa04a6e8b799fd0cc1e1877cf1f6224f5b1bdbdfcdeaadcabbd9c37c263d62cb24b4164056a88d3524031d1704b059c376d5572101 SHA512 9bb64de842e0aa8f1a6488d12fffba76bfd190e53523e9261161467b30f001f20cddf593cd32e75ace4af309476eb7eb6966665d7ae9b54a5915237094110a47
+DIST pms-8_p20210613.tar.xz 61820 BLAKE2B 1e7e53cb8ea76c4b6f7e571b495bdc41956bee9d90fa1828b8875c262c0a500f8df25a3a53deb9fa9843250e8f3b914514a87019e57f0ecf329e8a62581c842f SHA512 07ef44b0be9b5d5c73e76f78aba2535eb57a8c555ec19bc4ba0a18a6b3b796cb44d6d9e67be49b704f43fa7ad6a8d111f7128d42caa43278dd269863dd59dc15
diff --git a/app-doc/pms/pms-8_p20210613.ebuild b/app-doc/pms/pms-8_p20210613.ebuild
new file mode 100644
index 00000000000..4961cf18779
--- /dev/null
+++ b/app-doc/pms/pms-8_p20210613.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 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-4.0"
+SLOT="0"
+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"
+IUSE="html twoside"
+
+# texlive-bibtexextra for unsrturl.bst
+# texlive-latexextra for chngcntr, gitinfo2, 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? ( >=dev-tex/tex4ht-20090611_p1038-r11 )"
+RDEPEND="!app-doc/pms-bin"
+
+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
+}
next reply other threads:[~2021-06-13 20:22 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-13 20:21 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-25 16:59 [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/ Ulrich Müller
2021-07-05 19:05 Ulrich Müller
2021-07-05 19:05 Ulrich Müller
2021-06-23 10:21 Ulrich Müller
2021-06-14 6:19 Ulrich Müller
2021-06-13 20:21 Ulrich Müller
2021-05-21 6:46 Ulrich Müller
2021-05-14 20:43 Ulrich Müller
2021-01-06 12:59 Fabian Groffen
2020-12-27 13:39 Fabian Groffen
2020-08-24 17:50 Ulrich Müller
2020-07-24 11:10 Ulrich Müller
2020-07-02 9:10 Ulrich Müller
2020-06-24 12:01 Ulrich Müller
2020-06-24 11:14 Ulrich Müller
2020-06-13 10:53 Ulrich Müller
2020-06-13 9:55 Mikle Kolyada
2019-11-30 10:49 Ulrich Müller
2019-07-05 17:00 Ulrich Müller
2019-04-13 15:56 Ulrich Müller
2019-04-11 21:15 Aaron Bauman
2019-03-14 18:14 Mikle Kolyada
2019-03-14 8:31 Sergei Trofimovich
2019-03-13 19:33 Ulrich Müller
2018-06-18 20:22 Ulrich Müller
2018-06-17 10:09 Ulrich Müller
2018-06-17 9:55 Ulrich Müller
2018-06-17 9:55 Ulrich Müller
2018-05-05 9:11 Ulrich Müller
2018-05-05 7:36 Ulrich Müller
2018-05-04 14:46 Ulrich Müller
2018-04-30 22:38 Ulrich Müller
2018-04-09 19:30 Andreas Sturmlechner
2017-12-04 15:54 Ulrich Müller
2017-12-04 15:54 Ulrich Müller
2017-06-15 18:16 Ulrich Müller
2017-06-15 18:16 Ulrich Müller
2017-06-15 16:07 Markus Meier
2017-06-15 8:58 Ulrich Müller
2017-06-15 6:18 Ulrich Müller
2017-06-13 12:31 Agostino Sarubbo
2017-06-10 13:45 Agostino Sarubbo
2017-06-08 10:16 Agostino Sarubbo
2017-05-31 18:24 Ulrich Müller
2017-04-29 20:31 Ulrich Müller
2017-03-29 20:12 Ulrich Müller
2017-03-05 20:48 Ulrich Müller
2017-02-27 18:48 Ulrich Müller
2017-02-08 20:14 Ulrich Müller
2017-01-29 14:38 Fabian Groffen
2017-01-23 9:02 Alexis Ballier
2016-02-13 16:34 Ulrich Müller
2016-02-13 15:25 Agostino Sarubbo
2016-02-04 12:35 Tobias Klausmann
2016-01-25 0:46 Ulrich Müller
2015-11-13 21:02 Ulrich Müller
2015-11-08 23:06 Ulrich Müller
2015-11-08 21:27 Ulrich Müller
2015-10-31 9:41 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1623615710.60b640b19a902293130a1bf1168ed712f61d3012.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox