2022-09-14 04:31:47 UTC

This commit is contained in:
Repository mirror & CI
2022-09-14 04:31:47 +00:00
parent b94f98040a
commit 47163b9863
8 changed files with 57 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
DEFINED_PHASES=install postinst postrm preinst
DESCRIPTION=Free cross platform open source file manager with two panels side by side.
EAPI=8
HOMEPAGE=https://doublecmd.sourceforge.io/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop wrapper xdg
IUSE=gtk qt5
KEYWORDS=-* ~amd64 ~x86
LICENSE=GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist
RDEPEND=dev-libs/glib:2 sys-apps/dbus x11-libs/libX11 virtual/libc gtk? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtgui:5 dev-qt/qtx11extras:5 )
REQUIRED_USE=^^ ( gtk qt5 )
SLOT=0
SRC_URI=amd64? ( gtk? ( mirror://sourceforge/doublecmd/doublecmd-1.0.7.gtk2.x86_64.tar.xz ) qt5? ( mirror://sourceforge/doublecmd/doublecmd-1.0.7.qt.x86_64.tar.xz ) ) x86? ( gtk? ( mirror://sourceforge/doublecmd/doublecmd-1.0.7.gtk2.i386.tar.xz ) qt5? ( mirror://sourceforge/doublecmd/doublecmd-1.0.7.qt.i386.tar.xz ) )
_eclasses_=desktop 22952d8f27cac191d75529d4c38e6bfa wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e xdg 6024fbc93167fad782e2032933654857
_md5_=397696afb049ab29d394cbb5c9c7e414

View File

@@ -0,0 +1,11 @@
BDEPEND=net-libs/nodejs[npm]
DEFINED_PHASES=install unpack
DESCRIPTION=A language server for Dockerfiles
EAPI=8
HOMEPAGE=https://github.com/rcjsuen/dockerfile-language-server-nodejs
KEYWORDS=~amd64
LICENSE=MIT-with-advertising
RDEPEND=net-libs/nodejs
SLOT=0
SRC_URI=mirror://npm/dockerfile-language-server-nodejs/-/dockerfile-language-server-nodejs-0.9.0.tgz https://tastytea.de/files/gentoo/dockerfile-language-server-0.9.0-deps.tar.xz
_md5_=5edd5a7c49fd1f78c77dd172d52fbf75

View File

@@ -1,17 +1,17 @@
BDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_single_target_python3_8? ( >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/setuptools-42.0.2[python_targets_python3_10(-)] )
BDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) python_single_target_python3_8? ( >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/setuptools-42.0.2[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/setuptools-42.0.2[python_targets_python3_11(-)] )
DEFINED_PHASES=compile configure install prepare pretend setup test
DEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
DEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 )
DESCRIPTION=Helper tool for developing and building postmarketOS
EAPI=8
HOMEPAGE=https://postmarketos.org/
INHERIT=distutils-r1 linux-info
IUSE=python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
IUSE=python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11
KEYWORDS=-alpha ~amd64 -arm -hppa -ia64 -ppc -ppc64 -riscv -sparc
LICENSE=GPL-3
RDEPEND=dev-vcs/git python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 )
RDEPEND=dev-vcs/git python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 )
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 )
RESTRICT=mirror test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pmbootstrap/pmbootstrap-1.45.0.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/p/pmbootstrap/pmbootstrap-1.46.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 distutils-r1 e3b0f72d558eb613ff83262d22cbf887 linux-info bbfa385d6907d7948d49a5e107bd654d
_md5_=3d439fe2958b35ec6463c0d087068cf2
_md5_=4577d70cc8077bba7b6d68ed07b20f2b

View File

@@ -6,9 +6,9 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
KEYWORDS=~amd64
LICENSE=VESTA
RDEPEND=>=x11-libs/gtk+-3.24.34[wayland] >=virtual/glu-9.0-r2 >=virtual/jdk-17
RDEPEND=x11-libs/gtk+:3[wayland] x11-libs/gtk+:2 >=virtual/glu-9.0-r2 >=virtual/jdk-17
RESTRICT=strip
SLOT=0
SRC_URI=https://jp-minerals.org/vesta/archives/3.5.8/VESTA-gtk3.tar.bz2
_eclasses_=desktop 22952d8f27cac191d75529d4c38e6bfa xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e xdg 6024fbc93167fad782e2032933654857
_md5_=b4caabbdc32b3a3f8f07ae6afc7195ff
_md5_=0c31bc3e3f010adc14a309140a492b41

View File

@@ -11,4 +11,4 @@ RDEPEND=>=x11-base/xorg-server-21.1.4 >=virtual/glu-9.0-r2 >=dev-lang/tcl-8.6.12
SLOT=0
SRC_URI=http://www.xcrysden.org/download/xcrysden-1.6.2.tar.gz
_eclasses_=desktop 22952d8f27cac191d75529d4c38e6bfa toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 29a755b1291d64133634d80b0328f153 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e xdg 6024fbc93167fad782e2032933654857
_md5_=327e56e24fd484b5c844628230379b1c
_md5_=11a884c7b53be6588f8123e5ae49b126

View File

@@ -0,0 +1,16 @@
BDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) python_single_target_python3_8? ( >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/setuptools-42.0.2[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/setuptools-42.0.2[python_targets_python3_11(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=dev-python/wxpython
DESCRIPTION=Create Windows installer USB from ISO (rewrite of WoeUSB)
EAPI=8
HOMEPAGE=https://github.com/WoeUSB/WoeUSB-ng
INHERIT=distutils-r1
IUSE=python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-arch/p7zip sys-boot/grub[grub_platforms_pc] python_single_target_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 )
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 )
SLOT=0
SRC_URI=https://github.com/WoeUSB/WoeUSB-ng/archive/refs/tags/v0.2.10.tar.gz -> woeusb-ng-0.2.10.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=cb2f816e4461919427b373dc9a20af02