Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: /
Date: Sat, 02 Jan 2016 22:27:50
Message-Id: 1451767554.3aebacf088f7d3390ca173c4234819a6b2988c14.np-hardass@gentoo
1 commit: 3aebacf088f7d3390ca173c4234819a6b2988c14
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 20:45:54 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 20:45:54 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3aebacf0
7
8 Add sample repos.conf and layman files for make easier to add repo
9
10 layman.xml | 16 ++++++++++++++++
11 repos.conf | 13 +++++++++++++
12 2 files changed, 29 insertions(+)
13
14 diff --git a/layman.xml b/layman.xml
15 new file mode 100644
16 index 0000000..3dad7ac
17 --- /dev/null
18 +++ b/layman.xml
19 @@ -0,0 +1,16 @@
20 +<?xml version="1.0" ?>
21 +<repositories version="1.0">
22 + <repo quality="experimental" status="official">
23 + <name>gentoo-mate</name>
24 + <description lang="en">Gentoo MATE Desktop Project Repo</description>
25 + <homepage>https://wiki.gentoo.org/wiki/Project:MATE</homepage>
26 + <owner type="project">
27 + <email>mate@g.o</email>
28 + <name>MATE Desktop Project</name>
29 + </owner>
30 + <source type="git">git://anongit.gentoo.org/proj/gentoo-mate.git</source>
31 + <source type="git">https://anongit.gentoo.org/git/proj/gentoo-mate.git</source>
32 + <source type="git">git+ssh://git@××××××××××.org/proj/gentoo-mate.git</source>
33 + <feed>https://cgit.gentoo.org/proj/gentoo-mate.git/atom/</feed>
34 + </repo>
35 +</repositories>
36
37 diff --git a/repos.conf b/repos.conf
38 new file mode 100644
39 index 0000000..9a4ac69
40 --- /dev/null
41 +++ b/repos.conf
42 @@ -0,0 +1,13 @@
43 +# This is a sample repos.conf entry for the gentoo-mate repository.
44 +# To use this file, copy it /etc/portage/repos.conf/gentoo-mate.conf and
45 +# edit the location entry to a location of your choosing.
46 +# For more information about this repository and the associated project,
47 +# please go to https://wiki.gentoo.org/wiki/Project:MATE
48 +
49 +[gentoo-mate]
50 +location = /var/db/repos/gentoo-mate
51 +sync-type = git
52 +sync-depth = 0
53 +sync-uri = https://anongit.gentoo.org/git/proj/gentoo-mate.git
54 +auto-sync = yes
55 +masters = gentoo