README 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Hi! Currently bleeding-edge mc-9999.ebuild (git)
  2. hosts on repo.or.cz in overlay format:
  3. git://repo.or.cz/slyfox-gentoo.git
  4. In order to use it you need to perform some steps:
  5. 1. fetch overlay somewhere:
  6. $ cd ~/portage/
  7. $ git clone git://repo.or.cz/slyfox-gentoo.git
  8. 2. add overlay to your PM:
  9. * portage:
  10. $ cat /etc/make.conf | grep PORTDIR_OVERLAY
  11. PORTDIR_OVERLAY="/home/slyfox/portage/slyfox-gentoo"
  12. * paludis:
  13. $ cat /etc/paludis/repositories/slyfox-gentoo.conf
  14. location = ${ROOT}/home/slyfox/portage/slyfox-gentoo
  15. master_repository = gentoo
  16. format = ebuild
  17. 3. unmask unkeyworded ebuild:
  18. * portage:
  19. $ ACCEPT_KEYWORDS="~amd64 **" emerge -pv mc
  20. or
  21. $ cat /etc/portage/package.keywords | grep app-misc/mc
  22. =app-misc/mc-9999 ~amd64 **
  23. * paludis:
  24. $ cat /etc/paludis/keywords.conf.d/mc.conf
  25. =app-misc/mc-9999::slyfox-gentoo ~amd64 *
  26. 4. install ebuild the way you usually do it
  27. 5. update an overlay time to time:
  28. $ cd ~/portage/slyfox-gentoo
  29. $ git pull
  30. Bugs/feature requests/patches are welcome: http://midnight-commander.org/
  31. Have fun!