Go to file
Kahrl 7918c328aa Remove poppler package (outdated EAPI) 2017-06-09 15:16:52 +02:00
app-admin/eselect-net app-admin/eselect-net: Renumbering versions (caution, this is a 2011-07-23 14:17:49 +02:00
app-text/similarity-tester Remove poppler package (outdated EAPI) 2017-06-09 15:16:52 +02:00
app-vim/vim-latex app-vim/vim-latex/1.8.23.20130116-r1: bump revision 2014-04-02 14:34:03 +02:00
games-misc/minetest-c55 games-misc/minetest-c55-0.3.1.ebuild: Version bump. 2011-11-20 18:31:29 +01:00
media-sound Make tonegen accept floating point arguments. Revision bump. 2011-09-23 04:54:05 +02:00
metadata ugh 2013-10-18 15:37:21 +02:00
net-misc/killcx net-misc/killcx: cleanup SRC_URI 2011-08-02 23:20:31 +02:00
patches Add vim-latex-disable-some-shortcuts.patch 2014-04-02 14:49:17 +02:00
profiles added repo_name and similarity-tester 2011-06-16 21:08:29 +02:00
sys-apps/genalyze sys-apps/genalyze: please the repoman gods 2011-08-03 15:44:44 +02:00
README README sentence cleaned up 2011-06-17 22:00:38 +02:00

README

This is my personal Gentoo Portage overlay.

Everything in here is highly experimental. I reserve the right to break
your systems and/or change the ebuilds in any way at any time. I also
reverse the right to do absolutely nothing. Anyway, if you're using
third-party ebuilds written by some dude on the internet and don't read
them before installing, don't blame me if something breaks :-)

May contain traces of nuts, gluten, simian, or milk.


To install, emerge layman and add the following text to
/var/lib/layman/my-list.xml (or wherever you have configured the
list of additional repositories to be; if it already exists, only
add the part between <repo></repo>, inclusive):

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
  <repo quality="experimental" status="unofficial">
    <name><![CDATA[kahrl]]></name>
    <description><![CDATA[kahrl's experimental overlay]]></description>
    <homepage>http://github.com/kahrl/overlay/tree/master</homepage>
    <owner>
      <email>kahrl@gmx.net</email>
      <name><![CDATA[Kahrl]]></name>
    </owner>
    <source type="git">git://github.com/kahrl/overlay.git</source>
    <feed>http://github.com/feeds/kahrl/commits/overlay/master</feed>
  </repo>
</repositories>

Once you've done that, change layman's overlays setting and add
/var/lib/layman/my-list.xml to your /etc/layman/layman.cfg, like this:
overlays  : http://www.gentoo.org/proj/en/overlays/repositories.xml
            file:///var/lib/layman/my-list.xml

Then layman -a kahrl should take care of adding the overlay.