[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
266/421: gnu: texlive-etexcmds: Refresh package definition.
From: |
guix-commits |
Subject: |
266/421: gnu: texlive-etexcmds: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:11 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit da1f2b81abae3348c22c4ea6a8d72d7c0c915e94
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:45:37 2023 +0200
gnu: texlive-etexcmds: Refresh package definition.
* gnu/packages/tex.scm (texlive-etexcmds): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 47 +++++++++++++++++++++--------------------------
1 file changed, 21 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e2e75b5c5e..43dd638fac 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9573,32 +9573,27 @@ manipulated.")
(define-deprecated-package texlive-generic-bitset texlive-bitset)
(define-public texlive-etexcmds
- (let ((template (simple-texlive-package
- "texlive-etexcmds"
- (list "doc/latex/etexcmds/"
- "source/latex/etexcmds/"
- "tex/generic/etexcmds/")
- (base32
- "13cf1fs5x9d8749b2jgxmgnkrx0r4hwpl389r15kq3ldz9jfl627"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/etexcmds")
- ((#:build-targets _ '())
- #~(list "etexcmds.dtx"))))
- (propagated-inputs
- (list texlive-iftex texlive-infwarerr))
- (home-page "https://www.ctan.org/pkg/etexcmds")
- (synopsis "Avoid name clashes with e-TeX commands")
- (description
- "New primitive commands are introduced in e-TeX; sometimes the names
-collide with existing macros. This package solves the name clashes by
-adding a prefix to e-TeX’s commands. For example, ε-TeX’s
-@code{\\unexpanded} is provided as @code{\\etex@@unexpanded}.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-etexcmds")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/etexcmds/" "source/latex/etexcmds/"
+ "tex/generic/etexcmds/")
+ (base32
+ "13cf1fs5x9d8749b2jgxmgnkrx0r4hwpl389r15kq3ldz9jfl627")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-iftex texlive-infwarerr))
+ (home-page "https://ctan.org/pkg/etexcmds")
+ (synopsis "Avoid name clashes with e-TeX commands")
+ (description
+ "New primitive commands are introduced in e-TeX; sometimes the names
+collide with existing macros. This package solves the name clashes by adding
+a prefix to e-TeX’s commands. For example, ε-TeX’s @code{\\unexpanded} is
+provided as @code{\\etex@@unexpanded}.")
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-generic-etexcmds texlive-etexcmds)
- 376/421: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 376/421: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 387/421: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 404/421: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/28
- 384/421: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 382/421: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 399/421: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/05/28
- 418/421: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/05/28
- 259/421: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/28
- 255/421: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/05/28
- 262/421: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/28
- 266/421: gnu: texlive-etexcmds: Refresh package definition.,
guix-commits <=
- 285/421: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/28
- 290/421: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/28
- 294/421: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/28
- 303/421: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/28
- 307/421: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/28
- 308/421: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/28
- 310/421: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/28
- 318/421: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/28
- 320/421: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/28
- 322/421: gnu: texlive-url: Refresh package definition., guix-commits, 2023/05/28