ZeRoX Overlay
In this repo I maintain my private gentoo overlay, some apps that I use are here.
gentoo-ebuilds-maintenance
My private Gentoo overlay.
-
Cloning this repository:
git clone git://gitorious.org/gentoo-ebuilds-maintenance/gentoo-ebuilds-maintenance.git gentoo-ebuilds-maintenance cd gentoo-ebuilds-maintenance
Add this repository as a remote to an existing local repository:
git remote add gentoo-ebuilds-maintenance git://gitorious.org/gentoo-ebuilds-maintenance/gentoo-ebuilds-maintenance.git git fetch gentoo-ebuilds-maintenance git checkout -b my-local-tracking-branch gentoo-ebuilds-maintenance/master_or_other_branch
ruby-ebuilds
My Ruby ebuilds.
-
Cloning this repository:
git clone git://gitorious.org/gentoo-ebuilds-maintenance/ruby-ebuilds.git ruby-ebuilds cd ruby-ebuilds
Add this repository as a remote to an existing local repository:
git remote add ruby-ebuilds git://gitorious.org/gentoo-ebuilds-maintenance/ruby-ebuilds.git git fetch ruby-ebuilds git checkout -b my-local-tracking-branch ruby-ebuilds/master_or_other_branch


