[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
111/452: gnu: texlive-latex-ebproof -> texlive-ebproof.
From: |
guix-commits |
Subject: |
111/452: gnu: texlive-latex-ebproof -> texlive-ebproof. |
Date: |
Fri, 9 Jun 2023 13:43:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e19b41fb42bcb4c538ce68915f14c4a8037cdaa0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 14:45:08 2023 +0200
gnu: texlive-latex-ebproof -> texlive-ebproof.
* gnu/packages/tex.scm (texlive-ebproof): New variable.
(texlive-latex-ebproof): Deprecate variable.
---
gnu/packages/tex.scm | 31 ++++++++++++++-----------------
1 file changed, 14 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 93a9379e48..747f4d909a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11437,27 +11437,22 @@ theorems. The package supports saving and reuse of
source code and text
parts.")
(license license:lppl1.3c+))))
-(define-public texlive-latex-ebproof
+(define-public texlive-ebproof
(package
- (name "texlive-latex-ebproof")
- (version "2.1.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://framagit.org/manu/ebproof")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1zkrfaf343js0yc1x7m3d8hzbh5izn0lb01jrmdpjm51kdbh30xq"))))
+ (name "texlive-ebproof")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ebproof/" "source/latex/ebproof/"
+ "tex/latex/ebproof/")
+ (base32
+ "1a3203jgxsgihfgb6wwm0gfpaxbf1lg5axcakan9rj316xrrj4lc")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/ebproof"))
(propagated-inputs
(list texlive-l3kernel))
- (home-page "http://www.ctan.org/pkg/ebproof")
- (synopsis
- "Formal proofs in the style of sequent calculus")
+ (home-page "https://ctan.org/pkg/ebproof")
+ (synopsis "Formal proofs in the style of sequent calculus")
(description
"This package provides commands to typeset proof trees in the style of
sequent calculus and related systems. The commands allow for writing
@@ -11466,6 +11461,8 @@ an arbitrary point. Various options allow complete
control over spacing,
styles of inference rules, placement of labels, etc.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-ebproof texlive-ebproof)
+
(define-public texlive-latex-bussproofs
(let ((template (simple-texlive-package
"texlive-latex-bussproofs"
- 36/452: gnu: texlive-latex-backend -> texlive-backend., (continued)
- 36/452: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/09
- 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 <=
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 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