mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -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
|
||||
Reference in New Issue
Block a user