2025-06-17 09:09:05 UTC

This commit is contained in:
Repository mirror & CI
2025-06-17 09:09:05 +00:00
parent b5ea917bc9
commit 438b87f15a
68 changed files with 522 additions and 312 deletions

View File

@@ -1,15 +0,0 @@
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? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.21.gtk2.x86_64.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.21.qt.x86_64.tar.xz ) ) x86? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.21.gtk2.i386.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.21.qt.i386.tar.xz ) )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed wrapper 11a2a3bd712784986679b60a0cab34a0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=8f87fe23037abd976dab1ac004024ede

View File

@@ -4,12 +4,12 @@ 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
IUSE=gtk qt5 qt6
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 )
RDEPEND=dev-libs/glib:2 sys-apps/dbus x11-libs/libX11 virtual/libc gtk? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) qt6? ( dev-qt/qtbase:6[gui,widgets] )
REQUIRED_USE=^^ ( gtk qt5 qt6 )
SLOT=0
SRC_URI=amd64? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.0.11.gtk2.x86_64.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.0.11.qt.x86_64.tar.xz ) ) x86? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.0.11.gtk2.i386.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.0.11.qt.i386.tar.xz ) )
SRC_URI=amd64? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.gtk2.x86_64.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.qt.x86_64.tar.xz ) qt6? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.qt6.x86_64.tar.xz ) ) x86? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.gtk2.i386.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.qt.i386.tar.xz ) )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed wrapper 11a2a3bd712784986679b60a0cab34a0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=a764f151f3b0b73fe9b2afb1aa969b00
_md5_=7ee68e7ae9479e938b495e295f9c3ce2

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install setup test unpack
DESCRIPTION=Print pokemon sprites in your terminal
EAPI=8
HOMEPAGE=https://github.com/yannjor/krabby
INHERIT=cargo git-r3
IUSE=debug
LICENSE=GPL-3 MIT MPL-2.0 Unicode-DFS-2016 || ( Apache-2.0 Boost-1.0 )
PROPERTIES=live
SLOT=0
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=743f16f7c28ff060062756a7f2860e72

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
BDEPEND=test? ( app-misc/tmux app-shells/fzf ) || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare setup test unpack
DESCRIPTION=An interactive cheatsheet tool for the command-line
EAPI=8
HOMEPAGE=https://github.com/denisidoro/navi
INHERIT=cargo edo git-r3
IUSE=+command-execution +repo-management test debug
LICENSE=Apache-2.0 Apache-2.0 CC0-1.0 MIT Unicode-3.0
PROPERTIES=live
RDEPEND=|| ( app-shells/fzf app-misc/skim )
REQUIRED_USE=test? ( command-execution )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a edo a5e294016aa84979fcb2459749eb80b2 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=10bcc5a603fd229e7bf108fa1016a7c4