Re: [gentoo-user] Youtube-dl and file time stamps.

2020-07-15 Thread Dale
Simon Thelen wrote: > [2020-07-15 17:30] Dale >> Howdy, > Hi, > >> I'm not sure what causes this because it doesn't always do this.  When I >> use youtube-dl to download videos, it sometimes uses the current date and >> time for the time stamp.  I like that because I can sort by date and see >>

Re: [gentoo-user] Youtube-dl and file time stamps.

2020-07-15 Thread Simon Thelen
[2020-07-15 17:30] Dale >Howdy, Hi, >I'm not sure what causes this because it doesn't always do this.  When I >use youtube-dl to download videos, it sometimes uses the current date and >time for the time stamp.  I like that because I can sort by date and see >new videos.  On some sites tho it

[gentoo-user] Youtube-dl and file time stamps.

2020-07-15 Thread Dale
Howdy, I'm not sure what causes this because it doesn't always do this.  When I use youtube-dl to download videos, it sometimes uses the current date and time for the time stamp.  I like that because I can sort by date and see new videos.  On some sites tho it seems to use the time stamp of the

Solved: [gentoo-user] ebuild is trying to download a tarball instead of using git

2020-07-15 Thread Jack
On 2020.07.14 17:05, Jack wrote: I want to try some changes to an ebuild in the dotnet overlay. So, I copied /var/lib/layman/dotnet/dev-lang/mono/mono-.ebuild into /usr/local/portage/dev-lang/mono. I cd into that directory, and run "ebuild mono-.ebuild manifest" and it fails

[gentoo-user] Sakaki's RPI doesn't auto connect to wifi after update

2020-07-15 Thread n952162
Before updating (but after initial installation), my RPI4 always came up wifi-connected.  Now, my wifi will connect immediately if I click on it with the mouse, but I run headless.  It seems it's using NetworkManager (although rc-status marks that in yellow as "inactive"), and I'm unfamiliar with

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread Ashley Dixon
On Wed, Jul 15, 2020 at 07:52:27PM +0200, David Haller wrote: > dev-python/rarfile/rarfile-3.1.ebuild > RDEPEND="compressed? ( || ( app-arch/unrar app-arch/rar ) )" > This USE-flag strikes me as slightly nondescript: $ ash-euses rarfile:compressed dev-python/rarfile:compressed -

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread David Haller
Hello, On Wed, 15 Jul 2020, Matt Connell (Gmail) wrote: >It seems that in order to un-rar something in a fully free-software- >compatible way, I believe options are limited to using a programming >language library. dev-python/rarfile is available under the ISC >license, which is listed as GPL

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread Matt Connell (Gmail)
On Wed, 2020-07-15 at 17:14 +0100, Ashley Dixon wrote: > This forces the "unRAR" LICENSE on p7zip Good point. It should be noted that app-arch/unrar (suggested elsewhere in the thread) and some other packages for working with rar achives also require accepting this license. It seems that in

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread Ashley Dixon
On Wed, Jul 15, 2020 at 09:29:03AM -0500, Matt Connell (Gmail) wrote: > On Wed, 2020-07-15 at 12:13 +0200, n952162 wrote: > > Is there an open-source way to view the contents of a rar archive? > > The p7zip package, if compiled with the "rar" USE flag, can handle > this, in case you have it

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread Matt Connell (Gmail)
On Wed, 2020-07-15 at 12:13 +0200, n952162 wrote: > Is there an open-source way to view the contents of a rar archive? The p7zip package, if compiled with the "rar" USE flag, can handle this, in case you have it already.

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread Rich Freeman
On Wed, Jul 15, 2020 at 4:06 AM Neil Bothwick wrote: > > As Andreas mentioned, the LICENSE setting is probably a more reliable way > of excluding such packages. By only allowing open source licences you > prevent the installation of proprietary binary packages. You can still > install the *-bin

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread Neil Bothwick
On Wed, 15 Jul 2020 12:13:44 +0200, n952162 wrote: > Is there an open-source way to view the contents of a rar archive? app-arch/unrar -- Neil Bothwick Hospitality: making your guests feel like they're at home, even if you wish they were. pgpkfH9jgNB0Z.pgp Description: OpenPGP digital

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread n952162
On 07/15/20 07:01, Andreas Fink wrote: ... Searching for -bin does not help to find binary only packages. Two more examples, which are binary only: zoom, skypeforlinux Searching for -bin mostly (if not always) implies that there would be a possibility to compile it from source. In my

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread n952162
On 07/15/20 01:46, Ashley Dixon wrote: On Tue, Jul 14, 2020 at 11:24:31PM +0200, n952162 wrote: binary packages: how to: 1. find out if a package is binary before you install it (e.g. where on app-arch/rar does it say it's a binary package) RAR is an unusual case, with both the "mirror"

Re: [gentoo-user] binary packages: how to ...

2020-07-15 Thread Neil Bothwick
On Wed, 15 Jul 2020 00:46:58 +0100, Ashley Dixon wrote: > > 1. find out if a package is binary before you install it (e.g. where > > on app-arch/rar does it say it's a binary package) > > RAR is an unusual case, with both the "mirror" and "bindist" flags set > in the RESTRICT variable