aboutsummaryrefslogtreecommitdiff
blob: 0d55e4d00164eb2c2392b8eea57dffc279580eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Yoreek ebuild repository
============================================

Introduction
------------

This personal repository contains ebuilds and fixes for packages that
i'm interested in.


Using repository with newer portage
-----------------------------------

A package manager with git repository support can be used for sync.
Portage version 2.2.16 and later supports git sync.

The `repos.conf` entry for repository sync may look like the following:

    [yoreek]
    location = /usr/local/portage/yoreek
    sync-type = git
    sync-uri = https://github.com/gentoo-mirror/yoreek.git
    auto-sync = true

Please note that if you use existing repository location, you *need to
remove the existing repository first*.


Using repository with layman
----------------------------

With layman repository must be added first using command:

    layman -a yoreek

Synchronization can be done with command:

    layman -s yoreek