mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
2023-10-06 14:46:56 UTC
This commit is contained in:
@@ -10,6 +10,6 @@ LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/urllib3-2 python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/t/types-requests/types-requests-2.31.0.7.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/t/types-requests/types-requests-2.31.0.8.tar.gz
|
||||
_eclasses_=toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e5cc383ea8420f92fe3737be790021dc out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=e6981b340a76f8a59918e13ff9bc9d31
|
||||
13
metadata/md5-cache/gui-apps/grimshot-9999
Normal file
13
metadata/md5-cache/gui-apps/grimshot-9999
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=install unpack
|
||||
DESCRIPTION=A helper for screenshots within sway
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/OctopusET/sway-contrib
|
||||
INHERIT=git-r3
|
||||
IUSE=libnotify
|
||||
LICENSE=MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=app-misc/jq gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/sway !!<=gui-wm/sway-1.8.1[grimshot] libnotify? ( x11-libs/libnotify )
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 2358a7b20091609e24bd3a83b3ac5991
|
||||
_md5_=5d74c0e3f14f9e491d78f03285e09dbd
|
||||
16
metadata/md5-cache/net-libs/syndication-domination-1.0
Normal file
16
metadata/md5-cache/net-libs/syndication-domination-1.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=>=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install setup test
|
||||
DEPEND=app-text/htmltidy dev-libs/libfmt dev-libs/pugixml python? ( python_single_target_python3_11? ( dev-python/cython[python_targets_python3_11(-)] dev-python/pybind11[python_targets_python3_11(-)] ) )
|
||||
DESCRIPTION=An RSS/Atom parser, because there's nothing else out there.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/gabmus/syndication-domination
|
||||
INHERIT=meson python-single-r1
|
||||
IUSE=debug json-binary +python +python_single_target_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=AGPL-3
|
||||
RDEPEND=app-text/htmltidy dev-libs/libfmt dev-libs/pugixml python? ( python_single_target_python3_11? ( dev-python/cython[python_targets_python3_11(-)] dev-python/pybind11[python_targets_python3_11(-)] ) ) python? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) )
|
||||
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_11 ) ) !python? ( json-binary )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/gabmus/syndication-domination/-/archive/1.0/syndication-domination-1.0.tar.bz2
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 12aa0037eb004139215ff04894d52b28 meson 08b7183c3f4811568ee93eb0f79a89fe python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_md5_=3795ea5d63fe3b6300501067eb375c15
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=>=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DEPEND=app-text/htmltidy dev-libs/libfmt dev-libs/pugixml python? ( >=dev-lang/python-3.11 dev-python/pybind11 )
|
||||
DEFINED_PHASES=compile configure install setup test unpack
|
||||
DEPEND=app-text/htmltidy dev-libs/libfmt dev-libs/pugixml python? ( python_single_target_python3_11? ( dev-python/cython[python_targets_python3_11(-)] dev-python/pybind11[python_targets_python3_11(-)] ) )
|
||||
DESCRIPTION=An RSS/Atom parser, because there's nothing else out there.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/gabmus/syndication-domination
|
||||
INHERIT=meson git-r3
|
||||
IUSE=debug json-binary +python
|
||||
INHERIT=meson python-single-r1 git-r3
|
||||
IUSE=debug json-binary +python +python_single_target_python3_11
|
||||
LICENSE=AGPL-3
|
||||
PROPERTIES=live
|
||||
RDEPEND=app-text/htmltidy dev-libs/libfmt dev-libs/pugixml python? ( >=dev-lang/python-3.11 dev-python/pybind11 )
|
||||
REQUIRED_USE=^^ ( python json-binary )
|
||||
RDEPEND=app-text/htmltidy dev-libs/libfmt dev-libs/pugixml python? ( python_single_target_python3_11? ( dev-python/cython[python_targets_python3_11(-)] dev-python/pybind11[python_targets_python3_11(-)] ) ) python? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) )
|
||||
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_11 ) ) !python? ( json-binary )
|
||||
SLOT=0
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 12aa0037eb004139215ff04894d52b28 meson 08b7183c3f4811568ee93eb0f79a89fe git-r3 2358a7b20091609e24bd3a83b3ac5991
|
||||
_md5_=391442c97c8181448e0aaa3109611d87
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 12aa0037eb004139215ff04894d52b28 meson 08b7183c3f4811568ee93eb0f79a89fe python-single-r1 75118e916668a74c660a13b0ecb22562 git-r3 2358a7b20091609e24bd3a83b3ac5991
|
||||
_md5_=3795ea5d63fe3b6300501067eb375c15
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=sys-devel/autoconf sys-devel/automake sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 filecaps? ( sys-libs/libcap ) virtual/pkgconfig
|
||||
DEFINED_PHASES=install postinst prepare
|
||||
DEPEND=acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansson dev-libs/openssl
|
||||
DESCRIPTION=FORT validator is an open source RPKI validator
|
||||
EAPI=7
|
||||
HOMEPAGE=https://fortproject.net/validator?2
|
||||
INHERIT=autotools fcaps systemd
|
||||
IUSE=caps +filecaps
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansson dev-libs/openssl net-misc/rsync filecaps? ( sys-libs/libcap )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/NICMx/FORT-validator/archive/refs/heads/issue83.zip -> fort-1.5.3_p20220607.zip
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde fcaps c0a086b957a1b183a8d136eabf02f191 systemd c8b03e8df84486aa991d4396686e8942
|
||||
_md5_=b9776f001de4c37803e0b5252dcab6aa
|
||||
@@ -1,15 +1,16 @@
|
||||
BDEPEND=sys-devel/autoconf sys-devel/automake sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 filecaps? ( sys-libs/libcap ) virtual/pkgconfig
|
||||
BDEPEND=sys-devel/autoconf sys-devel/automake sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 virtual/pkgconfig
|
||||
DEFINED_PHASES=install postinst prepare
|
||||
DEPEND=acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansson dev-libs/openssl
|
||||
DESCRIPTION=FORT validator is an open source RPKI validator
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
HOMEPAGE=https://fortproject.net/validator?2
|
||||
IDEPEND=filecaps? ( sys-libs/libcap )
|
||||
INHERIT=autotools fcaps systemd
|
||||
IUSE=caps +filecaps
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansson dev-libs/openssl net-misc/rsync filecaps? ( sys-libs/libcap )
|
||||
RDEPEND=acct-group/fort acct-user/fort caps? ( sys-libs/libcap ) dev-libs/jansson dev-libs/openssl net-misc/rsync
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/NICMx/FORT-validator/releases/download/1.5.2/fort-1.5.2.tar.gz
|
||||
SRC_URI=https://github.com/NICMx/FORT-validator/releases/download/1.5.4/fort-1.5.4.tar.gz
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde fcaps c0a086b957a1b183a8d136eabf02f191 systemd c8b03e8df84486aa991d4396686e8942
|
||||
_md5_=e89c1e448a9a989e61c78decfa354b48
|
||||
_md5_=b61f9fbb47b87d604cf7528bf09137fa
|
||||
@@ -1,13 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.18 app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DESCRIPTION=Command line downloader for the Gemini protocol
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/makeworld-the-better-one/gemget
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=0BSD BSD MIT
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/makeworld-the-better-one/gemget/archive/v1.8.0.tar.gz -> gemget-1.8.0.tar.gz mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.0.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.mod mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.zip -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.zip mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.mod mirror://goproxy//github.com/dustin/go-humanize/@v/v1.0.0.zip -> github.com%2Fdustin%2Fgo-humanize%2F@v%2Fv1.0.0.zip mirror://goproxy//github.com/dustin/go-humanize/@v/v1.0.0.mod -> github.com%2Fdustin%2Fgo-humanize%2F@v%2Fv1.0.0.mod mirror://goproxy//github.com/google/go-cmp/@v/v0.3.1.zip -> github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.3.1.zip mirror://goproxy//github.com/google/go-cmp/@v/v0.3.1.mod -> github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.3.1.mod mirror://goproxy//github.com/k0kubun/go-ansi/@v/v0.0.0-20180517002512-3bf9e2903213.mod -> github.com%2Fk0kubun%2Fgo-ansi%2F@v%2Fv0.0.0-20180517002512-3bf9e2903213.mod mirror://goproxy//github.com/makeworld-the-better-one/go-gemini/@v/v0.11.0.zip -> github.com%2Fmakeworld-the-better-one%2Fgo-gemini%2F@v%2Fv0.11.0.zip mirror://goproxy//github.com/makeworld-the-better-one/go-gemini/@v/v0.11.0.mod -> github.com%2Fmakeworld-the-better-one%2Fgo-gemini%2F@v%2Fv0.11.0.mod mirror://goproxy//github.com/mattn/go-isatty/@v/v0.0.12.mod -> github.com%2Fmattn%2Fgo-isatty%2F@v%2Fv0.0.12.mod mirror://goproxy//github.com/mattn/go-runewidth/@v/v0.0.9.zip -> github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.9.zip mirror://goproxy//github.com/mattn/go-runewidth/@v/v0.0.9.mod -> github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.9.mod mirror://goproxy//github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.zip -> github.com%2Fmitchellh%2Fcolorstring%2F@v%2Fv0.0.0-20190213212951-d06e56a500db.zip mirror://goproxy//github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.mod -> github.com%2Fmitchellh%2Fcolorstring%2F@v%2Fv0.0.0-20190213212951-d06e56a500db.mod mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.zip -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.zip mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.mod -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.mod mirror://goproxy//github.com/schollz/progressbar/v3/@v/v3.6.0.zip -> github.com%2Fschollz%2Fprogressbar%2Fv3%2F@v%2Fv3.6.0.zip mirror://goproxy//github.com/schollz/progressbar/v3/@v/v3.6.0.mod -> github.com%2Fschollz%2Fprogressbar%2Fv3%2F@v%2Fv3.6.0.mod mirror://goproxy//github.com/spf13/pflag/@v/v1.0.5.zip -> github.com%2Fspf13%2Fpflag%2F@v%2Fv1.0.5.zip mirror://goproxy//github.com/spf13/pflag/@v/v1.0.5.mod -> github.com%2Fspf13%2Fpflag%2F@v%2Fv1.0.5.mod mirror://goproxy//github.com/stretchr/objx/@v/v0.1.0.mod -> github.com%2Fstretchr%2Fobjx%2F@v%2Fv0.1.0.mod mirror://goproxy//github.com/stretchr/testify/@v/v1.3.0.zip -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.3.0.zip mirror://goproxy//github.com/stretchr/testify/@v/v1.3.0.mod -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.3.0.mod mirror://goproxy//golang.org/x/net/@v/v0.0.0-20201216054612-986b41b23924.zip -> golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20201216054612-986b41b23924.zip mirror://goproxy//golang.org/x/net/@v/v0.0.0-20201216054612-986b41b23924.mod -> golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20201216054612-986b41b23924.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20200116001909-b77594299b42.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20200116001909-b77594299b42.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20200615200032-f1bc736245b1.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20200615200032-f1bc736245b1.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20201119102817-f84b799fce68.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20201119102817-f84b799fce68.mod mirror://goproxy//golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod -> golang.org%2Fx%2Fterm%2F@v%2Fv0.0.0-20201126162022-7de9c90e9dd1.mod mirror://goproxy//golang.org/x/text/@v/v0.3.3.zip -> golang.org%2Fx%2Ftext%2F@v%2Fv0.3.3.zip mirror://goproxy//golang.org/x/text/@v/v0.3.3.mod -> golang.org%2Fx%2Ftext%2F@v%2Fv0.3.3.mod mirror://goproxy//golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod -> golang.org%2Fx%2Ftools%2F@v%2Fv0.0.0-20180917221912-90fa682c2a6e.mod
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22
|
||||
_md5_=426c6ab09bdb5d919421174b2a41346b
|
||||
13
metadata/md5-cache/net-misc/gemget-1.9.0
Normal file
13
metadata/md5-cache/net-misc/gemget-1.9.0
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=dev-lang/go-1.18 app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DESCRIPTION=Command line downloader for the Gemini protocol
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/makew0rld/gemget
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=0BSD BSD MIT
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/makew0rld/gemget/archive/v1.9.0.tar.gz -> gemget-1.9.0.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/gemget-1.9.0-vendor.tar.xz
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22
|
||||
_md5_=62f624f20a41d975ec9f1149b33165e5
|
||||
@@ -1,13 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.18 app-arch/unzip
|
||||
DEFINED_PHASES=install unpack
|
||||
DESCRIPTION=Get your external IP address using STUN server
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/Snawoot/myip
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT BSD
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Snawoot/myip/archive/v1.2.0.tar.gz -> myip-1.2.0.tar.gz mirror://goproxy//github.com/!snawoot/extip/@v/v1.0.0.mod -> github.com%2F!snawoot%2Fextip%2F@v%2Fv1.0.0.mod mirror://goproxy//github.com/!snawoot/extip/@v/v1.0.0.zip -> github.com%2F!snawoot%2Fextip%2F@v%2Fv1.0.0.zip mirror://goproxy//gortc.io/stun/@v/v1.22.2.mod -> gortc.io%2Fstun%2F@v%2Fv1.22.2.mod mirror://goproxy//gortc.io/stun/@v/v1.22.2.zip -> gortc.io%2Fstun%2F@v%2Fv1.22.2.zip
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22
|
||||
_md5_=4145a55c6a7e47ea56f410dfe2f18e28
|
||||
13
metadata/md5-cache/net-misc/myip-1.2.1
Normal file
13
metadata/md5-cache/net-misc/myip-1.2.1
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=dev-lang/go-1.18 app-arch/unzip
|
||||
DEFINED_PHASES=install unpack
|
||||
DESCRIPTION=Get your external IP address using STUN server
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Snawoot/myip
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT BSD
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Snawoot/myip/archive/v1.2.1.tar.gz -> myip-1.2.1.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/myip-1.2.1-vendor.tar.xz
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22
|
||||
_md5_=3fa5e177784a88a93c8da09dfb6ba9b4
|
||||
@@ -1,15 +1,16 @@
|
||||
BDEPEND=>=dev-util/meson-0.58 >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst postrm setup test
|
||||
DEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_11? ( dev-python/beautifulsoup4[python_targets_python3_11(-)] dev-python/html5lib[python_targets_python3_11(-)] dev-python/humanize[python_targets_python3_11(-)] dev-python/pillow[python_targets_python3_11(-)] dev-python/pygments[python_targets_python3_11(-)] dev-python/python-magic[python_targets_python3_11(-)] dev-python/pytz[python_targets_python3_11(-)] dev-python/readability-lxml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) gui-libs/gtk:4 gui-libs/libadwaita ~net-libs/syndication-domination-9999[python] net-libs/webkit-gtk:6
|
||||
DEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_11? ( dev-python/beautifulsoup4[python_targets_python3_11(-)] dev-python/html5lib[python_targets_python3_11(-)] dev-python/humanize[python_targets_python3_11(-)] dev-python/pillow[python_targets_python3_11(-)] dev-python/pygments[python_targets_python3_11(-)] dev-python/python-dateutil[python_targets_python3_11(-)] dev-python/python-magic[python_targets_python3_11(-)] dev-python/pytz[python_targets_python3_11(-)] dev-python/readability-lxml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) dev-util/blueprint-compiler gui-libs/gtk:4 gui-libs/libadwaita net-libs/syndication-domination[python] net-libs/webkit-gtk:6
|
||||
DESCRIPTION=An RSS/Atom feed reader for GNOME.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.gnome.org/World/gfeeds
|
||||
INHERIT=gnome2-utils meson python-single-r1
|
||||
IUSE=debug +python_single_target_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_11? ( dev-python/beautifulsoup4[python_targets_python3_11(-)] dev-python/html5lib[python_targets_python3_11(-)] dev-python/humanize[python_targets_python3_11(-)] dev-python/pillow[python_targets_python3_11(-)] dev-python/pygments[python_targets_python3_11(-)] dev-python/python-magic[python_targets_python3_11(-)] dev-python/pytz[python_targets_python3_11(-)] dev-python/readability-lxml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) gui-libs/gtk:4 gui-libs/libadwaita ~net-libs/syndication-domination-9999[python] net-libs/webkit-gtk:6
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_11? ( dev-python/beautifulsoup4[python_targets_python3_11(-)] dev-python/html5lib[python_targets_python3_11(-)] dev-python/humanize[python_targets_python3_11(-)] dev-python/pillow[python_targets_python3_11(-)] dev-python/pygments[python_targets_python3_11(-)] dev-python/python-dateutil[python_targets_python3_11(-)] dev-python/python-magic[python_targets_python3_11(-)] dev-python/pytz[python_targets_python3_11(-)] dev-python/readability-lxml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) dev-util/blueprint-compiler gui-libs/gtk:4 gui-libs/libadwaita net-libs/syndication-domination[python] net-libs/webkit-gtk:6
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.gnome.org/World/gfeeds/-/archive/2.2.0/gfeeds-2.2.0.tar.bz2
|
||||
_eclasses_=toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 meson 08b7183c3f4811568ee93eb0f79a89fe python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_md5_=ac93ced194afa770faec655fa3e12627
|
||||
_md5_=4de92f669b192aaf66225967517036fe
|
||||
|
||||
File diff suppressed because one or more lines are too long
13
metadata/md5-cache/sys-apps/ov-0.32.0
Normal file
13
metadata/md5-cache/sys-apps/ov-0.32.0
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=dev-lang/go-1.18 app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
DESCRIPTION=Feature-rich terminal pager
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/noborus/ov
|
||||
INHERIT=edo go-module shell-completion
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT Apache-2.0 BSD-2 BSD MPL-2.0
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/noborus/ov/releases/download/v0.32.0/ov-0.32.0.tar.gz
|
||||
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
|
||||
_md5_=539282f748fe8e6b4c2769aeff2bd8c4
|
||||
File diff suppressed because one or more lines are too long
14
metadata/md5-cache/sys-fs/gcsfuse-1.2.0
Normal file
14
metadata/md5-cache/sys-fs/gcsfuse-1.2.0
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=>=dev-lang/go-1.21.0 >=dev-lang/go-1.18 app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DESCRIPTION=A user-space file system for interacting with Google Cloud Storage
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/GoogleCloudPlatform/gcsfuse
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0 BSD MIT
|
||||
RDEPEND=sys-fs/fuse
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/GoogleCloudPlatform/gcsfuse/archive/v1.2.0.tar.gz -> gcsfuse-1.2.0.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/gcsfuse-1.2.0-vendor.tar.xz
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22
|
||||
_md5_=3d3aa6fcd326d21a70bea51debe81208
|
||||
File diff suppressed because one or more lines are too long
13
metadata/md5-cache/sys-fs/gdu-5.25.0
Normal file
13
metadata/md5-cache/sys-fs/gdu-5.25.0
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=dev-lang/go-1.18 app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
DESCRIPTION=Disk usage analyzer with console interface written in Go
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dundee/gdu
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 BSD MIT
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dundee/gdu/archive/v5.25.0.tar.gz -> gdu-5.25.0.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/gdu-5.25.0-vendor.tar.xz
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22
|
||||
_md5_=cccd1bd5bea2c725c005c7ff752df6ff
|
||||
@@ -1168,7 +1168,7 @@ dev-python/types-paramiko 2.10.0 2.11.1: Typing stubs for paramiko
|
||||
dev-python/types-protobuf 4.24.0.1 4.24.0.2: Typing stubs for protobuf
|
||||
dev-python/types-python-dateutil 2.8.17 2.8.18: Typing stubs for python-dateutil
|
||||
dev-python/types-pytz 2021.3.8 2022.1.1: Typing stubs for pytz
|
||||
dev-python/types-requests 2.31.0.6 2.31.0.7: Typing stubs for requests
|
||||
dev-python/types-requests 2.31.0.6 2.31.0.8: Typing stubs for requests
|
||||
dev-python/types-urllib3 1.26.25.14: Typing stubs for urllib3
|
||||
dev-python/typing_inspect 0.7.1: Runtime inspection utilities for Python typing module
|
||||
dev-python/ufo2ft 2.31.1: A bridge from UFOs to FontTools
|
||||
@@ -1407,6 +1407,7 @@ gui-apps/fnott 1.2.1 1.3.0 1.4.1 9999: Keyboard driven and lightweight Wayland n
|
||||
gui-apps/fuzzel 1.9.2 9999: Application launcher for wlroots based Wayland compositors.
|
||||
gui-apps/gcolor3 2.4.0: A simple color chooser written in GTK3
|
||||
gui-apps/gradience 0.3.0-r1: GNOME's main interface to configure various aspects of the desktop
|
||||
gui-apps/grimshot 9999: A helper for screenshots within sway
|
||||
gui-apps/gtklock 2.0.1 2.1.0: GTK-based lockscreen for Wayland
|
||||
gui-apps/gtklock-extras 9999: Gtklock modules
|
||||
gui-apps/hiprompt-gtk-py 0_pre20220624 9999: GTK+ Himitsu prompter for Wayland
|
||||
@@ -1667,7 +1668,7 @@ net-libs/libuecc 7: a very small Elliptic Curve Cryptography library compatible
|
||||
net-libs/orcania 2.3.2: Library for angharad programs
|
||||
net-libs/picotls 0_pre20220721 9999: TLS 1.3 implementation in C
|
||||
net-libs/signald 0.23.2: an API for interacting with Signal Private Messenger
|
||||
net-libs/syndication-domination 9999: An RSS/Atom parser, because there's nothing else out there.
|
||||
net-libs/syndication-domination 1.0 9999: An RSS/Atom parser, because there's nothing else out there.
|
||||
net-libs/td 1.8.0 9999: Cross-platform library for building Telegram clients
|
||||
net-libs/telepathy-haze 0.8.1: Telepathy connection manager providing libpurple supported protocols
|
||||
net-libs/udt 4.11_p20181126: UDT is a UDP based data transport protocol
|
||||
@@ -1676,7 +1677,7 @@ net-libs/usockets 0.8.1_p20211023 9999: tiny eventing, networking & crypto for a
|
||||
net-mail/dovecot-fts-xapian 1.5.4 1.5.5 9999: Dovecot FTS plugin backed by Xapian
|
||||
net-mail/hydroxide 0.2.23 0.2.24 0.2.26 0.2.27 0.2.28 9999: A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge
|
||||
net-mail/pop 0.2.0: Send emails from your terminal
|
||||
net-misc/FORT-validator 1.5.2 1.5.3 1.5.3_p20220607: FORT validator is an open source RPKI validator
|
||||
net-misc/FORT-validator 1.5.3 1.5.4: FORT validator is an open source RPKI validator
|
||||
net-misc/can-utils 2021.08.0 2023.03 9999-r3: CAN userspace utilities and tools
|
||||
net-misc/clatd 1.6: A CLAT / SIIT-DC Edge Relay implementation for Linux
|
||||
net-misc/curlie 1.7.1: Curlie is a frontend to curl that adds the ease of use of httpie
|
||||
@@ -1686,7 +1687,7 @@ net-misc/facebook-ptp 0_pre20211123: Facebook's PTP libraries
|
||||
net-misc/fedigroup 1.0.6 1.0.8: Emulate group accounts on Mastodon/Pleroma
|
||||
net-misc/freetube-bin 0.17.1 0.19.0: A private YouTube desktop client
|
||||
net-misc/gdown 4.7.1: Google Drive direct download of big files
|
||||
net-misc/gemget 1.8.0: Command line downloader for the Gemini protocol
|
||||
net-misc/gemget 1.9.0: Command line downloader for the Gemini protocol
|
||||
net-misc/gemserv 0.6.5 0.6.6: A gemini Server written in rust
|
||||
net-misc/giara 1.0.1 1.1.0: An app for Reddit
|
||||
net-misc/gmid 1.8.5 1.8.6 9999: Simple and secure Gemini server
|
||||
@@ -1696,7 +1697,7 @@ net-misc/maestral 1.8.0: Maestral is an open-source Dropbox client written in Py
|
||||
net-misc/maestral-qt 1.8.0: Maestral is an open-source Dropbox client written in Python
|
||||
net-misc/mastorss 0.13.0 0.13.1 9999: Another RSS to Mastodon bot
|
||||
net-misc/megasync 4.3.8.0 4.5.0.0 9999: The official Qt-based program for syncing your MEGA account in your PC
|
||||
net-misc/myip 1.2.0: Get your external IP address using STUN server
|
||||
net-misc/myip 1.2.1: Get your external IP address using STUN server
|
||||
net-misc/ooni-probe-cli 3.18.0 3.18.1: OONI Probe network measurement tool for detecting internet censorship
|
||||
net-misc/openbgpd 6.9_p0 8.0 9999: OpenBGPD is a free implementation of BGPv4
|
||||
net-misc/peertube-viewer-rs 1.8.4-r1: Command-line PeerTube viewer inspired by youtube-viewer
|
||||
@@ -1856,7 +1857,7 @@ sys-apps/lsplug 4: Replacement for lsusb that shows more useful info and less us
|
||||
sys-apps/mission-center 0.3.2: Monitor your CPU, Memory, Disk, Network and GPU usage.
|
||||
sys-apps/nvimpager 0.11.0: Use nvim as a pager to view manpages, diff, etc with nvim's syntax highlighting.
|
||||
sys-apps/openSeaChest 22.07 23.03.1: SeaGate's open source harddrive control utilities
|
||||
sys-apps/ov 0.11.1 0.11.2: Feature-rich terminal pager
|
||||
sys-apps/ov 0.11.2 0.32.0: Feature-rich terminal pager
|
||||
sys-apps/pnpm-bin 8.7.5: Fast, disk space efficient package manager, alternative to npm and yarn
|
||||
sys-apps/qemu-openrc 0.10.0 9999: OpenRC init script for QEMU/KVM
|
||||
sys-apps/qjournalctl 0.6.2: Qt-based GUI for systemd's journalctl command
|
||||
@@ -1936,8 +1937,8 @@ sys-fs/diskonaut 0.10.0 0.11.0 9999: Terminal disk space visual navigator
|
||||
sys-fs/dua-cli 2.20.1: A tool to conveniently learn about the disk usage of directories, fast!
|
||||
sys-fs/dwarfs 0.7.2-r1: A fast very high compression read-only FUSE file system
|
||||
sys-fs/dwarfs-bin 0.7.2: Static version of a fast very high compression read-only FUSE file system
|
||||
sys-fs/gcsfuse 0.42.4: A user-space file system for interacting with Google Cloud Storage
|
||||
sys-fs/gdu 5.13.2 5.14.0: Disk usage analyzer with console interface written in Go
|
||||
sys-fs/gcsfuse 1.2.0: A user-space file system for interacting with Google Cloud Storage
|
||||
sys-fs/gdu 5.14.0 5.25.0: Disk usage analyzer with console interface written in Go
|
||||
sys-fs/gfs2-utils 3.4.1: Shared-disk cluster file system
|
||||
sys-fs/mountpoint-s3-bin 1.0.1: Fuse for AWS S3 (Simple Storage Service), official
|
||||
sys-fs/ntfs2btrfs 20230501: Conversion tool from NTFS to Btrfs
|
||||
|
||||
@@ -1 +1 @@
|
||||
Thu, 05 Oct 2023 15:31:57 +0000
|
||||
Fri, 06 Oct 2023 14:46:56 +0000
|
||||
|
||||
Reference in New Issue
Block a user