[gentoo-dev] Last rites: media-fonts/symbola

2020-03-29 Thread Chí-Thanh Christopher Nguyễn
# Chí-Thanh Christopher Nguyễn (2020-03-29) # Old releases gone from upstream, new releases use overly restrictive # license. For ancient scripts and symbols, use media-fonts/quivira instead. # For emojis and pictographs, use media-fonts/noto-emoji instead. # Masked for removal in 30 days, bug

Re: [gentoo-dev] Fwd: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Chí-Thanh Christopher Nguyễn
rt? What did Patrice's commit break? If the issues are so serious that we have to prevent any breakage/regressions from reaching users, I guess an alternative response would have been to p.mask the offending new ebuild. Unless the commit caused some tree-wide breakage which I can't see h

Re: [gentoo-dev] [PATCH] package.deprecated: Create initial template

2019-12-05 Thread Chí-Thanh Christopher Nguyễn
to contain not just (qualified) package names, but some sort of package dependency specifications (PMS 8.2.6). Perhaps the examples should also reflect this. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] New distfile mirror layout

2019-10-28 Thread Chí-Thanh Christopher Nguyễn
aking release packages. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [RFC] Using HTTPS mirrors only in thirdpartymirrors (when possible)

2019-09-30 Thread Chí-Thanh Christopher Nguyễn
user is fetching vulnerable package (for whatever > reason). As Portage uses one connection per file, which exact file was downloaded can still be inferred from the amount of transferred data (to a degree). I agree that it is a step forward though, however small it is. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [RFC] New QA policy: Packages must not disable installing manpages via USE flags

2019-07-17 Thread Chí-Thanh Christopher Nguyễn
limit this policy to man section 1 and 8. As mattst88 explained in another post, X.org developer documentation in man pages is not interesting for non-developers, and does usually not describe the functions of a program. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Last rites: sys-boot/raspberrypi-firmware

2019-03-16 Thread Chí-Thanh Christopher Nguyễn
nment variables. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Last rites: sys-boot/raspberrypi-firmware

2019-03-15 Thread Chí-Thanh Christopher Nguyễn
still has issues if less than 256 MB RAM are allocated to the GPU. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [PATCH] eclass/linux-mod.eclass: add module signing support

2018-09-21 Thread Chí-Thanh Christopher Nguyễn
kaged, for example as part of sys-apps/linux-misc-apps. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] acceptable alternatives to -Werror, was: Changing policy about -Werror

2018-09-21 Thread Chí-Thanh Christopher Nguyễn
in subtle ways. It might bother the user enough to report a bug, but hopefully not enough to turn them away from Gentoo. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing policy about -Werror

2018-09-21 Thread Chí-Thanh Christopher Nguyễn
levels, due to -Werror. One is dev-libs/libcss: https://bugs.gentoo.org/626752 Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] acceptable alternatives to -Werror, was: Changing policy about -Werror

2018-09-12 Thread Chí-Thanh Christopher Nguyễn
you want to install this [y/N]?". Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] acceptable alternatives to -Werror, was: Changing policy about -Werror

2018-09-12 Thread Chí-Thanh Christopher Nguyễn
ore deciding on whether to use the package as is, attempt to downgrade, or wait until a fix is released. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing policy about -Werror

