commit 41368c6356ceca92173eab6b6eea8c1fa5fb08f5 Author: nemunaire Date: Sun Jun 28 12:08:10 2015 +0200 Initialize new overlay diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cd6337 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +Nemunaire Gentoo Overlay +======================== + +This overlay includes ebuilds for the following packages: + +* FIXME + +Usage with Layman +----------------- + +``` +$ wget "https://raw.githubusercontent.com/nemunaire/gentoo-overlay/master/overlays.xml" -O /etc/layman/overlays/nemunaire.xml +$ layman -f -a odroidc1 +``` + +Usage with Portage +------------------ + +``` +mkdir /usr/local/portage +git clone git://github.com:nemunaire/gentoo-overlay.git /usr/local/portage +echo 'PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/"' >> /etc/portage/make.conf +``` diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..d43e61c --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1 @@ +masters = gentoo diff --git a/overlays.xml b/overlays.xml new file mode 100644 index 0000000..7ce9808 --- /dev/null +++ b/overlays.xml @@ -0,0 +1,16 @@ + + + + nemunaire + Nemunaire personal Overlay + https://github.com/nemunaire/gentoo-overlay + + nemunaire@nemunai.re + nemunaire + + https://github.com/nemunaire/gentoo-overlay.git + git://github.com:nemunaire/gentoo-overlay.git + git@github.com:nemunaire/gentoo-overlay.git + git://git.nemunai.re:overlays/nemunaire.git + +