Gentoo Archives: gentoo-dev

From: Pacho Ramos <pacho@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] readme.gentoo.eclass: Add a readme.gentoo_force_print_elog function to force elog printing
Date: Thu, 24 Jan 2013 21:39:13
Message-Id: 1359063541.2927.6.camel@belkin4
In Reply to: Re: [gentoo-dev] readme.gentoo.eclass: Add a readme.gentoo_force_print_elog function to force elog printing by "Tomáš Chvátal"
1 El jue, 24-01-2013 a las 21:42 +0100, Tomáš Chvátal escribió:
2 > Dne Čt 24. ledna 2013 21:33:45, Pacho Ramos napsal(a):
3 > > El mar, 22-01-2013 a las 19:42 +0100, Tomáš Chvátal escribió:
4 > > > Dne Út 22. ledna 2013 19:37:12, Pacho Ramos napsal(a):
5 > > > > I agree, thanks for pointing it. Just attached patch should handle it.
6 > > >
7 > > > Still not nice enough for me :D
8 > > >
9 > > > Use the ECLASS_VARIABLE to describe it @DEFAULT_UNSET is what you seek,
10 > > > see
11 > > > git-2.eclass.
12 > > >
13 > > > Tom
14 > >
15 > > What about this one?
16 >
17 > - if ! [[ "${REPLACING_VERSIONS}" ]] || [[ "${FORCE_PRINT_ELOG}" ]]; then
18 > + if ! [[ -n "${REPLACING_VERSIONS}" || -n "${FORCE_PRINT_ELOG}" ]]; then
19 >
20 > But thats just cosmetic
21 >
22 > Tom
23
24 Done, and committed
25
26 + 24 Jan 2013; Pacho Ramos <pacho@g.o> readme.gentoo.eclass:
27 + Include FORCE_PRINT_ELOG variable to for printing of messages when
28 desired.
29 + Thanks to Tomáš Chvátal for his suggestions.
30 +

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies