summaryrefslogtreecommitdiff
blob: 447f63bd9aa57cae821f674962c887049f4b9f0d (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{'description': {'en': 'Official Gentoo ebuild repository'},
 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
 'homepage': 'https://gentoo.org/',
 'name': 'gentoo',
 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
 'quality': 'core',
 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
            {'type': 'git',
             'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
            {'type': 'git',
             'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
 'status': 'official'}
$ pmaint sync gentoo
*** syncing gentoo
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://anongit.gentoo.org/git/repo/gentoo
   fcb82402122..5b6cc80b2ba  master     -> origin/master
Updating fcb82402122..5b6cc80b2ba
Fast-forward
 app-backup/backuppc/backuppc-3.3.1-r5.ebuild       | 197 ---------------------
 app-backup/backuppc/backuppc-3.3.1-r6.ebuild       |   2 +-
 app-backup/reoback/reoback-1.0_p3-r1.ebuild        |  14 +-
 app-benchmarks/dbench/dbench-4.0.ebuild            |  18 +-
 app-benchmarks/ramspeed/ramspeed-3.5.0-r2.ebuild   |  11 +-
 .../WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild     |  15 +-
 app-crypt/crackpkcs12/crackpkcs12-0.2.10.ebuild    |  10 +-
 app-editors/hexedit/hexedit-1.2.13.ebuild          |  14 +-
 app-editors/levee/files/levee-3.4o-darwin.patch    |   4 +-
 app-editors/levee/files/levee-3.5-glibc210.patch   |  25 ++-
 app-editors/levee/files/levee-3.5a-QA.patch        |   5 +-
 app-editors/levee/levee-3.5a.ebuild                |  34 ++--
 app-editors/nedit/nedit-5.6-r1.ebuild              |  75 --------
 app-editors/nedit/nedit-5.6-r2.ebuild              |   4 +-
 dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch       |  10 +-
 dev-libs/libcoyotl/files/3.1.0-gcc-4.7.patch       |   4 +-
 dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild       |  32 ++--
 dev-libs/libevocosm/libevocosm-3.3.1-r1.ebuild     |   4 +-
 .../tvmet/files/tvmet-1.7.2-respect-cxxflags.patch |   5 +-
 dev-libs/tvmet/tvmet-1.7.2-r2.ebuild               |  23 ++-
 ...bdns-1.05-r34.ebuild => djbdns-1.05-r35.ebuild} |   3 +-
 net-dns/djbdns/files/AR-and-RANLIB-support.patch   |  48 +++++
 net-ftp/cmdftp/cmdftp-0.9.8.ebuild                 |  11 +-
 net-misc/htbinit/files/htb.init-v0.8.5_tos.patch   |   4 +-
 net-misc/htbinit/files/htb.init_find_fix.patch     |   4 +-
 .../{htb_0.8.5_esfq.diff => htb_0.8.5_esfq.patch}  |   4 +-
 .../{htb_0.8.5_ipv6.diff => htb_0.8.5_ipv6.patch}  |   4 +-
 net-misc/htbinit/files/prio_rule.patch             |   4 +-
 net-misc/htbinit/files/timecheck_fix.patch         |   4 +-
 net-misc/htbinit/htbinit-0.8.5-r7.ebuild           |  37 ++--
 net-misc/tipcutils/tipcutils-2.0.3.ebuild          |   8 +-
 net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild            |  18 +-
 net-news/rsstool/rsstool-1.0.1_rc2.ebuild          |  23 +--
 net-nntp/newspost/files/CAN-2005-0101.patch        |   4 +-
 .../newspost/files/newspost-2.1.1-glibc-2.10.patch |  20 +--
 net-nntp/newspost/files/newspost-2.1.1-nntp.patch  |   8 +-
 net-nntp/newspost/newspost-2.1.1-r3.ebuild         |  17 +-
 37 files changed, 259 insertions(+), 468 deletions(-)
 delete mode 100644 app-backup/backuppc/backuppc-3.3.1-r5.ebuild
 delete mode 100644 app-editors/nedit/nedit-5.6-r1.ebuild
 rename net-dns/djbdns/{djbdns-1.05-r34.ebuild => djbdns-1.05-r35.ebuild} (97%)
 create mode 100644 net-dns/djbdns/files/AR-and-RANLIB-support.patch
 rename net-misc/htbinit/files/{htb_0.8.5_esfq.diff => htb_0.8.5_esfq.patch} (94%)
 rename net-misc/htbinit/files/{htb_0.8.5_ipv6.diff => htb_0.8.5_ipv6.patch} (97%)
*** synced gentoo
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 gentoo
 * Cache regenerated successfully