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 | pkgcore 0.12.8
|
15 |
|
16 | $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
|
17 | *** syncing gentoo
|
18 | From https://anongit.gentoo.org/git/repo/gentoo
|
19 | 57ed3f4e626..8d468da5808 master -> origin/master
|
20 | Updating 57ed3f4e626..8d468da5808
|
21 | Fast-forward
|
22 | dev-lang/clips/Manifest | 1 +
|
23 | dev-lang/clips/clips-6.40.ebuild | 33 +++++++++
|
24 | dev-lang/clips/files/makefile.patch | 33 +++++++++
|
25 | dev-lang/clips/metadata.xml | 18 +++++
|
26 | dev-lang/clipsjni/Manifest | 1 +
|
27 | dev-lang/clipsjni/clipsjni-6.40.ebuild | 79 ++++++++++++++++++++++
|
28 | .../clipsjni/files/library-src_makefile.lnx.patch | 34 ++++++++++
|
29 | dev-lang/clipsjni/files/makefile.lnx.patch | 61 +++++++++++++++++
|
30 | dev-lang/clipsjni/metadata.xml | 19 ++++++
|
31 | 9 files changed, 279 insertions(+)
|
32 | create mode 100644 dev-lang/clips/Manifest
|
33 | create mode 100644 dev-lang/clips/clips-6.40.ebuild
|
34 | create mode 100644 dev-lang/clips/files/makefile.patch
|
35 | create mode 100644 dev-lang/clips/metadata.xml
|
36 | create mode 100644 dev-lang/clipsjni/Manifest
|
37 | create mode 100644 dev-lang/clipsjni/clipsjni-6.40.ebuild
|
38 | create mode 100644 dev-lang/clipsjni/files/library-src_makefile.lnx.patch
|
39 | create mode 100644 dev-lang/clipsjni/files/makefile.lnx.patch
|
40 | create mode 100644 dev-lang/clipsjni/metadata.xml
|
41 | *** synced gentoo
|
42 | * Sync succeeded
|
43 | $ git log --format=%ci -1
|
44 | $ git show -q --pretty=format:%G? HEAD
|
45 | $ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 gentoo
|
46 | * Cache regenerated successfully
|