2018-09-12 Thread Chí-Thanh Christopher Nguyễn
y had it. From x11 packages (they used to be one of the major remaining -Werror packages, cf. bug #416069) I recall a few cases where broken stuff on user systems triggered -Werror build failures. But this was mostly people who installed something to /usr/local and forgot about it. Best regards, Chí-Thanh Christopher Nguyễn

[gentoo-dev] acceptable alternatives to -Werror, was: Changing policy about -Werror

2018-09-12 Thread Chí-Thanh Christopher Nguyễn
or similar, which will cause the build to fail if warnings are encountered in a warningfree ebuild. I need to think more how this could work with binpkgs though. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing policy about -Werror

2018-09-12 Thread Chí-Thanh Christopher Nguyễn
insufficient. One should only be thankful for any tool to detect issues hidden within code, stop and re-evaluate when new issues are found. +1 Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing policy about -Werror

2018-09-10 Thread Chí-Thanh Christopher Nguyễn
Kristian Fiskerstrand schrieb: On 9/10/18 11:19 PM, Chí-Thanh Christopher Nguyễn wrote: It is indeed an insurmountable task to write code that is warning-free from the beginning across architectures, compiler versions, etc. But that is not the goal anyway. It is examining the situation and

Re: [gentoo-dev] Changing policy about -Werror

2018-09-10 Thread Chí-Thanh Christopher Nguyễn
warnings" QA notice which could be extended for this purpose. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing policy about -Werror

2018-09-10 Thread Chí-Thanh Christopher Nguyễn
amining the situation and taking appropriate action, and then applying a change to no longer cause that particular warning (or make it non-fatal if the warning is bogus/harmless). Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing policy about -Werror

2018-09-10 Thread Chí-Thanh Christopher Nguyễn
bogus, it could have been the code relying on undefined behavior, and the compiler changing the semantics of such behavior, and introducing an accompanying warning at the same time. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing policy about -Werror

2018-09-10 Thread Chí-Thanh Christopher Nguyễn
-fatal. Or report upstream, so they can do the Right Thing™ and don't redefine. $ gcc -O1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 foo.c That is all what is desired. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing policy about -Werror

2018-09-09 Thread Chí-Thanh Christopher Nguyễn
very much like to see -Werror allowed, this is just not going to happen. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing policy about -Werror

2018-09-09 Thread Chí-Thanh Christopher Nguyễn
upstream here. Of course giving users the ability to override. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Last rites: www-plugins/gnash

2018-08-30 Thread Chí-Thanh Christopher Nguyễn
. But putting them as code is not always possible, as it may require changes in other packages or similar. And sometimes, there were building and working packages masked for removal just because they lacked a maintainer. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Last rites: www-plugins/gnash

2018-08-30 Thread Chí-Thanh Christopher Nguyễn
think it is a valid concern that removal of packages may sometimes be overzealous, and to better keep packages in the tree as long as they are useful and workarounds exist for build/runtime problems. Just in case of gnash there is really no benefit in keeping it. Best regards, Chí-Thanh Christ

Re: [gentoo-dev] Last rites: www-plugins/gnash

2018-08-30 Thread Chí-Thanh Christopher Nguyễn
Andrew Savchenko schrieb: # Chí-Thanh Christopher Nguyễn (29 Aug 2015) # Masked for removal in 30 days. Multiple build failures. Upstream inactive. # (bugs #321017, #581284, #588692, #602786, #649006, #654140) www-plugins/gnash Is there any replacement available? AFAIK no, at least among

[gentoo-dev] Last rites: www-plugins/gnash

2018-08-28 Thread Chí-Thanh Christopher Nguyễn
# Chí-Thanh Christopher Nguyễn (29 Aug 2015) # Masked for removal in 30 days. Multiple build failures. Upstream inactive. # (bugs #321017, #581284, #588692, #602786, #649006, #654140) www-plugins/gnash

Re: [gentoo-dev] Adding USE=udev to linux profiles

2018-07-22 Thread Chí-Thanh Christopher Nguyễn
. Exceptions are meta-packages. If someone wants to have a lean system not just concerning disk space, that would include disabling such code. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] rfc: moving default location of portage tree (was: [gentoo-project] Call for agenda items - Council meeting 2018-07-29)

2018-07-19 Thread Chí-Thanh Christopher Nguyễn
then be a file that is meant to be accessed by users in /var/lib if your proposal is realized. Best regards, Chí-Thanh Christopher Nguyễn

[gentoo-dev] Re: Monthly x11@ project status for June 2018

2018-06-03 Thread Chí-Thanh Christopher Nguyễn
chips (down to 810, though I believe that everything below 830 has been quite broken for years). Of course it is questionable whether there are any such users left at all. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Mailing list moderation and community openness

2018-03-21 Thread Chí-Thanh Christopher Nguyễn
sting, > but it seems silly to blacklist. And how often did it actually happen that blacklisting was evaded on -dev mailing list? Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Mailing list moderation and community openness

2018-03-21 Thread Chí-Thanh Christopher Nguyễn
u dislike mailing list moderation, campaign and/or vote in the next period for candidates who want to reverse this decision. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Mailing list moderation and community openness

2018-03-21 Thread Chí-Thanh Christopher Nguyễn
o micro-manage Infra here. Best regards, Chí-Thanh Christopher Nguyễn

