Initial simplex-desktop package based off deb package
This commit is contained in:
commit
2f90cfb176
442 changed files with 20288 additions and 0 deletions
92
README.md
Normal file
92
README.md
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
# gentoo_overlay
|
||||
|
||||
|
||||
|
||||
## Getting started
|
||||
|
||||
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
||||
|
||||
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
||||
|
||||
## Add your files
|
||||
|
||||
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
||||
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
||||
|
||||
```
|
||||
cd existing_repo
|
||||
git remote add origin https://gitgud.io/TheK0tYaRa/gentoo_overlay.git
|
||||
git branch -M master
|
||||
git push -uf origin master
|
||||
```
|
||||
|
||||
## Integrate with your tools
|
||||
|
||||
- [ ] [Set up project integrations](https://gitgud.io/TheK0tYaRa/gentoo_overlay/-/settings/integrations)
|
||||
|
||||
## Collaborate with your team
|
||||
|
||||
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
||||
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
||||
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
||||
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
||||
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
||||
|
||||
## Test and Deploy
|
||||
|
||||
Use the built-in continuous integration in GitLab.
|
||||
|
||||
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
||||
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
||||
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
||||
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
||||
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
||||
|
||||
***
|
||||
|
||||
# Editing this README
|
||||
|
||||
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
||||
|
||||
## Suggestions for a good README
|
||||
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
||||
|
||||
## Name
|
||||
Choose a self-explaining name for your project.
|
||||
|
||||
## Description
|
||||
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
||||
|
||||
## Badges
|
||||
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
||||
|
||||
## Visuals
|
||||
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
||||
|
||||
## Installation
|
||||
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
||||
|
||||
## Usage
|
||||
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
||||
|
||||
## Support
|
||||
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
||||
|
||||
## Roadmap
|
||||
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
||||
|
||||
## Contributing
|
||||
State if you are open to contributions and what your requirements are for accepting them.
|
||||
|
||||
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
||||
|
||||
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
||||
|
||||
## Authors and acknowledgment
|
||||
Show your appreciation to those who have contributed to the project.
|
||||
|
||||
## License
|
||||
For open source projects, say how it is licensed.
|
||||
|
||||
## Project status
|
||||
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
||||
4
app-admin/opensnitch/Manifest
Normal file
4
app-admin/opensnitch/Manifest
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DIST opensnitch-1.5.2.tar.gz 995296 BLAKE2B aab54c00de55c42aebbae23fd0cb7befdc87c633153c9ae4a4b6535587e2ccd3436343cdd121e76118d3c17ec23778fb80e5d973dcd8b296b2f1986cc2dc1e6f SHA512 77ad266dd3531f576e2b10aff5bcfa724c4e7b90d8b9deb01d7bdf24c728f32c9a7d16eaa91954177a3717fbebc8b1524cf975ae899c2d703ccaba4ac4b86c19
|
||||
DIST opensnitch_amd64.o 10728 BLAKE2B 398f97a9136c8909955dc0ee2f258d2940b915fbd9142e97540813c977bb67cceb2cfc80df248512bc974960d0936c18c55496c1fd17e3176681560a52518047 SHA512 167b1913c0da8597079bee71063a084724b8326b3587ca91b7b72116ae8e998dae8871976fcb7b98135868ffe274d5d332dbacd53a0e47fb5510122b875674af
|
||||
DIST opensnitch_arm64.o 10384 BLAKE2B 6439a1d29af9e44794aeb5a6a07ed0556f3cfd5afb6e1bdf8002b058acaae0909b362697bf32f60553ce42853e573d24f272712e215c08af2b677d513cbfff37 SHA512 298ee7aea9b70c206b5d12ada016b21a05fb0ee65001e24bf3bf949dcb9308fde83fff8e281df761354ebdcfc3ff9672ec0000a19e1f285b61228cb4eeba0700
|
||||
DIST opensnitch_i386.o 10368 BLAKE2B 15b4abd5da8c2ab29f91b2fdefe6ee095dde09d1dcb3180339ba8ab567e29400e77598f1f969c7a4e9b23140564807c237d52b5601d84e2733b658fa9ccd1aaa SHA512 a8e493f4f62e706d0499fa92777ebd8339c925b1622a75595971ee53a3d73b653749a053c3c43bb4a0dc7b6baaed45442d458626c3731bcbc97af069e2b7b160
|
||||
1
app-admin/opensnitch/files/opensnitch-ui
Normal file
1
app-admin/opensnitch/files/opensnitch-ui
Normal file
|
|
@ -0,0 +1 @@
|
|||
opensnitch-ui --socket unix:///tmp/osui.sock &
|
||||
12
app-admin/opensnitch/files/opensnitch.initd
Normal file
12
app-admin/opensnitch/files/opensnitch.initd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
description="Desktop application firewall"
|
||||
command="/usr/bin/opensnitchd"
|
||||
command_args=" -rules-path /etc/opensnitchd/rules -ui-socket unix:///tmp/osui.sock -cpu-profile /tmp/cpu.profile -mem-profile /tmp/mem.profile"
|
||||
start_stop_daemon_args="--quiet"
|
||||
pidfile="/run/opensnitchd.pid"
|
||||
command_background=true
|
||||
|
||||
# vim: set ft=gentoo-init-d ts=4 :
|
||||
13
app-admin/opensnitch/files/systemd.patch
Normal file
13
app-admin/opensnitch/files/systemd.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/daemon/opensnitchd.service b/daemon/opensnitchd.service
|
||||
index 014e79e..8a81d0e 100644
|
||||
--- a/daemon/opensnitchd.service
|
||||
+++ b/daemon/opensnitchd.service
|
||||
@@ -8,7 +8,7 @@ After=network.target
|
||||
Type=simple
|
||||
PermissionsStartOnly=true
|
||||
ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
|
||||
-ExecStart=/usr/local/bin/opensnitchd -rules-path /etc/opensnitchd/rules
|
||||
+ExecStart=/usr/bin/opensnitchd -rules-path /etc/opensnitchd/rules -ui-socket unix:///tmp/osui.sock -cpu-profile /tmp/cpu.profile -mem-profile /tmp/mem.profile
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
126
app-admin/opensnitch/opensnitch-1.5.2-r1.ebuild
Normal file
126
app-admin/opensnitch/opensnitch-1.5.2-r1.ebuild
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
inherit distutils-r1 linux-info systemd
|
||||
|
||||
# copy from daemon/go.mod
|
||||
# old: go mod vendor && grep "# g" ./vendor/modules.txt | sort
|
||||
#github.com/google/nftables use the latest version
|
||||
EGO_PN="github.com/evilsocket/opensnitch"
|
||||
EGO_VENDOR=(
|
||||
"github.com/evilsocket/ftrace v1.2.0"
|
||||
"github.com/fsnotify/fsnotify v1.5.1"
|
||||
"github.com/golang/protobuf v1.5.2"
|
||||
"github.com/google/gopacket v1.1.19"
|
||||
"github.com/google/nftables 950e408d48c671ccd9f4997a4b6eb95db21365d6"
|
||||
"github.com/iovisor/gobpf v0.2.0"
|
||||
"github.com/vishvananda/netlink v1.1.0"
|
||||
"github.com/vishvananda/netns 50045581ed74"
|
||||
"golang.org/x/net 27dd8689420f github.com/golang/net"
|
||||
"golang.org/x/sync 036812b2e83c github.com/golang/sync"
|
||||
"golang.org/x/sys 4e6760a101f9 github.com/golang/sys"
|
||||
"golang.org/x/text v0.3.7 github.com/golang/text"
|
||||
"google.golang.org/grpc v1.32.0 github.com/grpc/grpc-go"
|
||||
|
||||
"google.golang.org/protobuf v1.27.1 github.com/protocolbuffers/protobuf-go"
|
||||
"google.golang.org/genproto 325a89244dc8 github.com/googleapis/go-genproto"
|
||||
"github.com/mdlayher/netlink v1.6.0"
|
||||
"github.com/josharian/native v1.0.0"
|
||||
"github.com/mdlayher/socket v0.2.2"
|
||||
)
|
||||
|
||||
inherit go-module # golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="Desktop application firewall"
|
||||
HOMEPAGE="https://github.com/evilsocket/opensnitch"
|
||||
|
||||
SRC_URI="https://github.com/evilsocket/opensnitch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${EGO_VENDOR_URI}
|
||||
amd64? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_amd64.o )
|
||||
x86? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_i386.o )
|
||||
arm64? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_arm64.o )
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="systemd"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# dev-go/go-text:=
|
||||
DEPEND=">=dev-lang/go-1.13
|
||||
net-libs/libnetfilter_queue
|
||||
dev-go/go-protobuf
|
||||
dev-go/protoc-gen-go-grpc
|
||||
dev-python/grpcio-tools[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="
|
||||
# dev-python/grpcio-tools[${PYTHON_USEDEP}]
|
||||
dev-python/python-slugify[${PYTHON_USEDEP}]
|
||||
dev-python/pyinotify[${PYTHON_USEDEP}]
|
||||
dev-python/PyQt5[sql,${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
RESTRICT="test"
|
||||
#https://github.com/evilsocket/opensnitch/issues/712
|
||||
QA_PREBUILT="etc/opensnitchd/opensnitch.o"
|
||||
|
||||
#KPROBES* required by ebpf
|
||||
CONFIG_CHECK="NETFILTER_XT_MATCH_CONNTRACK CGROUP_BPF BPF BPF_SYSCALL BPF_EVENTS KPROBES KPROBE_EVENTS"
|
||||
|
||||
pkg_pretend() {
|
||||
linux-info_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
rm -r src/${EGO_PN}/ui/tests
|
||||
emake -C src/${EGO_PN} protocol
|
||||
cd src/${EGO_PN}/ui
|
||||
pyrcc5 -o opensnitch/resources_rc.py opensnitch/res/resources.qrc
|
||||
sed -i 's/^import ui_pb2/from . import ui_pb2/' opensnitch/ui_pb2*
|
||||
use systemd && cd "${WORKDIR}/${P}/src/${EGO_PN}" && eapply "${FILESDIR}/systemd.patch"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go build -v -work -x -ldflags="-s -w" "${EGO_PN}/daemon" || die
|
||||
|
||||
pushd src/${EGO_PN}/ui >/dev/null || die
|
||||
distutils-r1_src_compile
|
||||
popd >/dev/null || die
|
||||
}
|
||||
|
||||
src_install(){
|
||||
newbin daemon opensnitchd
|
||||
|
||||
pushd src/${EGO_PN}/ui >/dev/null || die
|
||||
distutils-r1_src_install
|
||||
popd >/dev/null || die
|
||||
|
||||
pushd src/${EGO_PN}/daemon >/dev/null || die
|
||||
insinto /etc/opensnitchd/rules
|
||||
insinto /etc/opensnitchd/
|
||||
doins default-config.json
|
||||
doins system-fw.json
|
||||
|
||||
if use amd64; then
|
||||
newins "${DISTDIR}"/opensnitch_amd64.o opensnitch.o
|
||||
elif use arm64; then
|
||||
newins "${DISTDIR}"/opensnitch_arm64.o opensnitch.o
|
||||
elif use x86; then
|
||||
newins "${DISTDIR}"/opensnitch_i386.o opensnitch.o
|
||||
fi
|
||||
popd >/dev/null || die
|
||||
|
||||
if use systemd; then
|
||||
pushd src/${EGO_PN}/daemon >/dev/null || die
|
||||
systemd_dounit opensnitchd.service
|
||||
popd >/dev/null || die
|
||||
else
|
||||
newinitd "${FILESDIR}"/opensnitch.initd ${PN}
|
||||
fi
|
||||
}
|
||||
1
app-arch/peazip/Manifest
Normal file
1
app-arch/peazip/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST peazip-8.9.0.tar.gz 5596386 BLAKE2B e12b077e52e49270a2933c2b918be54c3b9d3376ddeabde7873bad2442b93c44dcb0e6bd0427aa6e66ebe43c567d5a229ae06bd3185f7a869e575b69e8018116 SHA512 17f4c350f90412150dcdbffbc59b703ab9669190b09bd64601e939477f20be88f539a252cf467cda25eaf421cc7e0d52e90ff10e76683de95dfd1e9d1b5d46b4
|
||||
110
app-arch/peazip/peazip-8.9.0.ebuild
Normal file
110
app-arch/peazip/peazip-8.9.0.ebuild
Normal file
|
|
@ -0,0 +1,110 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
# inherit lists eclasses to inherit functions from. For example, an ebuild
|
||||
# that needs the eautoreconf function from autotools.eclass won't work
|
||||
# without the following line:
|
||||
#inherit autotools
|
||||
#
|
||||
# Eclasses tend to list descriptions of how to use their functions properly.
|
||||
# Take a look at the eclass/ directory for more examples.
|
||||
|
||||
# Short one-line description of this package.
|
||||
DESCRIPTION="Cross-platform file and archive manager"
|
||||
|
||||
# Homepage, not used by Portage directly but handy for developer reference
|
||||
HOMEPAGE="https://github.com/peazip/PeaZip"
|
||||
|
||||
# Point to any required sources; these will be automatically downloaded by
|
||||
# Portage.
|
||||
SRC_URI="https://github.com/peazip/PeaZip/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
# https://github.com/peazip/PeaZip/archive/refs/tags/8.9.0.tar.gz
|
||||
|
||||
# Source directory; the dir where the sources can be found (automatically
|
||||
# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}
|
||||
# If you don't need to change it, leave the S= line out of the ebuild
|
||||
# to keep it tidy.
|
||||
#S="${WORKDIR}/${P}"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# Comprehensive list of any and all USE flags leveraged in the ebuild,
|
||||
# with some exceptions, e.g., ARCH specific flags like "amd64" or "ppc".
|
||||
# Not needed if the ebuild doesn't use any USE flags.
|
||||
IUSE=""
|
||||
|
||||
# A space delimited list of portage features to restrict. man 5 ebuild
|
||||
# for details. Usually not needed.
|
||||
#RESTRICT="strip"
|
||||
|
||||
# Run-time dependencies. Must be defined to whatever this depends on to run.
|
||||
# Example:
|
||||
# ssl? ( >=dev-libs/openssl-1.0.2q:0= )
|
||||
# >=dev-lang/perl-5.24.3-r1
|
||||
# It is advisable to use the >= syntax show above, to reflect what you
|
||||
# had installed on your system when you tested the package. Then
|
||||
# other users hopefully won't be caught without the right version of
|
||||
# a dependency.
|
||||
RDEPEND="
|
||||
|
||||
"
|
||||
|
||||
# Build-time dependencies that need to be binary compatible with the system
|
||||
# being built (CHOST). These include libraries that we link against.
|
||||
# The below is valid if the same run-time depends are required to compile.
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# Build-time dependencies that are executed during the emerge process, and
|
||||
# only need to be present in the native build system (CBUILD). Example:
|
||||
BDEPEND="
|
||||
dev-lang/lazarus
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
mv $(ls) ${P}
|
||||
}
|
||||
|
||||
# The following src_configure function is implemented as default by portage, so
|
||||
# you only need to call it if you need a different behaviour.
|
||||
#src_configure() {
|
||||
# Most open-source packages use GNU autoconf for configuration.
|
||||
# The default, quickest (and preferred) way of running configure is:
|
||||
#econf
|
||||
#
|
||||
# You could use something similar to the following lines to
|
||||
# configure your package before compilation. The "|| die" portion
|
||||
# at the end will stop the build process if the command fails.
|
||||
# You should use this at the end of critical commands in the build
|
||||
# process. (Hint: Most commands are critical, that is, the build
|
||||
# process should abort if they aren't successful.)
|
||||
#./configure \
|
||||
# --host=${CHOST} \
|
||||
# --prefix=/usr \
|
||||
# --infodir=/usr/share/info \
|
||||
# --mandir=/usr/share/man || die
|
||||
# Note the use of --infodir and --mandir, above. This is to make
|
||||
# this package FHS 2.2-compliant. For more information, see
|
||||
# https://wiki.linuxfoundation.org/lsb/fhs
|
||||
#}
|
||||
|
||||
# The following src_compile function is implemented as default by portage, so
|
||||
# you only need to call it, if you need different behaviour.
|
||||
src_compile() {
|
||||
cd peazip-sources/dev
|
||||
lazbuild --lazarusdir=/usr/share/lazarus project_peach.lpi
|
||||
}
|
||||
|
||||
# The following src_install function is implemented as default by portage, so
|
||||
# you only need to call it, if you need different behaviour.
|
||||
src_install() {
|
||||
mkdir -p "${D}/bin"
|
||||
install "${S}/peazip-sources/dev/peazip" "${D}/bin"
|
||||
}
|
||||
5
app-arch/rpm/Manifest
Normal file
5
app-arch/rpm/Manifest
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
AUX rpm-4.17.0-libdir.patch 855 BLAKE2B 81a2daf0577c8dc3feac190764125da7a616e24ccdd38c3715c3c68f7fc831cf2662e629f23ed88f7d133961a40ac7f63acd6c7f52e99f17abe53442b2a5f14e SHA512 68d884cf9d57d89138ee7d6882869b0560aa9cd3dc82b837c47732f2d0248b42fbdafbbcc1f3f04322cd750744d97e4512491fb0591eb0622b2a5d1918391c46
|
||||
AUX rpm-4.8.1-db-path.patch 628 BLAKE2B 69ac0d4541c4d6e74fd716529c4cfd482432d400f84f39775bd585931e786acf45ab7a1da617f0214dcba90c78511ca22fc556896ae1963ec9160787fdaab902 SHA512 12539bbeda99d261890d50304945c7f022681ca0a283c70f17a6b1f188e9e24e9ce05b71d541ed6d951f94576b5183c49c4db784d5016d075a859c1e4dcb9005
|
||||
DIST rpm-4.18.0.tar.bz2 6600013 BLAKE2B 127c3b1427884d04c3db4fc73eb73a978a58241bc740620e3e46c7557d99833092866b5d9c8b4fdf72cd106668d9e5f5cb8c4b918decf1513a82d10258975116 SHA512 c218b811c0c2db368a2919f60742904a4a5abf09dc20804d649eb42f1853d1c21d121086d6014cd210b2040643c37b5d86b53052958cf702ae2e54fe65f1c0ec
|
||||
EBUILD rpm-4.18.0.ebuild 4096 BLAKE2B 9ce1197f0342c2ec6765f3ca1825a076a7138204935c8f54e4dd4280104e8fcf4ef273942661431142e96fb8d89f09e45b209a6a36dc413292e4d1ec6dd00fab SHA512 223e0f10ac31a1f6d3888dc00ff32b720b5df587adb38727a3980a6d6d5c872816f5a380dd67f4186e74b4c3bb409d1abd461d526b77cc905c9b5428850099d6
|
||||
MISC metadata.xml 260 BLAKE2B 00f83151d62c157bea18101b36007f01e6da9d16d438671c37b929b1e19cfc202f379816a1b0d9e3faea99c44a43f97a5d43100266c683487dabba09f1378eea SHA512 d6fc386bd5be91d5dff3d7aa514f4d72e7301a47f888db95573d72505ee86987ae6412fdd8aec82842c006abe831d99f6178b1ac78a04a7dbf9e5bce1d249cb7
|
||||
32
app-arch/rpm/files/rpm-4.17.0-libdir.patch
Normal file
32
app-arch/rpm/files/rpm-4.17.0-libdir.patch
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -865,13 +865,7 @@ AC_ARG_WITH([rundir],
|
||||
AC_DEFINE_UNQUOTED([RUNDIR],["${RUNDIR}"],[run-time variable directory])
|
||||
AC_SUBST(RUNDIR)
|
||||
|
||||
-if test X"$prefix" = XNONE ; then
|
||||
- usrprefix="$ac_default_prefix"
|
||||
-else
|
||||
- usrprefix=$prefix
|
||||
-fi
|
||||
-
|
||||
-RPMCONFIGDIR="`echo ${usrprefix}/lib/rpm`"
|
||||
+RPMCONFIGDIR="`echo ${libexecdir}/rpm/`"
|
||||
AC_SUBST(RPMCONFIGDIR)
|
||||
|
||||
AC_SUBST(OBJDUMP)
|
||||
--- a/rpm.am
|
||||
+++ b/rpm.am
|
||||
@@ -1,10 +1,10 @@
|
||||
# Internal binaries
|
||||
## HACK: It probably should be $(libexecdir)/rpm or $(libdir)/rpm
|
||||
-rpmlibexecdir = $(prefix)/lib/rpm
|
||||
+rpmlibexecdir = $(pkglibexecdir)
|
||||
|
||||
# Host independent config files
|
||||
## HACK: it probably should be $(datadir)/rpm
|
||||
-rpmconfigdir = $(prefix)/lib/rpm
|
||||
+rpmconfigdir = $(pkglibexecdir)
|
||||
|
||||
# Libtool version (current-revision-age) for all our libraries
|
||||
rpm_version_info = 11:0:2
|
||||
26
app-arch/rpm/files/rpm-4.8.1-db-path.patch
Normal file
26
app-arch/rpm/files/rpm-4.8.1-db-path.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 587cfa7..498abfb 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -177,7 +177,7 @@ EXTRA_DIST += rpmpopt.in
|
||||
|
||||
usrsrcdir = $(prefix)/src
|
||||
|
||||
-rpmvardir = $(localstatedir)/lib/rpm
|
||||
+rpmvardir = $(localstatedir)/rpm
|
||||
rpmvar_DATA =
|
||||
|
||||
install-exec-hook:
|
||||
diff --git a/macros.in b/macros.in
|
||||
index ae46fcb..213b53c 100644
|
||||
--- a/macros.in
|
||||
+++ b/macros.in
|
||||
@@ -155,7 +155,7 @@
|
||||
%_bzip2bin %{__bzip2}
|
||||
|
||||
# The location of the rpm database file(s).
|
||||
-%_dbpath %{_var}/lib/rpm
|
||||
+%_dbpath %{_var}/rpm
|
||||
|
||||
# The location of the rpm database file(s) after "rpm --rebuilddb".
|
||||
%_dbpath_rebuild %{_dbpath}
|
||||
8
app-arch/rpm/metadata.xml
Normal file
8
app-arch/rpm/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="github">rpm-software-management/rpm</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
165
app-arch/rpm/rpm-4.18.0.ebuild
Normal file
165
app-arch/rpm/rpm-4.18.0.ebuild
Normal file
|
|
@ -0,0 +1,165 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
LUA_COMPAT=( lua5-{3,4} )
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit autotools lua-single perl-module python-single-r1 toolchain-funcs
|
||||
|
||||
DESCRIPTION="Red Hat Package Management Utils"
|
||||
HOMEPAGE="https://rpm.org/ https://github.com/rpm-software-management/rpm"
|
||||
SRC_URI="https://ftp.osuosl.org/pub/rpm/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2
|
||||
http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
# Tests are broken. See bug #657500
|
||||
RESTRICT="test"
|
||||
|
||||
IUSE="acl audit caps +berkdb doc dbus nls openmp python readline selinux +sqlite test +zstd"
|
||||
REQUIRED_USE="${LUA_REQUIRED_USE}
|
||||
python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
DEPEND="
|
||||
${LUA_DEPS}
|
||||
!app-arch/rpm5
|
||||
app-arch/libarchive:=
|
||||
>=app-arch/bzip2-1.0.1
|
||||
app-arch/xz-utils
|
||||
>=app-crypt/gnupg-1.2
|
||||
>=dev-lang/perl-5.8.8
|
||||
dev-libs/elfutils
|
||||
dev-libs/libgcrypt:=
|
||||
>=dev-libs/popt-1.7
|
||||
sys-apps/file
|
||||
>=sys-libs/zlib-1.2.3-r1
|
||||
virtual/libintl
|
||||
acl? ( virtual/acl )
|
||||
audit? ( sys-process/audit )
|
||||
caps? ( >=sys-libs/libcap-2.0 )
|
||||
dbus? ( sys-apps/dbus )
|
||||
readline? ( sys-libs/readline:= )
|
||||
sqlite? ( dev-db/sqlite:3 )
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
nls? ( virtual/libintl )
|
||||
zstd? ( app-arch/zstd:= )
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
doc? ( app-doc/doxygen )
|
||||
nls? ( sys-devel/gettext )
|
||||
test? ( sys-apps/fakechroot )
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
selinux? ( sec-policy/selinux-rpm )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-4.8.1-db-path.patch
|
||||
"${FILESDIR}"/${PN}-4.17.0-libdir.patch
|
||||
)
|
||||
|
||||
pkg_pretend() {
|
||||
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
lua-single_pkg_setup
|
||||
|
||||
use python && python-single-r1_pkg_setup
|
||||
|
||||
# Added USE=openmp and this check for bug #779769
|
||||
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# bug #356769
|
||||
sed -i 's:%{_var}/tmp:/var/tmp:' macros.in || die "Fixing tmppath failed"
|
||||
# bug #492642
|
||||
sed -i "s:@__PYTHON@:${PYTHON}:" macros.in || die "Fixing %__python failed"
|
||||
|
||||
# Prevent automake maintainer mode from kicking in (bug #450448).
|
||||
#touch -r Makefile.am preinstall.am || die
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# rpm no longer supports berkdb, but has readonly support.
|
||||
# https://github.com/rpm-software-management/rpm/commit/4290300e24c5ab17c615b6108f38438e31eeb1d0
|
||||
econf \
|
||||
--enable-libelf \
|
||||
--without-selinux \
|
||||
--disable-inhibit-plugin \
|
||||
--with-crypto=libgcrypt \
|
||||
$(use_enable berkdb bdb-ro) \
|
||||
$(use_enable python) \
|
||||
$(use_enable nls) \
|
||||
$(use_enable openmp) \
|
||||
$(use_enable dbus inhibit-plugin) \
|
||||
$(use_enable sqlite) \
|
||||
$(use_with caps cap) \
|
||||
$(use_with acl) \
|
||||
$(use_with audit) \
|
||||
$(use_with readline) \
|
||||
$(use_enable zstd zstd $(usex zstd yes no))
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Known to fail with FEATURES=usersandbox (bug #657500)
|
||||
if has usersandbox ${FEATURES} ; then
|
||||
ewarn "You are emerging ${P} with 'usersandbox' enabled." \
|
||||
"Expect some test failures or emerge with 'FEATURES=-usersandbox'!"
|
||||
fi
|
||||
|
||||
emake check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
# Remove la files
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
|
||||
# Fix symlinks to /bin/rpm (bug #349840)
|
||||
for binary in rpmquery rpmverify; do
|
||||
ln -sf rpm "${ED}"/usr/bin/${binary} || die
|
||||
done
|
||||
|
||||
if ! use nls; then
|
||||
rm -rf "${ED}"/usr/share/man/?? || die
|
||||
fi
|
||||
|
||||
keepdir /usr/src/rpm/{SRPMS,SPECS,SOURCES,RPMS,BUILD}
|
||||
|
||||
dodoc CREDITS README*
|
||||
if use doc; then
|
||||
local docname
|
||||
for docname in librpm; do
|
||||
docinto "html/${docname}"
|
||||
dodoc -r "docs/${docname}/html/."
|
||||
done
|
||||
fi
|
||||
|
||||
# Fix perllocal.pod file collision
|
||||
perl_delete_localpod
|
||||
|
||||
use python && python_optimize
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -f "${EROOT}"/var/lib/rpm/Packages ]] ; then
|
||||
einfo "RPM database found... Rebuilding database (may take a while)..."
|
||||
"${EROOT}"/usr/bin/rpmdb --rebuilddb --root="${EROOT}/" || die
|
||||
else
|
||||
einfo "No RPM database found... Creating database..."
|
||||
"${EROOT}"/usr/bin/rpmdb --initdb --root="${EROOT}/" || die
|
||||
fi
|
||||
}
|
||||
1
app-backup/timeshift/Manifest
Normal file
1
app-backup/timeshift/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST timeshift-22.06.5.tar.gz 1494015 BLAKE2B 915bfabf78a6ad8b7212dc1c47b9a31467a3f38b7890e5a958d007e2ac8e5b6f226cffe693bc618fce56fb2dbbb951df1bd4e988052320b1dd98bb1953ce85c7 SHA512 6a24b7164f522e443bd1cc0646b867eeebf7ecb4bfb2948701a7b72571bd1f83fc8f372d82b7422ed86fd246291b76cf7061e347dc61132cc809163cd38e7756
|
||||
53
app-backup/timeshift/files/timeshift-22.06.5-makefile.patch
Normal file
53
app-backup/timeshift/files/timeshift-22.06.5-makefile.patch
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
--- a/src/makefile
|
||||
+++ b/src/makefile
|
||||
@@ -1,6 +1,6 @@
|
||||
SHELL=/bin/bash
|
||||
-CFLAGS=--std=c99
|
||||
-EXECUTABLES = find msgmerge msgfmt install rm mkdir cp chmod valac
|
||||
+CFLAGS += --std=c99
|
||||
+EXECUTABLES = find msgmerge msgfmt install rm mkdir cp chmod $(VALAC)
|
||||
CHECKEXECS := $(foreach exec,$(EXECUTABLES), $(if $(shell which $(exec)),,$(error No $(exec) found, install it)))
|
||||
|
||||
prefix=/usr
|
||||
@@ -50,8 +50,8 @@ all: app-gtk app-console
|
||||
app-gtk:
|
||||
|
||||
#timeshift-gtk
|
||||
- valac -X -D'GETTEXT_PACKAGE="${app_name}"' \
|
||||
- --Xcc="-lm" --Xcc="-O3" ${symbols} \
|
||||
+ $(VALAC) -v -X -D'GETTEXT_PACKAGE="${app_name}"' \
|
||||
+ --cc=$(CC) $(foreach flag, $(CFLAGS) $(LDFLAGS), -X $(flag)) --Xcc="-lm" ${symbols} \
|
||||
Core/*.vala Gtk/*.vala Utility/*.vala Utility/Gtk/*.vala \
|
||||
-o ${app_name}-gtk \
|
||||
--pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix \
|
||||
@@ -61,8 +61,8 @@ app-gtk:
|
||||
app-console:
|
||||
|
||||
#timeshift
|
||||
- valac -X -D'GETTEXT_PACKAGE="${app_name}"' \
|
||||
- --Xcc="-lm" --Xcc="-O3" ${symbols} \
|
||||
+ $(VALAC) -v -X -D'GETTEXT_PACKAGE="${app_name}"' \
|
||||
+ --cc="$(CC)" $(foreach flag, $(CFLAGS) $(LDFLAGS), -X $(flag)) --Xcc="-lm" ${symbols} \
|
||||
Core/*.vala Utility/*.vala Utility/Gtk/*.vala Console/*.vala \
|
||||
-o ${app_name} \
|
||||
--pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix \
|
||||
@@ -71,7 +71,6 @@ app-console:
|
||||
|
||||
manpage:
|
||||
./${app_name} --help > ../man/${app_name}.1
|
||||
- gzip -f ../man/${app_name}.1
|
||||
|
||||
clean:
|
||||
rm -rfv ../release/{source,i386,amd64,armel,armhf}
|
||||
@@ -115,7 +114,7 @@ install:
|
||||
install -m 0644 ../files/${app_name}.json "$(DESTDIR)$(appconfdir)/default.json"
|
||||
|
||||
# man page
|
||||
- install -m 0644 ../man/${app_name}.1.gz "$(DESTDIR)$(man1dir)/${app_name}.1.gz"
|
||||
+ install -m 0644 ../man/${app_name}.1 "$(DESTDIR)$(man1dir)/${app_name}.1"
|
||||
|
||||
# app icons
|
||||
cp -dpr --no-preserve=ownership -t "$(DESTDIR)$(sharedir)/icons" ./share/icons/*
|
||||
--
|
||||
2.35.1
|
||||
|
||||
60
app-backup/timeshift/timeshift-22.06.5.ebuild
Normal file
60
app-backup/timeshift/timeshift-22.06.5.ebuild
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature toolchain-funcs vala xdg
|
||||
|
||||
DESCRIPTION="A system restore utility for Linux"
|
||||
HOMEPAGE="https://github.com/linuxmint/timeshift"
|
||||
SRC_URI="https://github.com/linuxmint/timeshift/archive/refs/tags/${PV}.tar.gz -> ${PF}.tar.gz"
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-libs/atk
|
||||
dev-libs/glib:2
|
||||
dev-libs/json-glib
|
||||
dev-libs/libgee:=
|
||||
net-libs/libsoup:2.4
|
||||
media-libs/harfbuzz:=
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
x11-libs/pango
|
||||
x11-libs/xapp
|
||||
x11-libs/vte:2.91[vala]
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
net-misc/rsync
|
||||
virtual/cron
|
||||
"
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
emake all
|
||||
emake manpage
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake prefix="${EPREFIX}"/usr sysconfdir="${EPREFIX}"/etc install DESTDIR="${D}"
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "btrfs support" sys-fs/btrfs-progs
|
||||
}
|
||||
1
app-containers/docker-cli/Manifest
Normal file
1
app-containers/docker-cli/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST docker-cli-23.0.1.tar.gz 6215114 BLAKE2B 4449de9fdc64f45daf6dbbe762bf6e2320aa32bed1aba90a3c1c81df343f3c3a667e62e950896f5d2b12e33d758507b4cec7d6ed3b06c3815ad528be2c47510a SHA512 77d30945160dc4d9c50354c57d2efed49b99c872c8782f6ad121e6dc1489899d8967ba95cca36499c1b59bc5ef71f4a6b516c635b0cf41b50722bb71597aa496
|
||||
69
app-containers/docker-cli/docker-cli-23.0.1.ebuild
Normal file
69
app-containers/docker-cli/docker-cli-23.0.1.ebuild
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
GIT_COMMIT=715524332f
|
||||
EGO_PN="github.com/docker/cli"
|
||||
MY_PV=${PV/_/-}
|
||||
inherit bash-completion-r1 golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="the command line binary for docker"
|
||||
HOMEPAGE="https://www.docker.com/"
|
||||
SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
|
||||
IUSE="hardened selinux -manpages"
|
||||
|
||||
RDEPEND="!<app-containers/docker-20.10.1
|
||||
selinux? ( sec-policy/selinux-docker )"
|
||||
BDEPEND="
|
||||
>=dev-lang/go-1.16.6
|
||||
manpages? ( dev-go/go-md2man )"
|
||||
|
||||
RESTRICT="installsources strip test"
|
||||
|
||||
S="${WORKDIR}/${P}/src/${EGO_PN}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i 's@dockerd\?\.exe@@g' contrib/completion/bash/docker || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
export DISABLE_WARN_OUTSIDE_CONTAINER=1
|
||||
export GOPATH="${WORKDIR}/${P}"
|
||||
# setup CFLAGS and LDFLAGS for separate build target
|
||||
# see https://github.com/tianon/docker-overlay/pull/10
|
||||
export CGO_CFLAGS="-I${ESYSROOT}/usr/include"
|
||||
export CGO_LDFLAGS="-L${ESYSROOT}/usr/$(get_libdir)"
|
||||
emake \
|
||||
LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
|
||||
VERSION="${PV}" \
|
||||
GITCOMMIT="${GIT_COMMIT}" \
|
||||
dynbinary
|
||||
|
||||
# build man pages
|
||||
# see "cli/scripts/docs/generate-man.sh" (which also does "go get" for go-md2man)
|
||||
if (use manpages); then
|
||||
mkdir -p ./man/man1 || die "mkdir failed"
|
||||
go build -o "${T}"/gen-manpages ./man ||
|
||||
die 'build gen-manpages failed'
|
||||
"${T}"/gen-manpages --root "$(pwd)" --target "$(pwd)"/man/man1 ||
|
||||
die 'gen-manpages failed'
|
||||
./man/md2man-all.sh -q ||
|
||||
die 'md2man-all.sh failed'
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin build/docker
|
||||
if (use manpages); then doman man/man*/*; fi
|
||||
dobashcomp contrib/completion/bash/*
|
||||
bashcomp_alias docker dockerd
|
||||
insinto /usr/share/fish/vendor_completions.d/
|
||||
doins contrib/completion/fish/docker.fish
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins contrib/completion/zsh/_*
|
||||
}
|
||||
15
app-containers/docker-cli/metadata.xml
Normal file
15
app-containers/docker-cli/metadata.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>williamh@gentoo.org</email>
|
||||
<name>William Hubbs</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>gyakovlev@gentoo.org</email>
|
||||
<name>Georgy Yakovlev</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">docker/cli</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
1
app-editors/neovim/Manifest
Normal file
1
app-editors/neovim/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST neovim-0.10.1.tar.gz 12796966 BLAKE2B 85d98abe03f69ab03d09dc1b39783974af392f707deddef4640b6953ad574f9a455897217c2431c6c2fadb56568b55ac18ed06bbfcc7bbe1c6ab013991e99ee6 SHA512 37e9d45041b059a26fe02717eae7cdbde58f0a35560c590764f5888de67cfa04bee76d6b359ab14b020ac5a661d64908960283347381d334106308504c0df908
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 521ef93..a637866 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -114,12 +114,6 @@ set(NVIM_API_LEVEL 11) # Bump this after any API change.
|
||||
set(NVIM_API_LEVEL_COMPAT 0) # Adjust this after a _breaking_ API change.
|
||||
set(NVIM_API_PRERELEASE false)
|
||||
|
||||
-# Default to -O2 on release builds.
|
||||
-if(CMAKE_C_FLAGS_RELEASE MATCHES "-O3")
|
||||
- message(STATUS "Replacing -O3 in CMAKE_C_FLAGS_RELEASE with -O2")
|
||||
- string(REPLACE "-O3" "-O2" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
|
||||
-endif()
|
||||
-
|
||||
# Build-type: RelWithDebInfo
|
||||
|
||||
# /Og means something different in MSVC
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- a/src/nvim/CMakeLists.txt
|
||||
+++ b/src/nvim/CMakeLists.txt
|
||||
@@ -464,7 +464,7 @@ endif()
|
||||
# The unit test lib requires LuaJIT; it will be skipped if LuaJIT is missing.
|
||||
option(PREFER_LUA "Prefer Lua over LuaJIT in the nvim executable." OFF)
|
||||
if(PREFER_LUA)
|
||||
- find_package(Lua 5.1 EXACT REQUIRED)
|
||||
+ find_package(Lua ${PREFER_LUA} EXACT REQUIRED)
|
||||
target_include_directories(main_lib SYSTEM BEFORE INTERFACE ${LUA_INCLUDE_DIR})
|
||||
target_link_libraries(main_lib INTERFACE ${LUA_LIBRARIES})
|
||||
# Passive (not REQUIRED): if LUAJIT_FOUND is not set, fixtures for unittests is skipped.
|
||||
14
app-editors/neovim/files/neovim-0.9.1-cmake-darwin.patch
Normal file
14
app-editors/neovim/files/neovim-0.9.1-cmake-darwin.patch
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
--- a/src/nvim/CMakeLists.txt
|
||||
+++ b/src/nvim/CMakeLists.txt
|
||||
@@ -415,11 +415,7 @@ foreach(gen_include ${prop})
|
||||
list(APPEND gen_cflags "-I${gen_include}")
|
||||
endforeach()
|
||||
endforeach()
|
||||
|
||||
-if(APPLE AND CMAKE_OSX_SYSROOT)
|
||||
- list(APPEND gen_cflags "-isysroot")
|
||||
- list(APPEND gen_cflags "${CMAKE_OSX_SYSROOT}")
|
||||
-endif()
|
||||
set(gen_cflags ${gen_cflags} -O2)
|
||||
|
||||
set(NVIM_VERSION_GIT_H ${PROJECT_BINARY_DIR}/cmake.config/auto/versiondef_git.h)
|
||||
13
app-editors/neovim/files/neovim-9999-cmake-darwin.patch
Normal file
13
app-editors/neovim/files/neovim-9999-cmake-darwin.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Patch author: mortezadadgar <mortezadadgar97@gmail.com>
|
||||
--- a/src/nvim/CMakeLists.txt
|
||||
+++ b/src/nvim/CMakeLists.txt
|
||||
@@ -477,9 +477,6 @@ foreach(target ${targets})
|
||||
endforeach()
|
||||
endforeach()
|
||||
|
||||
-if(APPLE AND CMAKE_OSX_SYSROOT)
|
||||
- list(APPEND gen_cflags "-isysroot" "${CMAKE_OSX_SYSROOT}")
|
||||
-endif()
|
||||
if(MSVC)
|
||||
list(APPEND gen_cflags -wd4003)
|
||||
endif()
|
||||
104
app-editors/neovim/files/sysinit.vim
Normal file
104
app-editors/neovim/files/sysinit.vim
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
" Default Gentoo configuration file for neovim
|
||||
" Based on the default vimrc shipped by Gentoo with app-editors/vim-core
|
||||
|
||||
" You can override any of these settings on a global basis via the
|
||||
" "/etc/vim/nvimrc.local" file, and on a per-user basis via "~/.nvimrc".
|
||||
" You may need to create these.
|
||||
|
||||
" Neovim comes with sensible defaults, see:
|
||||
" https://github.com/neovim/neovim/issues/2676
|
||||
" Most of the general settings from Gentoo's vimrc have been dropped here.
|
||||
" We add only some necessary fixes and a few Gentoo specific settings.
|
||||
|
||||
" {{{ Locale settings
|
||||
" If we have a BOM, always honour that rather than trying to guess.
|
||||
if &fileencodings !~? "ucs-bom"
|
||||
set fileencodings^=ucs-bom
|
||||
endif
|
||||
|
||||
" Always check for UTF-8 when trying to determine encodings.
|
||||
if &fileencodings !~? "utf-8"
|
||||
" If we have to add this, the default encoding is not Unicode.
|
||||
let g:added_fenc_utf8 = 1
|
||||
set fileencodings+=utf-8
|
||||
endif
|
||||
" }}}
|
||||
|
||||
" {{{ Fix &shell, see bug #101665.
|
||||
if "" == &shell
|
||||
if executable("/bin/bash")
|
||||
set shell=/bin/bash
|
||||
elseif executable("/bin/sh")
|
||||
set shell=/bin/sh
|
||||
endif
|
||||
endif
|
||||
"}}}
|
||||
|
||||
" {{{ Our default /bin/sh is bash, not ksh, so syntax highlighting for .sh
|
||||
" files should default to bash. See :help sh-syntax and bug #101819.
|
||||
if has("eval")
|
||||
let is_bash=1
|
||||
endif
|
||||
" }}}
|
||||
|
||||
" {{{ Autocommands
|
||||
if has("autocmd")
|
||||
|
||||
augroup gentoo
|
||||
au!
|
||||
|
||||
" Gentoo-specific settings for ebuilds. These are the federally-mandated
|
||||
" required tab settings. See the following for more information:
|
||||
" http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml
|
||||
" Note that the rules below are very minimal and don't cover everything.
|
||||
" Better to emerge app-vim/gentoo-syntax, which provides full syntax,
|
||||
" filetype and indent settings for all things Gentoo.
|
||||
au BufRead,BufNewFile *.e{build,class} set ts=4 sw=4 noexpandtab
|
||||
|
||||
" In text files, limit the width of text to 78 characters, but be careful
|
||||
" that we don't override the user's setting.
|
||||
autocmd BufNewFile,BufRead *.txt
|
||||
\ if &tw == 0 && ! exists("g:leave_my_textwidth_alone") |
|
||||
\ setlocal textwidth=78 |
|
||||
\ endif
|
||||
|
||||
" When editing a file, always jump to the last cursor position
|
||||
autocmd BufReadPost *
|
||||
\ if ! exists("g:leave_my_cursor_position_alone") |
|
||||
\ if line("'\"") > 0 && line ("'\"") <= line("$") |
|
||||
\ exe "normal g'\"" |
|
||||
\ endif |
|
||||
\ endif
|
||||
|
||||
" When editing a crontab file, set backupcopy to yes rather than auto. See
|
||||
" :help crontab and bug #53437.
|
||||
autocmd FileType crontab set backupcopy=yes
|
||||
|
||||
" If we previously detected that the default encoding is not UTF-8
|
||||
" (g:added_fenc_utf8), assume that a file with only ASCII characters (or no
|
||||
" characters at all) isn't a Unicode file, but is in the default encoding.
|
||||
" Except of course if a byte-order mark is in effect.
|
||||
autocmd BufReadPost *
|
||||
\ if exists("g:added_fenc_utf8") && &fileencoding == "utf-8" &&
|
||||
\ ! &bomb && search('[\x80-\xFF]','nw') == 0 && &modifiable |
|
||||
\ set fileencoding= |
|
||||
\ endif
|
||||
|
||||
" Strip trailing spaces on write
|
||||
autocmd BufWritePre *.e{build,class}
|
||||
\ if ! exists("g:leave_my_trailing_space_alone") |
|
||||
\ :%s/\s\+$//e |
|
||||
\ endif
|
||||
|
||||
augroup END
|
||||
|
||||
endif " has("autocmd")
|
||||
" }}}
|
||||
|
||||
" {{{ nvimrc.local
|
||||
if filereadable("/etc/vim/nvimrc.local")
|
||||
source /etc/vim/nvimrc.local
|
||||
endif
|
||||
" }}}
|
||||
|
||||
" vim: set tw=80 sw=2 sts=2 et foldmethod=marker :
|
||||
97
app-editors/neovim/files/sysinit.vim-r1
Normal file
97
app-editors/neovim/files/sysinit.vim-r1
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
" Default Gentoo configuration file for neovim
|
||||
" Based on the default vimrc shipped by Gentoo with app-editors/vim-core
|
||||
|
||||
" You can override any of these settings on a global basis via the
|
||||
" "/etc/vim/nvimrc.local" file, and on a per-user basis via "~/.nvimrc".
|
||||
" You may need to create these.
|
||||
|
||||
" Neovim comes with sensible defaults, see:
|
||||
" https://github.com/neovim/neovim/issues/2676
|
||||
" Most of the general settings from Gentoo's vimrc have been dropped here.
|
||||
" We add only some necessary fixes and a few Gentoo specific settings.
|
||||
|
||||
" {{{ Locale settings
|
||||
" If we have a BOM, always honour that rather than trying to guess.
|
||||
if &fileencodings !~? "ucs-bom"
|
||||
set fileencodings^=ucs-bom
|
||||
endif
|
||||
|
||||
" Always check for UTF-8 when trying to determine encodings.
|
||||
if &fileencodings !~? "utf-8"
|
||||
" If we have to add this, the default encoding is not Unicode.
|
||||
let g:added_fenc_utf8 = 1
|
||||
set fileencodings+=utf-8
|
||||
endif
|
||||
" }}}
|
||||
|
||||
" {{{ Fix &shell, see bug #101665.
|
||||
if "" == &shell
|
||||
if executable("/bin/bash")
|
||||
set shell=/bin/bash
|
||||
elseif executable("/bin/sh")
|
||||
set shell=/bin/sh
|
||||
endif
|
||||
endif
|
||||
"}}}
|
||||
|
||||
" {{{ Our default /bin/sh is bash, not ksh, so syntax highlighting for .sh
|
||||
" files should default to bash. See :help sh-syntax and bug #101819.
|
||||
if has("eval")
|
||||
let is_bash=1
|
||||
endif
|
||||
" }}}
|
||||
|
||||
" {{{ Autocommands
|
||||
if has("autocmd")
|
||||
|
||||
augroup gentoo
|
||||
au!
|
||||
|
||||
" Gentoo-specific settings for ebuilds. These are the federally-mandated
|
||||
" required tab settings. See the following for more information:
|
||||
" http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml
|
||||
" Note that the rules below are very minimal and don't cover everything.
|
||||
" Better to emerge app-vim/gentoo-syntax, which provides full syntax,
|
||||
" filetype and indent settings for all things Gentoo.
|
||||
au BufRead,BufNewFile *.e{build,class} set ts=4 sw=4 noexpandtab
|
||||
|
||||
" When editing a file, always jump to the last cursor position
|
||||
autocmd BufReadPost *
|
||||
\ if ! exists("g:leave_my_cursor_position_alone") |
|
||||
\ if line("'\"") > 0 && line ("'\"") <= line("$") |
|
||||
\ exe "normal g'\"" |
|
||||
\ endif |
|
||||
\ endif
|
||||
|
||||
" When editing a crontab file, set backupcopy to yes rather than auto. See
|
||||
" :help crontab and bug #53437.
|
||||
autocmd FileType crontab set backupcopy=yes
|
||||
|
||||
" If we previously detected that the default encoding is not UTF-8
|
||||
" (g:added_fenc_utf8), assume that a file with only ASCII characters (or no
|
||||
" characters at all) isn't a Unicode file, but is in the default encoding.
|
||||
" Except of course if a byte-order mark is in effect.
|
||||
autocmd BufReadPost *
|
||||
\ if exists("g:added_fenc_utf8") && &fileencoding == "utf-8" &&
|
||||
\ ! &bomb && search('[\x80-\xFF]','nw') == 0 && &modifiable |
|
||||
\ set fileencoding= |
|
||||
\ endif
|
||||
|
||||
" Strip trailing spaces on write
|
||||
autocmd BufWritePre *.e{build,class}
|
||||
\ if ! exists("g:leave_my_trailing_space_alone") |
|
||||
\ :%s/\s\+$//e |
|
||||
\ endif
|
||||
|
||||
augroup END
|
||||
|
||||
endif " has("autocmd")
|
||||
" }}}
|
||||
|
||||
" {{{ nvimrc.local
|
||||
if filereadable("/etc/vim/nvimrc.local")
|
||||
source /etc/vim/nvimrc.local
|
||||
endif
|
||||
" }}}
|
||||
|
||||
" vim: set tw=80 sw=2 sts=2 et foldmethod=marker :
|
||||
22
app-editors/neovim/metadata.xml
Normal file
22
app-editors/neovim/metadata.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>brahmajit.xyz@gmail.com</email>
|
||||
<name>Brahmajit Das</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>vim@gentoo.org</email>
|
||||
<name>Gentoo Vim Project</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="nvimpager">Install nvimpager symlink to less.sh macro</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">neovim/neovim</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
141
app-editors/neovim/neovim-0.10.1.ebuild
Normal file
141
app-editors/neovim/neovim-0.10.1.ebuild
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# RelWithDebInfo sets -Og -g
|
||||
CMAKE_BUILD_TYPE=Release
|
||||
LUA_COMPAT=( lua5-{1..2} luajit )
|
||||
inherit cmake lua-single optfeature xdg
|
||||
|
||||
DESCRIPTION="Vim-fork focused on extensibility and agility"
|
||||
HOMEPAGE="https://neovim.io"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/neovim/neovim.git"
|
||||
else
|
||||
SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="Apache-2.0 vim"
|
||||
SLOT="0"
|
||||
IUSE="+nvimpager test"
|
||||
|
||||
# Upstream say the test library needs LuaJIT
|
||||
# https://github.com/neovim/neovim/blob/91109ffda23d0ce61cec245b1f4ffb99e7591b62/CMakeLists.txt#L377
|
||||
REQUIRED_USE="${LUA_REQUIRED_USE} test? ( lua_single_target_luajit )"
|
||||
# TODO: Get tests running
|
||||
#RESTRICT="!test? ( test ) test"
|
||||
|
||||
# Upstream build scripts invoke the Lua interpreter
|
||||
BDEPEND="${LUA_DEPS}
|
||||
>=dev-util/gperf-3.1
|
||||
>=sys-devel/gettext-0.20.1
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
virtual/pkgconfig
|
||||
"
|
||||
# Check https://github.com/neovim/neovim/blob/master/third-party/CMakeLists.txt for
|
||||
# new dependency bounds and so on on bumps (obviously adjust for right branch/tag).
|
||||
# List of required tree-sitter parsers is taken from cmake.deps/deps.txt
|
||||
DEPEND="${LUA_DEPS}
|
||||
>=dev-lua/luv-1.45.0[${LUA_SINGLE_USEDEP}]
|
||||
$(lua_gen_cond_dep '
|
||||
dev-lua/lpeg[${LUA_USEDEP}]
|
||||
dev-lua/mpack[${LUA_USEDEP}]
|
||||
')
|
||||
$(lua_gen_cond_dep '
|
||||
dev-lua/LuaBitOp[${LUA_USEDEP}]
|
||||
' lua5-{1,2})
|
||||
>=dev-libs/libutf8proc-2.9.0:=
|
||||
>=dev-libs/libuv-1.46.0:=
|
||||
>=dev-libs/libvterm-0.3.3
|
||||
>=dev-libs/msgpack-3.0.0:=
|
||||
>=dev-libs/tree-sitter-0.22.6:=
|
||||
>=dev-libs/tree-sitter-bash-0.21:=
|
||||
>=dev-libs/tree-sitter-c-0.21:=
|
||||
>=dev-libs/tree-sitter-lua-0.1:=
|
||||
>=dev-libs/tree-sitter-markdown-0.2:=
|
||||
>=dev-libs/tree-sitter-python-0.21:=
|
||||
>=dev-libs/tree-sitter-query-0.4:=
|
||||
>=dev-libs/tree-sitter-vim-0.4:=
|
||||
>=dev-libs/tree-sitter-vimdoc-3:=
|
||||
>=dev-libs/unibilium-2.0.0:0=
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
app-eselect/eselect-vi
|
||||
"
|
||||
BDEPEND+="
|
||||
test? (
|
||||
$(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]')
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-0.9.0-cmake_lua_version.patch"
|
||||
"${FILESDIR}/${PN}-9999-cmake-darwin.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Use our system vim dir
|
||||
sed -e "/^# define SYS_VIMRC_FILE/s|\$VIM|${EPREFIX}/etc/vim|" \
|
||||
-i src/nvim/globals.h || die
|
||||
|
||||
# https://forums.gentoo.org/viewtopic-p-8750050.html
|
||||
xdg_environment_reset
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# TODO: Investigate USE_BUNDLED, doesn't seem to be needed right now
|
||||
local mycmakeargs=(
|
||||
# appends -flto
|
||||
-DENABLE_LTO=OFF
|
||||
-DPREFER_LUA=$(usex lua_single_target_luajit no "$(lua_get_version)")
|
||||
-DLUA_PRG="${LUA}"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
#emake NO_BUILD=ON test
|
||||
cmake -S cmake.deps -B .deps -G 'Ninja'
|
||||
|
||||
sed -e 's/build.src.[a-z-]+?.[a-z-]+? //' .deps/build.ninja
|
||||
|
||||
mkdir -p build
|
||||
touch build/.ran-deps-cmake
|
||||
ninja -C .deps
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
|
||||
# install a default configuration file
|
||||
insinto /etc/vim
|
||||
doins "${FILESDIR}"/sysinit.vim
|
||||
|
||||
# symlink tree-sitter parsers
|
||||
dodir /usr/share/nvim/runtime
|
||||
for parser in bash c lua markdown python query vim vimdoc; do
|
||||
dosym ../../../../$(get_libdir)/libtree-sitter-${parser}.so /usr/share/nvim/runtime/parser/${parser}.so
|
||||
done
|
||||
|
||||
# conditionally install a symlink for nvimpager
|
||||
if use nvimpager; then
|
||||
dosym ../share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
optfeature "clipboard support" x11-misc/xsel x11-misc/xclip gui-apps/wl-clipboard
|
||||
optfeature "Python plugin support" dev-python/pynvim
|
||||
optfeature "Ruby plugin support" dev-ruby/neovim-ruby-client
|
||||
optfeature "remote/nvr support" dev-python/neovim-remote
|
||||
}
|
||||
129
app-editors/neovim/neovim-9999.ebuild
Normal file
129
app-editors/neovim/neovim-9999.ebuild
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# RelWithDebInfo sets -Og -g
|
||||
CMAKE_BUILD_TYPE=Release
|
||||
LUA_COMPAT=( lua5-{1..2} luajit )
|
||||
inherit cmake lua-single optfeature xdg
|
||||
|
||||
DESCRIPTION="Vim-fork focused on extensibility and agility"
|
||||
HOMEPAGE="https://neovim.io"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/neovim/neovim.git"
|
||||
else
|
||||
SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
|
||||
fi
|
||||
|
||||
LICENSE="Apache-2.0 vim"
|
||||
SLOT="0"
|
||||
IUSE="+nvimpager test"
|
||||
|
||||
# Upstream say the test library needs LuaJIT
|
||||
# https://github.com/neovim/neovim/blob/91109ffda23d0ce61cec245b1f4ffb99e7591b62/CMakeLists.txt#L377
|
||||
REQUIRED_USE="${LUA_REQUIRED_USE} test? ( lua_single_target_luajit )"
|
||||
# TODO: Get tests running
|
||||
RESTRICT="!test? ( test ) test"
|
||||
|
||||
# Upstream build scripts invoke the Lua interpreter
|
||||
BDEPEND="${LUA_DEPS}
|
||||
>=dev-util/gperf-3.1
|
||||
>=sys-devel/gettext-0.20.1
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
virtual/pkgconfig
|
||||
"
|
||||
# Check https://github.com/neovim/neovim/blob/master/third-party/CMakeLists.txt for
|
||||
# new dependency bounds and so on on bumps (obviously adjust for right branch/tag).
|
||||
# List of required tree-sitter parsers is taken from cmake.deps/deps.txt
|
||||
DEPEND="${LUA_DEPS}
|
||||
>=dev-lua/luv-1.45.0[${LUA_SINGLE_USEDEP}]
|
||||
$(lua_gen_cond_dep '
|
||||
dev-lua/lpeg[${LUA_USEDEP}]
|
||||
dev-lua/mpack[${LUA_USEDEP}]
|
||||
')
|
||||
$(lua_gen_cond_dep '
|
||||
dev-lua/LuaBitOp[${LUA_USEDEP}]
|
||||
' lua5-{1,2})
|
||||
>=dev-libs/libutf8proc-2.9.0:=
|
||||
>=dev-libs/libuv-1.46.0:=
|
||||
>=dev-libs/libvterm-0.3.3
|
||||
>=dev-libs/msgpack-3.0.0:=
|
||||
>=dev-libs/tree-sitter-0.22.6:=
|
||||
=dev-libs/tree-sitter-bash-0.21*
|
||||
=dev-libs/tree-sitter-c-0.21*
|
||||
=dev-libs/tree-sitter-lua-0.1*
|
||||
=dev-libs/tree-sitter-markdown-0.2*
|
||||
=dev-libs/tree-sitter-python-0.21*
|
||||
=dev-libs/tree-sitter-query-0.4*
|
||||
=dev-libs/tree-sitter-vim-0.4*
|
||||
=dev-libs/tree-sitter-vimdoc-3*
|
||||
>=dev-libs/unibilium-2.0.0:0=
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
app-eselect/eselect-vi
|
||||
"
|
||||
BDEPEND+="
|
||||
test? (
|
||||
$(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]')
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-0.9.0-cmake_lua_version.patch"
|
||||
"${FILESDIR}/${PN}-9999-cmake-darwin.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Use our system vim dir
|
||||
sed -e "/^# define SYS_VIMRC_FILE/s|\$VIM|${EPREFIX}/etc/vim|" \
|
||||
-i src/nvim/globals.h || die
|
||||
|
||||
# https://forums.gentoo.org/viewtopic-p-8750050.html
|
||||
xdg_environment_reset
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# TODO: Investigate USE_BUNDLED, doesn't seem to be needed right now
|
||||
local mycmakeargs=(
|
||||
# appends -flto
|
||||
-DENABLE_LTO=OFF
|
||||
-DPREFER_LUA=$(usex lua_single_target_luajit no "$(lua_get_version)")
|
||||
-DLUA_PRG="${LUA}"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
|
||||
# install a default configuration file
|
||||
insinto /etc/vim
|
||||
newins "${FILESDIR}"/sysinit.vim-r1 sysinit.vim
|
||||
|
||||
# symlink tree-sitter parsers
|
||||
dodir /usr/share/nvim/runtime
|
||||
for parser in bash c lua markdown python query vim vimdoc; do
|
||||
dosym ../../../../$(get_libdir)/libtree-sitter-${parser}.so /usr/share/nvim/runtime/parser/${parser}.so
|
||||
done
|
||||
|
||||
# conditionally install a symlink for nvimpager
|
||||
if use nvimpager; then
|
||||
dosym ../share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
optfeature "clipboard support" x11-misc/xsel x11-misc/xclip gui-apps/wl-clipboard
|
||||
optfeature "Python plugin support" dev-python/pynvim
|
||||
optfeature "Ruby plugin support" dev-ruby/neovim-ruby-client
|
||||
optfeature "remote/nvr support" dev-python/neovim-remote
|
||||
}
|
||||
1
app-eselect/eselect-msbuild/Manifest
Normal file
1
app-eselect/eselect-msbuild/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST eselect-msbuild-15.9.tar.gz 8018 BLAKE2B d7eaec6de1e9cd5739cd99d6fceffc0293f2f873af193ab823dbabb79a4582145f16075b3c9517a4ea6504dfd60280551d898bbed5449a0c101c47f27ace5795 SHA512 986b989d385444dfbb93279c415874dd790430fced6f4808b9fd4befdac56a9944942ec853e82ca291043ed22c574903bd9ac34fec90be7de30ffdf59a196f3e
|
||||
38
app-eselect/eselect-msbuild/eselect-msbuild-15.9-r1.ebuild
Normal file
38
app-eselect/eselect-msbuild/eselect-msbuild-15.9-r1.ebuild
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
KEYWORDS="amd64 arm64"
|
||||
RESTRICT="mirror"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
DESCRIPTION="msbuild eselect module"
|
||||
HOMEPAGE="https://github.com/ArsenShnurkov/shnurise"
|
||||
|
||||
# GITHUB_ACCOUNT="ArsenShnurkov"
|
||||
GITHUB_PROJECTNAME="eselect-modules"
|
||||
EGIT_COMMIT="bff06be7887ab2fb8a496bad9282b54ee9e3821c"
|
||||
SRC_URI="https://github.com/ArsenShnurkov/${GITHUB_PROJECTNAME}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
RDEPEND="
|
||||
app-admin/eselect
|
||||
"
|
||||
|
||||
IUSE=""
|
||||
|
||||
src_unpack() {
|
||||
mkdir -p "${WORKDIR}"
|
||||
tar xvf "${WORKDIR}/../distdir/${P}.tar.gz" -C "${WORKDIR}"
|
||||
mv "${GITHUB_PROJECTNAME}-${EGIT_COMMIT}" "${P}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${P}"
|
||||
insinto /usr/share/eselect/modules
|
||||
newins "${S}/msbuild.eselect" msbuild.eselect || die
|
||||
}
|
||||
1
app-forensics/maltego/Manifest
Normal file
1
app-forensics/maltego/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST maltego-4.2.18.13878.deb 142716306 BLAKE2B f60807ab61265400fa9fe6bf765788a44e64d947a9aabd0a880922180536bb8d48c120b95f7325af6dbba8931f24011b21d6380e73434f037d449845ccb8b4c6 SHA512 9af35d345150fb3201a5d65af7c3d9153c0146177a9964a1cebe291248319928f06baa768661e0d6ae01ed9ff3223918d6aac195ba2d02c5251639a8db784828
|
||||
62
app-forensics/maltego/maltego-4.2.18.13878.ebuild
Normal file
62
app-forensics/maltego/maltego-4.2.18.13878.ebuild
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop eutils unpacker xdg-utils
|
||||
|
||||
DESCRIPTION="Visualise, map and mine data"
|
||||
HOMEPAGE="https://www.paterva.com/"
|
||||
|
||||
SHORT_V="$(ver_cut 1-3)"
|
||||
SRC_URI="https://www.paterva.com/malv${SHORT_V//./}/Maltego.v${PV}.deb -> ${P}.deb"
|
||||
#SRC_URI="https://maltego-downloads.s3.us-east-2.amazonaws.com/linux/Maltego.v${PV}.deb -> ${P}.deb"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="Paterva-EULA"
|
||||
SLOT=0
|
||||
IUSE=""
|
||||
|
||||
DEPEND="$(unpacker_src_uri_depends)"
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
# Cleanup
|
||||
rm -fr usr/{share/doc,share/applications,bin} || die
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
doins -r *
|
||||
|
||||
fperms +x "/usr/share/${PN}/bin/${PN}"
|
||||
dosym "../share/${PN}/bin/${PN}" "/usr/bin/${PN}"
|
||||
|
||||
make_wrapper \
|
||||
"${PN}_memory_config" \
|
||||
"/usr/bin/java -jar \"/usr/share/maltego/maltego-ui/modules/ext/Java_Config_App.jar\""
|
||||
|
||||
make_desktop_entry \
|
||||
"${PN}" \
|
||||
"Maltego" \
|
||||
"${PN}" \
|
||||
"Development;Utility;"
|
||||
|
||||
make_desktop_entry \
|
||||
"${PN}_memory_config" \
|
||||
"Maltego Memory Config" \
|
||||
"${PN}" \
|
||||
"Settings;"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
12
app-forensics/maltego/metadata.xml
Normal file
12
app-forensics/maltego/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
1
app-mobilephone/anarchy-droid/Manifest
Normal file
1
app-mobilephone/anarchy-droid/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST v1.3.0.tar.gz 372106 BLAKE2B bc61fc9e0c51c157168681081a6f38cb68222c69c643a8a70f628b174b01bc170603b4e37838aff3dff53cadd4f08946d4a15c5cf742454be64df7555da79bbd SHA512 766412e1cd73d4cdfe280f01c2f2a36e6407b5a6a41c848a0d02210852129b9a58b856434aeb347ca14068968d4331e03d0239ce3a3dc4c9c68dad491af9fb27
|
||||
168
app-mobilephone/anarchy-droid/anarchy-droid-1.3.0.ebuild
Normal file
168
app-mobilephone/anarchy-droid/anarchy-droid-1.3.0.ebuild
Normal file
|
|
@ -0,0 +1,168 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# NOTE: The comments in this file are for instruction and documentation.
|
||||
# They're not meant to appear with your final, production ebuild. Please
|
||||
# remember to remove them before submitting or committing your ebuild. That
|
||||
# doesn't mean you can't add your own comments though.
|
||||
|
||||
# The EAPI variable tells the ebuild format in use.
|
||||
# It is suggested that you use the latest EAPI approved by the Council.
|
||||
# The PMS contains specifications for all EAPIs. Eclasses will test for this
|
||||
# variable if they need to use features that are not universal in all EAPIs.
|
||||
# If an eclass doesn't support latest EAPI, use the previous EAPI instead.
|
||||
EAPI=7
|
||||
|
||||
# inherit lists eclasses to inherit functions from. For example, an ebuild
|
||||
# that needs the eautoreconf function from autotools.eclass won't work
|
||||
# without the following line:
|
||||
#inherit autotools
|
||||
#
|
||||
# Eclasses tend to list descriptions of how to use their functions properly.
|
||||
# Take a look at the eclass/ directory for more examples.
|
||||
|
||||
# Short one-line description of this package.
|
||||
DESCRIPTION="One-Click Android Rom Installation Assistant"
|
||||
HOMEPAGE="https://anarchy-droid.com/"
|
||||
SRC_URI="https://github.com/amo13/Anarchy-Droid/archive/refs/tags/v${PV}.tar.gz"
|
||||
# SRC_URI=""
|
||||
|
||||
# Source directory; the dir where the sources can be found (automatically
|
||||
# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}
|
||||
# If you don't need to change it, leave the S= line out of the ebuild
|
||||
# to keep it tidy.
|
||||
#S="${WORKDIR}/${P}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
||||
# The SLOT variable is used to tell Portage if it's OK to keep multiple
|
||||
# versions of the same package installed at the same time. For example,
|
||||
# if we have a libfoo-1.2.2 and libfoo-1.3.2 (which is not compatible
|
||||
# with 1.2.2), it would be optimal to instruct Portage to not remove
|
||||
# libfoo-1.2.2 if we decide to upgrade to libfoo-1.3.2. To do this,
|
||||
# we specify SLOT="1.2" in libfoo-1.2.2 and SLOT="1.3" in libfoo-1.3.2.
|
||||
# emerge clean understands SLOTs, and will keep the most recent version
|
||||
# of each SLOT and remove everything else.
|
||||
# Note that normal applications should use SLOT="0" if possible, since
|
||||
# there should only be exactly one version installed at a time.
|
||||
# Do not use SLOT="", because the SLOT variable must not be empty.
|
||||
SLOT="0"
|
||||
|
||||
# Using KEYWORDS, we can record masking information *inside* an ebuild
|
||||
# instead of relying on an external package.mask file. Right now, you
|
||||
# should set the KEYWORDS variable for every ebuild so that it contains
|
||||
# the names of all the architectures with which the ebuild works.
|
||||
# All of the official architectures can be found in the arch.list file
|
||||
# which is in the profiles/ directory. Usually you should just set this
|
||||
# to "~amd64". The ~ in front of the architecture indicates that the
|
||||
# package is new and should be considered unstable until testing proves
|
||||
# its stability. So, if you've confirmed that your ebuild works on
|
||||
# amd64 and ppc, you'd specify:
|
||||
# KEYWORDS="~amd64 ~ppc"
|
||||
# Once packages go stable, the ~ prefix is removed.
|
||||
# For binary packages, use -* and then list the archs the bin package
|
||||
# exists for. If the package was for an x86 binary package, then
|
||||
# KEYWORDS would be set like this: KEYWORDS="-* x86"
|
||||
# Do not use KEYWORDS="*"; this is not valid in an ebuild context.
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# Comprehensive list of any and all USE flags leveraged in the ebuild,
|
||||
# with some exceptions, e.g., ARCH specific flags like "amd64" or "ppc".
|
||||
# Not needed if the ebuild doesn't use any USE flags.
|
||||
IUSE=""
|
||||
|
||||
# A space delimited list of portage features to restrict. man 5 ebuild
|
||||
# for details. Usually not needed.
|
||||
#RESTRICT="strip"
|
||||
|
||||
# Run-time dependencies. Must be defined to whatever this depends on to run.
|
||||
# Example:
|
||||
# ssl? ( >=dev-libs/openssl-1.0.2q:0= )
|
||||
# >=dev-lang/perl-5.24.3-r1
|
||||
# It is advisable to use the >= syntax show above, to reflect what you
|
||||
# had installed on your system when you tested the package. Then
|
||||
# other users hopefully won't be caught without the right version of
|
||||
# a dependency.
|
||||
RDEPEND=""
|
||||
|
||||
# Build-time dependencies that need to be binary compatible with the system
|
||||
# being built (CHOST). These include libraries that we link against.
|
||||
# The below is valid if the same run-time depends are required to compile.
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# Build-time dependencies that are executed during the emerge process, and
|
||||
# only need to be present in the native build system (CBUILD). Example:
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
pkg_setup() {
|
||||
# mkdir -p "${S}"
|
||||
tree "${WORKDIR}/.."
|
||||
|
||||
die fuck
|
||||
}
|
||||
|
||||
# The following src_configure function is implemented as default by portage, so
|
||||
# you only need to call it if you need a different behaviour.
|
||||
src_configure() {
|
||||
# Most open-source packages use GNU autoconf for configuration.
|
||||
# The default, quickest (and preferred) way of running configure is:
|
||||
#econf
|
||||
#
|
||||
# You could use something similar to the following lines to
|
||||
# configure your package before compilation. The "|| die" portion
|
||||
# at the end will stop the build process if the command fails.
|
||||
# You should use this at the end of critical commands in the build
|
||||
# process. (Hint: Most commands are critical, that is, the build
|
||||
# process should abort if they aren't successful.)
|
||||
#./configure \
|
||||
# --host=${CHOST} \
|
||||
# --prefix=/usr \
|
||||
# --infodir=/usr/share/info \
|
||||
# --mandir=/usr/share/man || die
|
||||
# Note the use of --infodir and --mandir, above. This is to make
|
||||
# this package FHS 2.2-compliant. For more information, see
|
||||
# https://wiki.linuxfoundation.org/lsb/fhs
|
||||
ls -la "${WORKDIR}"
|
||||
}
|
||||
|
||||
# The following src_compile function is implemented as default by portage, so
|
||||
# you only need to call it, if you need different behaviour.
|
||||
#src_compile() {
|
||||
# emake is a script that calls the standard GNU make with parallel
|
||||
# building options for speedier builds (especially on SMP systems).
|
||||
# Try emake first. It might not work for some packages, because
|
||||
# some makefiles have bugs related to parallelism, in these cases,
|
||||
# use emake -j1 to limit make to a single process. The -j1 is a
|
||||
# visual clue to others that the makefiles have bugs that have been
|
||||
# worked around.
|
||||
|
||||
#emake
|
||||
#}
|
||||
|
||||
# The following src_install function is implemented as default by portage, so
|
||||
# you only need to call it, if you need different behaviour.
|
||||
#src_install() {
|
||||
# You must *personally verify* that this trick doesn't install
|
||||
# anything outside of DESTDIR; do this by reading and
|
||||
# understanding the install part of the Makefiles.
|
||||
# This is the preferred way to install.
|
||||
#emake DESTDIR="${D}" install
|
||||
|
||||
# When you hit a failure with emake, do not just use make. It is
|
||||
# better to fix the Makefiles to allow proper parallelization.
|
||||
# If you fail with that, use "emake -j1", it's still better than make.
|
||||
|
||||
# For Makefiles that don't make proper use of DESTDIR, setting
|
||||
# prefix is often an alternative. However if you do this, then
|
||||
# you also need to specify mandir and infodir, since they were
|
||||
# passed to ./configure as absolute paths (overriding the prefix
|
||||
# setting).
|
||||
#emake \
|
||||
# prefix="${D}"/usr \
|
||||
# mandir="${D}"/usr/share/man \
|
||||
# infodir="${D}"/usr/share/info \
|
||||
# libdir="${D}"/usr/$(get_libdir) \
|
||||
# install
|
||||
# Again, verify the Makefiles! We don't want anything falling
|
||||
# outside of ${D}.
|
||||
#}
|
||||
9
app-office/libreoffice-bin/Manifest
Normal file
9
app-office/libreoffice-bin/Manifest
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
DIST amd64-bin-libreoffice-7.4.4.2.tar.xz 145626304 BLAKE2B 9e8ab7c1f96312af4472a5ca5b0bd721c94349f65e330ecce026d56491206b5efd0104479a16428d5dcaa1227c097e9568ea6d95a2e77f38fab3529c7216c75d SHA512 ec002b35daee07d46a3a2bbb114f974a8714b77e2c8c9c2b575610b7df542900e59d47d7b5bc6a8727aaabfc6715bc6ca26854ba32f83bcd6e4d23f80d5a58ea
|
||||
DIST amd64-bin-libreoffice-gnome-7.4.4.2.xd3 1531953 BLAKE2B 06ba5a48f7eab8b8d7bd3d848e505a311a71cab257efd25cfaf1042bd35b2b5150a39e2d603a5fce73cdac5debf83e13275cf17e8f96a058f91d0ca4a4225c02 SHA512 850a512d0839cac291a1989e7873075683eece0048e17b54e6ff267127c3eb7b165cadd8aed2089772861951defa9eb01bb77a850a0841919e33ef01bad9ac34
|
||||
DIST amd64-bin-libreoffice-gnome-java-7.4.4.2.xd3 30608088 BLAKE2B 4c89d3f6fa74e2bd8806f9942ac21d9cb9f0c666fcf9d62e7f942fe99a3121082cd178ef8bf3d76c818872796949a6404f6a15aeff9d2770cec695ac80e7680d SHA512 67cf20c38b1772e7e3b7b55c7c2d5a719e18f2f952c5f4d7e1ea39194fa3808639ccbf565286653fa5938a063d54d0fc58a0c9664a5f28ba6fac77995160624b
|
||||
DIST amd64-bin-libreoffice-java-7.4.4.2.xd3 30481203 BLAKE2B c5dba3b37dbb44bf917b83b1ed9720a6a70370206aa8a2e4635b358f9d77027e104c513407a9f4ecfd5c200be2ce3121a9070aa1e90d7614d8489b54e9cff2b1 SHA512 ab930d1c31083ca1bfa51a6b9cb588958a1c969ad148b094b5fb76eaa464bedecc3ec173c7362c780a861206b4ad2f8c2061d84a4183180c3a928f296cb57b51
|
||||
DIST amd64-bin-libreoffice-kde-7.4.4.2.xd3 20956522 BLAKE2B 9c23235a02bda752dde7fbca652d31ae5acdd7e1e54ab06a2c5d18ee292bde5666acc88ec6dbd026eca2ecc19a7bdcfa267569e59921f98c05b86343dfd7f08f SHA512 43e42f514b3fba0fcc198250ac9fa03d849a0888fdf9122d0d240a46c92e5b56044d9f72a222ccec881fca41c34f7e89182686d5d80d0822b04cc7c0b3843b91
|
||||
DIST amd64-bin-libreoffice-kde-java-7.4.4.2.xd3 31384850 BLAKE2B d0f0afad427cbafbf0cf6f59095c036fc853fb26ef5a4ad99b951ae6b6a42b9d0a0f0741cb4562487ab9ad271b625d4195aaf7d59e6dbc9330f29f2a388438ad SHA512 5d493efca42d03e027a254f4919eac8d3c0799d3b1f49727b2963b0e309e334f1fb84c84ad0958c85fedf0b23c459f288ac07bfdb460222185f656e51617dd46
|
||||
DIST x86-bin-libreoffice-7.4.4.2.tar.xz 147409920 BLAKE2B 9e1f174c65b8a049f2ddeaa449a5de608a40d810b82d2571e0b47ca883c5f282bd7ea346f02c96e97c46277730f47ae21029bab7c176466e24fb860b9c197688 SHA512 0a7e54eadb1ddc25081e1d23343edcc44aaca7584665fedff9af156f3881c6e1ad89c7905ad8c3c1a7483095ce552b0a7dca930a749d3e6a075d7dc81ac76838
|
||||
DIST x86-bin-libreoffice-gnome-7.4.4.2.xd3 1527808 BLAKE2B 42d3de3a02e0f6381c314815cf57e3c567c01c0365345132ba1d560ba8e27598e0ca81c88c230bbbaa401f9d1cf3a1210d7a85605a2239b02a6c24b30eca506b SHA512 ff9daa79ade2f5ff9c1c1fbbf4b0c9c3356a6b6231511eabc48105490b7dbc5913e2c708ccb47d376eb452f45b87a0a9079130aa98d8271f94f3cf081c8e68cb
|
||||
DIST x86-bin-libreoffice-kde-7.4.4.2.xd3 19001856 BLAKE2B 6d1ecb9a8341177764577205a786e4c685747743c4e0959abc7a1475ae486b32210ba5c049fd98564931a90b4cf42a5a02fc3af5cb24c1acca4cd97861ecd254 SHA512 617cf0019a106d044b850a9e5ba8a32123acb092b6e4eeeab3934893594fab33f15d39253a3ead35a0f0b52a77372775e485602a751829d06d25b5cee353af2e
|
||||
3
app-office/libreoffice-bin/files/50-libreoffice-bin
Normal file
3
app-office/libreoffice-bin/files/50-libreoffice-bin
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
SEARCH_DIRS_MASK="@GENTOO_PORTAGE_EPREFIX@/usr/lib/libreoffice
|
||||
@GENTOO_PORTAGE_EPREFIX@/usr/lib32/libreoffice
|
||||
@GENTOO_PORTAGE_EPREFIX@/usr/lib64/libreoffice"
|
||||
261
app-office/libreoffice-bin/libreoffice-bin-7.4.4.2.ebuild
Normal file
261
app-office/libreoffice-bin/libreoffice-bin-7.4.4.2.ebuild
Normal file
|
|
@ -0,0 +1,261 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
BASE_PACKAGENAME="bin"
|
||||
BASE_AMD64_URI="https://tamiko.43-1.org/distfiles/amd64-${BASE_PACKAGENAME}-"
|
||||
BASE_X86_URI="https://tamiko.43-1.org/distfiles/x86-${BASE_PACKAGENAME}-"
|
||||
|
||||
PYTHON_COMPAT=( python3_11 )
|
||||
PYTHON_REQ_USE="xml(+)"
|
||||
|
||||
inherit java-pkg-opt-2 python-single-r1 prefix toolchain-funcs xdg-utils
|
||||
|
||||
DESCRIPTION="A full office productivity suite. Binary package"
|
||||
HOMEPAGE="https://www.libreoffice.org"
|
||||
SRC_URI_AMD64="
|
||||
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
|
||||
kde? (
|
||||
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
|
||||
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
|
||||
)
|
||||
gnome? (
|
||||
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
|
||||
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
|
||||
)
|
||||
!kde? ( !gnome? (
|
||||
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
|
||||
) )
|
||||
"
|
||||
SRC_URI_X86="
|
||||
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
|
||||
kde? (
|
||||
${BASE_X86_URI}libreoffice-kde-${PVR}.xd3
|
||||
)
|
||||
gnome? (
|
||||
${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3
|
||||
)
|
||||
"
|
||||
|
||||
SRC_URI="
|
||||
amd64? ( ${SRC_URI_AMD64} )
|
||||
x86? ( ${SRC_URI_X86} )
|
||||
"
|
||||
|
||||
IUSE="gnome java kde"
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
|
||||
BIN_COMMON_DEPEND="
|
||||
app-text/hunspell:0/1.7
|
||||
=app-text/libexttextcat-3.4*
|
||||
=app-text/libmwaw-0.3*
|
||||
dev-cpp/abseil-cpp:0/20220623
|
||||
dev-libs/boost:0/1.81.0
|
||||
dev-libs/icu:0/72.1
|
||||
dev-libs/liborcus:0/0.17
|
||||
>=media-gfx/graphite2-1.3.10
|
||||
media-libs/harfbuzz:0/6.0.0[icu]
|
||||
media-libs/libjpeg-turbo:0/0.2
|
||||
media-libs/libpng:0/16
|
||||
media-libs/openjpeg:2/7
|
||||
media-libs/zxing-cpp:0/3
|
||||
sci-mathematics/lpsolve:0/0
|
||||
>=sys-devel/gcc-11.3.0
|
||||
>=sys-libs/glibc-2.36
|
||||
"
|
||||
|
||||
# PLEASE place any restrictions that are specific to the binary builds
|
||||
# into the BIN_COMMON_DEPEND block above.
|
||||
# All dependencies below this point should remain identical to those in
|
||||
# the source ebuilds.
|
||||
|
||||
COMMON_DEPEND="
|
||||
${BIN_COMMON_DEPEND}
|
||||
${PYTHON_DEPS}
|
||||
app-arch/unzip
|
||||
app-arch/zip
|
||||
app-crypt/gpgme[cxx]
|
||||
app-text/hunspell:=
|
||||
>=app-text/libabw-0.1.0
|
||||
>=app-text/libebook-0.1
|
||||
app-text/libepubgen
|
||||
>=app-text/libetonyek-0.1
|
||||
app-text/libexttextcat
|
||||
app-text/liblangtag
|
||||
>=app-text/libmspub-0.1.0
|
||||
>=app-text/libmwaw-0.3.21
|
||||
>=app-text/libnumbertext-1.0.6
|
||||
>=app-text/libodfgen-0.1.0
|
||||
app-text/libqxp
|
||||
app-text/libstaroffice
|
||||
app-text/libwpd:0.10[tools]
|
||||
app-text/libwpg:0.3
|
||||
>=app-text/libwps-0.4
|
||||
app-text/mythes
|
||||
dev-cpp/abseil-cpp:=
|
||||
>=dev-cpp/clucene-2.3.3.4-r2
|
||||
>=dev-cpp/libcmis-0.5.2-r2
|
||||
dev-db/unixODBC
|
||||
>=games-engines/box2d-2.4.1:0
|
||||
dev-lang/perl
|
||||
dev-libs/boost:=[nls]
|
||||
dev-libs/expat
|
||||
dev-libs/hyphen
|
||||
dev-libs/icu:=
|
||||
dev-libs/libassuan
|
||||
dev-libs/libgpg-error
|
||||
>=dev-libs/liborcus-0.17.2:0/0.17
|
||||
dev-libs/librevenge
|
||||
dev-libs/libxml2
|
||||
dev-libs/libxslt
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
>=dev-libs/redland-1.0.16
|
||||
>=dev-libs/xmlsec-1.2.28[nss]
|
||||
media-gfx/fontforge
|
||||
media-gfx/graphite2
|
||||
media-libs/fontconfig
|
||||
>=media-libs/freetype-2.11.0-r1:2
|
||||
>=media-libs/harfbuzz-0.9.42:=[graphite,icu]
|
||||
media-libs/lcms:2
|
||||
>=media-libs/libcdr-0.1.0
|
||||
>=media-libs/libepoxy-1.3.1[X]
|
||||
>=media-libs/libfreehand-0.1.0
|
||||
media-libs/libjpeg-turbo:=
|
||||
media-libs/libpagemaker
|
||||
>=media-libs/libpng-1.4:0=
|
||||
>=media-libs/libvisio-0.1.0
|
||||
media-libs/libwebp:=
|
||||
media-libs/libzmf
|
||||
media-libs/openjpeg:=
|
||||
media-libs/tiff:=
|
||||
media-libs/zxing-cpp:=
|
||||
>=net-libs/neon-0.31.1:=
|
||||
net-misc/curl
|
||||
sci-mathematics/lpsolve
|
||||
sys-libs/zlib
|
||||
virtual/glu
|
||||
virtual/opengl
|
||||
x11-libs/cairo[X]
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
net-print/cups
|
||||
sys-apps/dbus[X]
|
||||
gnome? (
|
||||
dev-libs/glib:2
|
||||
gnome-base/dconf
|
||||
gnome-extra/evolution-data-server
|
||||
)
|
||||
media-libs/gstreamer:1.0
|
||||
media-libs/gst-plugins-base:1.0
|
||||
!kde? (
|
||||
app-accessibility/at-spi2-core:2
|
||||
dev-libs/glib:2
|
||||
dev-libs/gobject-introspection
|
||||
gnome-base/dconf
|
||||
media-libs/mesa[egl(+)]
|
||||
x11-libs/gtk+:3[X]
|
||||
x11-libs/pango
|
||||
)
|
||||
kde? (
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
kde-frameworks/kconfig:5
|
||||
kde-frameworks/kcoreaddons:5
|
||||
kde-frameworks/ki18n:5
|
||||
kde-frameworks/kio:5
|
||||
kde-frameworks/kwindowsystem:5
|
||||
)
|
||||
dev-db/mariadb-connector-c
|
||||
"
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
acct-group/libreoffice
|
||||
acct-user/libreoffice
|
||||
!app-office/libreoffice
|
||||
!app-office/openoffice
|
||||
media-fonts/liberation-fonts
|
||||
|| ( x11-misc/xdg-utils kde-plasma/kde-cli-tools )
|
||||
java? ( virtual/jre:11 )
|
||||
kde? ( kde-frameworks/breeze-icons:* )
|
||||
"
|
||||
|
||||
PDEPEND="
|
||||
=app-office/libreoffice-l10n-$(ver_cut 1-4)*
|
||||
"
|
||||
|
||||
DEPEND="dev-util/xdelta:3"
|
||||
|
||||
# only one flavor at a time
|
||||
REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde ) ${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="test strip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
PYTHON_UPDATER_IGNORE="1"
|
||||
|
||||
QA_PREBUILT="/usr/*"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
einfo "Uncompressing distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz"
|
||||
xz -cd "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
|
||||
|
||||
use x86 && use java && die "There is no build for x86 with Java support."
|
||||
|
||||
local patchname
|
||||
use kde && patchname="-kde"
|
||||
use gnome && patchname="-gnome"
|
||||
use java && patchname="${patchname}-java"
|
||||
|
||||
if [[ -n "${patchname}" ]]; then
|
||||
einfo "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3"
|
||||
xdelta3 -d -s "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" "${WORKDIR}/tmpdist.tar" || die
|
||||
mv "${WORKDIR}/tmpdist.tar" "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
|
||||
fi
|
||||
|
||||
einfo "Unpacking new ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
|
||||
unpack "./${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cp "${FILESDIR}"/50-${PN} "${T}"
|
||||
eprefixify "${T}"/50-${PN}
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() { :; }
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
dodir /usr
|
||||
cp -aR "${S}"/usr/* "${ED}"/usr/
|
||||
|
||||
# prevent revdep-rebuild from attempting to rebuild all the time
|
||||
insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
xdg_mimeinfo_database_update
|
||||
|
||||
ewarn 'If you plan to use the Base application you should use a source build and enable java and firebird.'
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
xdg_mimeinfo_database_update
|
||||
}
|
||||
16
app-office/libreoffice-bin/metadata.xml
Normal file
16
app-office/libreoffice-bin/metadata.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dilfridge@gentoo.org</email>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>office@gentoo.org</email>
|
||||
<name>Gentoo Office project</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
LibreOffice is a free office suite. This is the binary version of
|
||||
Libreoffice. Use this if you don't want to wait for the source version
|
||||
to build.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
80
app-office/openoffice-bin/Manifest
Normal file
80
app-office/openoffice-bin/Manifest
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_install-rpm_en-US.tar.gz 168916990 BLAKE2B 4b25a2d09fa5d7d5229b661a76d8662a8f8819b11bf6a8a19afd8b39ef9d9c1e14968e2bd2d668afb28b4877d67922bfaae3d7ba471758ec708e6f917d2b180b SHA512 c2e1b7a20491a6f121b587f23a606269d04184ea22c827036992b0be2868dad177ef1fa8150bd80379da3a53c4437adea92ad82134e642d94c39bfff1c721d59
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_ast.tar.gz 19038308 BLAKE2B 4abf25a17f020f6c2ed55d7190b1275b08a942cd368b1118fcbb7df68235483882abaf793432e1f5d7ac7384b18530695f1be61430a040c71417283975999f91 SHA512 1d6ce3806b428189f9081f5a402ad1e52dd4232a29c6af2f84d5e36d353249f3c6cc8d78636c476bbd1b23a93bfaccbf21eda5f025d05169c17f5ee36d0428e2
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_bg.tar.gz 13584387 BLAKE2B 2b94f7b9cada80e992ccd77e37e02141961241fab2b0e1ec4012dc242423ba378698caa6d21a69c7908654d132339a97d95e0a4612a36676657ae51068503df7 SHA512 ac9fc4f480d0de3a6096342f56ca1c6067f876e37979cffe0c79504ecc4253b3d02fc1e01fea46f6e898062a1540dc0eb9cfa2d1cd7a49f444a598c09379846f
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_ca-XV.tar.gz 20529233 BLAKE2B e63befec761af6b8fb6e2d4830a183e1950a04b8e06d49c2569e63e75ec8522f5167174631f83e038706dff0834a8331d5822461d4583ee83b69237f67185a11 SHA512 18658f5578dab748e94291b4b6937f0407e14f0e41155de509d7b7b3ef24bdc8db0e3bf45c763b6d025323f399fda4c4ecf19ff4c172836ef34aa913349ceb95
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_ca.tar.gz 20522185 BLAKE2B dd131706f63bc2fa082542dd0c8090ecea3427ac6614ddb19999f69a7c0d347230ce7c1b254937ee5dd0b2caa3d7bca5ebf963e32493bfccfd39d0621da9371c SHA512 3418569085c5d856e6ed7f0554dcfaa68beae777933c48173aa6c3ae8b5f9cd583f26691f27c215eca28ee2580a13fdf2fa5b9edd844adf29e92bbddd8fd739a
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_cs.tar.gz 12629438 BLAKE2B 7621e16a14d49bc3e21e26707e801f6496ffca183e65019b63602404e0f1db12fcc112ea981027392f032b06e6b7da1ff1883e13b5c56a10d09c64545f45f19f SHA512 38b2f04250cb45246083b8a4d20a150ed58d0d638b106798712a69de4798ae0eb45e63478b785c49942082309485394ed05fdfa240df0bc5bd47611ddca77a9f
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_da.tar.gz 12420655 BLAKE2B fc034786be3c1cf8dfac86e0758ccb52987a95a53c970242ac5035ef610eadd0fe3c9f8c448ef8ee069a15b2c50a0ffe0665173bc6cf8818b0272f05448c8b5a SHA512 4ffde1fd21de89c7ac33d77bd7aacb651f111b6bf77491dad96e245846d3c4b832c7c3c9a24c9a16d8a53a202d83dfca04d06b38cf5feb1f860a12f724ffcb6a
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_de.tar.gz 20727657 BLAKE2B 5a250f9923d11c778e51706502ab424f97e4f270e2f788ddb1cd018661fa76419a6c7c3c74060d258a147d92bb694709dcc6d2c81dca18cf93d10a3d35c70238 SHA512 fe676be6aff3f499362f6d10466756ae4c1de54923eff61b47a3fa59b48f50a5ffd0edd7bc4bee32155d075721c9ecaede68271e17ffae3c94062ce48ee86563
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_el.tar.gz 22047719 BLAKE2B aafbce27c08957f1e95861ff563db87b7855e2ab90a04384c8eb970cab107b4ecd64f32df00855114816010e9ccf270d9d1dce5903e2a4160e523fc5788579c1 SHA512 8546b128733392d7216ea498f998b9563031ecf723ab77b20e1ef935f833380c82a4eaac5cc007daa7ea3b3aa6bc2dbbda2af37378a32e0199db346e5bbec36d
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_en-GB.tar.gz 11384954 BLAKE2B 928f98c634891e39ac68d1dd14e0bdfb34029ce6b637a6176577fd34f207181f869825c85910030a9ac192cb2821da85686f475a772a03498c6f067d6f4487c4 SHA512 f72cd9ce08c3185a75317a5261001d238d8f8ffb768836cf995fcc25436bd55bc6a09076dc670c8ac51b91c40aed339e3815b8535f7b87bce2d8ecebeb5890d6
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_es.tar.gz 12820081 BLAKE2B be5e2f8e37c80ae160af65b89c1b6cafae7f6e6d7860c44e48c98a5c71116f8219e453f92c1377e26e3b4a144828df5a7b00034c2490fb2a2757121ad50e9aeb SHA512 0d16738f9f234fff37855ff9b85838012a362f153dec9891db8e219a54d4c1951d2cf222b37c169408c0045d701358b3b62201c0021598c8b2d4cf75a64cb607
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_eu.tar.gz 12671665 BLAKE2B ed8e2360b5018b4b64f44a5539bf9e462e2ddbbf21132598554e0d389c4c75140970cc67c85b4f9e60da8a40bb608489760d8f4bca8c50c6d202340feb1ff47d SHA512 4d760999fd16157107132fd8384f42225ff9fb922a1e089836392584fba4b9db9cfd32231008da63775167c9137c385300fec957e729b6390b7441f0bd7a0027
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_fi.tar.gz 20791517 BLAKE2B 8e1670922a29f1283c858349a95ec3709841ff6b7855875973a75719e90778730afaf0d344c7792f1506c27b996e74f13bd551bb98fe8464e5f8224bf3265022 SHA512 14bd155062a70121cb21c44f4c48a446cc21508465fe75b85784523dd7bd0c11b56598c6a2b094723074fa4c88a658d6673fd7c0a61d2f77400f5c3206cf5141
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_fr.tar.gz 13043527 BLAKE2B 62ee6b1c01d41cc618c0220bda27841bd2769b2cfcf273e181d291974b079584eddd6c12136a1db1f891de89e9a723ff95555de466d4fc89bab2594049a9c3d0 SHA512 633e70344db6cfdec44ff04491c2f68c6e295fa8dc7d8203eafa1bb5b4eac4c70e0cf35ca3e27d4ecd37b1251cccf1f9a57321fa2174b02bb1a06e77e5119459
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_gd.tar.gz 19013523 BLAKE2B 0d6833b84325adc15ae27c3056441bdd942501aa96cd686b0145efd295974b97a95a6a03686f28d9b4c27d8ccf293491d75748740f68789205ab45920b1754f9 SHA512 57363b138614a3ea7ae0e0817ae363ca2c23f32462944cae9d38591bc89b65541e5a876bce4aeaec1e0c98c51e3a58cc5c7e082e8640c6775fcfd04d9cc54d24
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_gl.tar.gz 20114998 BLAKE2B ebcd43f1b2223a9afb0d74ddb4cf34f68e8679041e43cbd680b028f94a4f29c0dfcc1ad6665fe0e41511e274e5613c28485766c5e6562384d52fbb481f428c0f SHA512 1d9dd70b5d575d28d33380a25f89af35b253a01217e19a573c50e9147d940dad3b30dbcbb085e88e67254899042f4f9641d7ebe306bca69ec88d36e3df4c7a18
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_he.tar.gz 19117316 BLAKE2B 5a957f1813b634ed5ee2e911c6503bc28aeed7bd8c0a5f6b8d545c197c17cbb0f4f82cec7815a621f33d8ec378762879c423f82b13b98b515ee48f600879945b SHA512 935d74b4d1bb7fa00fb8127d6b50efdd6bdad92d789a57fe9d0ded8b9417fd2e67b470392d2ee62491547964a42132f26951d87df36a54364ebe7f438c3f165b
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_hi.tar.gz 20078651 BLAKE2B ed62c38d9e3cd47523988902f56f6a7e38284ec7a223194dafbf11292a768d8a61f5e45a16f9ca89dbf70b256c94ab5ef53af8d2965966dde6f278f01bc11520 SHA512 6af2911c16b4dffe97ced631f84e5b19a0c416cb4adca4b455c98ffbd3a975deacbcb4deec2989dfae91d2bcec4ec08b809e66711d6249d331a52e57256a6ed4
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_hu.tar.gz 13081960 BLAKE2B d0a00cfe98511b947a0a9f02421af03dc3cf1bd0d2bd9f75b0131286d7690f07d44f47509746a6eec3053251db0a1efbeea50b57ee65ed2ed31c6a92e49dacd1 SHA512 f06cfb9785fb264e52819c7a6d2bd3c5e646cd8b9f97ac226a043dcdd11707e53964e29dcbe8d85dfb53ff402e00de9bcd4f68f7e1a5fe0b73b75d2f8f887135
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_it.tar.gz 12786771 BLAKE2B cd6b9d4feeaaf321d4e6cc664bde5da40e3d0808ccc64bb6a1eed07906367b7912467338b9a7167dfba4d655e1aff4c63a733a62f18dcc5b47bbec0c5381e801 SHA512 1fc3a0e194ff18be5c9e4205b45baa7a5ce83e9f7b50585a390f65c89e8d07e3ba738675db75dd4b556e0f51b61067df056fa7fb9172fc8ec90fd1829ab02beb
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_ja.tar.gz 19004763 BLAKE2B f883b52806e1e70a5b1ade9eff40ffc00c37dd73aa7abed6969447c2fe8aa04c147e782ff67b69fe6262aa99b8653600c5c5946594b0463d9d7e93f55c79f974 SHA512 88e328231a66a8b3300de17ef80693b83da08556602596371c7fbd92314b26699aa38a28db563799b44b3f51ad772d1f2bad70ab0cd53c72ef4a50ca0d3f5b42
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_km.tar.gz 15929403 BLAKE2B 7479e6e453eb56c4d4afc7b24fa7fab7b93cd4bcb1abf68dc4c78deaf8a13ac9f2e1683941425782186a3517951beddcad7704fdfc7190cd59aead799a2b4fec SHA512 48cc4fd297fb64972f7026c20d4dfa23751e084a84e0eeb49d4cce2cb88a6512e3cb96d97c30fe0b743cb414782728621cc6ec53717c7b7344889edb8e8b5bc3
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_ko.tar.gz 12535236 BLAKE2B e1db74190d4cf6b827eff115709fcc2fc9dd228f6dc17473ec8dd91089ade13ba5a8b150c00fd15dcfe5615b18dc9fced91f32373981891dca1b35ab3bf120ec SHA512 ce6304e53c19d403237edf42c1589d753ddaee6788d8dddacc53b33170dc975acced4b20a31c40dbebf76431ad45bdd0c15ff82b57dc80408c78667a55034eea
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_lt.tar.gz 18999931 BLAKE2B ac91ed2a4d9292b8c264470306314e2f73c04cfc89b278c92af821fd3982abf7c43ee10e580e84f9ed6f9f7813dd5239aa18bd6622f3a9493deeb53a1f600ce9 SHA512 d2e6cfadff1e5baf4ee8d478efc1d07fdd8b3254dd9be1669b77e4807a5d7d7dc05e11b84e2f6e20f74d9edcc7d86ecb29e7501ccf91c988bfc3544ed6facbff
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_nb.tar.gz 20234262 BLAKE2B 49fe669b75ef6f86970785b76e018bcbf472fca8f4b08191350e578c2b4158d2f6a853648c849057ffcb6ec0d502f2c4eeee9a4b6a138e3964fb1432d0a2a7f9 SHA512 e2a45b942a55f6ad9a3aa21b36abb3fd3c7553a0a6c60cea3a25eaa004068567fd5742127dbceec38085b2ee41268589d3f437aadf701d8dba2fd98b6ed82f58
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_nl.tar.gz 12623340 BLAKE2B 0b296da4e71bc5e33022b0f1e81366cdc07df4bbde27a1aa25ae0b2f772af07cc048c6a94ee837434eaeaba9a161bfeba5b61455b42ddcbdf95166abe73badb5 SHA512 4115aaaebf06ae7e0e802904aad3cdbbe907635aa872525f4b5a83ea302140aceb5f172c8e33535368eeefd33138b5934b85edeabf0fb803a2cfca0507f71551
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_pl.tar.gz 12978389 BLAKE2B 78840679c16871bdd1ea54c74f690dd14c1c13ee28315394ce7a7763438ecd96c4217de44b0dc52fb5bb7a7b95f96e7f4912709d7af6853c38854646df5edc3c SHA512 5ec317be0734b216df4ea3c0c21368c5e467c6199fd3b38142e91b6761d95aeeb2644dc631254b2a01c982688fbd75220c6f38dcc133087e67ba2db33a53c783
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_pt-BR.tar.gz 12641165 BLAKE2B 2618915817eb4cf3218dda8f11811981154f191e38eff9a244ed814892a08664e1f87b4fb5a7de6d46c4daf7fc6806ebca16257f6fd733359a2c622662753b3a SHA512 e2b91b67f8e9fccc252d21bccbad951f841bd1fefe6efb79724b5c01a63f675d042effb269f58c813f4de7e4f16efc85a65553284cbb1457e19527fe3c283451
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_pt.tar.gz 12634378 BLAKE2B 4ec939a0a6782ed638b8a63a9a39d714c57c5d7682296b2e3c11a9237396521830b2e5849f41dd3e26339a1363edb2aee35b123f99a7327eb4bfad7b6f67c66a SHA512 51fc147cae3f99804010af87d9a368c3dbfa632cdb4666cd8068e7be1d76d67329ffcaddad9a7e83d26b3e221e279d8bae4627b4efae6cdaabb88d2a431e4cd0
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_ru.tar.gz 13719110 BLAKE2B f8eb1692e692ad2cf94555b87f02e45c04659a7f5db5555bee3ffb2fc982ac4982d18c3c663dce7cc17059bfe7154b3da1bceb3009cb2aec88d5933683971921 SHA512 0d9c90d0217a23b7d131d993d36cf663267c87fcfdbd3ad2daabbd2fc0692ece72aac4064206675e8df5e952f2149ef2e45b2169356db8b276a8c472fcd9ebff
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_sk.tar.gz 11827777 BLAKE2B 69fa1845369bb8425947c8d34dfa1661ed23ed4a02af7b33b54c19708eedb0b2e62c441f3096d60967ea5f3c03ed7ef3f9b9e81a682e3068276feb1981120f81 SHA512 782d4c5877d77e45f5cc0870f29d2dcd9674a6b7764d1eb46dd392a37c78ac1bf0aab62a3b7aa3892a3844c8485831d3f5393887240e772600fca585310e79d6
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_sl.tar.gz 12566114 BLAKE2B dcd32c00f6d32b3fba1925c23e79328ebd1dd592a6c8ae3160e507cb69d44c71439c80306f4b36f3034626dc31320599ad6275c6861ee260be52782776bcc3bc SHA512 dbbe10199a8fdbcbebd8c33b7742b1506e50290712b5d31f613c76835382f26031979a5741ef0cc30570d53eada97f8a800a66c5e9c2e571a9f94a6cb1c6985e
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_sr.tar.gz 19081757 BLAKE2B a54d8ce234db8f246f406c0260039705d6e8e7dcd1117d610cee453228dfe830d66b9f3ddda35a3286a3288f53ab5c9e74c694ee0aae4e9c90e6b178d277404a SHA512 45592b99021efc03c571289e3a3991768297be9c077bdbcd90564ae899937755b22241418319742e4b3072d160d851fef89dd02155a2c1b5dc68d18bf4b6bfb0
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_sv.tar.gz 12458009 BLAKE2B 119b3e6d627e49bb12671b68373e067d89b150d08e6d17e30732e664f0c71d3dd6a6a251d2e1b988f07936864c8fd0c3da97ec712c1f9ec1a237f5d115542b26 SHA512 16dfd21c84e22d8207572a180a35f903b68922fe9e95101b0d7012f4564818e90f57330b0cef9ce7c3d066728de1d6eb1833a8353187b5d5510e89820585d39f
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_ta.tar.gz 19100644 BLAKE2B 6b472a72ea2d5508c4d8a36fc0cd02cba329cbbbf238c75bea0869008786afba1d897d28c5f31d4e5e521c54ab8764c0927bf3fe333919e88f6a9face64a85e0 SHA512 0d3c10b39091974539f8de2ed214fc804b1cddf5f56d4525330d62a0116ec4101a1fa00eba79a8ff977557cfcb90e5394dee4d5ebf8267ae10a73b8d04fe8e19
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_th.tar.gz 19050962 BLAKE2B 6f86978e07d705355b8654a8325f30b08ffb201db45ff720465a2d7f7c02854f1fa158c27a4fa49de0909854543256182e4bbc60e8f73d47b8d6ed8432995138 SHA512 0962c94155a2c780b24018a2a4190ce0eb9169c38574cc476973030365abb3fea3aabe9e13d7e3f68ffc79dc7950fc67496eab51e892aa95fc9995a4b72bb0e3
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_tr.tar.gz 12161622 BLAKE2B c5e9482f886466c1e9df36ec5cd29dfe8bb5919d80de61c082dded23a7e7324bee203fdaa32d3915dd9dc873d58d605239cd5ee7a099f83fc2df300ca5938d24 SHA512 14f7811212a92780e46c61089d95b41a86873e98dd39d64e523a436f1fdf94936d138d07e5f5fedf2620309ced5ee12b5d5f767695b69b8d8ebab3aec1402d94
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_vi.tar.gz 13405268 BLAKE2B 1d4a7722411c4e44db937075c63818c636f334a88d9b9704552055d02962d4bc272f9444e00445255311412b086d702b3caaa0c185ef573e2763bcd40caf954e SHA512 35a513fe738d710c526538f570d034b9abfc80d8ecbcd13beebdf1dd09f9945e09bc10fa9ba3e5f1c60c524f5ec011acb87456321dfaa7893a10b6d4c93a3b4b
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_zh-CN.tar.gz 13841714 BLAKE2B 2214a9000a28ab00d8e3dd578de9e9e219fbec869ea196839c5dc774082bb3abe697bf5868c83b3328482d1bc034e674ca195643d3bd1668e6587f1df910bd0e SHA512 db364393d8b0eabea54b0409d2771d94be33dbd35fd6debd295d5765c1668855b16b81926cc66a0559afbc90d2c535cfe37b37ee39c11d512a6ee86de749ac27
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_zh-TW.tar.gz 14047563 BLAKE2B b9c754a7e252bd50b34b3236951ab45239cb3f89c6436e86e4c3b9b40fb32131d3029dbe62979e4c83c7c3dfe6748618f349fb05baf7eab40b87ab393055293a SHA512 f703ba309533546505edbd2062851316de07cda7ec46ef8ade6b59cd281101ba71084662d1421d2323c6f0c6d1b4a01b042e162f2d8887dc4b5c169e766a751f
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_install-rpm_en-US.tar.gz 160869243 BLAKE2B 5e51e0e4476cffa2e1db2f059d8315e4d067aff60425b5dc7b5a2a443f5f8302720fe754304022da2d77824b44999f1e3a84d77c7c9a1eda01f20674c8c042e8 SHA512 b40c1a3c3df47bfd2e50e92fbdc0063ba9eef2fc9cd6177f1118536f974ce1d503eb89c13c1f871a89fc87da2bfb1d103e42762cbbbeda49d20d68501100fcdf
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_ast.tar.gz 19046109 BLAKE2B dfcf5ef3713dc965bd64af5762a7e435affa5f0ffc63a2174d5d0e59a682108944e120c702f14b88790c0b7f31840741f41c8cf06489fc7317396c4873f22440 SHA512 a39ebe3fbd57874e8ffc74842350adafa322fe8a7c79f511902e4ed50f751ac11eed2b60614a1dc95cabdbe52764bd2202db4768a9d08c89c6b317ea585db073
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_bg.tar.gz 13592915 BLAKE2B 08be9542cb8c797d9c8e88cd2d6406f775b7ba909c7fe19149a69c08624819403e29f0f7ab53ef699b095c56fac8e3bbb670eb7ad58ff08cf6371ad26e9a09cb SHA512 f1f80ddfeea0b65b0883f9166fcd12634c331b5b18a7c35de251ba1101a2546286263b627ae47fa94cec07d4ca921d275e05fbfbb82d655b45b264e8e2889810
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_ca-XV.tar.gz 20537483 BLAKE2B 978c27f17831511d2a9813f594923ac5e4d279c2e0bb2923eeae7e263466264b74d3997f4e0326adf30262b22c748b29cb7ffa4a1081753db0976b61e5d391a8 SHA512 8a9b127384b925bb3892b3f7799780e979cbe0172fbcae027c810df18f01cbba9d15951570410a5c4b15dbe91dd8c99ca69fc41cc2caf8d5188c905a2fff07fd
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_ca.tar.gz 20529055 BLAKE2B cdf2bfa09d601d44fefa5075ce0426e4df0de0fc4d8b40ebcc0aa51c47f24dc8f78e79be981ca697b2e91e54b9b37bda3600d8c6a19388ceef06b8af5e4e8576 SHA512 54179db60faba5514f210aab1c8b8b8679a45337aad1711420f0e2c07047adb123140abfd72aa1fcd9dbb0fb6ffdf9c1126734e0299b49e82b4866dc2d436028
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_cs.tar.gz 12638749 BLAKE2B 3c6a8aeb4025acb0eeb7c3b442b031163129ede047e69170a2af01d57cbe5962d9d481274df824d34c9abd01eaace3267dec5c2a9f91857b0f4c172a43553f19 SHA512 ba2d70a4f792d0ed2d670ecb39f1a0c76561f113ab33ff90834a485eb1da74383f48b1e3a252c0861df78c0e22bd9370c30ac86970a68578d98f8c91d7efe4e5
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_da.tar.gz 12426701 BLAKE2B 00cdcc25f082b795e432d351570c30477aed252766bab585c3af1ef16eae28155c1a8b54bc6d30e303453bb1a89f14402c70b0d7869199e9a495777a9c70f3d4 SHA512 0f95671ec17afcf6ad24d6eedc4b19cef81fc109059c5bdf15def3fdd9675c3202e8d5d29e93e3634bc9534e3267e70defa33c54c34564f3f9166af077ca1358
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_de.tar.gz 20734256 BLAKE2B e4085b7c040651c0af4c5fbe60e4ffc308dc36709e0ffdf51546fbe0b88691bc88efcf7c31d94ca0f8d8b8f676fc4dd9ef88b7dfe439548ace249f489e15fdf1 SHA512 1a274c5d588b851f4b3379887027f49f3ec21f812f65611d35a116734a2cd8ab6c3bbb8c83f0de4ebda2191dce25e5b1f4ec7c00e7604d43c885aed795a412ce
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_el.tar.gz 22056235 BLAKE2B 87721fbf42bcde518e8b194a0d71f29dd2d672b09b3104318147535b1939d91de5c638bd15db2f1aba3df341f9dcd3a59badb5aff879afcc1f95f34746e46f86 SHA512 187ee1a6a41763e30ed924425bc66f9ee8704a3307c85fba71cc452f535f7827a2749452dd3413a87a3a3d0b2090f67cbf9f9b0cf3a5d44f7aea63cc0e3882f1
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_en-GB.tar.gz 11391871 BLAKE2B df85023678d30f27f8b5cd53868e27f95f31127dd4a5ae243330be913eee629c49067a469000daf2ad691e6ceb6fab9011c3563a4a2c23545c6791297d443a05 SHA512 37b1c154d2184de2ecd825aeab63d9783ed5e7e2fa6224456fb18296686f9158526bf9fbd75e2fa06a05dc5be510232548d82c335ace9186be7fab88ce5f837b
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_es.tar.gz 12827278 BLAKE2B 02f58cd75f544ff94687927c1f5a427d0ddc91f90eb82c5d2e496563764fe13d7c9a73e88990737c46b726483a5fa0b9e0f6011cc39d26392417ee823b47112c SHA512 21878f799f4378066d765616fd7e934049c7ab34a9e3c41677214fe25b81843720c593bf8d8fcfab178787288be644c669af4887d791ded39f71c2462bfb473c
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_eu.tar.gz 12681915 BLAKE2B 0e57538b32faadda97c1b1088bce2cbe715e371e8bcc76a168dbe61ab71d3557f7562b3116ca62135cfc23c61ca9f0b9b3ecb44a0c89650ef1c674309eb60150 SHA512 c53f317af2b6ccc0750d209582ae802b46e29d63f8db8badbcdef4fd9390a405fc330326c8c09615100e14395f412991ce898ca9f230638f6938466ece6f8ae4
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_fi.tar.gz 20814484 BLAKE2B 50df41a9bcb9ebd395b3b2e243e1a40255bc5af7d2f924112bd59133e522c389ecea5696c4395b9f18ca24627a64e966995df0a9d16d96cdfe7e40a5803f92e9 SHA512 2aa4b89e6cf1df2f72c40f89b7c294b218a8fc36df2ba3264872835719109e8d728fc874acf096925e3817a4685928967a32c9673d7e64f9576d9b330663a20f
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_fr.tar.gz 13051381 BLAKE2B 37a8433f6da53ddf3123a97c7f834844b91259aba8060626abdfd9b05ec5c47e59203c7ee1e7ea49f46876136cf4c5b139ba365dc88158f5e886d7c625841618 SHA512 2a2ccf1ecbc74b98b42ab4addedd73818972020d970a92d58a7248a86bd74930ced1108fdc266e250a7f07cf27e65d54ef916cd5c0218361a2e6b126b2937748
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_gd.tar.gz 19021271 BLAKE2B b7ecd876aab567cb641c91c9a81c845cbec78dc5f7ac4d9ee2b559b9136a46e95578ae1cabcc6ba889c0141d07d925cc18e46209845e7ec5c28eb08edad9d657 SHA512 70d74238f45442cab1cdb1803e0c304177be7a9d3986026e5d130541324ecfcb1fe1a2ca2b3f7259cbd28259da8a3be3ed05915d9992b3fcd032a668c0002972
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_gl.tar.gz 20122283 BLAKE2B c84c030b9e0d7c26c96526e902342aa89d3aaf5bb3d5cce5a21a56e8359e47f2ce42567197a391ec2c56ab2050bf37bc17059f03d47d79e16f8ca6441f4e6ef0 SHA512 fca43ce72ad456e645b3ef040875146b43ba8a30e8414cd4d5d70bdb5f472b408bd6e3b0901b0efaa8d07364c30c539e3b8e07947d79f871a2da35205acab5bb
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_he.tar.gz 19127054 BLAKE2B fe7b6d937f23dfbfb02dd34dbd69f299020d5cda76ebcf1ac217ce14a71e32f1de2d6036926098937cb4d20dc2264a7ab5919f8e5a307fc8cb5c582ec2099d17 SHA512 adbacb9aab5c8bee5cc2bd6a870182925e780bdaefe194de3143c2db5af3a36237fda659f1321a0428d4fa6f53f92737695c5952864f6af76b8875b3b57e5e85
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_hi.tar.gz 20086656 BLAKE2B f577f598d762d52612cf226182ab229e8be6b1e9714cd7373d439c64a36235cffd165690d39d55b49d6f821b39e6de87707778b679a03efde1d3b45463594ecb SHA512 001d789977569f10fd59d3a5598fd8feb0f1da4d1670bad63f0d0d8e4d7cc08b1bc669d05c02d426a76d1cc19c0010a838dfebd258209e13948e83a16da709de
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_hu.tar.gz 13091141 BLAKE2B 8164384661c7c5fd557465972b1b66787bf65dc1c1a20c7aec8e121aedb61af1650cfe5a9acdfee690f54ce4372366ef86c1f38dd726906c42651fc9c421a00d SHA512 2bb1f41a191979fac9a5208042fb5632c4cf835dc13860314a158986728cacb18ba153991f082a3ed75ad5c8ad4cf83f337b02428115062ba543b88a796f97de
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_it.tar.gz 12795269 BLAKE2B aea06a6b5afa889609a2fd2ea16a932298865b068137c59c4f0d4f7a3c65682323e92b100fc6941a989402f6f35ed20237a6c21eb4a26983b7ced6781e51a7b7 SHA512 4e471283cf3fa67de26c73ab9e4c5165091627f4e816472bd7a3e28024cd4638cdcca6db66441832cec2321fbfc0da4452c5c1a37962f31ae6246b11e6eb7682
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_ja.tar.gz 19014771 BLAKE2B b9cf1d01170aae38fdcf2a28e98e448e6ca57ba77c84ef04b431cd2cd28325cc4b203b99da2c76c21be029d7d183f7d8bc011e85e07ddbdc347f784e248996ee SHA512 4212a6f6e91241619122fe7278eddbed7f5f445f319df379b6ca2006c5a61e74607dc3144216486abaf9e10c85d0dcc8663f681f55fcb63c5dbf61a4c55bfd87
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_km.tar.gz 15944792 BLAKE2B c703b85801f6d098a170a65aef492c2cfeb6e072a3a45585c040ba0815460ee05c09ee53f64991e4828c4c19ddb42b0c1f4039d3c1a0d7ec2b3ceb455c6672f3 SHA512 195a594596e4f5677efbb090e4f5e5b928934b87284449c0937e60319da973c223753733cf8708e8336e99650d77d75b3248da7046e013fa294de6180289be78
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_ko.tar.gz 12541909 BLAKE2B 7fa069d9e65670690752eaaeef825cdc97197a4e4be31ad6bc80d2cb6673675fc8c7b6b30259a0c5276447f3d42f7d1085da9aaff8e499d14e7a53f834300027 SHA512 c076de845faa207a1752a681d02943d5c987939658b53c089eecd09f625bbd9137c029682f14680be7beaeb3cfa3482ad32dbd66d9908c23cdf83c71c68266d2
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_lt.tar.gz 19007477 BLAKE2B 14021ce71801d7b64e1358efae51a67d66cbe75a7856e819c78c57b463e14e2566a414754824e43026637f0f63bd46e63966fcd1fe7550dbbe8c9d4ef58ad433 SHA512 db3ddf30e2ff4bc492ba7ef35a72761340080623398df3fe0d070622b2f5033171702430ff3c41cd6e974c9f9338764e49e9ed6f19413e52548b1d91361dbea7
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_nb.tar.gz 20240959 BLAKE2B d40d09ab7c51777572fb744e4433d4e70ca4194bfc09e4bbccced7d57624776e6823a0adf5f06df7a6af127ced900b7fbdea0ffced0c4a43bd7716f00521611e SHA512 ae34b824e72211bc6ca06dc74f7e97b4e9d928ab0dfa7901a99c8dad67bcda384b516daa3759af3bfae07be9a8b87f325197007dd3335d58ee2cbd4850d48c71
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_nl.tar.gz 12630205 BLAKE2B aa066b3418e82bdc56577579957b7d5a2923c6c95be0d5473c083a54d9d08ae8d184c1e5aaa3ec86e393e71b5002314d12ae21815e568892c55cf5bbdb569c09 SHA512 a12118a47ef4f4ae97e870010ff67720c68bb9d94c0ca0dc708db9271679988a02fdfc7e56c820ffc36dbd752fe4082b31935012e016296724bb9886acf6c460
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_pl.tar.gz 12985544 BLAKE2B ea3936bd94ea883766b78c68839fb7d51931055ed8c24685c99b27164944c96a38546874680858b295647201ab509d1289ba72e05d3adb1ca1e5164203e7ae15 SHA512 fe2a116877c0b626fe4c8fa3bd38a80f7edc92f6af902c5e550a2f4290ccc5382dd6ca9c5b11c4d904b3f037f1b8a18ec7898d67403443f90e0813aea8bf10f6
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_pt-BR.tar.gz 12646944 BLAKE2B 2f216327239884ab04e24524cb499e0eb5dba6428208453f2a6e683d28c4603296b9c5c9e1397114ab323cd4ce76fc1d8733555a5f0c56694943d0f644089177 SHA512 8188b5bdb45ad99045cf4cafbfa362cadd3cdbac1e843b909e01b7dfc348fee75c41ec464bb489948c7b01c7db884851884b9d05d9685389bf09b05a08fce78e
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_pt.tar.gz 12644402 BLAKE2B 8cd357f3d6b29d85c8a082e77dc35fa0eb3e2d7b92b7782c51fa91e55512ad01c487fc99bb50945bf46961ff096e60a08d7bc67560cb6ff05feecb784524574d SHA512 e305b414044913ae7f9de8d13826233c60b707745b860013095a86023fe95b0108b7c3a7f927c2e480b1c2bbca089f5e5fb484fbddae5f9416e0044d1e377e65
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_ru.tar.gz 13727496 BLAKE2B e74fb712f4430181934a9c2c03abef1f363851ab1c049148926b560f3e72e9548e40f9af590aa98d3ba77f3321ca61506590993cb33119ebe6ddad8e1882b85b SHA512 68b928771c6f2a885f1a463720cc1dc6473132a6abb72c612377ca9daf274bf2d1e5adac0e82dc883fa56f4643f01d6a134cff5c1fcf32dca2d7e906a3b08a88
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_sk.tar.gz 11835547 BLAKE2B 12a4e618175cf0212b41effd723c86b2ac64aaf75a19aa44bd6c8f9eb038299673679b70b0db87352e13965ab291f9c3acd6da283fd73b35bf916640c5541704 SHA512 cdcb94d9f82353132d84c3d31be18a268fe1c0702db2eefb91cf9f10a7493a5e2f2b9d5fd0e097e33db59a9ddccd126f71cecbc2729f7941341e67241a70c8c2
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_sl.tar.gz 12575734 BLAKE2B 08e9b023e3dfcd673c53eec608fb090c06443a5975ef0934b95cb3b8164cb60bd587312becd926470d4c809420e9637bd21eea7f4ba2e2a9fafb8141c71c8d53 SHA512 5a61c566d558b72645190c7cdd3f0ef937c832330f251f7bcc96b69d8c1379e37f45d2cdb4420b2f37571e42df0423b9ea15b4b259bc33a4704004413851db83
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_sr.tar.gz 19087511 BLAKE2B 2a2ab3b2ec487bd68e07a4c818d8c8d4cd2d2d97a429bfb5291f17d4cc3875a71216a0cb7c5fa2e8d0f3c5960d55a84c8018072bc25f510541f10ba8ec2a33ca SHA512 b6c235e5a454afc908c535ae52c07815047d07d8d2c3b70da31b6594cfdb647fc085a3c4f7dfe7cc77dbdd5b8e9e1c2aac98270dd2259d95c52d7957ed28e48f
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_sv.tar.gz 12465182 BLAKE2B 8197a83a38bfcc88ae63def7578bb47127d3ea97e81128bad9cd584cd03ebf61d51faec13a4cce95e718bca51224af5277c404ba7d4afc79872fe56d3c1b13ef SHA512 b39eb92e2422351343dfb6bb3e6bba31bdb140d88e3f10ee178338117b0b3051ddaf10bc9288c585a2be2aafc7262a484026382723a3931d5eb74fe4da1bd858
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_ta.tar.gz 19107057 BLAKE2B 24dcc8132f6b04cb05cbc913ad067c5411218fb40a31042ff6b2c2a0af28b7adf204e20dea95d3f4cdfc567cb2b8232ec94c35f37679f9e582d8ebed39b085dc SHA512 8075bded7ef248d1d53a03f3f91dde8c1a7a95d8463f3659be300d29838e94064748f6ebdbe08b2a237e6f7fead203ece2b3b06564ca71ab0709180727571eaa
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_th.tar.gz 19058259 BLAKE2B 8337a8bac52678ccfeb1c0a27728d7d976659e921b65c91cd5fac64d9ed9edc43617a9ca02f4fc9c6c07a7530736014f6d07ca75c2d709a1a4565c6caa61bb99 SHA512 225835c0125b67019b10c53603e0192c37c18719621e44aac77114ef1d336e0a9b349b6ad7657bddc2a654d15d2abc04e20735bba315567f677171bc7aad8f8f
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_tr.tar.gz 12174987 BLAKE2B ce2d8d357a58bb54f01f48d94aab48ed3b52fd3423d04bee8d91dc11cf170f0888ea56865948bdb2b774cb855e3380f332afb033a7e67df596a8cf8fa5c2aaf8 SHA512 93ea84130108ca93d22c55167fa8eae0776687745ae8f95337633791023c9ff7a8fb8881fb3d612d86c982cfe001190834ff71ff8bac7c96c2806315752d7921
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_vi.tar.gz 13415575 BLAKE2B 5dfb719e3df37240670506bcee5e99bf885e35ddf46dabbac3649dd73df8a0f47d4039fe70a0ceb3a68c2e37de5d928a030f5906f1cf47862140d119b72afe71 SHA512 8e63c81f29e4ada9cde82d4e8ce123b1ca5a24f704ba716058072ae4fd9e57ec7a676fb218282e07c5cfc6980e270c9705d137ef4b2f71d3c71e22a8d130d8e1
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_zh-CN.tar.gz 13848830 BLAKE2B bffa1565ec2f89d8228a529dceab2ee7e2a95d77897a729f4e2f931fb2f6085f56bc2a822e56f18365b5b7e71751a3246f5c3e79546fbf9b9e36d331196fe61c SHA512 de0d17f999bbc0a0c1bb254cb2e150370cd508e9570919efc97e4069c791cfd58270688b0045c8c5a87bf510862a25f2cf3977b6abe65b897eb3ba63e89c8d98
|
||||
DIST Apache_OpenOffice_4.1.13_Linux_x86_langpack-rpm_zh-TW.tar.gz 14056603 BLAKE2B 60d422719cb949941ce8629693e8361b1b8061abc9d059d799b5d0c7111f89960a4f4396de6fb0fe0e53b1fd2c544622056e301e5564a427fa6031147a921933 SHA512 35c4624ef46fb0da1b9de236bdc8b7cbf2fed3c6dffd16bfe781eb70246a084aeb8938bad247551f38b9195e955fc95981f09649a8dcf6ae04685d45a64b1f37
|
||||
3
app-office/openoffice-bin/files/50-openoffice-bin
Normal file
3
app-office/openoffice-bin/files/50-openoffice-bin
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
SEARCH_DIRS_MASK="@GENTOO_PORTAGE_EPREFIX@/usr/lib/openoffice
|
||||
@GENTOO_PORTAGE_EPREFIX@/usr/lib32/openoffice
|
||||
@GENTOO_PORTAGE_EPREFIX@/usr/lib64/openoffice"
|
||||
4
app-office/openoffice-bin/files/wrapper.in
Normal file
4
app-office/openoffice-bin/files/wrapper.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
export OOO_EXTRA_ARG=''
|
||||
unset PYTHONPATH
|
||||
@GENTOO_PORTAGE_EPREFIX@/usr/LIBDIR/openoffice/program/soffice "$@"
|
||||
16
app-office/openoffice-bin/metadata.xml
Normal file
16
app-office/openoffice-bin/metadata.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>torokhov-s-a@yandex.ru</email>
|
||||
<name>Sergey Torokhov</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Openoffice is the opensource version of staroffice.
|
||||
This is the binary version of Openoffice. Use this if you don't want to wait
|
||||
for the source version to build, but be advised that this may not perform as quickly once installed as a natively compiled version.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">openofficeorg.mirror</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
211
app-office/openoffice-bin/openoffice-bin-4.1.13.ebuild
Normal file
211
app-office/openoffice-bin/openoffice-bin-4.1.13.ebuild
Normal file
|
|
@ -0,0 +1,211 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
inherit desktop pax-utils prefix rpm xdg
|
||||
|
||||
IUSE="gnome java"
|
||||
|
||||
BUILDID="9810"
|
||||
BVER="${PV/_rc*/}-${BUILDID}"
|
||||
BVER2=${PV}-${BUILDID}
|
||||
BASIS="ooobasis4.1"
|
||||
BASIS2="basis4.1"
|
||||
NM="openoffice"
|
||||
NM1="${NM}-brand"
|
||||
NM2="${NM}4"
|
||||
NM3="${NM2}.$(ver_cut 2-3)"
|
||||
FILEPATH="mirror://sourceforge/openofficeorg.mirror"
|
||||
if [ "${ARCH}" = "amd64" ] ; then
|
||||
XARCH="x86_64"
|
||||
else
|
||||
XARCH="i586"
|
||||
fi
|
||||
UP="en-US/RPMS"
|
||||
|
||||
DESCRIPTION="Apache OpenOffice productivity suite"
|
||||
HOMEPAGE="https://www.openoffice.org/"
|
||||
SRC_URI="
|
||||
amd64? ( "${FILEPATH}"/Apache_OpenOffice_${PV}_Linux_x86-64_install-rpm_en-US.tar.gz )
|
||||
x86? ( "${FILEPATH}"/Apache_OpenOffice_${PV}_Linux_x86_install-rpm_en-US.tar.gz )
|
||||
"
|
||||
|
||||
# TODO: supports ca_XR (Valencian RACV) locale too
|
||||
LANGS="ast eu bg ca ca-valencia zh-CN zh-TW cs da nl en-GB fi fr gd gl de el he hi hu it ja km ko lt nb pl pt-BR pt ru sr sk sl es sv ta th tr vi"
|
||||
|
||||
for X in ${LANGS} ; do
|
||||
IUSE="${IUSE} l10n_${X}"
|
||||
SRC_URI+=" l10n_${X}? (
|
||||
amd64? ( "${FILEPATH}"/Apache_OpenOffice_${PV}_Linux_x86-64_langpack-rpm_${X/ca-valencia/ca-XV}.tar.gz )
|
||||
x86? ( "${FILEPATH}"/Apache_OpenOffice_${PV}_Linux_x86_langpack-rpm_${X/ca-valencia/ca-XV}.tar.gz ) )"
|
||||
done
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
app-arch/unzip
|
||||
app-arch/zip
|
||||
>=dev-lang/perl-5.0
|
||||
dev-libs/atk
|
||||
dev-libs/dbus-glib
|
||||
gnome-base/gconf
|
||||
media-libs/glu
|
||||
>=media-libs/freetype-2.1.10-r2
|
||||
media-libs/libglvnd
|
||||
sys-libs/ncurses-compat:5
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gdk-pixbuf-xlib
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/libXaw
|
||||
x11-libs/libXinerama
|
||||
x11-libs/pango
|
||||
x11-libs/libXrandr
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
sys-apps/findutils
|
||||
"
|
||||
PDEPEND="java? ( || ( >=virtual/jre-1.8.0 dev-java/openjdk-jre-bin:11 dev-java/openjdk-bin dev-java/openjdk:11 ) )"
|
||||
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_setup() {
|
||||
QA_PREBUILT="usr/$(get_libdir)/${NM}/program/*"
|
||||
QA_TEXTRELS="usr/$(get_libdir)/${NM}/program/libvclplug_genli.so"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
|
||||
cp "${FILESDIR}"/{50-${PN},wrapper.in} "${T}" || die
|
||||
eprefixify "${T}"/{50-${PN},wrapper.in}
|
||||
|
||||
# 'pyuno' is excluded from unpack list to switch off Python2 scripts support
|
||||
for i in base calc core01 core02 core03 core04 core05 core06 core07 draw graphicfilter images impress math ogltrans ooofonts ooolinguistic ure writer xsltfilter ; do
|
||||
rpm_unpack "./${UP}/${NM}-${i}-${BVER}.${XARCH}.rpm"
|
||||
done
|
||||
|
||||
rpm_unpack "./${UP}/${NM}-${BVER}.${XARCH}.rpm"
|
||||
|
||||
for j in base calc draw impress math writer; do
|
||||
rpm_unpack "./${UP}/${NM1}-${j}-${BVER}.${XARCH}.rpm"
|
||||
done
|
||||
|
||||
rpm_unpack "./${UP}/desktop-integration/${NM3}-freedesktop-menus-${BVER2}.noarch.rpm"
|
||||
|
||||
use gnome && rpm_unpack "./${UP}/${NM}-gnome-integration-${BVER}.${XARCH}.rpm"
|
||||
use java && rpm_unpack "./${UP}/${NM}-javafilter-${BVER}.${XARCH}.rpm"
|
||||
|
||||
# English support installed by default
|
||||
rpm_unpack "./${UP}/${NM}-en-US-${BVER}.${XARCH}.rpm"
|
||||
rpm_unpack "./${UP}/${NM1}-en-US-${BVER}.${XARCH}.rpm"
|
||||
for s in base calc draw help impress math res writer ; do
|
||||
rpm_unpack "./${UP}/${NM}-en-US-${s}-${BVER}.${XARCH}.rpm"
|
||||
done
|
||||
|
||||
# Localization
|
||||
for l in ${LANGS}; do
|
||||
if use l10n_${l}; then
|
||||
# Map ca-valencia to ca-XV used by upstream
|
||||
case ${l} in
|
||||
ca-valencia) m=ca-XV ;;
|
||||
*) m=${l} ;;
|
||||
esac
|
||||
LANGDIR="${m}/RPMS"
|
||||
rpm_unpack "./${LANGDIR}/${NM}-${m}-${BVER}.${XARCH}.rpm"
|
||||
rpm_unpack "./${LANGDIR}/${NM1}-${m}-${BVER}.${XARCH}.rpm"
|
||||
for n in base calc draw help impress math res writer; do
|
||||
rpm_unpack "./${LANGDIR}/${NM}-${m}-${n}-${BVER}.${XARCH}.rpm"
|
||||
done
|
||||
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
src_install() {
|
||||
INSTDIR="/usr/$(get_libdir)/${NM}"
|
||||
dodir ${INSTDIR}
|
||||
mv "${WORKDIR}"/opt/${NM2}/* "${ED}${INSTDIR}" || die
|
||||
|
||||
#Menu entries, icons and mime-types
|
||||
cd "${ED}${INSTDIR}/share/xdg/" || die
|
||||
for desk in base calc draw impress javafilter math printeradmin qstart startcenter writer; do
|
||||
if [ "${desk}" = "javafilter" ] ; then
|
||||
use java || { rm javafilter.desktop; continue; }
|
||||
fi
|
||||
mv ${desk}.desktop ${NM}-${desk}.desktop || die
|
||||
sed -i -e "s/${NM2} /ooffice /g" ${NM}-${desk}.desktop || die
|
||||
domenu ${NM}-${desk}.desktop
|
||||
done
|
||||
insinto /usr/share
|
||||
doins -r "${WORKDIR}"/usr/share/icons
|
||||
doins -r "${WORKDIR}"/usr/share/mime
|
||||
|
||||
# Make sure the permissions are right
|
||||
use prefix || fowners -R root:0 /
|
||||
|
||||
# Install wrapper script
|
||||
newbin "${T}/wrapper.in" ooffice
|
||||
sed -i -e s/LIBDIR/$(get_libdir)/g "${ED}/usr/bin/ooffice" || die
|
||||
|
||||
# Component symlinks
|
||||
for app in base calc draw impress math writer; do
|
||||
cp "${ED}/usr/bin/ooffice" "${ED}/usr/bin/oo${app}" || die
|
||||
sed -i -e s/soffice/s${app}/ "${ED}/usr/bin/oo${app}" || die
|
||||
done
|
||||
|
||||
dosym ${INSTDIR}/program/spadmin /usr/bin/ooffice-printeradmin
|
||||
dosym ${INSTDIR}/program/soffice /usr/bin/soffice
|
||||
|
||||
# Non-java weirdness see bug #99366
|
||||
use !java && rm -f "${ED}${INSTDIR}/program/javaldx" "${ED}${INSTDIR}/program/libofficebean.so"
|
||||
|
||||
# prevent revdep-rebuild from attempting to rebuild all the time
|
||||
insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"
|
||||
|
||||
# remove soffice bin to avoid collision with libreoffice
|
||||
rm -rf "${ED}/usr/bin/soffice" || die
|
||||
|
||||
# Vulnerable pythonscript.py, bug #677248
|
||||
# Disable python2 script support bug #715400
|
||||
rm "${ED}${INSTDIR}/program/python" || die
|
||||
|
||||
# remove obsolete gstreamer-0.10 plugin
|
||||
rm "${ED}${INSTDIR}/program/libavmediagst.so" || die
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
xdg_pkg_preinst
|
||||
use gnome && gnome2_icon_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/${NM}/program/soffice.bin
|
||||
|
||||
# Inform users about python scripting security problems, bug #677248
|
||||
# and removing it due to the end of python2 support, bug #715400
|
||||
elog "Python2 scripts support via 'pyuno' module was skipped to unpack"
|
||||
elog "due to a security vulnerability (CVE-2018-16858)"
|
||||
elog "and the end of python2 support in Gentoo."
|
||||
|
||||
# Inform users about changes of encoding of stored passwords in Apache OpenOffice 4.1.13.
|
||||
# Notification is from https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.13+Release+Notes
|
||||
ewarn "Important Note:"
|
||||
ewarn "It is recommended to make a backup of the Apache OpenOffice users profile"
|
||||
ewarn "before installing 4.1.13. It is especially essential for users who use"
|
||||
ewarn "the Master Password functionality and may decide to use an older version later."
|
||||
ewarn "There is a change in the encoding of stored passwords in this 4.1.13 release"
|
||||
ewarn "that may make your user profile unusable for previous versions."
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
}
|
||||
4
app-office/unoconv/Manifest
Normal file
4
app-office/unoconv/Manifest
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
AUX timeout.patch 460 BLAKE2B 66cb2918b2ad85cb987ecae492626a0ca06344cac4e9fab1f6a141bcb7822356936439e2239ac586aed8a163e297a5b563e51d382e372c2435256933a4ca3612 SHA512 00ccee1c2040149432565abf4cc0bc8966801202a88c75f246d4b4c986dd43288f30045d4e966c973efa946532eec1f07a6bdff0b9307bd9c12475c9309f3fa5
|
||||
DIST unoconv-0.9.0.tar.gz 108493 BLAKE2B 36761f5cabd8cf0186ffa74202d8a9e0388ab9dc1a135b8e6b2275ed380de79da85d4955bca446810f4f71dff61bd38d7b131a91930729cbabfb10d656ba3891 SHA512 37d63ada32675fd0ebd089a74db453fdb7332a24e62cbf3e060d6d15cc503c76ede9ccc5e09467f4a38833a8358c09fde23cc8780a77c343268f20e0c37f2469
|
||||
EBUILD unoconv-0.9.0-r1.ebuild 761 BLAKE2B f4622fc92249cd60c54a0397562af02752a046dd4ef92b0424da72d80ae96113865c1b2a35b5ea4f4312bd87fdf748d7e0b966e187a613983be371fdd2594d4d SHA512 00865e1ac0bda4eeac6b09fab160fa828aa90ed324d8554856bd411394cefea358379cfd377e5e3e00846320d8afd967ffa069fe86b1c6e7f387bcc112f023c2
|
||||
MISC metadata.xml 430 BLAKE2B 389284b355ace7dd8290d21a17014d47055aee2b0639658779eef804b5596fd98ad8dcbac35a992f3e51027be32c7c510f3b164d6d27bccd9059e7108fed1a01 SHA512 c2980bbbb63eb4d75a1be788eccf6d0516bef672fb3e2653059a84582ee715b0a40fd63acd158be9a809abec6f6de76845963002476d9e577969aa2f3b57e960
|
||||
11
app-office/unoconv/files/timeout.patch
Normal file
11
app-office/unoconv/files/timeout.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/unoconv 2011-08-01 14:20:45.000000000 +0200
|
||||
+++ b/unoconv 2011-08-01 14:21:01.000000000 +0200
|
||||
@@ -534,7 +534,7 @@
|
||||
unocontext = resolver.resolve("uno:%s" % op.connection)
|
||||
break
|
||||
except NoConnectException:
|
||||
- time.sleep(0.5)
|
||||
+ time.sleep(5)
|
||||
timeout += 0.5
|
||||
except:
|
||||
raise
|
||||
14
app-office/unoconv/metadata.xml
Normal file
14
app-office/unoconv/metadata.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>graaff@gentoo.org</email>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>office@gentoo.org</email>
|
||||
<name>Gentoo Office project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">dagwieers/unoconv</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
36
app-office/unoconv/unoconv-0.9.0-r1.ebuild
Normal file
36
app-office/unoconv/unoconv-0.9.0-r1.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="Convert between document formats supported by LibreOffice"
|
||||
HOMEPAGE="http://dag.wiee.rs/home-made/unoconv/"
|
||||
SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
!app-text/odt2txt
|
||||
virtual/ooo
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/timeout.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang .
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
emake -j1 doc-install install install-links DESTDIR="${D}"
|
||||
dodoc AUTHORS ChangeLog CHANGELOG.md README.adoc
|
||||
}
|
||||
3
app-portage/elogviewer/Manifest
Normal file
3
app-portage/elogviewer/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST elogviewer-3.2.tar.gz 29046 BLAKE2B a880fde71df3c688572c33abbc163f3ac10a53c672b01b3139d02effa5e59a05f7ae1df35a4505b1a48d7a0cb6166a21b18d1d969e1eaebab03e3620298d4f38 SHA512 2503482f14e21c7b6f69ac0d6305c7c126fa3ac944b68acef7edec0c464d2e45bc2dc348f8d38033dbc276afc132d75863c737e222f66ad5ebe870b30fec2f39
|
||||
EBUILD elogviewer-3.2.ebuild 1680 BLAKE2B fcc99de09039bad157d94ff5c5f7ab061c2d2cc6d24b4184836e452b29c8c8669967562c750fddc87db1b718893eeba5d51ff2240ae541db86d35f9d815117cf SHA512 3527ed08350a019a630922873c047673b08293953c505a5a3216a41f52457114d4f0392196d453c129bb9f0e4d3ea32d553931f815a3f7aad586b827450762da
|
||||
MISC metadata.xml 403 BLAKE2B 328a31cd1131b83154bf313dd3f32fe5038ab96f9239d9e15b5ca650d2932203ff1dce0ba547faa6ca20afdf30734fa810e46521c77911b2015c1a88e4223e27 SHA512 e400ef090331518b4c12a5daf2962595f894cb5c54665a47f61232b2687b796849c6ec13d6c9c2c8402b8c19cbd052b9c6984cc29ef2c67561a977ce07075d02
|
||||
65
app-portage/elogviewer/elogviewer-3.2.ebuild
Normal file
65
app-portage/elogviewer/elogviewer-3.2.ebuild
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
DISABLE_AUTOFORMATTING=true
|
||||
|
||||
inherit desktop python-single-r1 readme.gentoo-r1
|
||||
|
||||
DESCRIPTION="Elog viewer for Gentoo"
|
||||
HOMEPAGE="https://github.com/Synss/elogviewer"
|
||||
SRC_URI="https://github.com/Synss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~ppc ~riscv x86"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
|
||||
>=sys-apps/portage-2.1[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
|
||||
DOC_CONTENTS="In order to use this software, you need to activate
|
||||
Portage's elog features. Required is
|
||||
PORTAGE_ELOG_SYSTEM=\"save\"
|
||||
and at least one of
|
||||
PORTAGE_ELOG_CLASSES=\"warn error info log qa\"
|
||||
More information on the elog system can be found in
|
||||
/usr/share/portage/config/make.conf.example
|
||||
|
||||
To operate properly this software needs the directory
|
||||
${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage.
|
||||
To start the software as a user, add yourself to the portage group."
|
||||
|
||||
src_compile() {
|
||||
rm -f Makefile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_newscript elogviewer.py elogviewer
|
||||
|
||||
make_desktop_entry ${PN} ${PN} ${PN} System
|
||||
|
||||
doman elogviewer.1
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
|
||||
ewarn "The elogviewer's configuration file is now saved in:"
|
||||
ewarn "~/.config/elogviewer/ (was ~/.config/Mathias\ Laurin/)."
|
||||
ewarn "Please migrate any user specific settings to the new config file."
|
||||
}
|
||||
12
app-portage/elogviewer/metadata.xml
Normal file
12
app-portage/elogviewer/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>tools-portage@gentoo.org</email>
|
||||
<name>Gentoo Portage tools team</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">elogviewer</remote-id>
|
||||
<remote-id type="github">Synss/elogviewer</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
1
dev-cpp/cppgir/Manifest
Normal file
1
dev-cpp/cppgir/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST cppgir-0_p20240102.tar.bz2 102421 BLAKE2B f0b1ac871e7fc662c5c2aeb24cb8cb4f8570ae832f4ac6afdadb3c811f4ebc91862f8571133dfb9314fa994449b4d7cc4344f7a8a2aabcaa395d793bc4ca3655 SHA512 67778c6dec24a9afd848241c768af9fd3c9098e00ba168ebe5d776f3b5086b2489c38247a6441c99f7971dd53315e2758fe38c21fced44d857dc064e66f50731
|
||||
46
dev-cpp/cppgir/cppgir-0_p20240102.ebuild
Normal file
46
dev-cpp/cppgir/cppgir-0_p20240102.ebuild
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake flag-o-matic
|
||||
|
||||
DESCRIPTION="GObject-Introspection C++ binding wrapper generator"
|
||||
HOMEPAGE="https://gitlab.com/mnauw/cppgir"
|
||||
|
||||
MY_PV="4c16bffe646af52b7112785cda8112d761f95860"
|
||||
SRC_URI="https://gitlab.com/mnauw/cppgir/-/archive/${MY_PV}/cppgir-${MY_PV}.tar.bz2 -> ${P}.tar.bz2"
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~riscv"
|
||||
IUSE="doc test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/boost:=
|
||||
dev-libs/libfmt:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-cpp/expected-lite
|
||||
"
|
||||
BDEPEND="
|
||||
doc? ( app-text/ronn-ng )
|
||||
test? ( dev-libs/glib )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_DOC=$(usex doc)
|
||||
-DBUILD_TESTING=$(usex test)
|
||||
-DBUILD_EXAMPLES=no
|
||||
-DINTERNAL_EXPECTED=no
|
||||
)
|
||||
|
||||
append-cppflags \
|
||||
-UDEFAULT_GIRPATH \
|
||||
-DDEFAULT_GIRPATH="${EPREFIX}/usr/share:${EPREFIX}/usr/local/share"
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
16
dev-cpp/cppgir/metadata.xml
Normal file
16
dev-cpp/cppgir/metadata.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>esteve.varela@gmail.com</email>
|
||||
<name>Esteve Varela Colominas</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">mnauw/cppgir</remote-id>
|
||||
<bugs-to>https://gitlab.com/mnauw/cppgir/-/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
4
dev-lang/dart-bin/Manifest
Normal file
4
dev-lang/dart-bin/Manifest
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DIST dartsdk-linux-arm-release.zip 125816141 BLAKE2B d9c4528a448e854a3c0f7e784e30827d8d12414183a59c9b040969121db2a12bc43007f34e50cdd032db31e3fe1598f2be6e54cb83f17f1fd321033d1cc7e203 SHA512 9d122d26ab6eb2414e83d4f11a89936cfbeb12db40a9e20250f85bd0339ee9c7d9c4c04550c296a0882f3807a72b8a75e556bc6f022f6c26518c4202d265ee73
|
||||
DIST dartsdk-linux-arm64-release.zip 127101650 BLAKE2B 410a5c3974e1f5b5a19ae059d5f4726189b443f0c472dbfbf5d07944f262e719dc3a72c61490ae272b7c100c72797cad3e7dafb2d86cdda1dba3a1d47a3d194c SHA512 5b1c23b36fb0bcd1026b9b7450ee49c54b160b4a2a78b4615aeedb4127ada25f0f05508aaa9b04c66cc2b3d51f1e4202497d69226609415b59ddd7804cdecfc0
|
||||
DIST dartsdk-linux-ia32-release.zip 116697008 BLAKE2B 8ad4def6cbe81f00438d808adcfaa5a47b9bdf51635fa57bfa556f717982015519459bfd0e3d8b777aa1eb1ca831bf35cb8a53489da0bd83c1b27a893fdaa43a SHA512 9c5df3f922024f16d20d26a5c4de22f2688ab1b31306438df110505e9ebeceeabb0e1b6d216019fa498b7c08f5921dcd5e115c6eb7950d4e15a2bb43f45323c1
|
||||
DIST dartsdk-linux-x64-release.zip 218014474 BLAKE2B 59df8e9052aa59c02d385e700ba3b338d9220ff11fd2921c04299cd09f1262246f362ef872e61bc96f16bce5cbc4ec6e1277ca13ed858895d1538854526aca4c SHA512 6bc986e6d2dd52a9b677b9a13953b25bb91c4510d713ffc356183527e3392e21720660ebbe03f5b3e5e37746f610089cc5c593466c37b68e3230232a0c541ffb
|
||||
44
dev-lang/dart-bin/dart-bin-2.19.6.ebuild
Normal file
44
dev-lang/dart-bin/dart-bin-2.19.6.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="dart-sdk"
|
||||
|
||||
DESCRIPTION="A client-optimized langauge for fast apps on any platform"
|
||||
HOMEPAGE="https://dart.dev/"
|
||||
|
||||
BASE_URI="https://storage.googleapis.com/dart-archive/channels/stable/release/${PV}/sdk"
|
||||
SRC_URI="
|
||||
amd64? ( ${BASE_URI}/dartsdk-linux-x64-release.zip )
|
||||
arm? ( ${BASE_URI}/dartsdk-linux-arm-release.zip )
|
||||
arm64? ( ${BASE_URI}/dartsdk-linux-arm64-release.zip )
|
||||
x86? ( ${BASE_URI}/dartsdk-linux-ia32-release.zip )
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# force canonicalization of symlinks
|
||||
sed -i 's/$(readlink/$(readlink -f/' bin/dart* || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
ls -la
|
||||
#rm bin/dart bin/dart.bat || die
|
||||
|
||||
mkdir "${ED}/opt" || die
|
||||
mv "${S}" "${ED}/opt/" || die
|
||||
|
||||
for i in "${ED}/opt/${MY_PN}/bin"/dart* pub; do
|
||||
dosym "../${MY_PN}/bin/${i##*/}" "/opt/bin/${i##*/}"
|
||||
done
|
||||
}
|
||||
17
dev-lang/dart-bin/metadata.xml
Normal file
17
dev-lang/dart-bin/metadata.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>anaveragehuman@icurse.nl</email>
|
||||
<name>Jeffrey Lin</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Dart is a client-optimized language for developing fast apps on any platform.
|
||||
Its goal is to offer the most productive programming language for multi-platform
|
||||
development, paired with a flexible execution runtime platform for app
|
||||
frameworks.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">dart-lang/sdk</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
1
dev-lang/flutter/Manifest
Normal file
1
dev-lang/flutter/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST flutter_linux_3.16.9-stable.tar.xz 657467644 BLAKE2B 1202bebd0826f67c43d225dc58c86e00b7ee8843966016a751e93cabf2678599deef997a7402935399d5aabc2197f213f5a75a2eb03f6e5585eb6304ec8261d7 SHA512 1fe73ea61fe16c29775bdeba24615daf121f7e06b9b7ba2d940aff710faa185bda7c7aa90c5438ffcac846df12279b3f66d2fdf595865d6f267ddb78f9845f77
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
diff --git c/bin/internal/shared.sh i/bin/internal/shared.sh
|
||||
index be9320210e..6d75d6f072 100644
|
||||
--- c/bin/internal/shared.sh
|
||||
+++ i/bin/internal/shared.sh
|
||||
@@ -198,15 +198,0 @@
|
||||
- # Test if Git is available on the Host
|
||||
- if ! hash git 2>/dev/null; then
|
||||
- >&2 echo "Error: Unable to find git in your PATH."
|
||||
- exit 1
|
||||
- fi
|
||||
- # Test if the flutter directory is a git clone (otherwise git rev-parse HEAD
|
||||
- # would fail)
|
||||
- if [[ ! -e "$FLUTTER_ROOT/.git" ]]; then
|
||||
- >&2 echo "Error: The Flutter directory is not a clone of the GitHub project."
|
||||
- >&2 echo " The flutter tool requires Git in order to operate properly;"
|
||||
- >&2 echo " to install Flutter, see the instructions at:"
|
||||
- >&2 echo " https://flutter.dev/get-started"
|
||||
- exit 1
|
||||
- fi
|
||||
-
|
||||
@@ -215,1 +215,0 @@
|
||||
- upgrade_flutter 7< "$SHARED_NAME"
|
||||
diff --git c/packages/flutter_tools/lib/src/runner/flutter_command_runner.dart i/packages/flutter_tools/lib/src/runner/flutter_command_runner.dart
|
||||
index 550a75bc65..c98a4591cc 100644
|
||||
--- c/packages/flutter_tools/lib/src/runner/flutter_command_runner.dart
|
||||
+++ i/packages/flutter_tools/lib/src/runner/flutter_command_runner.dart
|
||||
@@ -247,1 +247,0 @@
|
||||
- globals.flutterVersion.ensureVersionFile();
|
||||
@@ -253,10 +252,6 @@ class FlutterCommandRunner extends CommandRunner<void> {
|
||||
final bool versionCheckFlag = topLevelResults['version-check'] as bool;
|
||||
final bool explicitVersionCheckPassed = topLevelResults.wasParsed('version-check') && versionCheckFlag;
|
||||
|
||||
- if (topLevelResults.command?.name != 'upgrade' &&
|
||||
- (explicitVersionCheckPassed || (versionCheckFlag && !isMachine))) {
|
||||
- await globals.flutterVersion.checkFlutterVersionFreshness();
|
||||
- }
|
||||
|
||||
// See if the user specified a specific device.
|
||||
globals.deviceManager.specifiedDeviceId = topLevelResults['device-id'] as String;
|
||||
45
dev-lang/flutter/files/flutter-3.16.9-move-cache.patch
Normal file
45
dev-lang/flutter/files/flutter-3.16.9-move-cache.patch
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
--- a/packages/flutter_tools/lib/src/asset.dart
|
||||
+++ b/packages/flutter_tools/lib/src/asset.dart
|
||||
@@ -7,6 +7,7 @@
|
||||
import 'package:meta/meta.dart';
|
||||
import 'package:package_config/package_config.dart';
|
||||
|
||||
+import 'base/common.dart';
|
||||
import 'base/context.dart';
|
||||
import 'base/deferred_component.dart';
|
||||
import 'base/file_system.dart';
|
||||
@@ -16,6 +17,7 @@ import 'build_info.dart';
|
||||
import 'cache.dart';
|
||||
import 'convert.dart';
|
||||
import 'dart/package_map.dart';
|
||||
+import 'globals.dart' as globals;
|
||||
import 'devfs.dart';
|
||||
import 'flutter_manifest.dart';
|
||||
import 'license_collector.dart';
|
||||
#@@ -449,4 +451,4 @@ class ManifestAssetBundle implements AssetBundle {
|
||||
# result.add(_Asset(
|
||||
#- baseDir: _fileSystem.path.join(Cache.flutterRoot, 'bin', 'cache', 'artifacts', 'material_fonts'),
|
||||
#+ baseDir: _fileSystem.path.join(globals.fsUtils.homeDirPath, '.cache', 'flutter', 'artifacts', 'material_fonts'),
|
||||
#
|
||||
--- a/packages/flutter_tools/lib/src/cache.dart
|
||||
+++ b/packages/flutter_tools/lib/src/cache.dart
|
||||
@@ -9,1 +9,2 @@
|
||||
+import 'globals.dart' as globals;
|
||||
import 'base/common.dart';
|
||||
@@ -324,3 +317,10 @@
|
||||
+
|
||||
+ final Directory dir = _fileSystem.directory(_fileSystem.path.join(globals.fsUtils.homeDirPath!, '.cache', 'flutter'));
|
||||
+ if (!dir.existsSync()) {
|
||||
+ dir.createSync(recursive: true);
|
||||
+ globals.os.chmod(dir, '755');
|
||||
+ }
|
||||
+
|
||||
final File lockFile =
|
||||
- _fileSystem.file(_fileSystem.path.join(flutterRoot!, 'bin', 'cache', 'lockfile'));
|
||||
+ _fileSystem.file(_fileSystem.path.join(globals.fsUtils.homeDirPath!, '.cache', 'flutter', 'lockfile'));
|
||||
try {
|
||||
@@ -562,3 +562,3 @@ Directory getRoot() {
|
||||
} else {
|
||||
- return _fileSystem.directory(_fileSystem.path.join(flutterRoot!, 'bin', 'cache'));
|
||||
+ return _fileSystem.directory(_fileSystem.path.join(globals.fsUtils.homeDirPath!, '.cache', 'flutter'));
|
||||
}
|
||||
75
dev-lang/flutter/flutter-3.16.9.ebuild
Normal file
75
dev-lang/flutter/flutter-3.16.9.ebuild
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit bash-completion-r1 readme.gentoo-r1
|
||||
|
||||
DESCRIPTION="A client-optimized langauge for fast apps on any platform"
|
||||
HOMEPAGE="https://dart.dev/"
|
||||
|
||||
SRC_URI="https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${PV}-stable.tar.xz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="examples"
|
||||
|
||||
RDEPEND="dev-lang/dart-bin"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/flutter-3.16.9-disable-autoupdate.patch"
|
||||
"${FILESDIR}/flutter-3.16.9-move-cache.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# remove Windows batch files
|
||||
find . -iname '*.bat' -delete || die
|
||||
|
||||
pushd packages/flutter_tools || die
|
||||
# HOME required for --offline since ~/.pub-cache path is relative
|
||||
#HOME=../.. pub get --offline || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# - this needs to be done before snapshotting to avoid sdk mismatch error
|
||||
# - this includes the analytics notice, so show it in the elog
|
||||
einfo "Building completions"
|
||||
DOC_CONTENTS=$("bin/${PN}" bash-completion "${PN}.bash-completion") || die
|
||||
DISABLE_AUTOFORMATTING=1 readme.gentoo_create_doc
|
||||
|
||||
dart \
|
||||
--snapshot=bin/cache/flutter_tools.snapshot \
|
||||
--packages=packages/flutter_tools/.packages \
|
||||
packages/flutter_tools/bin/flutter_tools.dart \
|
||||
|| die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# patching out git saves ~100MB but causes errors in `flutter doctor`
|
||||
rm -r dev/ .git/ || die
|
||||
rm -r bin/cache/{artifacts,dart-sdk,downloads}/ || die
|
||||
rm bin/cache/*.stamp || die
|
||||
|
||||
use examples || rm -r examples/ || die
|
||||
|
||||
# unbundle dart-sdk
|
||||
ln -s ../../../dart-sdk bin/cache/dart-sdk || die
|
||||
|
||||
newbashcomp "${PN}.bash-completion" "${PN}"
|
||||
rm "${PN}.bash-completion"
|
||||
|
||||
mkdir "${D}/opt/" || die
|
||||
mv "${S}" "${D}/opt/${PN}" || die
|
||||
|
||||
dosym "../${PN}/bin/${PN}" "/opt/bin/${PN}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
17
dev-lang/flutter/metadata.xml
Normal file
17
dev-lang/flutter/metadata.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>anaveragehuman@icurse.nl</email>
|
||||
<name>Jeffrey Lin</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Flutter is Google's UI toolkit for building beautiful, natively compiled
|
||||
applications for mobile, web, desktop, and embedded devices from a single
|
||||
codebase. Flutter works with existing code, is used by developers and
|
||||
organizations around the world, and is free and open source.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">flutter/flutter</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
35
dev-libs/dynolog/Manifest
Normal file
35
dev-libs/dynolog/Manifest
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
DIST anyhow-1.0.75.crate 43901 BLAKE2B 6353557d7ec2cbfdd001c039fad62c95fea9e02b113149f726fd14bb36b31e637e8609dd5ee20a900e9c11bb783d9958d664b31ba7c467382fa7f51d477ad3aa SHA512 190d6be8ede0af9808210db53e4dc31ce69b126a26b0357220c4705a11e83cab2c2c09c59964a35794f3c434f717eaa6bb669e9e8f16012535c14246b17e8d40
|
||||
DIST atty-0.2.14.crate 5470 BLAKE2B 2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab SHA512 d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
|
||||
DIST autocfg-1.1.0.crate 13272 BLAKE2B 7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203 SHA512 df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
|
||||
DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
|
||||
DIST clap-3.2.25.crate 219403 BLAKE2B 75a8ee36c52e64cf0ac7ed5604d8a575c41c756a588bd418e6c1edccfb358350cdd831b4176f01b987fe7fa5901ca2bccee6b0f68ccba7dbe40baf85a5f3bdb4 SHA512 557c8932175d7ecd077b32b68904924e52dd46d04fd04ba36b3a9dfd7ab1dbe8c2128fecfd75d0388b21fca4aee55a941794181cc2910a4d4eb3c54e9c7e73ea
|
||||
DIST clap_derive-3.2.25.crate 28212 BLAKE2B 8782f6425ed46197c5e5293e2f06fd82b2d17ea3e89206580ef3c6853bed2e8c99ef2528a30276a8287215d7f5505a992dd43c59f26b2915757c8e2f20510843 SHA512 c98098bfedb8b681d72eaedb946d9867fd068d9be31137fe1fb5d821cd68afec48e7d2963adb2099aa760c702d5b75fb0ed45fc62b83d7f26edc8cecc03ea5d3
|
||||
DIST clap_lex-0.2.4.crate 9652 BLAKE2B 5120b508dedf52507068c0c369a45ddfbe0369e5c05b65bc5a78c422b2a4bf488f9ef1e0bed4e335450f2c08b80148eb5f7efed678039b5a94b5bd666385939f SHA512 6c05e5fd850befd45be9005af7252385f2304aa28a107413bbe329d97aea835f7acfd0bd169c99f69f466ab93d6e1c35d73a4e48343457a06fe2d6be5bedde0f
|
||||
DIST dynolog-0.3.1_p20230126.tar.gz 18445927 BLAKE2B 6885bfde54d07a6783a7007f3ee1615b25fb79da0a32e68e11c93165807125e09614f01c6559787383b50e9bd0c11893071f6464de378517bfd7239dca54ab81 SHA512 38edb2fab5c4e6b64ee3fda557cdf610d383a3054db7a47ac4844d45104641098c81a27a82f20a0d2b60da2799902df5be8ac2967155ca72e3e1e1df75e30821
|
||||
DIST hashbrown-0.12.3.crate 102968 BLAKE2B 492072f27eaec45abd2c5d7405c614c0c6a8221425e901bb6174bfa1688ee524408a618650126d6c683b7285b9bf0a21dcdbff7347e4d8f97bf7111defa1b7e5 SHA512 b3700fcd659a21a6b9b3777c18b37a83bf25542b4e8f2b963779a122f5d22e1742c064cfc03e649583e7dd5c6e90ca8407f8c51a0e8755f6a108682853022f76
|
||||
DIST heck-0.4.1.crate 11567 BLAKE2B 520aeea740cfa30b0cca12f73594ffa655f32959673b1c9caaca1ea0162e455546ae3033881394c0ba0516bcd5c9a997da02162e1585522d665813b9096eabd9 SHA512 8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8
|
||||
DIST hermit-abi-0.1.19.crate 9979 BLAKE2B 801e8052b85341cca388ada9db4b06bb1bd7b64474185b2ad06c0256b9e597639bd3dd4ba0053ea010f922e53969a4ab47b90d451fd9b94c8f2324055d151ea1 SHA512 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a
|
||||
DIST indexmap-1.9.3.crate 54653 BLAKE2B 7bc1768589e74020dc15d3dd064009edaaef39b7aeb682d0ca8e49944e3f020b9c04d64feb102e88b22feb40863479dfaf4722d6a77b5d19e7ca553f4bf64c1b SHA512 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37
|
||||
DIST itoa-1.0.9.crate 10492 BLAKE2B 0d5acef9ae72d3f4b5a387d231952e6025def69da81d38269b4882bc534be7acadc073e526fd8bebdca898a98b2c741735c541e0b6a35ed0f8f8799b906b65b1 SHA512 95f7906edb7d6a2690389167f8c4d01bc37827205bca87d527f2eb33722419ed2f2e8afaa559cc5a0a7e7fac76515c9c44c71c42b536aa34b0e2858c40946b6d
|
||||
DIST libc-0.2.150.crate 719359 BLAKE2B d08e17fb29992c76337bb5862cbc1cdaf7b9d7749cd65021f145fcf49fa7954d6251c8c2f3c9a796b46283c3bc014bccfd259ea52824459841911ad847fd7f5a SHA512 7ae8fe6a1db38ac6d951c0b4880d25a02f064f5e61d6057c20f7208dec8395d58efd085e41857bcf5f4da2b014d2952dc4ddaf18ac4acd3a23675bb659e70385
|
||||
DIST once_cell-1.18.0.crate 32969 BLAKE2B a08d5beee50a7add28bd9e50b18709e7b34574f0f55f80909d5efb7ac5917e5f30bdcf3fb43ddd0a4f420a427390c7ffe1cc1c7191a3a1d939bc6e3139e6eef7 SHA512 9328968afdf3535b2d9e0113d75afa725259d76994ef2e1948ad7efa4ec8a65bac7cfdc31b749d5cd55ad4e28d2e28ac57b871e3067b89182453c7e2413a13b8
|
||||
DIST os_str_bytes-6.6.1.crate 27643 BLAKE2B 8440a196a3d3d9c3a584562b6c2a1033f5606998e8851f8ccaeababe58022a42e65510e12ebdbcc7b24d0fcdcf111d68bf00d89b8665ad5cee49180db853789d SHA512 977c0fe9891c021914153d6a081c3789018fcd1830224f5c6768d0c75ac8ac4919638bb0a41949710fd5e699b162d9290a5379cc6251535a127e212f5b86932d
|
||||
DIST proc-macro-error-1.0.4.crate 25293 BLAKE2B ef918c5efaf2545ab38787c8d0c07315af00431139e4dff66346bf798e3a429f91d12a79776c150412fdda0b158a72badd5e1044ac4d6917f8482d4b5a7110b7 SHA512 8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db
|
||||
DIST proc-macro-error-attr-1.0.4.crate 7971 BLAKE2B 98e2925881c2be186e22c2c439697e91d43f807eb61a5d13e3b0b4321ed50a74f3d699942c04b89b6fea0f156bb5d19ebcf22f9cd4b98a7e6917c437600ed823 SHA512 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495
|
||||
DIST proc-macro2-1.0.70.crate 44343 BLAKE2B fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c SHA512 ae9366856853f7d96caf7a7581843d36bfc7843f8683897b19ffc666c03b0b1eff502ddb18ca4c1c1a239a368f03f6cc258b0e2795f64b61c6a31404462eec5f
|
||||
DIST quote-1.0.33.crate 28090 BLAKE2B 77c4b166f1200e1ee2ab94a5014acd334c1fe4b7d72851d73768d491c56c6779a0882a304c1f30c88732a6168351f0f786b10516ae537cff993892a749175848 SHA512 c1e76c3c017e8554eebe309f8167fd56fce931981c06798aa85a0cc6d64a9cba6ab103f5a1324e69c6f9ca5dc47a8e31ff2e847850542748697afcd265b5939c
|
||||
DIST ryu-1.0.15.crate 46906 BLAKE2B 6d6949e43aaa27fba0ec6002fa11ba859af8d867f87c90d88413267186abbf6302b817985bca3d577ab3fab2e319e11756f144473a16330dfd8fc7b604cdc4b3 SHA512 4655b5647f919082a9b84b889539ae7fb23a1201057cf280efe79c58cb5f040864efb7812cda5021bf6d34838a15d173ac8bdb0fb9fa2dba85173d3efa5a826b
|
||||
DIST serde-1.0.193.crate 76863 BLAKE2B 163097e85b5542451896d7381607aa297e3b0342a2641887a01689b13122c6c1ca566fcb7f32f51bb0ecc861aed014f1467edfe21338223d5361555f870425a3 SHA512 82259ca302f42116ecffca3c88bc1212785ce5430f9d29390a9041d4e5943c13b13de119fde644a583960102c4b6e850a16f962d36dc76ac69fc2297ed65a506
|
||||
DIST serde_derive-1.0.193.crate 55692 BLAKE2B eeb2a2fbcd0daf5fee1bd6a4f584fed330db58cbd786073311d6a94308c63dfc6b7c2dfbc4b8980064ed66509f0127525b79d99aa96ca0134226fe21715999bb SHA512 05efb144aeee293a0e7dc7540106eb8c4920b2d8dfc25771d73afa8ffcba330104643430a6e396ea2adabbed4ccb23591251479b75449b9c8322799f91d38c41
|
||||
DIST serde_json-1.0.108.crate 146476 BLAKE2B 9c0ceae5566a4e0ce7a6264939862f9dd920bb47d18acebb179798b036c376d97a4e9b0717092903ab90cfbf6fb73d37518e3cc25f3217af010296f5644de396 SHA512 7d8d1b74515388d99983ffbc5696cba022305cf4c797d3ff5d2959fc8fc8f4ce01cc4c9e7ccae7097b06b5acf5307027f6b7315df1fd8f58e681cc5968e79fb6
|
||||
DIST strsim-0.10.0.crate 11355 BLAKE2B bcb25ad0a7284e24e4f17ebe0ccb621bdc4118e499b50b094d98aa7e8fcc0b96716c9953c3516ce7ea78309d41d424892ded595259696a5bbffdcb07802b5c2f SHA512 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1
|
||||
DIST syn-1.0.109.crate 237611 BLAKE2B e827445d00c79a8eeb91eacde472f1987addd6ce9e1df95d7abf6446a77ff4173a8006845f3ae71c1da47193cfb72e0ead9a6d6bad2573be12c17e90735d9ad9 SHA512 12816b9e8cf984024b2fbce9f0ae14cf94d4d2c06f08cc54fb793ce78770bb4cc1288eb7df0ba5e8e937756e1e8e295c53fe07a0c5dde1ea8ddba03b6203b37d
|
||||
DIST syn-2.0.39.crate 244129 BLAKE2B 2cff6626624d03f70f1662af45a8644c28a9f92e2dfe38999bef3ba4a4c1ce825ae598277e9cb7abd5585eebfb17b239effc8d0bbf1c6ac196499f0d288e5e01 SHA512 96cc347cfdb0f9ca0b6c7289279a1cad8fc401625783742292564f7ceca8237ced8d9a3f62069696f6132ed06092dff2baaf4be09ef53b21260d93785b0e27c3
|
||||
DIST termcolor-1.4.0.crate 18765 BLAKE2B d7286fcc84843296e2edf074e316ee8fcceb018c08deda7f1048e38108bf1a7c5f6b90dd3150078c413322eda08a1c58300b4adb963d9f51f307ecd08b5b7e10 SHA512 36c8550fe85cb90c4fdd1a6e3f60b42b6c71f65b6128da97d5ad6aac8350d907410899ad4a47bb4dc72ea6d00bc69e5a1ccc80ee9b0e80a1a27912e233f3e416
|
||||
DIST textwrap-0.16.0.crate 53722 BLAKE2B 44140aa2dfd5076005749449a56e920418e71e34cb92f1d697eb3f3e7f6fe87b0a3861c8a4050a4a62e03187b6cadc4495e4200bee52ee183541431c73e47209 SHA512 97ae8acece5663e1a6b08b827179e96d5ad0ee67d635888cc3d83454b52cf48fce97eb0eba374ba4747834099c74f43d66d9fec868e84be45369a42c1aaec2c3
|
||||
DIST unicode-ident-1.0.12.crate 42168 BLAKE2B 4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac SHA512 bc1824e1e4452a40732fc69874d7e1a66f7803717a314790dcf48867eba34bc9441331ef031e386912e52c385645c25b6ed39d4f149973b5b97371b1b96b1920
|
||||
DIST version_check-0.9.4.crate 14895 BLAKE2B fa1fa4008af165bfc1fdbe560488afd9d232cfafee94104fbcc4cbc52f234849bff9ddfa88109a1ac682f6d9c1d86b0459893d223f64e65adc08966aaf93dc89 SHA512 b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8
|
||||
DIST winapi-0.3.9.crate 1200382 BLAKE2B cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673 SHA512 ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97
|
||||
DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0 SHA512 a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2
|
||||
DIST winapi-util-0.1.6.crate 12234 BLAKE2B b8db8ec9d7ada5532a22a2d070320174c32ece1f48890e9b028708e194fe72a04287b11910dc2ddc7f9c9674a9d8d39449b3e100725e1f59e59e3047a7e3650b SHA512 b1c949f9bcd34c1949a9d3a7bde6ce62fcf3d2cb66df60af41fe67a9d1acb24e571cdd5ac721be9f1ee4b3af5ef5149b5724ad6e02b558e124ef2a4412d12db9
|
||||
DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 2ad1ea8b5fa07d544e910ccba043ae925269b76b26c9da356305b34b86741dd8b9aff0b9ffe3d562db4fcd7d7c46a11ce9e3168b782b1d89ae6881742b7ede82 SHA512 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513
|
||||
116
dev-libs/dynolog/dynolog-0.3.1_p20230126-r1.ebuild
Normal file
116
dev-libs/dynolog/dynolog-0.3.1_p20230126-r1.ebuild
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Partially auto-Generated by cargo-ebuild 0.5.4-r1
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES="
|
||||
anyhow@1.0.75
|
||||
atty@0.2.14
|
||||
autocfg@1.1.0
|
||||
bitflags@1.3.2
|
||||
clap@3.2.25
|
||||
clap_derive@3.2.25
|
||||
clap_lex@0.2.4
|
||||
hashbrown@0.12.3
|
||||
heck@0.4.1
|
||||
hermit-abi@0.1.19
|
||||
indexmap@1.9.3
|
||||
itoa@1.0.9
|
||||
libc@0.2.150
|
||||
once_cell@1.18.0
|
||||
os_str_bytes@6.6.1
|
||||
proc-macro-error@1.0.4
|
||||
proc-macro-error-attr@1.0.4
|
||||
proc-macro2@1.0.70
|
||||
quote@1.0.33
|
||||
ryu@1.0.15
|
||||
serde@1.0.193
|
||||
serde_derive@1.0.193
|
||||
serde_json@1.0.108
|
||||
strsim@0.10.0
|
||||
syn@1.0.109
|
||||
syn@2.0.39
|
||||
termcolor@1.4.0
|
||||
textwrap@0.16.0
|
||||
unicode-ident@1.0.12
|
||||
version_check@0.9.4
|
||||
winapi@0.3.9
|
||||
winapi-i686-pc-windows-gnu@0.4.0
|
||||
winapi-util@0.1.6
|
||||
winapi-x86_64-pc-windows-gnu@0.4.0
|
||||
"
|
||||
|
||||
inherit cargo cmake
|
||||
|
||||
DESCRIPTION="Performance monitoring daemon for heterogeneous CPU-GPU systems"
|
||||
HOMEPAGE="https://github.com/facebookincubator/dynolog"
|
||||
SRC_URI="https://dev.gentoo.org/~tupone/distfiles/${P}.tar.gz
|
||||
${CARGO_CRATE_URIS}"
|
||||
|
||||
LICENSE="BSD Apache-2.0 Boost-1.0 MIT Unicode-DFS-2016 Unlicense"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="dev-cpp/gflags
|
||||
dev-cpp/gtest
|
||||
dev-cpp/glog
|
||||
net-misc/curl"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
# Partially rust build
|
||||
QA_FLAGS_IGNORED=/usr/bin/dyno
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-gcc13.patch
|
||||
"${FILESDIR}"/${P}-unbundling.patch
|
||||
"${FILESDIR}"/${P}-noWerror.patch
|
||||
)
|
||||
|
||||
CMAKE_SKIP_TESTS=( "Defs.CpuSet" )
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
cmake_comment_add_subdirectory third_party/gflags
|
||||
cmake_comment_add_subdirectory third_party/glog
|
||||
rm -r third_party/googletest || die
|
||||
if !usex test; then
|
||||
rm -rf hbt/src/perf_event/tests || die
|
||||
fi
|
||||
if !usex target_intel ;then
|
||||
rm -rf hbt/src/intel_pt || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
-DCPR_FORCE_USE_SYSTEM_CURL=ON
|
||||
-DBUILD_TESTS=$(usex test)
|
||||
)
|
||||
cmake_src_configure
|
||||
cd cli
|
||||
cargo_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cmake_src_compile
|
||||
cd cli
|
||||
cargo_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
mkdir -p headers/dynolog/src/ipcfabric
|
||||
cp dynolog/src/ipcfabric/FabricManager.h \
|
||||
headers/dynolog/src/ipcfabric || die
|
||||
doheader -r dynolog
|
||||
cd ../cli
|
||||
cd cli
|
||||
cargo_src_install
|
||||
|
||||
dobin "${BUILD_DIR}"/${PN}/src/${PN}
|
||||
}
|
||||
20
dev-libs/dynolog/files/dynolog-0.3.1_p20230126-gcc13.patch
Normal file
20
dev-libs/dynolog/files/dynolog-0.3.1_p20230126-gcc13.patch
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
--- a/dynolog/src/metric_frame/ExtraTypes.h 2023-12-04 22:40:38.277556488 +0100
|
||||
+++ b/dynolog/src/metric_frame/ExtraTypes.h 2023-12-04 22:40:59.044223825 +0100
|
||||
@@ -6,6 +6,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <ostream>
|
||||
+#include <cstdint>
|
||||
|
||||
namespace facebook::dynolog {
|
||||
|
||||
--- a/hbt/src/perf_event/CpuEventsGroup.h 2023-12-04 22:56:20.774267789 +0100
|
||||
+++ b/hbt/src/perf_event/CpuEventsGroup.h 2023-12-04 22:56:38.454271601 +0100
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
+#include <utility>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
--- a/third_party/cpr/CMakeLists.txt 2023-12-06 09:59:09.062148849 +0100
|
||||
+++ b/third_party/cpr/CMakeLists.txt 2023-12-06 09:59:27.615514631 +0100
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
||||
else()
|
||||
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic -Werror")
|
||||
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic")
|
||||
endif()
|
||||
|
||||
# SSL
|
||||
--- a/third_party/pfs/CMakeLists.txt 2023-12-26 13:43:57.634865410 +0100
|
||||
+++ b/third_party/pfs/CMakeLists.txt 2023-12-26 13:44:20.865488661 +0100
|
||||
@@ -12,7 +12,7 @@
|
||||
endif ()
|
||||
message(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
|
||||
|
||||
-add_compile_options (-std=c++11 -Wall -Wextra -pedantic -Werror)
|
||||
+add_compile_options (-std=c++11 -Wall -Wextra -pedantic)
|
||||
|
||||
include_directories (include)
|
||||
|
||||
|
|
@ -0,0 +1,82 @@
|
|||
--- a/CMakeLists.txt 2023-12-06 07:46:09.148777964 +0100
|
||||
+++ b/CMakeLists.txt 2023-12-06 07:46:17.995438966 +0100
|
||||
@@ -31,7 +31,6 @@
|
||||
|
||||
if(BUILD_TESTS)
|
||||
enable_testing()
|
||||
- add_subdirectory("third_party/googletest" "third_party/googletest")
|
||||
endif()
|
||||
|
||||
include_directories(".")
|
||||
@@ -49,6 +49,7 @@
|
||||
set(BUILD_TESTING OFF CACHE BOOL "")
|
||||
set(WITH_GFLAGS OFF CACHE BOOL "")
|
||||
add_subdirectory(third_party/glog)
|
||||
+find_package(glog)
|
||||
target_link_libraries(dynolog_lib PUBLIC glog::glog)
|
||||
|
||||
set(GFLAGS_BUILD_TESTING OFF CACHE BOOL "")
|
||||
@@ -54,7 +53,7 @@
|
||||
|
||||
set(GFLAGS_BUILD_TESTING OFF CACHE BOOL "")
|
||||
add_subdirectory(third_party/gflags)
|
||||
-target_link_libraries(dynolog_lib PUBLIC gflags::gflags)
|
||||
+target_link_libraries(dynolog_lib PUBLIC gflags)
|
||||
|
||||
# https://github.com/nlohmann/json#cmake
|
||||
set(JSON_BuildTests OFF CACHE INTERNAL "")
|
||||
--- a/dynolog/src/rpc/CMakeLists.txt 2023-12-06 07:40:29.268997358 +0100
|
||||
+++ b/dynolog/src/rpc/CMakeLists.txt 2023-12-06 07:40:45.038986775 +0100
|
||||
@@ -12,7 +12,8 @@
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/..
|
||||
)
|
||||
target_link_libraries(dynolog_rpc_lib PRIVATE dynolog_lib)
|
||||
-target_link_libraries(dynolog_rpc_lib PUBLIC gflags::gflags)
|
||||
+target_link_libraries(dynolog_rpc_lib PUBLIC gflags)
|
||||
+find_package(glog)
|
||||
target_link_libraries(dynolog_rpc_lib PUBLIC glog::glog)
|
||||
target_link_libraries(dynolog_rpc_lib PUBLIC nlohmann_json::nlohmann_json)
|
||||
target_link_libraries(dynolog_rpc_lib PUBLIC fmt::fmt)
|
||||
--- a/dynolog/src/gpumon/CMakeLists.txt 2023-12-06 07:41:18.658964157 +0100
|
||||
+++ b/dynolog/src/gpumon/CMakeLists.txt 2023-12-06 07:41:30.005623376 +0100
|
||||
@@ -16,7 +16,8 @@
|
||||
)
|
||||
target_include_directories(dynolog_dcgm_lib PUBLIC
|
||||
${PROJECT_SOURCE_DIR}/third_party/pfs/include)
|
||||
-target_link_libraries(dynolog_dcgm_lib PUBLIC gflags::gflags)
|
||||
+target_link_libraries(dynolog_dcgm_lib PUBLIC gflags)
|
||||
+find_package(glog)
|
||||
target_link_libraries(dynolog_dcgm_lib PUBLIC glog::glog)
|
||||
target_link_libraries(dynolog_dcgm_lib PUBLIC nlohmann_json::nlohmann_json)
|
||||
target_link_libraries(dynolog_dcgm_lib PUBLIC pfs)
|
||||
--- a/dynolog/src/tracing/CMakeLists.txt 2023-12-06 08:42:39.313607692 +0100
|
||||
+++ b/dynolog/src/tracing/CMakeLists.txt 2023-12-06 08:42:59.377010468 +0100
|
||||
@@ -11,5 +11,6 @@
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/..
|
||||
)
|
||||
|
||||
+find_package(glog)
|
||||
target_link_libraries(dynolog_ipcmonitor_lib PUBLIC glog::glog)
|
||||
target_link_libraries(dynolog_ipcmonitor_lib PUBLIC dynolog_ipcfabric_lib)
|
||||
--- a/dynolog/tests/rpc/CMakeLists.txt 2023-12-06 07:41:52.818942108 +0100
|
||||
+++ b/dynolog/tests/rpc/CMakeLists.txt 2023-12-06 07:42:04.415601339 +0100
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
add_executable(json_client SimpleJsonClientTestCLI.cpp SimpleJsonClientTest.h)
|
||||
|
||||
-target_link_libraries(json_client PUBLIC gflags::gflags)
|
||||
+target_link_libraries(json_client PUBLIC gflags)
|
||||
+find_package(glog)
|
||||
target_link_libraries(json_client PUBLIC glog::glog)
|
||||
|
||||
dynolog_add_test(SimpleJsonClientTest
|
||||
--- a/dynolog/tests/tracing/CMakeLists.txt 2023-12-06 08:44:45.267376972 +0100
|
||||
+++ b/dynolog/tests/tracing/CMakeLists.txt 2023-12-06 08:45:01.977434795 +0100
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
dynolog_add_test(IPCMonitorTest IPCMonitorTest.cpp)
|
||||
|
||||
+find_package(glog)
|
||||
target_link_libraries(IPCMonitorTest PRIVATE glog::glog)
|
||||
target_link_libraries(IPCMonitorTest PRIVATE dynolog_ipcmonitor_lib)
|
||||
target_link_libraries(IPCMonitorTest PRIVATE dynolog_lib)
|
||||
11
dev-libs/dynolog/metadata.xml
Normal file
11
dev-libs/dynolog/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tupone@gentoo.org</email>
|
||||
<name>Alfredo Tupone</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">facebookincubator/dynolog</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
2
dev-libs/libclc/Manifest
Normal file
2
dev-libs/libclc/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST llvm-project-18.1.0rc1.src.tar.xz 131969632 BLAKE2B 0cc2f3049a89ee07182189a1ff7aec1751bfe6bbaed4887e139854737fe4eb0ec924b37d8d5b01e298d6a4b271735a615283465262345d0a288180edd6276139 SHA512 85afc331c8a023f4d8177cc42143b968b94d6987a7ed38b8be1170c6b4e1ef1a79d2d4e44d5fae98b713959b5d69bd4e44c6ba84355f59e8fe99588cbca03d7a
|
||||
DIST llvm-project-18.1.0rc1.src.tar.xz.sig 566 BLAKE2B c9fd7e92e0c6bb8291314ed388d518d15b75c5d4e7ba5da461c2176c5519d721c5ae95d8ecf99ce17bdc398cf23f13b540aacab306c2923e4c0ac8a5f059746f SHA512 0bb072ef2d3156241bcb74102c977db73720f38918e1a0b2cbe6191b6884ce5750ed9f5af69575599bad840c0151a04f81ebc5194c4ce258cbd6516d6c26d9cb
|
||||
87
dev-libs/libclc/libclc-18.0.0.9999.ebuild
Normal file
87
dev-libs/libclc/libclc-18.0.0.9999.ebuild
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit cmake llvm llvm.org python-any-r1
|
||||
|
||||
DESCRIPTION="OpenCL C library"
|
||||
HOMEPAGE="https://libclc.llvm.org/"
|
||||
|
||||
LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )"
|
||||
SLOT="0"
|
||||
IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi"
|
||||
|
||||
LLVM_MAX_SLOT=17
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
|| (
|
||||
(
|
||||
sys-devel/clang:17
|
||||
spirv? ( dev-util/spirv-llvm-translator:17 )
|
||||
)
|
||||
(
|
||||
sys-devel/clang:16
|
||||
spirv? ( dev-util/spirv-llvm-translator:16 )
|
||||
)
|
||||
(
|
||||
sys-devel/clang:15
|
||||
spirv? ( dev-util/spirv-llvm-translator:15 )
|
||||
)
|
||||
(
|
||||
sys-devel/clang:14
|
||||
spirv? ( dev-util/spirv-llvm-translator:14 )
|
||||
)
|
||||
(
|
||||
sys-devel/clang:13
|
||||
spirv? ( dev-util/spirv-llvm-translator:13 )
|
||||
)
|
||||
)
|
||||
"
|
||||
|
||||
LLVM_COMPONENTS=( libclc )
|
||||
llvm.org_set_globals
|
||||
|
||||
llvm_check_deps() {
|
||||
if use spirv; then
|
||||
has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" ||
|
||||
return 1
|
||||
fi
|
||||
has_version -b "sys-devel/clang:${LLVM_SLOT}"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
llvm_pkg_setup
|
||||
python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local libclc_targets=()
|
||||
|
||||
use spirv && libclc_targets+=(
|
||||
"spirv-mesa3d-"
|
||||
"spirv64-mesa3d-"
|
||||
)
|
||||
use video_cards_nvidia && libclc_targets+=(
|
||||
"nvptx--"
|
||||
"nvptx64--"
|
||||
"nvptx--nvidiacl"
|
||||
"nvptx64--nvidiacl"
|
||||
)
|
||||
use video_cards_r600 && libclc_targets+=(
|
||||
"r600--"
|
||||
)
|
||||
use video_cards_radeonsi && libclc_targets+=(
|
||||
"amdgcn--"
|
||||
"amdgcn-mesa-mesa3d"
|
||||
"amdgcn--amdhsa"
|
||||
)
|
||||
[[ ${#libclc_targets[@]} ]] || die "libclc target missing!"
|
||||
|
||||
libclc_targets=${libclc_targets[*]}
|
||||
local mycmakeargs=(
|
||||
-DLIBCLC_TARGETS_TO_BUILD="${libclc_targets// /;}"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
87
dev-libs/libclc/libclc-18.1.0_rc1.ebuild
Normal file
87
dev-libs/libclc/libclc-18.1.0_rc1.ebuild
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit cmake llvm llvm.org python-any-r1
|
||||
|
||||
DESCRIPTION="OpenCL C library"
|
||||
HOMEPAGE="https://libclc.llvm.org/"
|
||||
|
||||
LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )"
|
||||
SLOT="0"
|
||||
IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi"
|
||||
|
||||
LLVM_MAX_SLOT=17
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
|| (
|
||||
(
|
||||
sys-devel/clang:17
|
||||
spirv? ( dev-util/spirv-llvm-translator:17 )
|
||||
)
|
||||
(
|
||||
sys-devel/clang:16
|
||||
spirv? ( dev-util/spirv-llvm-translator:16 )
|
||||
)
|
||||
(
|
||||
sys-devel/clang:15
|
||||
spirv? ( dev-util/spirv-llvm-translator:15 )
|
||||
)
|
||||
(
|
||||
sys-devel/clang:14
|
||||
spirv? ( dev-util/spirv-llvm-translator:14 )
|
||||
)
|
||||
(
|
||||
sys-devel/clang:13
|
||||
spirv? ( dev-util/spirv-llvm-translator:13 )
|
||||
)
|
||||
)
|
||||
"
|
||||
|
||||
LLVM_COMPONENTS=( libclc )
|
||||
llvm.org_set_globals
|
||||
|
||||
llvm_check_deps() {
|
||||
if use spirv; then
|
||||
has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" ||
|
||||
return 1
|
||||
fi
|
||||
has_version -b "sys-devel/clang:${LLVM_SLOT}"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
llvm_pkg_setup
|
||||
python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local libclc_targets=()
|
||||
|
||||
use spirv && libclc_targets+=(
|
||||
"spirv-mesa3d-"
|
||||
"spirv64-mesa3d-"
|
||||
)
|
||||
use video_cards_nvidia && libclc_targets+=(
|
||||
"nvptx--"
|
||||
"nvptx64--"
|
||||
"nvptx--nvidiacl"
|
||||
"nvptx64--nvidiacl"
|
||||
)
|
||||
use video_cards_r600 && libclc_targets+=(
|
||||
"r600--"
|
||||
)
|
||||
use video_cards_radeonsi && libclc_targets+=(
|
||||
"amdgcn--"
|
||||
"amdgcn-mesa-mesa3d"
|
||||
"amdgcn--amdhsa"
|
||||
)
|
||||
[[ ${#libclc_targets[@]} ]] || die "libclc target missing!"
|
||||
|
||||
libclc_targets=${libclc_targets[*]}
|
||||
local mycmakeargs=(
|
||||
-DLIBCLC_TARGETS_TO_BUILD="${libclc_targets// /;}"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
13
dev-libs/libclc/metadata.xml
Normal file
13
dev-libs/libclc/metadata.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>llvm@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">llvm/llvm-project</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="spirv">Build SPIRV targets</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
1
dev-ml/cudf/Manifest
Normal file
1
dev-ml/cudf/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST cudf-v0.10.tar.bz2 47664 BLAKE2B 6ecdfc4243d80f12f6904b334f93ff47beb94535b6ba84992c6a31d244a7c2dcb6072e67828d96b31d4628bb244022fd962efcdcae5299f5a57694f3aa6c95a8 SHA512 b36ecad224070d2c07d4123fb7e39160390ddec4196505e66aad9fbd982bd7ca320ff5f0e771e7996da49bff22fb87fc057060277695b75cd68de19e57cb3855
|
||||
76
dev-ml/cudf/cudf-0.10-r1.ebuild
Normal file
76
dev-ml/cudf/cudf-0.10-r1.ebuild
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit dune toolchain-funcs
|
||||
|
||||
MYP=${PN}-v${PV}
|
||||
DESCRIPTION="Library to parse, pretty print, and evaluate CUDF documents"
|
||||
HOMEPAGE="http://www.mancoosi.org/cudf/"
|
||||
SRC_URI="https://gitlab.com/irill/${PN}/-/archive/v${PV}/${MYP}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
||||
IUSE="+ocamlopt llvm-libunwind test doc"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/ocaml-3.12:=[ocamlopt?]
|
||||
dev-ml/extlib:=
|
||||
dev-ml/findlib:=
|
||||
dev-libs/glib:2
|
||||
llvm-libunwind? ( sys-libs/llvm-libunwind:= )
|
||||
!llvm-libunwind? ( sys-libs/libunwind:= )
|
||||
sys-libs/ncurses:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-ml/ounit2 )
|
||||
dev-ml/ocamlbuild
|
||||
dev-lang/perl
|
||||
"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
QA_FLAGS_IGNORED='.*'
|
||||
|
||||
S="${WORKDIR}"/${MYP}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i \
|
||||
-e 's|make|$(MAKE)|g' \
|
||||
Makefile || die
|
||||
sed -i \
|
||||
-e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) -lunwind|g' \
|
||||
-e "s|ar r|$(tc-getAR) r|g" \
|
||||
c-lib/Makefile || die
|
||||
sed -i \
|
||||
-e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) -lunwind|g' \
|
||||
c-lib/Makefile.variants || die
|
||||
|
||||
tc-export CC PKG_CONFIG
|
||||
|
||||
sed -i \
|
||||
-e "s|-lncurses|$( $(tc-getPKG_CONFIG) --libs ncurses)|g" \
|
||||
c-lib/cudf.pc.in || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
dune_src_compile
|
||||
emake c-lib
|
||||
if use ocamlopt ; then
|
||||
emake c-lib-opt
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
dune_src_test
|
||||
emake c-lib-test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
|
||||
use doc && dodoc BUGS ChangeLog README TODO
|
||||
}
|
||||
12
dev-ml/cudf/files/ounit2.patch
Normal file
12
dev-ml/cudf/files/ounit2.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Index: cudf-0.9/_tags
|
||||
===================================================================
|
||||
--- cudf-0.9.orig/_tags
|
||||
+++ cudf-0.9/_tags
|
||||
@@ -1,5 +1,5 @@
|
||||
-<test.ml> or <tests.ml> : pkg_oUnit
|
||||
-<test.byte> or <test.native> : pkg_oUnit
|
||||
+<test.ml> or <tests.ml> : pkg_ounit2
|
||||
+<test.byte> or <test.native> : pkg_ounit2
|
||||
|
||||
<*.ml> or <*.mli> : pkg_extlib
|
||||
<*.byte> or <*.native> : pkg_extlib
|
||||
15
dev-ml/cudf/metadata.xml
Normal file
15
dev-ml/cudf/metadata.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>ml@gentoo.org</email>
|
||||
<name>ML</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>gienah@gentoo.org</email>
|
||||
<name>Mark Wright</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">irill/cudf</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
3
dev-python/cloudscraper/Manifest
Normal file
3
dev-python/cloudscraper/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST cloudscraper-1.2.65.gh.tar.gz 111946 BLAKE2B 7b53819ceb3349c9e8bc24cfd3138119b46bd88daa639d1c29b7e7477f0fc2cb323b3e485832236eadf48be76d16a2dde93cadffe594fc7b7d43b24651de45eb SHA512 e885e7e0b7e91318da4b6d65165961fbae27951be9b4f05af96e7eeaf1e28e1146af52c10bf0b769f07fc04016998eed9146ec92504a591d81434a101c6d6850
|
||||
EBUILD cloudscraper-1.2.65.ebuild 1466 BLAKE2B 1bd63fb43f0baeb95e16af86e30f3e0334978609f79da270f5fcc15ac3bb6cd273994322d2ff4a20a7f4116f0900b3239336576b70bb2b5261bc9d0b683fc38d SHA512 92222bef3f07a87a430be869e93c69cb97266319243a4386979620a73f57967605371f63e971e1ee4488116cd8ae2544a4f4ca78c126b57f7329d6be2aceacf4
|
||||
MISC metadata.xml 749 BLAKE2B dd73d528bd6b2fd50230028ca8877783b315c9f3327ca3173b75a32ca7d1dc6135aa86e765f6d7b9929e6a84e5ce7f99a9c2a0ee4972c01e818f27b83719b5b8 SHA512 b36231ae7509d4ee146c4b0ba97aef6d9ee67db44741ba9f53e201f5f6b0392eaee3ce6e41c988ef9938c5e4b6dbe1fea10505319d40916e6b0bce5597dd790c
|
||||
49
dev-python/cloudscraper/cloudscraper-1.2.65.ebuild
Normal file
49
dev-python/cloudscraper/cloudscraper-1.2.65.ebuild
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
DESCRIPTION="A Python module to bypass Cloudflare's anti-bot page"
|
||||
HOMEPAGE="https://github.com/VeNoMouS/cloudscraper"
|
||||
SRC_URI="https://github.com/VeNoMouS/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]
|
||||
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/js2py[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-forked[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
dev-python/responses[${PYTHON_USEDEP}]
|
||||
net-libs/nodejs
|
||||
)
|
||||
"
|
||||
|
||||
# These tests fail for no understanadble reason
|
||||
EPYTEST_DESELECT=(
|
||||
"tests/test_cloudscraper.py::TestCloudScraper::test_bad_interpreter_js_challenge1_16_05_2020"
|
||||
"tests/test_cloudscraper.py::TestCloudScraper::test_bad_solve_js_challenge1_16_05_2020"
|
||||
"tests/test_cloudscraper.py::TestCloudScraper::test_Captcha_challenge_12_12_2019"
|
||||
"tests/test_cloudscraper.py::TestCloudScraper::test_reCaptcha_providers"
|
||||
)
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "brotli decompresssion support" "dev-python/brotlipy"
|
||||
|
||||
optfeature "js2py interpreter support" "dev-python/js2py"
|
||||
optfeature "node.js interpreter support" "net-libs/nodejs"
|
||||
}
|
||||
21
dev-python/cloudscraper/metadata.xml
Normal file
21
dev-python/cloudscraper/metadata.xml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>vaartis@kotobank.ch</email>
|
||||
<name>Ekaterina Vaartis</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm Under Attack Mode", or IUAM),
|
||||
implemented with Requests
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">venomous/cloudscraper</remote-id>
|
||||
<remote-id type="pypi">cloudscraper</remote-id>
|
||||
</upstream>
|
||||
<stabilize-allarches/>
|
||||
</pkgmetadata>
|
||||
2
dev-python/pyinstaller/Manifest
Normal file
2
dev-python/pyinstaller/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST pyinstaller-4.2.tar.gz 3596102 BLAKE2B 2b273c043c4b584741cb4a4a2ef1df5b4305c775155f7195d2441b7dd69d169b768143d11141df6e0b3a27400f4f978460f0c923192c21695c26d0189a2b8855 SHA512 54acf059756cbbaa37fb559e9691dc8b3af77f7f57885f8fb142050662769f9138477686d0b768274f23166d2d327b4f9d4924b7077cdf1736790d7e2a3e161d
|
||||
DIST pyinstaller-5.8.0.tar.gz 2369800 BLAKE2B 94a4e235632fb875f076782993c91efc50759c5af20dc0092853a8e47df6d217030c90732d1d2bcbc8ee8fd5b4a70804043fc0a48afd90decf78c1fae86c86f0 SHA512 571c050eedd10f15ef8b57d9ec1a8b95a78ca7fe09b0cfbabc30e4cf7ba1a6f9c227df1178730f7fde28d023d5513481ce1867d6a8bd9441eca6463b8f27034c
|
||||
8
dev-python/pyinstaller/metadata.xml
Normal file
8
dev-python/pyinstaller/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>svdm-gentoo@protonmail.com</email>
|
||||
<name>Simon van der Maas</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
19
dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild
Normal file
19
dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Bundles a Python application and all its dependencies into a single package."
|
||||
HOMEPAGE="https://pypi.org/project/pyinstaller/"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/b4/83/9f6ff034650abe9778c9a4f86bcead63f89a62acf02b1b47fc2bfc6bf8dd/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+-with-Pyinstaller-Bootloader-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
QA_PRESTRIPPED="usr/lib/python.*/site-packages/PyInstaller/bootloader/Linux-.*/run.*"
|
||||
19
dev-python/pyinstaller/pyinstaller-5.8.0.ebuild
Normal file
19
dev-python/pyinstaller/pyinstaller-5.8.0.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Bundles a Python application and all its dependencies into a single package."
|
||||
HOMEPAGE="https://pypi.org/project/pyinstaller/"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/63/20/cfb61921d7db3e8473440091ac99ae900357f26197502ab7ec9ff6473ca5/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+-with-Pyinstaller-Bootloader-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
QA_PRESTRIPPED="usr/lib/python.*/site-packages/PyInstaller/bootloader/Linux-.*/run.*"
|
||||
6
dev-util/android-ndk/Manifest
Normal file
6
dev-util/android-ndk/Manifest
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
DIST android-ndk-r11c-linux-x86_64.zip 794135138 BLAKE2B e048c6c7172aafce47e5961669e8130780a060190854316edde8e2aca763055cba8bb739dcb8aa51227a798d19b36a11bf2e7591f817070c153f05a2e5d74fd4 SHA512 c0de562061c9f08bcd1ae05b1de26898788e71cc7dc40502348214edd5a90f1bf8125721e587b341f6fe774fc79b1a6e28b3f702f3275e016baa0382fcea2767
|
||||
DIST android-ndk-r13b-linux-x86_64.zip 687311866 BLAKE2B 2db7bfd9fa937d5f28fa238494e73ad1d09c539627308aa7f4e2c4114c6762dc908b1752b42dccf792f9c71ff7e3b5e08b2b03e7eac3ff5bea497c33d479d60a SHA512 39f3bd2d0e1daca11870df2e2ef318ad070b19163a55e2c1c4a1a871e02f8ec51263d7cf4b6da54eaadbe4253b5c11b85f4c5aeb67fccfff9147a5c420589d12
|
||||
DIST android-ndk-r14b-linux-x86_64.zip 840626594 BLAKE2B 5032893ee34e7167c5af5216d7b1357c3f9dcef136d63fa9a1d6c4849471430ac21a741e1c2439ec62b5cb1fa79af9ff39b46c31073e47e7a6f7c41e1a1a448b SHA512 24435267fc5acae559aa5159f7c895ce5ea0cbb8ef966bb8ff0dadffcadccbe46bc3880d285bf4e411ef78632cf2f862408e7b2b41ebca51078b41eac66a301a
|
||||
DIST android-ndk-r16b-linux-x86_64.zip 852525873 BLAKE2B 18f6e602d88ef0a8f1a7f31bc127547c32bc2fb133d5c87ca4d2f7099f79b54d67f578a68fcd59e94c84934ca2006decca5b09eac566f2f99d609862d4036e48 SHA512 94cd879925ee3174a9267e7da2d18d71874173976b362101ec06598a94b6587a33671e54bbbce5778c04418aacbb831e98386c16f6cde04574ea8c8589553dd7
|
||||
DIST android-ndk-r18-linux-x86_64.zip 556932539 BLAKE2B 52bde148e142fe72402d8ab6709b1dcb611f74c0cb8b511b3f0e69a2b6940ee5e05b1d4bd45fdff80f74f65ca3d8176de46bd0a3aa28e2dfd430fc07eab23d69 SHA512 7a8b372be53a7d5a008b6cafda451096623af33aea910edd8e98ee4b15682da5d2ad641727ab12eca522ba965073a3eb247cd3cd850c9b602e2c7b1cd6eec708
|
||||
DIST android-ndk-r21-linux-x86_64.zip 1043332542 BLAKE2B 1a037f6e9b35400b8ec5cfe52830dbb0a0cb216d153b43e32c2a097bb38cbf0fc6933f7e914a4d5148e1657d45a241be8421997f67c621292aeba022a513d1a1 SHA512 f0e55de2432efc95a4805542da2ffb2fdd3ed191ebbae636f0589fc65b3e41c6e2d9bb443f825bf741c154d50d207b33957a9a07c2af31b1e83ca42ddb843bd2
|
||||
79
dev-util/android-ndk/android-ndk-11c-r1.ebuild
Normal file
79
dev-util/android-ndk/android-ndk-11c-r1.ebuild
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
CHECKREQS_DISK_BUILD="6G"
|
||||
inherit check-reqs
|
||||
|
||||
DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)"
|
||||
HOMEPAGE="https://developer.android.com/ndk/"
|
||||
SRC_URI="https://dl.google.com/android/repository/${PN}-r${PV}-linux-x86_64.zip"
|
||||
|
||||
LICENSE="android"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
|| (
|
||||
sys-libs/ncurses:0/5[tinfo]
|
||||
sys-libs/ncurses-compat:5[tinfo]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${PN}-r${PV}"
|
||||
|
||||
ANDROID_NDK_DIR="opt/${PN}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
PYTHON_UPDATER_IGNORE="1"
|
||||
|
||||
pkg_pretend() {
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
check-reqs_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir "/${ANDROID_NDK_DIR}"
|
||||
cp -pPR * "${ED}/${ANDROID_NDK_DIR}" || die
|
||||
|
||||
dodir "/${ANDROID_NDK_DIR}/out"
|
||||
fowners -R root:android "/${ANDROID_NDK_DIR}"
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{,build,platforms,prebuilt}
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{python-packages,sources,toolchains}
|
||||
fperms 3775 "/${ANDROID_NDK_DIR}/out"
|
||||
|
||||
ANDROID_PREFIX="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
ANDROID_PATH="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
|
||||
for i in toolchains/*/prebuilt/linux-*/bin
|
||||
do
|
||||
ANDROID_PATH="${ANDROID_PATH}:${ANDROID_PREFIX}/${i}"
|
||||
done
|
||||
|
||||
printf '%s' \
|
||||
"PATH=\"${ANDROID_PATH}\"" \
|
||||
$'\n' \
|
||||
> "${T}/80${PN}" || die
|
||||
|
||||
doenvd "${T}/80${PN}"
|
||||
|
||||
echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${ANDROID_NDK_DIR}\"" \
|
||||
> "${T}/80${PN}" || die
|
||||
insinto "/etc/revdep-rebuild"
|
||||
doins "${T}/80${PN}"
|
||||
}
|
||||
76
dev-util/android-ndk/android-ndk-11c.ebuild
Normal file
76
dev-util/android-ndk/android-ndk-11c.ebuild
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
CHECKREQS_DISK_BUILD="6G"
|
||||
inherit check-reqs
|
||||
|
||||
DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)"
|
||||
HOMEPAGE="https://developer.android.com/ndk/"
|
||||
SRC_URI="https://dl.google.com/android/repository/${PN}-r${PV}-linux-x86_64.zip"
|
||||
|
||||
LICENSE="android"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
sys-libs/ncurses-compat:5"
|
||||
|
||||
S="${WORKDIR}/${PN}-r${PV}"
|
||||
|
||||
ANDROID_NDK_DIR="opt/${PN}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
PYTHON_UPDATER_IGNORE="1"
|
||||
|
||||
pkg_pretend() {
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
check-reqs_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir "/${ANDROID_NDK_DIR}"
|
||||
cp -pPR * "${ED}/${ANDROID_NDK_DIR}" || die
|
||||
|
||||
dodir "/${ANDROID_NDK_DIR}/out"
|
||||
fowners -R root:android "/${ANDROID_NDK_DIR}"
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{,build,platforms,prebuilt}
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{python-packages,sources,toolchains}
|
||||
fperms 3775 "/${ANDROID_NDK_DIR}/out"
|
||||
|
||||
ANDROID_PREFIX="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
ANDROID_PATH="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
|
||||
for i in toolchains/*/prebuilt/linux-*/bin
|
||||
do
|
||||
ANDROID_PATH="${ANDROID_PATH}:${ANDROID_PREFIX}/${i}"
|
||||
done
|
||||
|
||||
printf '%s' \
|
||||
"PATH=\"${ANDROID_PATH}\"" \
|
||||
$'\n' \
|
||||
> "${T}/80${PN}" || die
|
||||
|
||||
doenvd "${T}/80${PN}"
|
||||
|
||||
echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${ANDROID_NDK_DIR}\"" \
|
||||
> "${T}/80${PN}" || die
|
||||
insinto "/etc/revdep-rebuild"
|
||||
doins "${T}/80${PN}"
|
||||
}
|
||||
79
dev-util/android-ndk/android-ndk-13b.ebuild
Normal file
79
dev-util/android-ndk/android-ndk-13b.ebuild
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
CHECKREQS_DISK_BUILD="6G"
|
||||
inherit check-reqs
|
||||
|
||||
DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)"
|
||||
HOMEPAGE="https://developer.android.com/ndk/"
|
||||
SRC_URI="https://dl.google.com/android/repository/${PN}-r${PV}-linux-x86_64.zip"
|
||||
|
||||
LICENSE="android"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
|| (
|
||||
sys-libs/ncurses:0/5[tinfo]
|
||||
sys-libs/ncurses-compat:5[tinfo]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${PN}-r${PV}"
|
||||
|
||||
ANDROID_NDK_DIR="opt/${PN}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
PYTHON_UPDATER_IGNORE="1"
|
||||
|
||||
pkg_pretend() {
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
check-reqs_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir "/${ANDROID_NDK_DIR}"
|
||||
cp -pPR * "${ED}/${ANDROID_NDK_DIR}" || die
|
||||
|
||||
dodir "/${ANDROID_NDK_DIR}/out"
|
||||
fowners -R root:android "/${ANDROID_NDK_DIR}"
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{,build,platforms,prebuilt}
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{python-packages,sources,toolchains}
|
||||
fperms 3775 "/${ANDROID_NDK_DIR}/out"
|
||||
|
||||
ANDROID_PREFIX="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
ANDROID_PATH="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
|
||||
for i in toolchains/*/prebuilt/linux-*/bin
|
||||
do
|
||||
ANDROID_PATH="${ANDROID_PATH}:${ANDROID_PREFIX}/${i}"
|
||||
done
|
||||
|
||||
printf '%s' \
|
||||
"PATH=\"${ANDROID_PATH}\"" \
|
||||
$'\n' \
|
||||
> "${T}/80${PN}" || die
|
||||
|
||||
doenvd "${T}/80${PN}"
|
||||
|
||||
echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${ANDROID_NDK_DIR}\"" \
|
||||
> "${T}/80${PN}" || die
|
||||
insinto "/etc/revdep-rebuild"
|
||||
doins "${T}/80${PN}"
|
||||
}
|
||||
74
dev-util/android-ndk/android-ndk-14b.ebuild
Normal file
74
dev-util/android-ndk/android-ndk-14b.ebuild
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
CHECKREQS_DISK_BUILD="6G"
|
||||
inherit check-reqs
|
||||
|
||||
DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)"
|
||||
HOMEPAGE="https://developer.android.com/ndk/"
|
||||
SRC_URI="https://dl.google.com/android/repository/${PN}-r${PV}-linux-x86_64.zip"
|
||||
|
||||
LICENSE="android"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
|| (
|
||||
sys-libs/ncurses:0/5[tinfo]
|
||||
sys-libs/ncurses-compat:5[tinfo]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${PN}-r${PV}"
|
||||
|
||||
ANDROID_NDK_DIR="opt/${PN}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
PYTHON_UPDATER_IGNORE="1"
|
||||
|
||||
pkg_pretend() {
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
check-reqs_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir "/${ANDROID_NDK_DIR}"
|
||||
cp -pPR * "${ED}/${ANDROID_NDK_DIR}" || die
|
||||
|
||||
dodir "/${ANDROID_NDK_DIR}/out"
|
||||
fowners -R root:android "/${ANDROID_NDK_DIR}"
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{,build,platforms,prebuilt}
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{python-packages,sources,toolchains}
|
||||
fperms 3775 "/${ANDROID_NDK_DIR}/out"
|
||||
|
||||
ANDROID_PREFIX="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
ANDROID_PATH="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
|
||||
for i in toolchains/*/prebuilt/linux-*/bin
|
||||
do
|
||||
ANDROID_PATH="${ANDROID_PATH}:${ANDROID_PREFIX}/${i}"
|
||||
done
|
||||
|
||||
echo "PATH=\"${ANDROID_PATH}\"" > "${T}/80${PN}" || die
|
||||
doenvd "${T}/80${PN}"
|
||||
|
||||
echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${ANDROID_NDK_DIR}\"" > "${T}/80${PN}" || die
|
||||
insinto "/etc/revdep-rebuild"
|
||||
doins "${T}/80${PN}"
|
||||
}
|
||||
74
dev-util/android-ndk/android-ndk-16b.ebuild
Normal file
74
dev-util/android-ndk/android-ndk-16b.ebuild
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
CHECKREQS_DISK_BUILD="6G"
|
||||
inherit check-reqs
|
||||
|
||||
DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)"
|
||||
HOMEPAGE="https://developer.android.com/ndk/"
|
||||
SRC_URI="https://dl.google.com/android/repository/${PN}-r${PV}-linux-x86_64.zip"
|
||||
|
||||
LICENSE="android"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
|| (
|
||||
sys-libs/ncurses:0/5[tinfo]
|
||||
sys-libs/ncurses-compat:5[tinfo]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${PN}-r${PV}"
|
||||
|
||||
ANDROID_NDK_DIR="opt/${PN}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
PYTHON_UPDATER_IGNORE="1"
|
||||
|
||||
pkg_pretend() {
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
check-reqs_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir "/${ANDROID_NDK_DIR}"
|
||||
cp -pPR * "${ED}/${ANDROID_NDK_DIR}" || die
|
||||
|
||||
dodir "/${ANDROID_NDK_DIR}/out"
|
||||
fowners -R root:android "/${ANDROID_NDK_DIR}"
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{,build,platforms,prebuilt}
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{python-packages,sources,toolchains}
|
||||
fperms 3775 "/${ANDROID_NDK_DIR}/out"
|
||||
|
||||
ANDROID_PREFIX="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
ANDROID_PATH="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
|
||||
for i in toolchains/*/prebuilt/linux-*/bin
|
||||
do
|
||||
ANDROID_PATH="${ANDROID_PATH}:${ANDROID_PREFIX}/${i}"
|
||||
done
|
||||
|
||||
echo "PATH=\"${ANDROID_PATH}\"" > "${T}/80${PN}" || die
|
||||
doenvd "${T}/80${PN}"
|
||||
|
||||
echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${ANDROID_NDK_DIR}\"" > "${T}/80${PN}" || die
|
||||
insinto "/etc/revdep-rebuild"
|
||||
doins "${T}/80${PN}"
|
||||
}
|
||||
71
dev-util/android-ndk/android-ndk-18.ebuild
Normal file
71
dev-util/android-ndk/android-ndk-18.ebuild
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
CHECKREQS_DISK_BUILD="6G"
|
||||
inherit check-reqs
|
||||
|
||||
DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)"
|
||||
HOMEPAGE="https://developer.android.com/ndk/"
|
||||
SRC_URI="https://dl.google.com/android/repository/${PN}-r${PV}-linux-x86_64.zip"
|
||||
|
||||
LICENSE="android"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
sys-libs/ncurses-compat:5[abi_x86_32(-),tinfo]"
|
||||
|
||||
S="${WORKDIR}/${PN}-r${PV}"
|
||||
|
||||
ANDROID_NDK_DIR="opt/${PN}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
PYTHON_UPDATER_IGNORE="1"
|
||||
|
||||
pkg_pretend() {
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
check-reqs_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir "/${ANDROID_NDK_DIR}"
|
||||
cp -pPR * "${ED}/${ANDROID_NDK_DIR}" || die
|
||||
|
||||
dodir "/${ANDROID_NDK_DIR}/out"
|
||||
fowners -R root:android "/${ANDROID_NDK_DIR}"
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{,build,platforms,prebuilt}
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{python-packages,sources,toolchains}
|
||||
fperms 3775 "/${ANDROID_NDK_DIR}/out"
|
||||
|
||||
ANDROID_PREFIX="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
ANDROID_PATH="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
|
||||
for i in toolchains/*/prebuilt/linux-*/bin
|
||||
do
|
||||
ANDROID_PATH="${ANDROID_PATH}:${ANDROID_PREFIX}/${i}"
|
||||
done
|
||||
|
||||
echo "PATH=\"${ANDROID_PATH}\"" > "${T}/80${PN}" || die
|
||||
doenvd "${T}/80${PN}"
|
||||
|
||||
echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${ANDROID_NDK_DIR}\"" > "${T}/80${PN}" || die
|
||||
insinto "/etc/revdep-rebuild"
|
||||
doins "${T}/80${PN}"
|
||||
}
|
||||
72
dev-util/android-ndk/android-ndk-21.ebuild
Normal file
72
dev-util/android-ndk/android-ndk-21.ebuild
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
CHECKREQS_DISK_BUILD="6G"
|
||||
inherit check-reqs
|
||||
|
||||
DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)"
|
||||
HOMEPAGE="https://developer.android.com/ndk/"
|
||||
SRC_URI="https://dl.google.com/android/repository/${PN}-r${PV}-linux-x86_64.zip"
|
||||
|
||||
LICENSE="android"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
sys-libs/ncurses-compat:5[abi_x86_32(-),tinfo]
|
||||
virtual/libcrypt"
|
||||
|
||||
S="${WORKDIR}/${PN}-r${PV}"
|
||||
|
||||
ANDROID_NDK_DIR="opt/${PN}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
PYTHON_UPDATER_IGNORE="1"
|
||||
|
||||
pkg_pretend() {
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
check-reqs_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir "/${ANDROID_NDK_DIR}"
|
||||
cp -pPR * "${ED}/${ANDROID_NDK_DIR}" || die
|
||||
|
||||
dodir "/${ANDROID_NDK_DIR}/out"
|
||||
fowners -R root:android "/${ANDROID_NDK_DIR}"
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{,build,platforms,prebuilt}
|
||||
fperms 0775 "/${ANDROID_NDK_DIR}/"{python-packages,sources,toolchains}
|
||||
fperms 3775 "/${ANDROID_NDK_DIR}/out"
|
||||
|
||||
ANDROID_PREFIX="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
ANDROID_PATH="${EPREFIX}/${ANDROID_NDK_DIR}"
|
||||
|
||||
for i in toolchains/*/prebuilt/linux-*/bin
|
||||
do
|
||||
ANDROID_PATH="${ANDROID_PATH}:${ANDROID_PREFIX}/${i}"
|
||||
done
|
||||
|
||||
echo "PATH=\"${ANDROID_PATH}\"" > "${T}/80${PN}" || die
|
||||
doenvd "${T}/80${PN}"
|
||||
|
||||
echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${ANDROID_NDK_DIR}\"" > "${T}/80${PN}" || die
|
||||
insinto "/etc/revdep-rebuild"
|
||||
doins "${T}/80${PN}"
|
||||
}
|
||||
8
dev-util/android-ndk/metadata.xml
Normal file
8
dev-util/android-ndk/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>perfinion@gentoo.org</email>
|
||||
<name>Jason Zaman</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
5
dev-util/radare2/Manifest
Normal file
5
dev-util/radare2/Manifest
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DIST radare2-5.8.6-capstone-4.0.2.tar.gz 3439542 BLAKE2B 435729a8fef2dce6495635352101b3befe563c8404efdbb0dccabecbe2bded332221665bacdbcd9043dda72b652b6f29c0e1a548cefb8c64d5b6b9dc174ed3d9 SHA512 7f93534517307b737422a8825b66b2a1f3e1cca2049465d60ab12595940154aaf843ba40ed348fce58de58b990c19a0caef289060eb72898cb008a88c470970e
|
||||
DIST radare2-5.8.6-vector35-arm64.tar.gz 1021315 BLAKE2B 8741de83cddda878536627c0ff6be1f7d4842cf0fefeae2895fe751e39768134f6048167d5aa265169bc22b229a8b66ce37f4ef4df3abc2b3e304dc1f1fe17d1 SHA512 9b0fcf9119304e90b3fbed5e0509a819a0a561953681f5e5f408b55db3b0c962dca59c48553cffef21a56772db7871a3987f0f7c07b5538fd4b7d1af005ccdb0
|
||||
DIST radare2-5.8.6-vector35-armv7.tar.gz 255278 BLAKE2B 8b5191c48fad2e7602dc2f7053f9c9ea8cca8e9bc5d68a0cdb7ccff9ecc65c5d1ff6a434e28488dbd6fb71fc7482fce08a0a69c358e5c3d6c017ac1e4cee3b21 SHA512 40c048b29856f48300d4539bc7bda38e6ceae1e8d4d9d131c4a7546b6e26b2fb96309c483b67e2c2290b06cea5fc52a7beb30557d54e89296e7734cc1ab06d10
|
||||
DIST radare2-5.8.6.tar.gz 11119704 BLAKE2B da53500982894a84de0a60640622b6498d3a6cc5236d7141cbd400b76448dc53535c74eef620e13531965c855124065a7f8ccfc3d8622c4e366100dc777e5274 SHA512 cd53ed7519d485253182d8d7d414b8d0927e65dd4d0c9716d0d8819e739c8e5e39deb702d93cb5a2a9425804d9798e6eb0acb58a4b904e25a9ba4fcad2315f47
|
||||
DIST radare2-testbins-1f0ea409f2af83fc4d0b685855de9d3b0f9eee41.tar.gz 125596301 BLAKE2B 55b876b09150e780359e753d26143640d410c1c15ace2e29bc06d2163657af2089c5044847f107e20256875c7ea5e7cc72460010df0c662c9da933a0388a3f0e SHA512 44662f0217871a51b856f66e876eb57b2006f6350e6bcfae6629b800197b6f30196caf2474d52881a398fd1d65c68364d870b7de692c9e9a2bd1fab493afe3d0
|
||||
21
dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch
Normal file
21
dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
Need to unbundle capstone due to broken capstone-5 compatibility:
|
||||
|
||||
https://github.com/radareorg/radare2/issues/21204
|
||||
https://bugs.gentoo.org/891805
|
||||
|
||||
diff --git a/shlr/Makefile b/shlr/Makefile
|
||||
index 5626a061ff..5e8af3b99b 100644
|
||||
--- a/shlr/Makefile
|
||||
+++ b/shlr/Makefile
|
||||
@@ -225,10 +225,7 @@ capstone-sync: capstone
|
||||
capstone-clean:
|
||||
-$(MAKE) -C capstone clean
|
||||
|
||||
-capstone: capstone-$(CS_VER).tar.gz
|
||||
- tar xzvf capstone-$(CS_VER).tar.gz
|
||||
- rm -rf capstone
|
||||
- mv capstone-$(CS_VER) capstone
|
||||
+capstone:
|
||||
$(MAKE) patch-capstone
|
||||
|
||||
# already implemented in capstone.sh
|
||||
24
dev-util/radare2/files/radare2-5.8.2-vector35.patch
Normal file
24
dev-util/radare2/files/radare2-5.8.2-vector35.patch
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
diff --git a/libr/arch/p/arm/v35/Makefile b/libr/arch/p/arm/v35/Makefile
|
||||
index a7a40ddb97..1ef40746ac 100644
|
||||
--- a/libr/arch/p/arm/v35/Makefile
|
||||
+++ b/libr/arch/p/arm/v35/Makefile
|
||||
@@ -30,8 +30,7 @@ $(ALIBS): arch-arm64 arch-armv7
|
||||
|
||||
## ARM64
|
||||
arch-arm64:
|
||||
- git clone -q https://github.com/radareorg/vector35-arch-arm64 arch-arm64
|
||||
- cd arch-arm64 && git checkout -q radare2-wip > /dev/null && git reset --hard $(ARCH_ARM64_COMMIT)
|
||||
+ cd arch-arm64
|
||||
|
||||
$(V35ARM64_HOME)/arm64dis.a arm64dis.a: $(ALIBS)
|
||||
rm -f arm64dis.$(EXT_AR)
|
||||
@@ -40,8 +39,7 @@ $(V35ARM64_HOME)/arm64dis.a arm64dis.a: $(ALIBS)
|
||||
|
||||
## ARMV7
|
||||
arch-armv7:
|
||||
- git clone -q https://github.com/radareorg/vector35-arch-armv7 arch-armv7
|
||||
- cd arch-armv7 && git checkout -q radare2 > /dev/null && git reset --hard $(ARCH_ARMV7_COMMIT)
|
||||
+ cd arch-armv7
|
||||
|
||||
$(V35ARMV7_HOME)/armv7dis.a armv7dis.a: $(ALIBS)
|
||||
rm -f armv7dis.$(EXT_AR)
|
||||
15
dev-util/radare2/metadata.xml
Normal file
15
dev-util/radare2/metadata.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>davidroman96@gmail.com</email>
|
||||
<name>David Roman</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">radareorg/radare2</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
128
dev-util/radare2/radare2-5.8.6.ebuild
Normal file
128
dev-util/radare2/radare2-5.8.6.ebuild
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit bash-completion-r1 toolchain-funcs
|
||||
|
||||
DESCRIPTION="unix-like reverse engineering framework and commandline tools"
|
||||
HOMEPAGE="https://www.radare.org"
|
||||
|
||||
RADARE2_COMMIT=4ee3727c0540988ae73359beebe02b6871eb05c0
|
||||
ARM64_COMMIT=c9e7242972837ac11fc94db05fabcb801a8269c9
|
||||
ARMV7_COMMIT=f270a6cc99644cb8e76055b6fa632b25abd26024
|
||||
BINS_COMMIT=1f0ea409f2af83fc4d0b685855de9d3b0f9eee41
|
||||
CAPSTONE_VER=4.0.2
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/radareorg/radare2"
|
||||
else
|
||||
SRC_URI="
|
||||
mirror+https://github.com/radareorg/radare2/archive/${RADARE2_COMMIT}.tar.gz -> ${P}.tar.gz
|
||||
mirror+https://github.com/radareorg/vector35-arch-arm64/archive/${ARM64_COMMIT}.tar.gz -> ${P}-vector35-arm64.tar.gz
|
||||
mirror+https://github.com/radareorg/vector35-arch-armv7/archive/${ARMV7_COMMIT}.tar.gz -> ${P}-vector35-armv7.tar.gz
|
||||
mirror+https://codeload.github.com/capstone-engine/capstone/tar.gz/${CAPSTONE_VER} -> ${P}-capstone-${CAPSTONE_VER}.tar.gz
|
||||
test? ( https://github.com/radareorg/radare2-testbins/archive/${BINS_COMMIT}.tar.gz -> radare2-testbins-${BINS_COMMIT}.tar.gz )
|
||||
"
|
||||
# mirror+https://github.com/radareorg/radare2/archive/${PV}.tar.xz -> ${P}.tar.xz
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="ssl test"
|
||||
|
||||
# Need to audit licenses of the binaries used for testing
|
||||
RESTRICT="!test? ( test )" # fetch
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libzip:=
|
||||
dev-libs/xxhash
|
||||
sys-apps/file
|
||||
sys-libs/zlib
|
||||
ssl? ( dev-libs/openssl:0= )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-util/gperf
|
||||
"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-5.8.2-vector35.patch"
|
||||
# Maybe temporary, https://bugs.gentoo.org/891805
|
||||
"${FILESDIR}/${PN}-5.8.2-bundled-capstone.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
mv "${WORKDIR}/capstone-${CAPSTONE_VER}" shlr/capstone || die
|
||||
|
||||
# Hack for vector35 arm plugins
|
||||
mv "${WORKDIR}/vector35-arch-arm64-${ARM64_COMMIT}" libr/arch/p/arm/v35/arch-arm64 || die
|
||||
mv "${WORKDIR}/vector35-arch-armv7-${ARMV7_COMMIT}" libr/arch/p/arm/v35/arch-armv7 || die
|
||||
|
||||
if use test; then
|
||||
cp -r "${WORKDIR}/radare2-testbins-${BINS_COMMIT}" "${S}/test/bins" || die
|
||||
cp -r "${WORKDIR}/radare2-testbins-${BINS_COMMIT}" "${S}" || die
|
||||
fi
|
||||
|
||||
# Fix hardcoded docdir for fortunes
|
||||
sed -i -e "/^#define R2_FORTUNES/s/radare2/$PF/" \
|
||||
libr/include/r_userconf.h.acr || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Ideally these should be set by ./configure
|
||||
tc-export CC AR LD OBJCOPY RANLIB
|
||||
export HOST_CC=${CC}
|
||||
|
||||
econf \
|
||||
--without-libuv \
|
||||
--with-sysmagic \
|
||||
--with-sysxxhash \
|
||||
--with-syszip \
|
||||
$(use_with ssl openssl)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
ln -fs "${S}/binr/radare2/radare2" "${S}/binr/radare2/r2" || die
|
||||
LDFLAGS=""
|
||||
for i in "${S}"/libr/*; do
|
||||
if [[ -d ${i} ]]; then
|
||||
LDFLAGS+="-R${i} -L${i} "
|
||||
LD_LIBRARY_PATH+=":${i}"
|
||||
fi
|
||||
done
|
||||
export LDFLAGS LD_LIBRARY_PATH
|
||||
export PKG_CONFIG_PATH="${S}/pkgcfg"
|
||||
PATH="${S}/binr/radare2:${PATH}" emake -C test -k unit-tests || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins doc/zsh/_*
|
||||
|
||||
newbashcomp doc/bash_autocompletion.sh "${PN}"
|
||||
bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
|
||||
|
||||
# a workaround for unstable $(INSTALL) call, bug #574866
|
||||
local d
|
||||
for d in doc/*; do
|
||||
if [[ -d ${d} ]]; then
|
||||
rm -rfv "${d}" || die "failed to delete '${d}'"
|
||||
fi
|
||||
done
|
||||
|
||||
# These are not really docs. radare assumes
|
||||
# uncompressed files: bug #761250
|
||||
docompress -x /usr/share/doc/${PF}/fortunes.{creepy,fun,nsfw,tips}
|
||||
|
||||
# Create plugins directory although it's currently unsupported by radare2
|
||||
keepdir "/usr/$(get_libdir)/radare2/${PV}" || die
|
||||
}
|
||||
46
games-util/EDMarketConnector/EDMarketConnector-5.4.1.ebuild
Normal file
46
games-util/EDMarketConnector/EDMarketConnector-5.4.1.ebuild
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_11 )
|
||||
|
||||
DISABLE_AUTOFORMATTING=true
|
||||
|
||||
inherit desktop python-single-r1
|
||||
|
||||
DESCRIPTION="Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools"
|
||||
HOMEPAGE="https://github.com/EDCD/EDMarketConnector"
|
||||
SRC_URI="https://github.com/EDCD/${PN}/archive/refs/tags/Release/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="
|
||||
dev-python/certifi
|
||||
dev-python/requests
|
||||
dev-python/watchdog
|
||||
dev-python/semantic_version
|
||||
dev-lang/python[tk]
|
||||
"
|
||||
# dev-python/constants
|
||||
RDEPEND="${PYTHON_DEPS} ${DEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
unpack ../distdir/${PN}-${PV}.tar.gz
|
||||
mv ${PN}-Release-${PV} ${PN}-${PV}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
mkdir constants
|
||||
mv constants.py constants/__init__.py
|
||||
python_newscript EDMarketConnector.py EDMarketConnector # yes?
|
||||
# python_domodule EDMarketConnector.py EDMarketConnector # no
|
||||
# doins -r # no
|
||||
|
||||
# make_desktop_entry ${PN} ${PN} ${PN} System
|
||||
make_desktop_entry ${PN} ${PN} ${PN}.png System
|
||||
}
|
||||
1
games-util/EDMarketConnector/Manifest
Normal file
1
games-util/EDMarketConnector/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST EDMarketConnector-5.4.1.tar.gz 1239961 BLAKE2B 6549eb90895b694d6de1fd95ebf08bc2a8aa23a6599730f283eead4f5ba742e8c7984aea8223c967f06454ff719fded799b18fda4f7198a8f57a2540bbf2e429 SHA512 4443db12632b0f254d092267239125be3025196cae774932aadd257c49622f763c315e7c80d0de74c8e496f392f2806525e16da493819d0461b68ce886d5fd15
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue