[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/452: gnu: texlive-latex-examplep -> texlive-examplep.
From: |
guix-commits |
Subject: |
109/452: gnu: texlive-latex-examplep -> texlive-examplep. |
Date: |
Fri, 9 Jun 2023 13:43:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 179341bfa4852d7af36a8f89c1366b4ea05b4ac6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 14:39:10 2023 +0200
gnu: texlive-latex-examplep -> texlive-examplep.
* gnu/packages/tex.scm (texlive-examplep): New variable.
(texlive-latex-examplep): Deprecate variable.
* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Use new name.
---
gnu/packages/bioinformatics.scm | 2 +-
gnu/packages/tex.scm | 55 ++++++++++++++++-------------------------
2 files changed, 22 insertions(+), 35 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 633db70f18..28ccaf3356 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4551,7 +4551,7 @@ data and settings.")
texlive-amsfonts
texlive-doi
texlive-ec
- texlive-latex-examplep
+ texlive-examplep
texlive-hyperref
texlive-ms
texlive-natbib
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 320174daed..004d5e7dce 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9827,47 +9827,34 @@ in places where the standard @code{verbatim}
environment (which is based on a
(define-deprecated-package texlive-latex-verbatimbox texlive-verbatimbox)
-(define-public texlive-latex-examplep
+(define-public texlive-examplep
(package
- (name "texlive-latex-examplep")
+ (name "texlive-examplep")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/tex/latex/examplep"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0fsvvmz68ij0zwfzrny6x13d92grxr4ap59lxgah4smbkccd6s27"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/tex/latex/examplep")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/examplep")
+ (source (texlive-origin
+ name version
+ (list "doc/latex/examplep/" "tex/latex/examplep/")
+ (base32
+ "0afbl77i57hxngc3l0czdzmmkhcgh2l4h2dpbg9ax9p9dv8c006n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/examplep")
(synopsis "Verbatim phrases and listings in LaTeX")
(description
- "Examplep provides sophisticated features for typesetting verbatim source
-code listings, including the display of the source code and its compiled LaTeX
-or METAPOST output side-by-side, with automatic width detection and enabled
-page breaks (in the source), without the need for specifying the source twice.
-Special care is taken that section, page and footnote numbers do not interfere
-with the main document. For typesetting short verbatim phrases, a replacement
-for the @code{\\verb} command is also provided in the package, which can be
-used inside tables and moving arguments such as footnotes and section
-titles.")
+ "The @code{examplep} package provides sophisticated features for
+typesetting verbatim source code listings, including the display of the source
+code and its compiled LaTeX or METAPOST output side-by-side, with automatic
+width detection and enabled page breaks (in the source), without the need for
+specifying the source twice. Special care is taken that section, page and
+footnote numbers do not interfere with the main document. For typesetting
+short verbatim phrases, a replacement for the @code{\\verb} command is also
+provided in the package, which can be used inside tables and moving arguments
+such as footnotes and section titles.")
;; No version of the GPL is specified.
(license license:gpl3+)))
+(define-deprecated-package texlive-latex-examplep texlive-examplep)
+
(define-public texlive-xunicode
(package
(inherit
- 44/452: gnu: texlive-latex-newfloat -> texlive-newfloat., (continued)
- 44/452: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/09
- 54/452: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/09
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/09
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep.,
guix-commits <=
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09
- 155/452: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/09
- 166/452: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/09
- 162/452: gnu: Add texlive-selinput., guix-commits, 2023/06/09
- 173/452: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/09
- 167/452: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/09