[gentoo-dev] Re: [gentoo-project] rfc: council members and appeals

2018-02-13 Thread Chí-Thanh Christopher Nguyễn
tic it gets. Best regards, Chí-Thanh Christopher Nguyễn

[gentoo-dev] Re: [gentoo-project] rfc: council members and appeals

2018-02-13 Thread Chí-Thanh Christopher Nguyễn
on the authenticity of evidence, identify potential misconduct, etc.) that they themselves used to build the case against the reprimanded? Best regards, Chí-Thanh Christopher Nguyễn

[gentoo-dev] Re: [gentoo-project] rfc: council members and appeals

2018-02-13 Thread Chí-Thanh Christopher Nguyễn
et/universe, forums, and wiki. Council, QA and Comrel are effectively the governing bodies of Gentoo, enacting and/or enforcing project-wide policy on their own accord. The others that you mention have only direct power in a very limited area. Best regards, Chí-Thanh Christopher Nguyễn

[gentoo-dev] Package up for grabs: games-engines/love

2018-02-01 Thread Chí-Thanh Christopher Nguyễn
Hi all! Due to lack of time, I have to drop maintainership of games-engines/love. There is some user interest in this package, and a version bump is needed (bug 640802). Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Upcoming posting restrictions on the gentoo-dev mailing list

2018-01-11 Thread Chí-Thanh Christopher Nguyễn
carefully who in their next Council election manifesto plans to lift this restriction again. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] LINGUAS to be removed from USE_EXPAND

2017-12-30 Thread Chí-Thanh Christopher Nguyễn
n_ in the ebuild, but repoman complains about pt_BR. It should be l10n_pt-BR. LINGUAS used POSIX locales which define _ as separator between language and territory, while L10N uses BCP 47 which defines - as separator. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Re: repo/gentoo:master commit in: dev-libs/libunibreak/

2017-12-14 Thread Chí-Thanh Christopher Nguyễn
could alternatively have used a pkgmove from liblinebreak to libunibreak, then do the bump. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Re: repo/gentoo:master commit in: dev-libs/libunibreak/

2017-12-14 Thread Chí-Thanh Christopher Nguyễn
-day prior notice + p.mask which is required before removing a package. But even that it is not bad, just fix that mistake. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Manifest2 hashes, take n+1-th: 3 hashes for the tie-breaker case

2017-10-24 Thread Chí-Thanh Christopher Nguyễn
with portage, but not an inevitable consequence of having 3 hash functions in the Manifest. Portage could be made to check only one or two of them (even by default), giving the tie-breaking ability to those who need it, and speeding up things for those who don't. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Manifest2 hashes, take n+1-th

2017-10-20 Thread Chí-Thanh Christopher Nguyễn
Michał Górny schrieb: > to: > > manifest-hashes = SHA512 SHA3_512 +1 Just wondering about the performance argument on weak systems: Does Portage absolutely have to check all of the hashes or can it be configured by the user to check only a subset of them? Best regards, Chí-Thanh Ch

Re: [gentoo-dev] last rites: app-text/acroread

2017-06-09 Thread Chí-Thanh Christopher Nguyễn
unsupported by most other PDF readers on Linux. Alternatively you can use Wine to run the Windows version. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [RFC] New global USE flag: unwind

2017-05-18 Thread Chí-Thanh Christopher Nguyễn
As there were no further comments or objections, I added to profiles/use.desc unwind - Add support for call stack unwinding and function name resolution https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62064cb2ac36c7443bd9dcd46019b9816c5ef9e Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [RFC] New global USE flag: unwind

2017-05-11 Thread Chí-Thanh Christopher Nguyễn
Michał Górny schrieb: On czw, 2017-05-11 at 11:29 +0200, Chí-Thanh Christopher Nguyễn wrote: Suggested description: Add support for stack traces and function name resolution via sys-libs/libunwind Maybe skip the library name. Note that there's also llvm-libunwind, and some packages m

[gentoo-dev] [RFC] New global USE flag: unwind

2017-05-11 Thread Chí-Thanh Christopher Nguyễn
issue that package's flag could be renamed to "libunwind" as sys-libs/libcxx et al. currently use. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [RFC] News item: GCC 6 defaults to USE="pie ssp"

