Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 867710 Details for
Bug 697788
dev-tex/latex-beamer-3.56 USE=doc should install beameruserguide.pdf
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that extracts beameruserguide.pdf from beamer-ctan.zip and injects it into the build directory
beamer-doc.patch (text/plain), 1.17 KB, created by
MW
on 2023-08-12 13:37:33 UTC
(
hide
)
Description:
patch that extracts beameruserguide.pdf from beamer-ctan.zip and injects it into the build directory
Filename:
MIME Type:
Creator:
MW
Created:
2023-08-12 13:37:33 UTC
Size:
1.17 KB
patch
obsolete
>--- a/latex-beamer-3.70.ebuild 2023-07-21 13:10:37.000000000 +0200 >+++ b/latex-beamer-3.70.ebuild 2023-08-12 15:17:23.674572065 +0200 >@@ -7,7 +7,9 @@ > > DESCRIPTION="LaTeX class for creating presentations using a video projector" > HOMEPAGE="https://github.com/josephwright/beamer" >-SRC_URI="https://github.com/josephwright/beamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" >+SRC_URI=" >+ https://github.com/josephwright/beamer/archive/v${PV}.tar.gz -> ${P}.tar.gz >+ doc? ( https://github.com/josephwright/beamer/releases/download/v${PV}/beamer-ctan.zip -> ${P}.zip )" > S="${WORKDIR}/beamer-${PV}" > > LICENSE="GPL-2 FDL-1.2 LPPL-1.3c" >@@ -15,7 +17,8 @@ > KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" > IUSE="doc" > >-BDEPEND="dev-texlive/texlive-latex" >+BDEPEND="app-arch/unzip >+ dev-texlive/texlive-latex" > RDEPEND=" > >=dev-tex/pgf-1.10 > dev-texlive/texlive-latexrecommended >@@ -33,6 +36,7 @@ > dodoc README.md > > if use doc ; then >+ cp ${WORKDIR}/beamer/doc/beameruserguide.pdf ${S}/doc > docinto doc > dodoc -r doc > dosym ../../../../../usr/share/doc/${PF}/doc/ "${TEXMF}/doc/latex/beamer"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 697788
: 867710