1 | {'description': {'en': 'Official Gentoo ebuild repository'},
|
2 | 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
|
3 | 'homepage': 'https://gentoo.org/',
|
4 | 'name': 'gentoo',
|
5 | 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
|
6 | 'quality': 'core',
|
7 | 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
|
8 | {'type': 'git',
|
9 | 'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
|
10 | {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
|
11 | {'type': 'git',
|
12 | 'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
|
13 | 'status': 'official'}
|
14 | $ pmaint sync gentoo
|
15 | warning: Pulling without specifying how to reconcile divergent branches is
|
16 | discouraged. You can squelch this message by running one of the following
|
17 | commands sometime before your next pull:
|
18 |
|
19 | git config pull.rebase false # merge (the default strategy)
|
20 | git config pull.rebase true # rebase
|
21 | git config pull.ff only # fast-forward only
|
22 |
|
23 | You can replace "git config" with "git config --global" to set a default
|
24 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
25 | or --ff-only on the command line to override the configured default per
|
26 | invocation.
|
27 |
|
28 | From https://anongit.gentoo.org/git/repo/gentoo
|
29 | 3b87ab5cf64..1ed3362659c master -> origin/master
|
30 | Updating 3b87ab5cf64..1ed3362659c
|
31 | Fast-forward
|
32 | app-crypt/p11-kit/Manifest | 1 +
|
33 | app-crypt/p11-kit/p11-kit-0.23.21.ebuild | 60 +++++++++++
|
34 | app-text/pandoc/Manifest | 6 --
|
35 | .../pandoc/files/pandoc-1.15.0.6-no-https.patch | 12 ---
|
36 | app-text/pandoc/metadata.xml | 5 -
|
37 | app-text/pandoc/pandoc-1.12.4.2-r1.ebuild | 82 ---------------
|
38 | app-text/pandoc/pandoc-1.13.2.1.ebuild | 100 ------------------
|
39 | app-text/pandoc/pandoc-1.14.0.4.ebuild | 97 -----------------
|
40 | app-text/pandoc/pandoc-1.15.0.6.ebuild | 96 -----------------
|
41 | app-text/pandoc/pandoc-1.18.ebuild | 93 -----------------
|
42 | app-text/pandoc/pandoc-1.19.2.1-r1.ebuild | 93 -----------------
|
43 | app-text/pandoc/pandoc-1.19.2.1.ebuild | 85 ---------------
|
44 | .../binary-instances-1.0.0.1.ebuild | 2 +
|
45 | dev-haskell/pandoc-citeproc/Manifest | 8 --
|
46 | .../files/pandoc-citeproc-0.6-ghc-7.10.patch | 115 ---------------------
|
47 | .../files/pandoc-citeproc-0.9-no-binutils.patch | 26 -----
|
48 | dev-haskell/pandoc-citeproc/metadata.xml | 42 +++-----
|
49 | .../pandoc-citeproc/pandoc-citeproc-0.1.2.1.ebuild | 64 ------------
|
50 | .../pandoc-citeproc-0.10.4.1.ebuild | 63 -----------
|
51 | .../pandoc-citeproc/pandoc-citeproc-0.10.4.ebuild | 63 -----------
|
52 | .../pandoc-citeproc/pandoc-citeproc-0.2.ebuild | 62 -----------
|
53 | .../pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild | 76 --------------
|
54 | .../pandoc-citeproc/pandoc-citeproc-0.6.ebuild | 63 -----------
|
55 | .../pandoc-citeproc/pandoc-citeproc-0.7.2.ebuild | 63 -----------
|
56 | .../pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild | 65 ------------
|
57 | dev-haskell/unicode-transforms/Manifest | 3 +-
|
58 | .../unicode-transforms-0.2.1.ebuild | 37 -------
|
59 | ....3.6.ebuild => unicode-transforms-0.3.7.ebuild} | 10 +-
|
60 | dev-haskell/yaml/Manifest | 7 +-
|
61 | dev-haskell/yaml/metadata.xml | 2 -
|
62 | .../{yaml-0.11.2.0.ebuild => yaml-0.11.5.0.ebuild} | 2 +-
|
63 | dev-haskell/yaml/yaml-0.8.10.1.ebuild | 47 ---------
|
64 | dev-haskell/yaml/yaml-0.8.15.2.ebuild | 48 ---------
|
65 | dev-haskell/yaml/yaml-0.8.17.1.ebuild | 51 ---------
|
66 | dev-haskell/yaml/yaml-0.8.20.ebuild | 51 ---------
|
67 | dev-haskell/yaml/yaml-0.8.21.2.ebuild | 51 ---------
|
68 | dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild | 2 +-
|
69 | .../spidermonkey-52.9.1_pre1-r2.ebuild | 2 +-
|
70 | .../ExtUtils-LibBuilder-0.80.0-r1.ebuild | 39 +++++++
|
71 | x11-themes/numix-icon-theme-circle/Manifest | 1 +
|
72 | .../numix-icon-theme-circle-20.07.11.ebuild | 27 +++++
|
73 | x11-themes/papirus-icon-theme/Manifest | 1 +
|
74 | .../papirus-icon-theme-20200801.ebuild | 26 +++++
|
75 | 43 files changed, 183 insertions(+), 1666 deletions(-)
|
76 | create mode 100644 app-crypt/p11-kit/p11-kit-0.23.21.ebuild
|
77 | delete mode 100644 app-text/pandoc/files/pandoc-1.15.0.6-no-https.patch
|
78 | delete mode 100644 app-text/pandoc/pandoc-1.12.4.2-r1.ebuild
|
79 | delete mode 100644 app-text/pandoc/pandoc-1.13.2.1.ebuild
|
80 | delete mode 100644 app-text/pandoc/pandoc-1.14.0.4.ebuild
|
81 | delete mode 100644 app-text/pandoc/pandoc-1.15.0.6.ebuild
|
82 | delete mode 100644 app-text/pandoc/pandoc-1.18.ebuild
|
83 | delete mode 100644 app-text/pandoc/pandoc-1.19.2.1-r1.ebuild
|
84 | delete mode 100644 app-text/pandoc/pandoc-1.19.2.1.ebuild
|
85 | delete mode 100644 dev-haskell/pandoc-citeproc/files/pandoc-citeproc-0.6-ghc-7.10.patch
|
86 | delete mode 100644 dev-haskell/pandoc-citeproc/files/pandoc-citeproc-0.9-no-binutils.patch
|
87 | delete mode 100644 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.1.2.1.ebuild
|
88 | delete mode 100644 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.10.4.1.ebuild
|
89 | delete mode 100644 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.10.4.ebuild
|
90 | delete mode 100644 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.2.ebuild
|
91 | delete mode 100644 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild
|
92 | delete mode 100644 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild
|
93 | delete mode 100644 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.7.2.ebuild
|
94 | delete mode 100644 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild
|
95 | delete mode 100644 dev-haskell/unicode-transforms/unicode-transforms-0.2.1.ebuild
|
96 | rename dev-haskell/unicode-transforms/{unicode-transforms-0.3.6.ebuild => unicode-transforms-0.3.7.ebuild} (72%)
|
97 | rename dev-haskell/yaml/{yaml-0.11.2.0.ebuild => yaml-0.11.5.0.ebuild} (97%)
|
98 | delete mode 100644 dev-haskell/yaml/yaml-0.8.10.1.ebuild
|
99 | delete mode 100644 dev-haskell/yaml/yaml-0.8.15.2.ebuild
|
100 | delete mode 100644 dev-haskell/yaml/yaml-0.8.17.1.ebuild
|
101 | delete mode 100644 dev-haskell/yaml/yaml-0.8.20.ebuild
|
102 | delete mode 100644 dev-haskell/yaml/yaml-0.8.21.2.ebuild
|
103 | create mode 100644 dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0-r1.ebuild
|
104 | create mode 100644 x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.07.11.ebuild
|
105 | create mode 100644 x11-themes/papirus-icon-theme/papirus-icon-theme-20200801.ebuild
|
106 | *** syncing gentoo
|
107 | *** synced gentoo
|
108 | * Sync succeeded
|
109 | $ git log --format=%ci -1
|
110 | $ git show -q --pretty=format:%G? HEAD
|
111 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
|
112 | * Cache regenerated successfully
|