2017-05-10 Thread Chí-Thanh Christopher Nguyễn
uce a pie/nopie variant. Deprecate the nopie profiles once enough packages build successfully (maybe request a tinderbox run?) In the profile depreciation message, point to a document how to migrate to pie. Setting pie default depending on GCC version is not a good idea IMO. Best regards, Chí-Th

Re: [gentoo-dev] Bugzilla package list editing

2017-05-02 Thread Chí-Thanh Christopher Nguyễn
package atoms (which is the legacy syntax). Bug 616260 is one such example. Best regards, Chí-Thanh Christopher Nguyễn [1] https://bugs.gentoo.org/page.cgi?id=fields.html

Re: [gentoo-dev] RFC: masking old versions of sys-devel/gcc

2017-04-26 Thread Chí-Thanh Christopher Nguyễn
never do world updates, do I get this right? Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [RFC] New Manifest hashes and how to enable them

2017-04-04 Thread Chí-Thanh Christopher Nguyễn
. manifest-hashes = SHA256 SHA3-256 Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] questions about small fixes/cleanups

2016-09-19 Thread Chí-Thanh Christopher Nguyễn
t/svn/cvs head. If a live ebuild fetches a particular revision, then the disadvantage is still that it can't be mirrored (hence a snapshot is preferable from user POV), but other than that it can be tested fine. Best regards, Chí-Thanh Christopher Nguyễn signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Lastrites: x11-misc/ardesia, app-benchmarks/phoronix-test-suite, www-apache/mod_fastcgi, x11-plugins/prpltwtr, net-misc/bopm, app-admin/389-ds-console,net-nds/389-admin,app-admin/389-

2016-08-30 Thread Chí-Thanh Christopher Nguyễn
present in both packages. Users might better be pointed to the perl script /usr/src/linux/Documentation/dvb/get_dvb_firmware instead. Best regards, Chí-Thanh Christopher Nguyễn signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] [PATCH] versionator.eclass: Add tests for parameter counts

2016-07-24 Thread Chí-Thanh Christopher Nguyễn
Chí-Thanh Christopher Nguyễn schrieb: I don't say it is a correct use of versionator.eclass. I just say it has become (unintentionally) part of the API, and therefore is subject to the rules about changing APIs in eclasses. Actually, after reading those rules[1] again, it would be enou

Re: [gentoo-dev] [PATCH] versionator.eclass: Add tests for parameter counts

2016-07-24 Thread Chí-Thanh Christopher Nguyễn
lly) part of the API, and therefore is subject to the rules about changing APIs in eclasses. I agree that relying on unintentional or undocumented API is bad and needs to be addressed. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [PATCH] versionator.eclass: Add tests for parameter counts

2016-07-24 Thread Chí-Thanh Christopher Nguyễn
Ciaran McCreesh schrieb: On Sun, 24 Jul 2016 10:17:24 +0200 Chí-Thanh Christopher Nguyễn wrote: Then ebuilds will fail just the same No. Before, ebuilds would maybe display an upgrading message when they shouldn't, or vice versa. Now the eclass dies on them. This attitude that invi

Re: [gentoo-dev] [PATCH] versionator.eclass: Add tests for parameter counts

2016-07-24 Thread Chí-Thanh Christopher Nguyễn
maybe display an upgrading message when they shouldn't, or vice versa. Now the eclass dies on them. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [PATCH] versionator.eclass: Add tests for parameter counts

2016-07-23 Thread Chí-Thanh Christopher Nguyễn
multiple versions may be unintentional, but I think you need to introduce a new eclass or new function names in this case. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Signed push & clock drift rejection

2016-07-19 Thread Chí-Thanh Christopher Nguyễn
ither case, until it was decided that 5 seconds is the maximum drift for a push to gentoo.git. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Signed push & clock drift rejection

2016-07-19 Thread Chí-Thanh Christopher Nguyễn
e is only one second, and that is known well ahead (e.g. leap seconds): Unless you know that there isn't going to be a problem, a great deal of care needs to go into handling that. Best regards, Chí-Thanh Christopher Nguyễn signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] the graveyard overlay

2016-07-08 Thread Chí-Thanh Christopher Nguyễn
Rich Freeman schrieb: On Fri, Jul 8, 2016 at 2:22 PM, Chí-Thanh Christopher Nguyễn wrote: I think the point of a graveyard repository is that discovering and extracting deleted ebuilds from git is more cumbersome than from CVS attic. It would be even better if the graveyard repository

