GNU bug report logs -
#63143
[PATCH 0/6] Replace deprecated TeXLive inputs
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63143 in the body.
You can then email your comments to 63143 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
rekado <at> elephly.net, guix-patches <at> gnu.org
:
bug#63143
; Package
guix-patches
.
(Fri, 28 Apr 2023 11:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Simon Tournier <zimon.toutoune <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
rekado <at> elephly.net, guix-patches <at> gnu.org
.
(Fri, 28 Apr 2023 11:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
This fixes minor annoying warnings. There is no large dependencies involved.
Cheers,
simon
Simon Tournier (6):
gnu: texlive-xetex: Replace deprecated inputs.
gnu: texlive-soulutf8: Replace deprecated inputs.
gnu: texlive-ncctools: Replace deprecated input.
gnu: texlive-totcount: Replace deprecated input.
gnu: texlive-totpages: Replace deprecated input.
gnu: texlive-ddphonism: Replace deprecated input.
gnu/packages/tex.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
base-commit: aecc6e70587f8412cbbb9b2c13141de4f534518e
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63143
; Package
guix-patches
.
(Fri, 28 Apr 2023 11:04:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63143 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-soulutf8)[propagated-inputs]: Replace
deprecated texlive-generic-etexcmds by texlive-etexcmds and deprecated
texlive-generic-infwarerr by texlive-infwarerr.
---
gnu/packages/tex.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3c38c85622..1d41309a30 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13315,8 +13315,8 @@ (define-public texlive-soulutf8
(copy-recursively (string-append origin "/source") source)
(copy-recursively (string-append origin "/doc") doc))))))))
(propagated-inputs
- (list texlive-generic-etexcmds
- texlive-generic-infwarerr
+ (list texlive-etexcmds
+ texlive-infwarerr
texlive-soul))
(home-page "https://ctan.org/pkg/soulutf8")
(synopsis "Permit use of UTF-8 characters in @code{soul}")
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63143
; Package
guix-patches
.
(Fri, 28 Apr 2023 11:04:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 63143 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-ncctools)[propagated-inputs]: Replace
deprecated texlive-latex-graphics by texlive-graphics.
---
gnu/packages/tex.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1d41309a30..5eae1c0753 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9329,7 +9329,7 @@ (define-public texlive-ncctools
(copy-recursively (string-append origin "/source") source)
(copy-recursively (string-append origin "/doc") doc))))))))
(propagated-inputs
- (list texlive-amsmath texlive-latex-graphics))
+ (list texlive-amsmath texlive-graphics))
(home-page "https://ctan.org/pkg/ncctools")
(synopsis "Collection of general packages for LaTeX")
(description
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63143
; Package
guix-patches
.
(Fri, 28 Apr 2023 11:04:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 63143 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-xetex)[propagated-inputs]: Replace deprecated
texlive-generic-atbegshi by texlive-atbegshi and deprecated
texlive-latex-atveryend by texlive-atveryend.
---
gnu/packages/tex.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a2f1de4e35..3c38c85622 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13468,8 +13468,8 @@ (define-public texlive-xetex
"1gmgagvsv2qknrjzjk840ca3wging8wfc20rgq7bnhphm9n87m6q")
#:trivial? #t))
(propagated-inputs
- (list texlive-generic-atbegshi
- texlive-latex-atveryend
+ (list texlive-atbegshi
+ texlive-atveryend
texlive-babel
texlive-cm
texlive-dvipdfmx
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63143
; Package
guix-patches
.
(Fri, 28 Apr 2023 11:04:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 63143 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-totpages)[propagated-inputs]: Replace
deprecated texlive-latex-graphics by texlive-graphics.
---
gnu/packages/tex.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bececf8a2a..9e0f443ca1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13446,7 +13446,7 @@ (define-public texlive-totpages
(native-inputs
(list (texlive-updmap.cfg)))
(propagated-inputs
- (list texlive-everyshi texlive-latex-graphics))
+ (list texlive-everyshi texlive-graphics))
(home-page "https://ctan.org/pkg/totpages")
(synopsis "Count pages in a document, and report last page number")
(description
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63143
; Package
guix-patches
.
(Fri, 28 Apr 2023 11:04:04 GMT)
Full text and
rfc822 format available.
Message #20 received at 63143 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-ddphonism)[propagated-inputs]: Replace
deprecated texlive-latex-tools by texlive-tools.
---
gnu/packages/tex.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9e0f443ca1..53ae12b191 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5875,7 +5875,7 @@ (define-public texlive-ddphonism
texlive-latex-l3packages
texlive-listings
texlive-pgf
- texlive-latex-tools
+ texlive-tools
texlive-xstring))
(home-page "https://www.ctan.org/pkg/ddphonism")
(synopsis "Dodecaphonic diagrams for LaTeX")
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63143
; Package
guix-patches
.
(Fri, 28 Apr 2023 11:04:04 GMT)
Full text and
rfc822 format available.
Message #23 received at 63143 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-totcount)[propagated-inputs]: Replace
deprecated texlive-latex-graphics by texlive-graphics.
---
gnu/packages/tex.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5eae1c0753..bececf8a2a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13402,7 +13402,7 @@ (define-public texlive-totcount
(copy-recursively (string-append origin "/source") source)
(copy-recursively (string-append origin "/doc") doc))))))))
(propagated-inputs
- (list texlive-latex-graphics))
+ (list texlive-graphics))
(home-page "https://ctan.org/pkg/totcount")
(synopsis "Find the last value of a counter")
(description
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63143
; Package
guix-patches
.
(Tue, 09 May 2023 17:10:03 GMT)
Full text and
rfc822 format available.
Message #26 received at 63143 <at> debbugs.gnu.org (full text, mbox):
Hi TeX team,
On ven., 28 avril 2023 at 13:01, Simon Tournier <zimon.toutoune <at> gmail.com> wrote:
> This fixes minor annoying warnings. There is no large dependencies involved.
>
> Simon Tournier (6):
> gnu: texlive-xetex: Replace deprecated inputs.
> gnu: texlive-soulutf8: Replace deprecated inputs.
> gnu: texlive-ncctools: Replace deprecated input.
> gnu: texlive-totcount: Replace deprecated input.
> gnu: texlive-totpages: Replace deprecated input.
> gnu: texlive-ddphonism: Replace deprecated input.
>
> gnu/packages/tex.scm | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
>
> base-commit: aecc6e70587f8412cbbb9b2c13141de4f534518e
Friendly ping. :-)
Cheers,
simon
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63143
; Package
guix-patches
.
(Thu, 11 May 2023 20:56:01 GMT)
Full text and
rfc822 format available.
Message #29 received at 63143 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Simon,
Simon Tournier <zimon.toutoune <at> gmail.com> writes:
> Hi,
>
> This fixes minor annoying warnings. There is no large dependencies involved.
>
> Cheers,
> simon
>
>
> Simon Tournier (6):
> gnu: texlive-xetex: Replace deprecated inputs.
> gnu: texlive-soulutf8: Replace deprecated inputs.
> gnu: texlive-ncctools: Replace deprecated input.
> gnu: texlive-totcount: Replace deprecated input.
> gnu: texlive-totpages: Replace deprecated input.
> gnu: texlive-ddphonism: Replace deprecated input.
>
> gnu/packages/tex.scm | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
Looking good, pushed as 60cf9866cfd01bd0492bdc427a016e26d779bb4e (yes,
this was my first push to master :) ).
Thanks!
Best,
--
Josselin Poiret
[signature.asc (application/pgp-signature, inline)]
bug closed, send any further explanations to
63143 <at> debbugs.gnu.org and Simon Tournier <zimon.toutoune <at> gmail.com>
Request was from
Josselin Poiret <dev <at> jpoiret.xyz>
to
control <at> debbugs.gnu.org
.
(Thu, 11 May 2023 21:01:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 09 Jun 2023 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.