commit: 3aebacf088f7d3390ca173c4234819a6b2988c14 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Sat Jan 2 20:45:54 2016 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org> CommitDate: Sat Jan 2 20:45:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3aebacf0
Add sample repos.conf and layman files for make easier to add repo layman.xml | 16 ++++++++++++++++ repos.conf | 13 +++++++++++++ 2 files changed, 29 insertions(+) diff --git a/layman.xml b/layman.xml new file mode 100644 index 0000000..3dad7ac --- /dev/null +++ b/layman.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" ?> +<repositories version="1.0"> + <repo quality="experimental" status="official"> + <name>gentoo-mate</name> + <description lang="en">Gentoo MATE Desktop Project Repo</description> + <homepage>https://wiki.gentoo.org/wiki/Project:MATE</homepage> + <owner type="project"> + <email>[email protected]</email> + <name>MATE Desktop Project</name> + </owner> + <source type="git">git://anongit.gentoo.org/proj/gentoo-mate.git</source> + <source type="git">https://anongit.gentoo.org/git/proj/gentoo-mate.git</source> + <source type="git">git+ssh://[email protected]/proj/gentoo-mate.git</source> + <feed>https://cgit.gentoo.org/proj/gentoo-mate.git/atom/</feed> + </repo> +</repositories> diff --git a/repos.conf b/repos.conf new file mode 100644 index 0000000..9a4ac69 --- /dev/null +++ b/repos.conf @@ -0,0 +1,13 @@ +# This is a sample repos.conf entry for the gentoo-mate repository. +# To use this file, copy it /etc/portage/repos.conf/gentoo-mate.conf and +# edit the location entry to a location of your choosing. +# For more information about this repository and the associated project, +# please go to https://wiki.gentoo.org/wiki/Project:MATE + +[gentoo-mate] +location = /var/db/repos/gentoo-mate +sync-type = git +sync-depth = 0 +sync-uri = https://anongit.gentoo.org/git/proj/gentoo-mate.git +auto-sync = yes +masters = gentoo
