* Re: [PATCH 1/2] gnu: Rename texlive to tex.
[not found] <20160524050755.GA14800@jocasta.intra>
@ 2016-05-24 8:59 ` Roel Janssen
2016-05-24 16:09 ` John Darrington
0 siblings, 1 reply; 4+ messages in thread
From: Roel Janssen @ 2016-05-24 8:59 UTC (permalink / raw)
To: John Darrington; +Cc: guix-devel
John Darrington writes:
> On Tue, May 24, 2016 at 12:14:59AM +0200, Roel Janssen wrote:
> * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
> * gnu/packages/texlive.scm: Rename file to tex.scm.
> * gnu/packages/tex.scm: Renamed from texlive.scm.
> * gnu/packages/algebra.scm: Rename texlive to tex.
> * gnu/packages/docbook.scm: Rename texlive to tex.
> * gnu/packages/engineering.scm: Rename texlive to tex.
> * gnu/packages/gettext.scm: Rename texlive to tex.
> * gnu/packages/gnome.scm: Rename texlive to tex.
> * gnu/packages/lisp.scm: Rename texlive to tex.
> * gnu/packages/maths.scm: Rename texlive to tex.
> * gnu/packages/music.scm: Rename texlive to tex.
> * gnu/packages/ocaml.scm: Rename texlive to tex.
> * gnu/packages/plotutils.scm: Rename texlive to tex.
> * gnu/packages/python.scm: Rename texlive to tex.
> * gnu/packages/scheme.scm: Rename texlive to tex.
>
> What is the purpose of doing that? I thought that texlive was the chosen
> name that the project had.
>
> I think there are a few other implementations of TeX in the wild (though
> mostly unmaintained). Furthermore, I think Knuth has a trademark on the word "tex".
>
> J'
See this thread:
https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00702.html
I want to add Texmaker (an editor for TeX). Putting it in texlive.scm
wouldn't really fit because it's not part of Texlive. So, the idea is
to put everything TeX-related into one file (tex.scm).
Kind regards,
Roel Janssen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] gnu: Rename texlive to tex.
2016-05-24 8:59 ` [PATCH 1/2] gnu: Rename texlive to tex Roel Janssen
@ 2016-05-24 16:09 ` John Darrington
2016-05-24 16:16 ` Roel Janssen
0 siblings, 1 reply; 4+ messages in thread
From: John Darrington @ 2016-05-24 16:09 UTC (permalink / raw)
To: Roel Janssen; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 2224 bytes --]
On Tue, May 24, 2016 at 10:59:14AM +0200, Roel Janssen wrote:
John Darrington writes:
> On Tue, May 24, 2016 at 12:14:59AM +0200, Roel Janssen wrote:
> * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
> * gnu/packages/texlive.scm: Rename file to tex.scm.
> * gnu/packages/tex.scm: Renamed from texlive.scm.
> * gnu/packages/algebra.scm: Rename texlive to tex.
> * gnu/packages/docbook.scm: Rename texlive to tex.
> * gnu/packages/engineering.scm: Rename texlive to tex.
> * gnu/packages/gettext.scm: Rename texlive to tex.
> * gnu/packages/gnome.scm: Rename texlive to tex.
> * gnu/packages/lisp.scm: Rename texlive to tex.
> * gnu/packages/maths.scm: Rename texlive to tex.
> * gnu/packages/music.scm: Rename texlive to tex.
> * gnu/packages/ocaml.scm: Rename texlive to tex.
> * gnu/packages/plotutils.scm: Rename texlive to tex.
> * gnu/packages/python.scm: Rename texlive to tex.
> * gnu/packages/scheme.scm: Rename texlive to tex.
>
> What is the purpose of doing that? I thought that texlive was the chosen
> name that the project had.
>
> I think there are a few other implementations of TeX in the wild (though
> mostly unmaintained). Furthermore, I think Knuth has a trademark on the word "tex".
>
> J'
See this thread:
https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00702.html
I want to add Texmaker (an editor for TeX). Putting it in texlive.scm
wouldn't really fit because it's not part of Texlive. So, the idea is
to put everything TeX-related into one file (tex.scm).
Oh I see. I thought you were renaming the package itself, not the file in which
its definition resides (saying "Rename texlive.scm to tex.scm" would have
made this clearer).
J'
--
Avoid eavesdropping. Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] gnu: Rename texlive to tex.
2016-05-24 16:09 ` John Darrington
@ 2016-05-24 16:16 ` Roel Janssen
2016-05-24 18:50 ` Eric Bavier
0 siblings, 1 reply; 4+ messages in thread
From: Roel Janssen @ 2016-05-24 16:16 UTC (permalink / raw)
To: John Darrington; +Cc: guix-devel
John Darrington writes:
> On Tue, May 24, 2016 at 10:59:14AM +0200, Roel Janssen wrote:
>
> John Darrington writes:
>
> > On Tue, May 24, 2016 at 12:14:59AM +0200, Roel Janssen wrote:
> > * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
> > * gnu/packages/texlive.scm: Rename file to tex.scm.
> > * gnu/packages/tex.scm: Renamed from texlive.scm.
> > * gnu/packages/algebra.scm: Rename texlive to tex.
> > * gnu/packages/docbook.scm: Rename texlive to tex.
> > * gnu/packages/engineering.scm: Rename texlive to tex.
> > * gnu/packages/gettext.scm: Rename texlive to tex.
> > * gnu/packages/gnome.scm: Rename texlive to tex.
> > * gnu/packages/lisp.scm: Rename texlive to tex.
> > * gnu/packages/maths.scm: Rename texlive to tex.
> > * gnu/packages/music.scm: Rename texlive to tex.
> > * gnu/packages/ocaml.scm: Rename texlive to tex.
> > * gnu/packages/plotutils.scm: Rename texlive to tex.
> > * gnu/packages/python.scm: Rename texlive to tex.
> > * gnu/packages/scheme.scm: Rename texlive to tex.
> >
> > What is the purpose of doing that? I thought that texlive was the chosen
> > name that the project had.
> >
> > I think there are a few other implementations of TeX in the wild (though
> > mostly unmaintained). Furthermore, I think Knuth has a trademark on the word "tex".
> >
> > J'
>
> See this thread:
> https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00702.html
>
> I want to add Texmaker (an editor for TeX). Putting it in texlive.scm
> wouldn't really fit because it's not part of Texlive. So, the idea is
> to put everything TeX-related into one file (tex.scm).
>
> Oh I see. I thought you were renaming the package itself, not the file in which
> its definition resides (saying "Rename texlive.scm to tex.scm" would have
> made this clearer).
You're right, that would make it more clear. I will change it in the
new patch.
Thanks!
Kind regards,
Roel Janssen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] gnu: Rename texlive to tex.
2016-05-24 16:16 ` Roel Janssen
@ 2016-05-24 18:50 ` Eric Bavier
0 siblings, 0 replies; 4+ messages in thread
From: Eric Bavier @ 2016-05-24 18:50 UTC (permalink / raw)
To: Roel Janssen; +Cc: guix-devel, Guix-devel
On 2016-05-24 11:16, Roel Janssen wrote:
> John Darrington writes:
>
>> On Tue, May 24, 2016 at 10:59:14AM +0200, Roel Janssen wrote:
>>
>> John Darrington writes:
>>
>> > On Tue, May 24, 2016 at 12:14:59AM +0200, Roel Janssen wrote:
>> > * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to
>> tex.scm.
>> > * gnu/packages/texlive.scm: Rename file to tex.scm.
>> > * gnu/packages/tex.scm: Renamed from texlive.scm.
>> > * gnu/packages/algebra.scm: Rename texlive to tex.
>> > * gnu/packages/docbook.scm: Rename texlive to tex.
>> > * gnu/packages/engineering.scm: Rename texlive to tex.
>> > * gnu/packages/gettext.scm: Rename texlive to tex.
>> > * gnu/packages/gnome.scm: Rename texlive to tex.
>> > * gnu/packages/lisp.scm: Rename texlive to tex.
>> > * gnu/packages/maths.scm: Rename texlive to tex.
>> > * gnu/packages/music.scm: Rename texlive to tex.
>> > * gnu/packages/ocaml.scm: Rename texlive to tex.
>> > * gnu/packages/plotutils.scm: Rename texlive to tex.
>> > * gnu/packages/python.scm: Rename texlive to tex.
>> > * gnu/packages/scheme.scm: Rename texlive to tex.
>> >
>> > What is the purpose of doing that? I thought that texlive was
>> the chosen
>> > name that the project had.
>> >
>> > I think there are a few other implementations of TeX in the
>> wild (though
>> > mostly unmaintained). Furthermore, I think Knuth has a
>> trademark on the word "tex".
>> >
>> > J'
>>
>> See this thread:
>>
>> https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00702.html
>>
>> I want to add Texmaker (an editor for TeX). Putting it in
>> texlive.scm
>> wouldn't really fit because it's not part of Texlive. So, the
>> idea is
>> to put everything TeX-related into one file (tex.scm).
>>
>> Oh I see. I thought you were renaming the package itself, not the
>> file in which
>> its definition resides (saying "Rename texlive.scm to tex.scm" would
>> have
>> made this clearer).
>
> You're right, that would make it more clear. I will change it in the
> new patch.
See the git log for examples of the commit message format for such
cases. Notably, you can list all affected files with a single "Adjust
module import" message. I believe ChangeLog convention also allows one
to leave out the affected files and simply say something like "Adjust
all affected modules".
--
`~Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-24 18:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20160524050755.GA14800@jocasta.intra>
2016-05-24 8:59 ` [PATCH 1/2] gnu: Rename texlive to tex Roel Janssen
2016-05-24 16:09 ` John Darrington
2016-05-24 16:16 ` Roel Janssen
2016-05-24 18:50 ` Eric Bavier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.