Re: [gentoo-dev] the graveyard overlay

2016-07-08 Thread Chí-Thanh Christopher Nguyễn
erlay if they needed them. I think the point of a graveyard repository is that discovering and extracting deleted ebuilds from git is more cumbersome than from CVS attic. It would be even better if the graveyard repository preserved the commit history, but I don't see any easy solution f

Re: [gentoo-dev] RFC: BCP 47 for L10N?

2016-06-10 Thread Chí-Thanh Christopher Nguyễn
ned to resemble POSIX locales, can change at any time without notice and may be different between glibc versions. Also, when it makes mapping L10N to LINGUAS harder, it will discourage people from abusing the latter. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [RFC] Global USE=gui

2016-06-09 Thread Chí-Thanh Christopher Nguyễn
IRED_USE[0]. Best regards, Chí-Thanh Christopher Nguyễn [0] https://devmanual.gentoo.org/general-concepts/use-flags/index.html#conflicting-use-flags signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] The future of the Sunrise project

2016-06-08 Thread Chí-Thanh Christopher Nguyễn
pt that merges them. But of course someone needs to step up and make it happen. [1]:https://wiki.gentoo.org/wiki/Project:Sunrise Until further steps are decided, I'll add a statement that the project is inactive and refer people to proxy-maintainers. Best regards, Chí-Thanh Chris

Re: [gentoo-dev] News item: LINGUAS USE_EXPAND renamed to L10N

2016-06-07 Thread Chí-Thanh Christopher Nguyễn
ention or usage of ISO 3166-2 region subdivisions in the context of locale. Can you provide any references for this? As I wrote before, it is not used. But I think it is the only spec-compliant way to marry POSIX locales with Catalan Valencian. BCP-47 does it in a more natural way. Best regar

Re: [gentoo-dev] News item: LINGUAS USE_EXPAND renamed to L10N

2016-06-06 Thread Chí-Thanh Christopher Nguyễn
Ulrich Mueller schrieb: On Mon, 6 Jun 2016, Chí-Thanh Christopher Nguyễn wrote: Ulrich Mueller schrieb: Question related to this, do we take the opportunity to standardise the values? Looks like the vast majority follows language[_territory][@modifier] specified by POSIX [1] but some don&#

Re: [gentoo-dev] News item: LINGUAS USE_EXPAND renamed to L10N

2016-06-06 Thread Chí-Thanh Christopher Nguyễn
gh a quick Google search didn't find any major usage of that either. Best regards, Chí-Thanh Christopher Nguyễn signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] [RFC] New global USE flag: webp

2016-06-04 Thread Chí-Thanh Christopher Nguyễn
ately, indeed, although I believe an elog is more appropriate than ewarn in that case. I vaguely remember that this can be done automatically, through config_protect to create/update a package.use entry. Don't ask me on any details though. ;) Best regards, Chí-Thanh Christop

[gentoo-dev] [RFC] New global USE flag: webp

2016-06-04 Thread Chí-Thanh Christopher Nguyễn
encoding with media-libs/libwebp. www-client/netsurf:webp - WebP image support (media-libs/libwebp) x11-wm/windowmaker:webp - Enables WebP image format support using media-libs/libwebp x11-wm/xpra:webp - Enable webp image format support Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [RFC] Masterplan for solving LINGUAS problems

2016-05-31 Thread Chí-Thanh Christopher Nguyễn
omatically, via config_protect? Also, will there be a transition period where users need to have both variables set? Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] [PATCH 07/17] profiles: Remove unused INPUT_DEVICES

2016-05-26 Thread Chí-Thanh Christopher Nguyễn
Michał Górny schrieb: -none - INPUT_DEVICES setting to build no drivers (useful when using binary drivers) Not sure about this one, I think it was never used nor intended to be ever used. Same for VIDEO_CARDS. Otherwise looks fine to me. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/

2016-05-14 Thread Chí-Thanh Christopher Nguyễn
committing broken things is ok. Best regards, Chí-Thanh Christopher Nguyễn signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Gentoo logo trademark renewal: photographs/usage documentation sought

