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

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

2020-07-14 Thread Andreas Fink
On Wed, 15 Jul 2020 00:46:58 +0100 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

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

2020-07-14 Thread Ashley Dixon
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" and "bindist" flags set in the

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

2020-07-14 Thread n952162
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) 2. inhibit their installation 3. get a list of the ones installed on a system Any ideas about that are appreciated.