Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] eix search for packages NOT licensed by EULA
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
fusion809
n00b
n00b


Joined: 15 Oct 2015
Posts: 71

PostPosted: Thu Apr 20, 2017 1:22 pm    Post subject: [SOLVED] eix search for packages NOT licensed by EULA Reply with quote

Hi,

I would like to search for packages in the games-rpg category that are NOT licensed under a proprietary EULA. I have tried to with eix (and yes I have read the man page and the eix --help output) using:

Code:

eix -Cc games-rpg -L --not "EULA"


and

Code:

eix -Cc "games-rpg" -L "[ -! "EULA" ]"


neither worked and they returned the same output as:

Code:

eix -Cc "games-rpg"


These two efforts to write an eix search for what I wanted were based on this line of the eix --help output:

Code:

EXPRESSION ::= [ --not | -! ] BRACE_OR_TEST |
               EXPRESSION [ --and | -a ] EXPRESSION |
               EXPRESSION [ --or  | -o ] EXPRESSION |


Any ideas how to get a search that will return what I want?

Thanks for your time,
Brenton
_________________
Open-source advocate with an inquisitive disposition


Last edited by fusion809 on Thu Apr 20, 2017 3:56 pm; edited 1 time in total
Back to top
View user's profile Send private message
fusion809
n00b
n00b


Joined: 15 Oct 2015
Posts: 71

PostPosted: Thu Apr 20, 2017 3:56 pm    Post subject: Reply with quote

Never mind I found the solution myself it is:

Code:

eix -Cc "games-rpg" --not -L "EULA"

_________________
Open-source advocate with an inquisitive disposition
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum