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
|
{'description': {'en': 'Sabayon ebuilds that could be upstreamed to\n'
' Gentoo (or just being useful for Gentoo users as '
'well):\n'
' hot fixes, ebuild updates, etc.\n'
' For Sabayon-only ebuilds, please use the '
'sabayon-distro overlay.\n'
' Bugs to http://bugs.sabayon.org'},
'feed': ['https://github.com/feeds/Sabayon/commits/for-gentoo/master'],
'homepage': 'http://sabayon.org',
'name': 'sabayon',
'owner': [{'email': 'slawomir.nizio@sabayon.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://github.com/Sabayon/for-gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync sabayon
From git://github.com/Sabayon/for-gentoo
d8551d36e..10c481869 master -> origin/master
Updating d8551d36e..10c481869
Fast-forward
sci-mathematics/octave/Manifest | 4 +
...le-getcwd-path-max-test-as-it-is-too-slow.patch | 11 ++
.../octave/files/octave-4.2.0-imagemagick.patch | 139 +++++++++++++++
.../octave/files/octave-4.2.0-pkgbuilddir.patch | 41 +++++
.../octave/files/octave-4.2.0-texi.patch | 11 ++
.../files/octave-4.2.0-zlib-underlinking.patch | 10 ++
.../octave-4.2.2-fix-qscintilla-detection.patch | 14 ++
.../files/octave-4.2.2-imagemagick-configure.patch | 16 ++
.../files/octave-4.2.2-ncurses-pkgconfig.patch | 37 ++++
.../files/octave-4.4.0-imagemagick-configure.patch | 16 ++
.../octave/files/octave-4.4.0-imagemagick.patch | 22 +++
.../octave/files/octave-4.4.0-qt-5.11.patch | 10 ++
.../octave/files/octave-4.4.0-texi.patch | 11 ++
.../octave/files/octave-5.1.0-pkgbuilddir.patch | 43 +++++
sci-mathematics/octave/metadata.xml | 18 ++
sci-mathematics/octave/octave-4.2.2.ebuild | 191 ++++++++++++++++++++
sci-mathematics/octave/octave-4.4.0.ebuild | 195 ++++++++++++++++++++
sci-mathematics/octave/octave-4.4.1.ebuild | 196 +++++++++++++++++++++
sci-mathematics/octave/octave-5.1.0.ebuild | 192 ++++++++++++++++++++
19 files changed, 1177 insertions(+)
create mode 100644 sci-mathematics/octave/Manifest
create mode 100644 sci-mathematics/octave/files/octave-4.2.0-disable-getcwd-path-max-test-as-it-is-too-slow.patch
create mode 100644 sci-mathematics/octave/files/octave-4.2.0-imagemagick.patch
create mode 100644 sci-mathematics/octave/files/octave-4.2.0-pkgbuilddir.patch
create mode 100644 sci-mathematics/octave/files/octave-4.2.0-texi.patch
create mode 100644 sci-mathematics/octave/files/octave-4.2.0-zlib-underlinking.patch
create mode 100644 sci-mathematics/octave/files/octave-4.2.2-fix-qscintilla-detection.patch
create mode 100644 sci-mathematics/octave/files/octave-4.2.2-imagemagick-configure.patch
create mode 100644 sci-mathematics/octave/files/octave-4.2.2-ncurses-pkgconfig.patch
create mode 100644 sci-mathematics/octave/files/octave-4.4.0-imagemagick-configure.patch
create mode 100644 sci-mathematics/octave/files/octave-4.4.0-imagemagick.patch
create mode 100644 sci-mathematics/octave/files/octave-4.4.0-qt-5.11.patch
create mode 100644 sci-mathematics/octave/files/octave-4.4.0-texi.patch
create mode 100644 sci-mathematics/octave/files/octave-5.1.0-pkgbuilddir.patch
create mode 100644 sci-mathematics/octave/metadata.xml
create mode 100644 sci-mathematics/octave/octave-4.2.2.ebuild
create mode 100644 sci-mathematics/octave/octave-4.4.0.ebuild
create mode 100644 sci-mathematics/octave/octave-4.4.1.ebuild
create mode 100644 sci-mathematics/octave/octave-5.1.0.ebuild
*** syncing sabayon
*** synced sabayon
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 sabayon
* Cache regenerated successfully
|