summaryrefslogtreecommitdiff
blob: 31599b858f3a5f4fb54b68aba8adf236cde225a8 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{'description': {'en': 'personal overlay of forgotten ebuilds'},
 'feed': ['https://github.com/nabbi/oubliette-overlay/commits/master.atom'],
 'homepage': 'https://github.com/nabbi/oubliette-overlay',
 'name': 'oubliette',
 'owner': [{'email': 'nic@boet.cc', 'name': 'nic', 'type': 'person'}],
 'quality': 'experimental',
 'source': [{'type': 'git',
             'uri': 'https://github.com/nabbi/oubliette-overlay.git'},
            {'type': 'git',
             'uri': 'git+ssh://git@github.com/nabbi/oubliette-overlay.git'}],
 'status': 'unofficial'}
$ pmaint sync oubliette
*** syncing oubliette
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

From https://github.com/nabbi/oubliette-overlay
   9b71779..6feb967  master     -> origin/master
Updating 9b71779..6feb967
Fast-forward
 sys-devel/distcc/Manifest                          |  12 ++
 sys-devel/distcc/distcc-3.3.5.ebuild               | 180 +++++++++++++++++++
 sys-devel/distcc/files/distcc-3.0-xinetd.patch     |  15 ++
 sys-devel/distcc/files/distcc-3.2_rc1-socks5.patch | 191 +++++++++++++++++++++
 .../files/distcc-3.3.5-no-rewrite-chost.patch      |  28 +++
 sys-devel/distcc/files/distcc-config               | 180 +++++++++++++++++++
 sys-devel/distcc/files/distcc-hardened.patch       |  24 +++
 sys-devel/distcc/files/distccd.confd               |  42 +++++
 sys-devel/distcc/files/distccd.initd               |  15 ++
 sys-devel/distcc/files/distccd.service-1           |  10 ++
 sys-devel/distcc/files/distccd.service.conf        |   6 +
 sys-devel/distcc/metadata.xml                      |  15 ++
 12 files changed, 718 insertions(+)
 create mode 100644 sys-devel/distcc/Manifest
 create mode 100644 sys-devel/distcc/distcc-3.3.5.ebuild
 create mode 100644 sys-devel/distcc/files/distcc-3.0-xinetd.patch
 create mode 100644 sys-devel/distcc/files/distcc-3.2_rc1-socks5.patch
 create mode 100644 sys-devel/distcc/files/distcc-3.3.5-no-rewrite-chost.patch
 create mode 100644 sys-devel/distcc/files/distcc-config
 create mode 100644 sys-devel/distcc/files/distcc-hardened.patch
 create mode 100644 sys-devel/distcc/files/distccd.confd
 create mode 100644 sys-devel/distcc/files/distccd.initd
 create mode 100644 sys-devel/distcc/files/distccd.service-1
 create mode 100644 sys-devel/distcc/files/distccd.service.conf
 create mode 100644 sys-devel/distcc/metadata.xml
*** synced oubliette
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 oubliette
 * Cache regenerated successfully