Skip to content

axs-gentoo/titanofold-gentoo-x86

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TitanOfOld's Gentoo Developer Overlay

This is where I do my testing before moving packages into Gentoo's main Portage tree.

While I offer no guarantees, the master branch should be Portage ready.

Layman

You can use Layman to access this overlay via Portage. Be sure Layman is built with the git use flag enabled.

root # emerge --ask app-portage/layman

Create /etc/layman/overlays/titanofold-dev-overlay.xml with the following content:

<?xml version="1.0" ?>

<repositories version="1.0">
  <repo priority="50" quality="experimental" status="unofficial">
    <name>titanofold</name>
    <description>Postgres Experimental, unlimited.</description>
    <homepage>http://github.com/titanofold/</homepage>
    <owner>
      <email>[email protected]</email>
    </owner>
    <source type="git">git://github.com/titanofold/titanofold-gentoo-x86.git</source>
  </repo>
</repositories>

Then have Layman add it:

root # layman -a titanofold-dev-overlay

About

Gentoo Developer Overlay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.2%
  • Roff 4.8%