Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to check overlays for a project
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
LuxJux
Guru
Guru


Joined: 01 Mar 2016
Posts: 497
Location: Germany/Berlin

PostPosted: Wed May 12, 2021 11:39 am    Post subject: How to check overlays for a project Reply with quote

This is Game of Life 3d

google did not find any ebuild. But maybe it is in some overlay.
Is it possible to check all the overlays at once ( after layman --sync-all ) ?


Code:

emerge -av life

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "life".

emerge: searching for similar names...
emerge: Maybe you meant any of these: dev-lang/lfe, x11-plugins/wmlife, media-plugins/live?


localhost /home/luxjux # eix life
* games-misc/gtklife
     Available versions:  ~5.2
     Homepage:            http://ironphoenix.org/tril/gtklife/
     Description:         A Conway's Life simulator for Unix

[I] games-misc/lucidlife
     Available versions:  (~)0.9.2-r1
     Installed versions:  0.9.2-r1(09:27:12 05/12/21)
     Homepage:            https://wiki.gentoo.org/wiki/No_homepage
     Description:         A Conway's Life simulator written in GTK+2 - fork from Gtklife

* net-news/liferea
     Available versions:  1.12.7-r1 1.12.9 {PYTHON_SINGLE_TARGET="python3_7 python3_8 python3_9"}
     Homepage:            https://lzone.de/liferea/
     Description:         News Aggregator for RDF/RSS/CDF/Atom/Echo feeds

[I] x11-plugins/wmlife
     Available versions:  (~)1.0.1-r1
     Installed versions:  1.0.1-r1(09:21:36 05/12/21)
     Homepage:            http://www.improbability.net/#wmlife
     Description:         dockapp running Conway's Game of Life (and program launcher)

Found 4 matches


But if there had happend thet finding an ebuild ?
Creating a 'user/portage/myownoverlay' and copy the ebuild....and then ?
I'm lost within the forrest aka OverlayGentooWiki

But the higher question is how to search the overlays
_________________
After emerge always reboot
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30991
Location: here

PostPosted: Wed May 12, 2021 11:57 am    Post subject: Reply with quote

eix can search in overlay if you have pulled it in your system or with layman or with eselect repository.
You can check if an ebuild exists in a overlay with site http://gpo.zugaina.org/.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
LuxJux
Guru
Guru


Joined: 01 Mar 2016
Posts: 497
Location: Germany/Berlin

PostPosted: Fri May 14, 2021 6:57 pm    Post subject: Reply with quote

Many thanks for the link.
------------------------

Code:
luxlux@localhost ~ $ su
Password:
localhost /home/luxlux # cd Documents/gol3d/
localhost /home/luxlux/Documents/gol3d # ls
COPYING  Makefile  README  build  docs  gol3d.pro  gol3d_logo.png  src
localhost /home/luxlux/Documents/gol3d # make
/usr/lib64/qt5/bin/qmake -o Makefile gol3d.pro
g++ -c -pipe -O2 -D_REENTRANT -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc -I/usr/include/qt5 -I/usr/include/qt5/QtOpenGL -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild/moc -Ibuild/ui -I/usr/lib64/qt5/mkspecs/linux-g++ -o build/about.o src/about.cpp
In file included from src/about.cpp:20:
src/about.h:23:10: fatal error: QtGui/QDialog: No such file or directory
   23 | #include <QtGui/QDialog>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:483: build/about.o] Error 1
localhost /home/luxlux/Documents/gol3d #


Documantation 3.2 QT
Quote:
GUI Bibliothek QT(4.4.*) [2]


It seems that QT 4.4 is not supported anymore.
Code:
ocalhost /home/luxjux/Documents/gol3d # eix qt4
No matches found
localhost /home/luxjux/Documents/gol3d #


Pouetchess seems also to be a nice project.
_________________
After emerge always reboot
Back to top
View user's profile Send private message
LuxJux
Guru
Guru


Joined: 01 Mar 2016
Posts: 497
Location: Germany/Berlin

PostPosted: Mon May 17, 2021 11:56 am    Post subject: Reply with quote

After learning fishing a gentoo....ok, a fish....no, it's a penguin
There is some need something to do.

Shoud opening a new thread will be a good idea ? QT4.4
_________________
After emerge always reboot
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