2016-02-22 Thread Chí-Thanh Christopher Nguyễn
so be appreciated. Here are some pictures from Prague LinuxDays 2015: http://www.root.cz/galerie/linuxdays-2015-nedele/#61 http://www.root.cz/galerie/linuxdays-2015-nedele/#62 http://www.root.cz/galerie/linuxdays-2015-sobota/#54 http://www.root.cz/galerie/linuxdays-2015-sobota/#74 Best regards, Chí-

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-17 Thread Chí-Thanh Christopher Nguyễn
ch already. But do not continue the path of labelling your opponents as stupid and their arguments as FUD, because this is clearly not the case. It really doesn't help your argument, it just makes you look bad. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-17 Thread Chí-Thanh Christopher Nguyễn
e the same codebase. You can no longer build udev without systemd. udev is only a sub-project of systemd now, hence the name "systemd-udevd". Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-17 Thread Chí-Thanh Christopher Nguyễn
-udevd, my statement from today is a more important reason not to use eudev. With the exception that Lennart Poettering is the lead developer of systemd/udev, while such a thing cannot be said about you and eudev. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-16 Thread Chí-Thanh Christopher Nguyễn
with statements about whether udev will only use public and stable API, these concerns could be either dispelled or confirmed. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-16 Thread Chí-Thanh Christopher Nguyễn
ey can certainly not be dismissed as FUD. So, yes, we should definitely switch to semi-maintained, semi-documented fork made plainly of systemd hate. That is a false dichotomy. Apparently in this world there exist only systemd love and systemd hate. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-16 Thread Chí-Thanh Christopher Nguyễn
ritics are correct in pointing out that both the real-world exposure of eudev so far and the size of its development team are too small. Whether it is a good idea to attempt to increase them by making eudev the Gentoo default I don't think I am qualified to answer. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-16 Thread Chí-Thanh Christopher Nguyễn
orking udev. Also given the close relationship between systemd and udev, there is no guarantee that supporting other users of kdbus/bus1 will make udev automagically work. As these two are released together, there is no reason to have a stable, public API between them. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-16 Thread Chí-Thanh Christopher Nguyễn
narrowly avoided once, and upstream leaves no doubt that they are ready to do so once their redesigned kernel message bus goes upstream, I say describing such a move as "definitely premature" is not warranted. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-16 Thread Chí-Thanh Christopher Nguyễn
Sorry about the messed up quoting, somehow enigmail and format=flowed do not work well together.

Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-16 Thread Chí-Thanh Christopher Nguyễn
wakeup call." https://lists.freedesktop.org/archives/systemd-devel/2014-May/019657.html Not sure what about this is FUD. Best regards, Chí-Thanh Christopher Nguyễn

boot loader in @system, was Re: [gentoo-dev] Changing order of default virtual/udev provider

2016-02-09 Thread Chí-Thanh Christopher Nguyễn
27;s EFI stub will function as boot loader. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Gentoostats

2016-01-24 Thread Chí-Thanh Christopher Nguyễn
information visible, and there could be some improvements of course, but it exists. Best regards, Chí-Thanh Christopher Nguyễn signature.asc Description: OpenPGP digital signature

[gentoo-dev] Re: [gentoo-dev-announce] Goodbye Java on ppc32?

2016-01-10 Thread Chí-Thanh Christopher Nguyễn
;t need it, and if it makes life easier for you, I think dropping it is fine. Maybe also post an announcement in the forums. Best regards, Chí-Thanh Christopher Nguyễn

[gentoo-dev] New project: Radio

2016-01-01 Thread Chí-Thanh Christopher Nguyễn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I would like to announce the Radio project. Its purpose is maintaining the packages which are currently in the radio herd. https://wiki.gentoo.org/wiki/Project:Radio Best regards, Chí-Thanh Christopher Nguyễn -BEGIN PGP SIGNATURE

Re: [gentoo-dev] Need clear semantics for packages with binary entities

2015-12-30 Thread Chí-Thanh Christopher Nguyễn
ot; to describe/categorize their builds in that regard. Best regards, Chí-Thanh Christopher Nguyễn -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlaEc1UACgkQ+gvH2voEPRCi6QCeNFoY/NWU0zXqf8B/F2tm1ZaB y7QAni7MdYwoOQHn/1xQd8x2lsB5zc4n =yQrF -END PGP SIGNATURE-

Re: [gentoo-dev] ChangeLog

2015-11-04 Thread Chí-Thanh Christopher Nguyễn
hasufell schrieb: If you want to improve the situation, go talk to git upstream and send patches. Or do what Andrew suggested should happen. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] ChangeLog

2015-11-04 Thread Chí-Thanh Christopher Nguyễn
ecure until a preimage attack is found. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Re: ChangeLog

2015-11-03 Thread Chí-Thanh Christopher Nguyễn
s now several commits (e.g. bump + removal of old version). How much of the rise in commit activity is attributable to actual development increase is not clear to me. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Depending on a range of slots

2015-11-02 Thread Chí-Thanh Christopher Nguyễn
dependency. >>> >> >> Indeed, thanks. >> > > That's an interesting pitfall. I am pretty sure we have this kind of > syntax a lot in the tree. Might make sense to document it. It's ok and works as expected as long as you depend on only one slot. Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] Re: ChangeLog

2015-11-01 Thread Chí-Thanh Christopher Nguyễn
Мисбах-Соловьёв Вадим schrieb: >>> git clone --depth=1 >> Now how can this user display the ChangeLog for >> a certain package? > ``` > git log -- pkg-category/pkg-name/ I think his point was that shallow clones don't have the full log. Best regards, Chí-Thanh Christopher Nguyễn

[gentoo-dev] News Item: Changes in default VIDEO_CARDS (v2)

2015-10-29 Thread Chí-Thanh Christopher Nguyễn
I changed the EAPI 5 dependency atom to EAPI 0 ones. Title: Changes in default VIDEO_CARDS Author: Chí-Thanh Christopher Nguyễn Content-Type: text/plain Posted: 2015-10-30 Revision: 1 News-Item-Format: 1.0 Display-If-Keyword: amd64 Display-If-Keyword: x86 Display-If-Installed: x11-drivers/xf86

Re: [gentoo-dev] News Item: Changes in default VIDEO_CARDS

2015-10-29 Thread Chí-Thanh Christopher Nguyễn
dependency specification according to the given EAPI, and the package manager must ignore it if the EAPI is unsupported (thus will display the news item always, which will also happen with package managers that only support News-Item-Format 1.0). Best regards, Chí-Thanh Christopher Nguyễn

Re: [gentoo-dev] News Item: Changes in default VIDEO_CARDS

2015-10-29 Thread Chí-Thanh Christopher Nguyễn
Ciaran McCreesh schrieb: On Thu, 29 Oct 2015 16:22:40 +0100 Chí-Thanh Christopher Nguyễn wrote: The previous time I wanted to post a news item with USE dependencies, this was not possible because the Display-If-Installed dependency atom had to conform to EAPI 0. But now that all profiles are

[gentoo-dev] News Item: Changes in default VIDEO_CARDS

2015-10-29 Thread Chí-Thanh Christopher Nguyễn
hope. Title: Changes in default VIDEO_CARDS Author: Chí-Thanh Christopher Nguyễn Content-Type: text/plain Posted: 2015-10-30 Revision: 1 News-Item-Format: 1.0 Display-If-Installed: x11-base/xorg-drivers[video_cards_dummy,video_cards_fbdev,video_cards_glint,video_cards_intel,video_cards_mach64

Re: [gentoo-dev] ssl vs openssl vs libressl vs gnutls USE flag foo

2015-10-29 Thread Chí-Thanh Christopher Nguyễn
ND) if they are fine with any of these, but this makes depending on a package which must be built e.g. against libressl and not openssl hard. Best regards, Chí-Thanh Christopher Nguyễn [1] https://archives.gentoo.org/gentoo-dev/message/3fd9df7fdd7ac976b87e4e15587bfa63

Re: [gentoo-dev] newsitem: openrc localmount and netmount changes (third iteration)

2015-10-02 Thread Chí-Thanh Christopher Nguyễn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 William Hubbs schrieb: | Display-If-Installed: <=sys-fs/openrc-0.18 That should be sys-apps/openrc, no? Best regards, Chí-Thanh Christopher Nguy?n -BEGIN PGP SIGNATURE- Version: GnuPG v2.0 iQJ8BAEBCgBmBQJWDs8vXxSAAC4AKGlzc3Vlci1mcHJ

  1   2   3   4   >