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
|
{'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
*** syncing sage-on-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 git://github.com/cschwan/sage-on-gentoo
f7eac5b7..663e7a3e master -> origin/master
Updating f7eac5b7..663e7a3e
Fast-forward
package.keywords/sage-9999 | 4 +-
sci-mathematics/plink/Manifest | 1 +
sci-mathematics/plink/metadata.xml | 8 +++
sci-mathematics/plink/plink-2.3.1.ebuild | 25 ++++++++++
sci-mathematics/sage/sage-9999.ebuild | 6 +--
sci-mathematics/snappy/Manifest | 1 +
sci-mathematics/snappy/metadata.xml | 8 +++
sci-mathematics/snappy/snappy-2.8.ebuild | 48 ++++++++++++++++++
sci-mathematics/snappy_manifolds/Manifest | 1 +
sci-mathematics/snappy_manifolds/metadata.xml | 8 +++
.../snappy_manifolds/snappy_manifolds-1.1.2.ebuild | 25 ++++++++++
sci-mathematics/spherogram/Manifest | 1 +
.../spherogram/files/spherogram-1.8.3-unsage.patch | 58 ++++++++++++++++++++++
sci-mathematics/spherogram/metadata.xml | 8 +++
sci-mathematics/spherogram/spherogram-1.8.3.ebuild | 32 ++++++++++++
15 files changed, 229 insertions(+), 5 deletions(-)
create mode 100644 sci-mathematics/plink/Manifest
create mode 100644 sci-mathematics/plink/metadata.xml
create mode 100644 sci-mathematics/plink/plink-2.3.1.ebuild
create mode 100644 sci-mathematics/snappy/Manifest
create mode 100644 sci-mathematics/snappy/metadata.xml
create mode 100644 sci-mathematics/snappy/snappy-2.8.ebuild
create mode 100644 sci-mathematics/snappy_manifolds/Manifest
create mode 100644 sci-mathematics/snappy_manifolds/metadata.xml
create mode 100644 sci-mathematics/snappy_manifolds/snappy_manifolds-1.1.2.ebuild
create mode 100644 sci-mathematics/spherogram/Manifest
create mode 100644 sci-mathematics/spherogram/files/spherogram-1.8.3-unsage.patch
create mode 100644 sci-mathematics/spherogram/metadata.xml
create mode 100644 sci-mathematics/spherogram/spherogram-1.8.3.ebuild
*** 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 32 sage-on-gentoo
* Cache regenerated successfully
|