diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-09-05 19:05:10 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-09-05 19:05:10 +0000 |
commit | 01abefeb9430b0e6955ab2270fd6d8c237da20e0 (patch) | |
tree | 968fa8b28477d80580485a40b04134499005aed4 /nest.txt | |
parent | 2020-09-05T18:30:01Z (diff) | |
download | repos-01abefeb9430b0e6955ab2270fd6d8c237da20e0.tar.gz repos-01abefeb9430b0e6955ab2270fd6d8c237da20e0.tar.bz2 repos-01abefeb9430b0e6955ab2270fd6d8c237da20e0.zip |
2020-09-05T19:00:01Z
Diffstat (limited to 'nest.txt')
-rw-r--r-- | nest.txt | 35 |
1 files changed, 34 insertions, 1 deletions
@@ -25,7 +25,40 @@ 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. -Already up to date. +From https://github.com/SpiderX/portage-overlay + b07c41f..4d1e54b master -> origin/master +Updating b07c41f..4d1e54b +Fast-forward + README.md | 3 +- + net-ftp/weex/Manifest | 2 + + net-ftp/weex/files/strlib.c | 395 +++++++++++++++++++++ + net-ftp/weex/files/strlib.h | 42 +++ + net-ftp/weex/files/weex-2.8.2-Makefile.am.patch | 8 + + net-ftp/weex/files/weex-2.8.2-configure.in.patch | 36 ++ + net-ftp/weex/files/weex-2.8.2-po-fr.po.patch | 11 + + .../weex/files/weex-2.8.2-src-Makefile.am.patch | 10 + + net-ftp/weex/files/weex-2.8.3-configure.in.patch | 27 ++ + net-ftp/weex/files/weex-9999-configure.in.patch | 20 ++ + net-ftp/weex/files/weex-9999-src-Makefile.am.patch | 9 + + net-ftp/weex/metadata.xml | 21 ++ + net-ftp/weex/weex-2.8.2.ebuild | 38 ++ + net-ftp/weex/weex-2.8.3.ebuild | 38 ++ + net-ftp/weex/weex-9999.ebuild | 45 +++ + 15 files changed, 704 insertions(+), 1 deletion(-) + create mode 100644 net-ftp/weex/Manifest + create mode 100644 net-ftp/weex/files/strlib.c + create mode 100644 net-ftp/weex/files/strlib.h + create mode 100644 net-ftp/weex/files/weex-2.8.2-Makefile.am.patch + create mode 100644 net-ftp/weex/files/weex-2.8.2-configure.in.patch + create mode 100644 net-ftp/weex/files/weex-2.8.2-po-fr.po.patch + create mode 100644 net-ftp/weex/files/weex-2.8.2-src-Makefile.am.patch + create mode 100644 net-ftp/weex/files/weex-2.8.3-configure.in.patch + create mode 100644 net-ftp/weex/files/weex-9999-configure.in.patch + create mode 100644 net-ftp/weex/files/weex-9999-src-Makefile.am.patch + create mode 100644 net-ftp/weex/metadata.xml + create mode 100644 net-ftp/weex/weex-2.8.2.ebuild + create mode 100644 net-ftp/weex/weex-2.8.3.ebuild + create mode 100644 net-ftp/weex/weex-9999.ebuild *** syncing nest *** synced nest * Sync succeeded |