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
|
{'description': {'en': 'Split ebuilds for the Sage computer algebra system'},
'feed': ['https://github.com/feeds/cschwan/commits/sage-on-gentoo/master'],
'homepage': 'https://github.com/cschwan/sage-on-gentoo',
'name': 'sage-on-gentoo',
'owner': [{'email': 'frp.bissey@gmail.com',
'name': 'Francois Bissey',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/cschwan/sage-on-gentoo.git'},
{'type': 'git',
'uri': 'https://github.com/cschwan/sage-on-gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync sage-on-gentoo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing sage-on-gentoo
From git://github.com/cschwan/sage-on-gentoo
7e06c70f..3a883336 master -> origin/master
42049842..399988a7 vbraun -> origin/vbraun
Updating 7e06c70f..3a883336
Fast-forward
package.keywords/sage | 2 +-
package.keywords/{sage-8.2 => sage-8.4} | 32 +-
sci-mathematics/sage/Manifest | 6 +-
sci-mathematics/sage/files/cddlib-094h.patch | 29 -
.../sage/files/pbori-boost1.62-hashes.patch | 46 --
sci-mathematics/sage/files/sage-7.4-misc.patch | 19 -
.../sage/files/sage-7.4-qt4_conflict.patch | 13 -
sci-mathematics/sage/files/sage-7.6-jupyter.patch | 509 -----------------
sci-mathematics/sage/files/sage-8.0-libgap.patch | 45 --
sci-mathematics/sage/files/sage-8.0-threejs.patch | 19 -
.../sage/files/sage-8.1-maxima.lisp.patch | 22 -
sci-mathematics/sage/files/sage-8.2-doc_misc.patch | 13 -
sci-mathematics/sage/files/sage-8.2-exec.patch | 621 ---------------------
.../sage/files/sage-8.2-neutering.patch | 449 ---------------
sci-mathematics/sage/files/sage-8.2-ostools.patch | 13 -
sci-mathematics/sage/files/sage-8.2-sources.patch | 76 ---
.../sage/{sage-8.2-r2.ebuild => sage-8.4.ebuild} | 155 +++--
sci-mathematics/sage/sage-9999.ebuild | 7 +-
18 files changed, 91 insertions(+), 1985 deletions(-)
rename package.keywords/{sage-8.2 => sage-8.4} (88%)
delete mode 100644 sci-mathematics/sage/files/cddlib-094h.patch
delete mode 100644 sci-mathematics/sage/files/pbori-boost1.62-hashes.patch
delete mode 100644 sci-mathematics/sage/files/sage-7.4-misc.patch
delete mode 100644 sci-mathematics/sage/files/sage-7.4-qt4_conflict.patch
delete mode 100644 sci-mathematics/sage/files/sage-7.6-jupyter.patch
delete mode 100644 sci-mathematics/sage/files/sage-8.0-libgap.patch
delete mode 100644 sci-mathematics/sage/files/sage-8.0-threejs.patch
delete mode 100644 sci-mathematics/sage/files/sage-8.1-maxima.lisp.patch
delete mode 100644 sci-mathematics/sage/files/sage-8.2-doc_misc.patch
delete mode 100644 sci-mathematics/sage/files/sage-8.2-exec.patch
delete mode 100644 sci-mathematics/sage/files/sage-8.2-neutering.patch
delete mode 100644 sci-mathematics/sage/files/sage-8.2-ostools.patch
delete mode 100644 sci-mathematics/sage/files/sage-8.2-sources.patch
rename sci-mathematics/sage/{sage-8.2-r2.ebuild => sage-8.4.ebuild} (82%)
*** synced sage-on-gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 sage-on-gentoo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|