From e0cc756ddbef5d45deadaee5d96d41d5075d8cf1 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 28 May 2023 22:19:54 +0200 Subject: [PATCH] Purge dev-perl/Finance-Quote, a newer version is in the official tree. --- dev-perl/Finance-Quote/ChangeLog | 9 -- .../Finance-Quote-1.520.0.ebuild | 90 ------------------- dev-perl/Finance-Quote/Manifest | 5 -- .../files/alphavantage-currency.patch | 41 --------- dev-perl/Finance-Quote/metadata.xml | 68 -------------- .../md5-cache/acct-group/apache_exporter-0-r1 | 2 +- metadata/md5-cache/acct-group/dkimsocket-0-r1 | 2 +- .../acct-group/drone-runner-docker-0-r1 | 2 +- metadata/md5-cache/acct-group/reposilite-0-r1 | 2 +- .../md5-cache/acct-user/apache_exporter-0-r1 | 2 +- .../acct-user/drone-runner-docker-0-r1 | 2 +- metadata/md5-cache/acct-user/opendkim-0-r2 | 2 +- metadata/md5-cache/acct-user/postfix-0-r2 | 2 +- metadata/md5-cache/acct-user/reposilite-1-r1 | 2 +- .../app-metrics/apache_exporter-0.11.0 | 2 +- .../mysqld_exporter-0.12.1_p20200622-r1 | 2 +- .../app-metrics/postfix_exporter-0.3.0-r1 | 2 +- .../prometheus-cpu-mem-monitor-0.0.0.1-r2 | 2 +- .../md5-cache/dev-dotnet/gtk-sharp-3.22.2-r2 | 2 +- metadata/md5-cache/dev-python/geoip2-4.6.0-r1 | 12 +-- metadata/md5-cache/dev-python/maxminddb-2.2.0 | 12 +-- metadata/md5-cache/dev-util/drone-2.13.0 | 2 +- .../dev-util/drone-runner-docker-1.8.1 | 2 +- .../md5-cache/dev-util/reposilite-3.0.3-r1 | 2 +- .../gui-libs/blueprint-compiler-0.2.0-r1 | 10 +-- .../media-fonts/cantarell-0.303.1-r2 | 2 +- .../media-video/neolink-0.4.0_alpha1 | 2 +- .../md5-cache/media-video/video-trimmer-0.7.1 | 2 +- .../net-analyzer/ddos-mitigator-3.0.1-r2 | 8 +- metadata/md5-cache/net-news/feedreader-2.11.0 | 2 +- metadata/md5-cache/net-news/news-flash-2.3.0 | 2 +- 31 files changed, 43 insertions(+), 256 deletions(-) delete mode 100644 dev-perl/Finance-Quote/ChangeLog delete mode 100644 dev-perl/Finance-Quote/Finance-Quote-1.520.0.ebuild delete mode 100644 dev-perl/Finance-Quote/Manifest delete mode 100644 dev-perl/Finance-Quote/files/alphavantage-currency.patch delete mode 100644 dev-perl/Finance-Quote/metadata.xml diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog deleted file mode 100644 index 144e62c..0000000 --- a/dev-perl/Finance-Quote/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ - 08 Sep 2022; Manuel Friedli - files/alphavantage-currency.patch: - dev-perl/Finance-Quote: Fixup. - -*Finance-Quote-1.520.0 (08 Sep 2022) - - 08 Sep 2022; Manuel Friedli +Finance-Quote-1.520.0.ebuild, - +files/alphavantage-currency.patch, +metadata.xml: - dev-perl/Finance-Quote: Add v1.520 with AlphaVantage patch. diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.520.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.520.0.ebuild deleted file mode 100644 index 2c234b9..0000000 --- a/dev-perl/Finance-Quote/Finance-Quote-1.520.0.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=BPSCHUCK -DIST_VERSION=1.52 -DIST_EXAMPLES=( "Examples/*" ) -inherit perl-module - -DESCRIPTION="Get stock and mutual fund quotes from various exchanges" - -HOMEPAGE="https://metacpan.org/dist/Finance-Quote" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" - -RDEPEND=" - dev-perl/CGI - virtual/perl-Carp - dev-perl/DateTime - dev-perl/DateTime-Format-Strptime - virtual/perl-Encode - virtual/perl-Exporter - dev-perl/HTML-TableExtract - dev-perl/HTML-Parser - dev-perl/HTML-TokeParser-Simple - dev-perl/HTML-Tree - dev-perl/HTTP-Cookies - dev-perl/HTTP-Message - dev-perl/JSON - dev-perl/JSON-Parse - dev-perl/LWP-Protocol-https - dev-perl/libwww-perl - virtual/perl-Module-Load - dev-perl/Mozilla-CA - virtual/perl-Scalar-List-Utils - dev-perl/Spreadsheet-XLSX - dev-perl/String-Util - dev-perl/Text-Template - virtual/perl-Time-Piece - dev-perl/Try-Tiny - dev-perl/URI - dev-perl/Web-Scraper - dev-perl/XML-LibXML - virtual/perl-if -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Data-Dumper - dev-perl/Date-Manip - dev-perl/Date-Range - dev-perl/Date-Simple - dev-perl/DateTime-Format-ISO8601 - virtual/perl-File-Spec - virtual/perl-Test-Simple - ) -" -PERL_RM_FILES=( - t/01-pod.t - t/02-pod-coverage.t - t/03-kwalitee.t - t/04-critic.t - t/author-pod-syntax.t - lib/GPATH - lib/GRTAGS - lib/GTAGS -) - -PATCHES=( - "${FILESDIR}/alphavantage-currency.patch" -) - -src_test() { - if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then - einfo "Disabling network tests without DIST_TEST_OVERRIDE=~network" - else - export ONLINE_TEST=1 - fi - perl-module_src_test -} - -mydoc=("Documentation/*") - -src_install() { - dodoc -r htdocs - perl-module_src_install -} diff --git a/dev-perl/Finance-Quote/Manifest b/dev-perl/Finance-Quote/Manifest deleted file mode 100644 index 2f4d840..0000000 --- a/dev-perl/Finance-Quote/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX alphavantage-currency.patch 1400 BLAKE2B 690c8bef08355c1a7acd636e60f959be43afe78f0c2033f3fea528e9481fe2c16d92270c57e3e3e223fbb299641e88105a7db6dc61339a4c42a8449c19d7dc82 SHA512 648806e206eb5f1138638f9ad38c976e1a53d4a0c1e6d1c9805b16469b937092bacade264ba923a22d8f85d551300973a5788863dedc3b4793dfa8d876e3e79e -DIST Finance-Quote-1.52.tar.gz 242120 BLAKE2B 4673de9db498a78eabf8e833b4d50ed2b981150d10d53fde2c17498843a43e5d5603efb8d8aad5aeff3957aa30fcd9bf4f6597fe05deebbea5d5b691c62f51f1 SHA512 1d0198bd4972e7e81886591d262419fae7e5a9e1b0ac45850d9ac862c6b6dab9e08ed6ad8b3cecc437fee0331f558ebc15d9cb3636f78c932bbdb004cef0905b -EBUILD Finance-Quote-1.520.0.ebuild 1804 BLAKE2B 470ea8e7c7f1ff4b7cd4756dbdaa01a983aeebe5ba8f489797db9347ba94b063115d887afdcd7c919d52697af26ca4b67408d3b0e941f0b27fd3932b5c2668c2 SHA512 0f2c3c562a42878380556665b88eb386a05455e0a841638874a7ab8cee1194933477efd25ddfce62e7919d3a1c08d0431264817914687743f9379e841a9b577f -MISC ChangeLog 355 BLAKE2B 8d5d9b237e13510712bde1958574acc7e453243e821075670500793c7fcb45574f5e4a704e6a5dbc82ab4ad8d1da01ba06a861dfaf014b1f8bb062ce2737f325 SHA512 fabc4747966829bf103d2756e2cd73f8cb1fffcbecfe2433ab2f6c2a080bc1455b33bd9fca0244c368e974e795407e5a2ee50e4c6ad2dffb249af469f5490ee4 -MISC metadata.xml 4378 BLAKE2B 9e58d3411c53ec5dee267eed278f7bfe1cc19c4fe4a6d49138db09108efb98388b9d93f8aa4d2826a83812eed055b744360abbb4040a793acc9d63b07d815db1 SHA512 f58365ec28214486376ef74fc379f7cbfdf3ba8f186975ab8c5714b445174b573545bf23a5c4423dec40ead2a7a7bb1aac5fe4fa6d2a94d83bed3199e071ad0d diff --git a/dev-perl/Finance-Quote/files/alphavantage-currency.patch b/dev-perl/Finance-Quote/files/alphavantage-currency.patch deleted file mode 100644 index afbfa50..0000000 --- a/dev-perl/Finance-Quote/files/alphavantage-currency.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff --git a/lib/Finance/Quote/CurrencyRates/AlphaVantage.pm b/lib/Finance/Quote/CurrencyRates/AlphaVantage.pm -index b6c4d7f..47b9393 100644 ---- a/lib/Finance/Quote/CurrencyRates/AlphaVantage.pm -+++ b/lib/Finance/Quote/CurrencyRates/AlphaVantage.pm -@@ -53,14 +53,15 @@ sub multipliers - { - my ($this, $ua, $from, $to) = @_; - -- my $url = 'https://www.alphavantage.co/query?function=CURRENCY_EXCHANGE_RATE'; -+ my $url = 'https://www.alphavantage.co/query?function=FX_DAILY'; - my $try_cnt = 0; - my $json_data; -+ my $rate; - do { - $try_cnt += 1; - my $reply = $ua->get($url -- . '&from_currency=' . ${from} -- . '&to_currency=' . ${to} -+ . '&from_symbol=' . ${from} -+ . '&to_symbol=' . ${to} - . '&apikey=' . $this->{API_KEY}); - - return unless ($reply->code == 200); -@@ -77,7 +78,16 @@ sub multipliers - sleep (20) if (($try_cnt < 5) && ($json_data->{'Note'})); - } while (($try_cnt < 5) && ($json_data->{'Note'})); - -- my $rate = $json_data->{'Realtime Currency Exchange Rate'}->{'5. Exchange Rate'}; -+ if( !$json_data->{'Time Series FX (Daily)'} ) { -+ ### No data in JSON -+ $rate = 0.0; -+ } else { -+ my $target = substr($json_data->{'Meta Data'}->{'5. Last Refreshed'}, 0, 10); -+ $rate = -+ $json_data->{'Time Series FX (Daily)'}->{$target}->{'4. close'}; -+ } -+ -+ ### Rate from JSON: $rate - - return unless $rate + 0; - diff --git a/dev-perl/Finance-Quote/metadata.xml b/dev-perl/Finance-Quote/metadata.xml deleted file mode 100644 index 3a4818e..0000000 --- a/dev-perl/Finance-Quote/metadata.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - Finance-Quote - Finance::Quote - Finance::Quote::AEX - Finance::Quote::AIAHK - Finance::Quote::ASEGR - Finance::Quote::ASX - Finance::Quote::AlphaVantage - Finance::Quote::BMONesbittBurns - Finance::Quote::BSERO - Finance::Quote::Bourso - Finance::Quote::CSE - Finance::Quote::Cdnfundlibrary - Finance::Quote::Citywire - Finance::Quote::Cominvest - Finance::Quote::Currencies - Finance::Quote::DWS - Finance::Quote::Deka - Finance::Quote::FTPortfolios - Finance::Quote::FTfunds - Finance::Quote::Fidelity - Finance::Quote::FidelityFixed - Finance::Quote::FinanceCanada - Finance::Quote::Finanzpartner - Finance::Quote::Fool - Finance::Quote::GoldMoney - Finance::Quote::HEX - Finance::Quote::HU - Finance::Quote::IEXCloud - Finance::Quote::IndiaMutual - Finance::Quote::LeRevenu - Finance::Quote::MStaruk - Finance::Quote::ManInvestments - Finance::Quote::Morningstar - Finance::Quote::MorningstarAU - Finance::Quote::MorningstarCH - Finance::Quote::MorningstarJP - Finance::Quote::NZX - Finance::Quote::Platinum - Finance::Quote::SEB - Finance::Quote::SIXfunds - Finance::Quote::SIXshares - Finance::Quote::StockHouseCanada - Finance::Quote::TNetuk - Finance::Quote::TSP - Finance::Quote::TSX - Finance::Quote::Tdefunds - Finance::Quote::Tdwaterhouse - Finance::Quote::Tiaacref - Finance::Quote::Troweprice - Finance::Quote::Trustnet - Finance::Quote::USFedBonds - Finance::Quote::Union - Finance::Quote::UserAgent - Finance::Quote::VWD - Finance::Quote::YahooJSON - Finance::Quote::YahooYQL - Finance::Quote::ZA - Finance::Quote::ZA_UnitTrusts - - diff --git a/metadata/md5-cache/acct-group/apache_exporter-0-r1 b/metadata/md5-cache/acct-group/apache_exporter-0-r1 index c57c9f4..10f64f8 100644 --- a/metadata/md5-cache/acct-group/apache_exporter-0-r1 +++ b/metadata/md5-cache/acct-group/apache_exporter-0-r1 @@ -4,5 +4,5 @@ EAPI=8 INHERIT=acct-group KEYWORDS=~amd64 SLOT=0 -_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-group cddec248f22a6688789ed427b5d47ee4 +_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-group c5bc6ab32cd6552df855b3fd22968f98 _md5_=6223075d6587ef091669de9ca0d2fa63 diff --git a/metadata/md5-cache/acct-group/dkimsocket-0-r1 b/metadata/md5-cache/acct-group/dkimsocket-0-r1 index 9be8388..7d30370 100644 --- a/metadata/md5-cache/acct-group/dkimsocket-0-r1 +++ b/metadata/md5-cache/acct-group/dkimsocket-0-r1 @@ -4,5 +4,5 @@ EAPI=8 INHERIT=acct-group KEYWORDS=~amd64 SLOT=0 -_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-group cddec248f22a6688789ed427b5d47ee4 +_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-group c5bc6ab32cd6552df855b3fd22968f98 _md5_=58dd10a0a0dd9c7936b09866c066b703 diff --git a/metadata/md5-cache/acct-group/drone-runner-docker-0-r1 b/metadata/md5-cache/acct-group/drone-runner-docker-0-r1 index 6dba36d..6d7e8bc 100644 --- a/metadata/md5-cache/acct-group/drone-runner-docker-0-r1 +++ b/metadata/md5-cache/acct-group/drone-runner-docker-0-r1 @@ -4,5 +4,5 @@ EAPI=8 INHERIT=acct-group KEYWORDS=~amd64 SLOT=0 -_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-group cddec248f22a6688789ed427b5d47ee4 +_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-group c5bc6ab32cd6552df855b3fd22968f98 _md5_=c8e24b5f96a608bc3f11b1545f72054d diff --git a/metadata/md5-cache/acct-group/reposilite-0-r1 b/metadata/md5-cache/acct-group/reposilite-0-r1 index ff91d29..e3716bf 100644 --- a/metadata/md5-cache/acct-group/reposilite-0-r1 +++ b/metadata/md5-cache/acct-group/reposilite-0-r1 @@ -4,5 +4,5 @@ EAPI=8 INHERIT=acct-group KEYWORDS=~amd64 SLOT=0 -_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-group cddec248f22a6688789ed427b5d47ee4 +_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-group c5bc6ab32cd6552df855b3fd22968f98 _md5_=baba85eb3b0097cc27871edfef8461ad diff --git a/metadata/md5-cache/acct-user/apache_exporter-0-r1 b/metadata/md5-cache/acct-user/apache_exporter-0-r1 index c22ca7c..bb5bb36 100644 --- a/metadata/md5-cache/acct-user/apache_exporter-0-r1 +++ b/metadata/md5-cache/acct-user/apache_exporter-0-r1 @@ -5,5 +5,5 @@ INHERIT=acct-user KEYWORDS=~amd64 RDEPEND=acct-group/apache_exporter SLOT=0 -_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user bdca122e03cd10755e7ed12b03562501 +_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user c2c51a8d8c646fbdbb4ae481366fca8c _md5_=75d24045e06b0a8e4cfe6b6e58a1c9d9 diff --git a/metadata/md5-cache/acct-user/drone-runner-docker-0-r1 b/metadata/md5-cache/acct-user/drone-runner-docker-0-r1 index bb8604f..77f03a2 100644 --- a/metadata/md5-cache/acct-user/drone-runner-docker-0-r1 +++ b/metadata/md5-cache/acct-user/drone-runner-docker-0-r1 @@ -5,5 +5,5 @@ INHERIT=acct-user KEYWORDS=~amd64 RDEPEND=acct-group/drone-runner-docker acct-group/docker SLOT=0 -_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user bdca122e03cd10755e7ed12b03562501 +_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user c2c51a8d8c646fbdbb4ae481366fca8c _md5_=9dcba758136bb67a167f1c51b60ed5d0 diff --git a/metadata/md5-cache/acct-user/opendkim-0-r2 b/metadata/md5-cache/acct-user/opendkim-0-r2 index 2704606..8c436a3 100644 --- a/metadata/md5-cache/acct-user/opendkim-0-r2 +++ b/metadata/md5-cache/acct-user/opendkim-0-r2 @@ -5,5 +5,5 @@ INHERIT=acct-user KEYWORDS=~amd64 RDEPEND=acct-group/dkimsocket acct-group/opendkim SLOT=0 -_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user bdca122e03cd10755e7ed12b03562501 +_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user c2c51a8d8c646fbdbb4ae481366fca8c _md5_=77a98ba90e1aa8b0337269f304143155 diff --git a/metadata/md5-cache/acct-user/postfix-0-r2 b/metadata/md5-cache/acct-user/postfix-0-r2 index a365f36..d08142f 100644 --- a/metadata/md5-cache/acct-user/postfix-0-r2 +++ b/metadata/md5-cache/acct-user/postfix-0-r2 @@ -5,5 +5,5 @@ INHERIT=acct-user KEYWORDS=~amd64 RDEPEND=acct-group/postfix acct-group/mail acct-group/dkimsocket SLOT=0 -_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user bdca122e03cd10755e7ed12b03562501 +_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user c2c51a8d8c646fbdbb4ae481366fca8c _md5_=c4dcf0148b71c0a201cb0d53185b53f1 diff --git a/metadata/md5-cache/acct-user/reposilite-1-r1 b/metadata/md5-cache/acct-user/reposilite-1-r1 index 4006c2b..e634440 100644 --- a/metadata/md5-cache/acct-user/reposilite-1-r1 +++ b/metadata/md5-cache/acct-user/reposilite-1-r1 @@ -5,5 +5,5 @@ INHERIT=acct-user KEYWORDS=~amd64 RDEPEND=acct-group/reposilite SLOT=0 -_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user bdca122e03cd10755e7ed12b03562501 +_eclasses_=user-info 83547b4df3e1ba5a6bf91a0837eaa664 acct-user c2c51a8d8c646fbdbb4ae481366fca8c _md5_=f95de6d5ad159d8b33bfb2c464dd5cbb diff --git a/metadata/md5-cache/app-metrics/apache_exporter-0.11.0 b/metadata/md5-cache/app-metrics/apache_exporter-0.11.0 index a03c07e..422279f 100644 --- a/metadata/md5-cache/app-metrics/apache_exporter-0.11.0 +++ b/metadata/md5-cache/app-metrics/apache_exporter-0.11.0 @@ -11,5 +11,5 @@ RDEPEND=acct-group/apache_exporter acct-user/apache_exporter RESTRICT=strip SLOT=0 SRC_URI=https://github.com/Lusitaniae/apache_exporter/archive/v0.11.0.tar.gz -> apache_exporter-0.11.0.tar.gz https://manuel.friedli.info/gentoo-overlay/apache_exporter-0.11.0-deps.tar.xz -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 go-module f2c9bcab49079a176b3ae061c94bb344 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 systemd 5f4bb0758df2e483babf68cd517078ca +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 go-module 9c75e51a48520b2f01471c1f91762882 systemd 5f4bb0758df2e483babf68cd517078ca _md5_=fa2cc4a87e8f05428518b1178a562e5a diff --git a/metadata/md5-cache/app-metrics/mysqld_exporter-0.12.1_p20200622-r1 b/metadata/md5-cache/app-metrics/mysqld_exporter-0.12.1_p20200622-r1 index 1d315d7..fd19763 100644 --- a/metadata/md5-cache/app-metrics/mysqld_exporter-0.12.1_p20200622-r1 +++ b/metadata/md5-cache/app-metrics/mysqld_exporter-0.12.1_p20200622-r1 @@ -11,5 +11,5 @@ RDEPEND=acct-group/mysqld_exporter acct-user/mysqld_exporter RESTRICT=strip SLOT=0 SRC_URI=https://github.com/prometheus/mysqld_exporter/archive/f5d5289f7627016d8b53b0b3fa7615da8a73b56a.tar.gz -> mysqld_exporter-0.12.1_p20200622.tar.gz -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 go-module f2c9bcab49079a176b3ae061c94bb344 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 systemd 5f4bb0758df2e483babf68cd517078ca +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 go-module 9c75e51a48520b2f01471c1f91762882 systemd 5f4bb0758df2e483babf68cd517078ca _md5_=030f0120d3d510b70994b8099e3ff92f diff --git a/metadata/md5-cache/app-metrics/postfix_exporter-0.3.0-r1 b/metadata/md5-cache/app-metrics/postfix_exporter-0.3.0-r1 index 7b7e2d9..ce5ec32 100644 --- a/metadata/md5-cache/app-metrics/postfix_exporter-0.3.0-r1 +++ b/metadata/md5-cache/app-metrics/postfix_exporter-0.3.0-r1 @@ -12,5 +12,5 @@ RDEPEND=acct-user/postfix_exporter RESTRICT=test strip SLOT=0 SRC_URI=https://github.com/kumina/postfix_exporter/archive/0.3.0.tar.gz -> postfix_exporter-0.3.0.tar.gz https://manuel.friedli.info/gentoo-overlay/postfix_exporter-0.3.0-vendor.tar.xz -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 go-module f2c9bcab49079a176b3ae061c94bb344 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 systemd 5f4bb0758df2e483babf68cd517078ca +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 go-module 9c75e51a48520b2f01471c1f91762882 systemd 5f4bb0758df2e483babf68cd517078ca _md5_=ec27d9889241012ba02a1799e3ecd671 diff --git a/metadata/md5-cache/app-metrics/prometheus-cpu-mem-monitor-0.0.0.1-r2 b/metadata/md5-cache/app-metrics/prometheus-cpu-mem-monitor-0.0.0.1-r2 index 8d7d174..843f5d4 100644 --- a/metadata/md5-cache/app-metrics/prometheus-cpu-mem-monitor-0.0.0.1-r2 +++ b/metadata/md5-cache/app-metrics/prometheus-cpu-mem-monitor-0.0.0.1-r2 @@ -8,5 +8,5 @@ INHERIT=systemd KEYWORDS=~amd64 LICENSE=GPL-2 SLOT=0 -_eclasses_=toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 systemd 5f4bb0758df2e483babf68cd517078ca +_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 systemd 5f4bb0758df2e483babf68cd517078ca _md5_=f28f2db9a348892a70ef83bd0c4a2bfa diff --git a/metadata/md5-cache/dev-dotnet/gtk-sharp-3.22.2-r2 b/metadata/md5-cache/dev-dotnet/gtk-sharp-3.22.2-r2 index 6ebac6c..d14d669 100644 --- a/metadata/md5-cache/dev-dotnet/gtk-sharp-3.22.2-r2 +++ b/metadata/md5-cache/dev-dotnet/gtk-sharp-3.22.2-r2 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/glib-2.32 x11-libs/gtk+:3 REQUIRED_USE=gdk? ( atk cairo pango ) gtk? ( atk cairo gdk pango ) pango? ( cairo ) SLOT=3 SRC_URI=https://github.com/GLibSharp/GtkSharp/archive/refs/tags/3.22.2.tar.gz -> gtk-sharp-3.22.2.tar.gz -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 meson 1994a5aef5d4f5798b92f64d6f9a6003 +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 meson 915ec7c25e08d7886558215e6809ca1e _md5_=2e9e6896f208c03ed07e6e6474c1809c diff --git a/metadata/md5-cache/dev-python/geoip2-4.6.0-r1 b/metadata/md5-cache/dev-python/geoip2-4.6.0-r1 index 7354f48..d7f309f 100644 --- a/metadata/md5-cache/dev-python/geoip2-4.6.0-r1 +++ b/metadata/md5-cache/dev-python/geoip2-4.6.0-r1 @@ -1,17 +1,17 @@ -BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] || ( >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] =dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] DESCRIPTION=MaxMind GeoIP2 API EAPI=8 HOMEPAGE=https://github.com/maxmind/GeoIP2-python INHERIT=distutils-r1 -IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 +IUSE=python_targets_python3_10 python_targets_python3_11 KEYWORDS=~amd64 ~x86 LICENSE=Apache-2.0 -RDEPEND=>=dev-python/requests-2.24.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/maxminddb-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) -REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) +RDEPEND=>=dev-python/requests-2.24.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/maxminddb-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) RESTRICT=mirror SLOT=0 SRC_URI=mirror://pypi/g/geoip2/geoip2-4.6.0.tar.gz -_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 666be58f658d6b32affe30f80e39a49e distutils-r1 b69cca67d4bf504984c07366f8d3cac4 +_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 a5ad17697c0eaba230f975a18abbac52 _md5_=e58e032cc3e62f571b906ec539dfb247 diff --git a/metadata/md5-cache/dev-python/maxminddb-2.2.0 b/metadata/md5-cache/dev-python/maxminddb-2.2.0 index ab40f5c..4f31ba5 100644 --- a/metadata/md5-cache/dev-python/maxminddb-2.2.0 +++ b/metadata/md5-cache/dev-python/maxminddb-2.2.0 @@ -1,17 +1,17 @@ -BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] || ( >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] =dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] DESCRIPTION=Python MaxMind DB reader extension EAPI=8 HOMEPAGE=https://github.com/maxmind/MaxMind-DB-Reader-python INHERIT=distutils-r1 -IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 +IUSE=python_targets_python3_10 python_targets_python3_11 KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=dev-libs/libmaxminddb python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) -REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) +RDEPEND=dev-libs/libmaxminddb python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) RESTRICT=mirror SLOT=0 SRC_URI=mirror://pypi/m/maxminddb/maxminddb-2.2.0.tar.gz -_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 666be58f658d6b32affe30f80e39a49e distutils-r1 b69cca67d4bf504984c07366f8d3cac4 +_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 a5ad17697c0eaba230f975a18abbac52 _md5_=063d63d3f154be8ed101bbb3ed6ee63f diff --git a/metadata/md5-cache/dev-util/drone-2.13.0 b/metadata/md5-cache/dev-util/drone-2.13.0 index 8b2efb7..8a68f8f 100644 --- a/metadata/md5-cache/dev-util/drone-2.13.0 +++ b/metadata/md5-cache/dev-util/drone-2.13.0 @@ -11,5 +11,5 @@ RDEPEND=acct-group/drone acct-user/drone RESTRICT=test strip SLOT=0 SRC_URI=https://github.com/harness/drone/archive/v2.13.0.tar.gz -> drone-2.13.0.tar.gz https://dev.gentoo.org/~williamh/dist/drone-2.13.0-deps.tar.xz -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 go-module f2c9bcab49079a176b3ae061c94bb344 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 systemd 5f4bb0758df2e483babf68cd517078ca +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 go-module 9c75e51a48520b2f01471c1f91762882 systemd 5f4bb0758df2e483babf68cd517078ca _md5_=c7eeb8f3d5cfe94b5f00717f49f1aa9b diff --git a/metadata/md5-cache/dev-util/drone-runner-docker-1.8.1 b/metadata/md5-cache/dev-util/drone-runner-docker-1.8.1 index 15277f1..5a3590c 100644 --- a/metadata/md5-cache/dev-util/drone-runner-docker-1.8.1 +++ b/metadata/md5-cache/dev-util/drone-runner-docker-1.8.1 @@ -11,5 +11,5 @@ RDEPEND=acct-group/drone-runner-docker acct-user/drone-runner-docker app-contain RESTRICT=mirror strip SLOT=0 SRC_URI=https://github.com/drone-runners/drone-runner-docker/archive/v1.8.1.tar.gz -> drone-runner-docker-1.8.1.tar.gz https://manuel.friedli.info/gentoo-overlay/drone-runner-docker-1.8.1-deps.tar.xz -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 go-module f2c9bcab49079a176b3ae061c94bb344 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 systemd 5f4bb0758df2e483babf68cd517078ca +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 go-module 9c75e51a48520b2f01471c1f91762882 systemd 5f4bb0758df2e483babf68cd517078ca _md5_=c16185479c7ebd65f983ea5dae661f66 diff --git a/metadata/md5-cache/dev-util/reposilite-3.0.3-r1 b/metadata/md5-cache/dev-util/reposilite-3.0.3-r1 index 9ac1c45..18bc532 100644 --- a/metadata/md5-cache/dev-util/reposilite-3.0.3-r1 +++ b/metadata/md5-cache/dev-util/reposilite-3.0.3-r1 @@ -10,5 +10,5 @@ RDEPEND=>=acct-user/reposilite-1 || ( >=virtual/jdk-11 >=virtual/jre-11 ) RESTRICT=mirror SLOT=0 SRC_URI=https://maven.reposilite.com/releases/com/reposilite/reposilite/3.0.3/reposilite-3.0.3-all.jar -> reposilite-3.0.3.jar -_eclasses_=toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 systemd 5f4bb0758df2e483babf68cd517078ca +_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 systemd 5f4bb0758df2e483babf68cd517078ca _md5_=6e3c58d23fb8ec4ae1a233e00e96fe96 diff --git a/metadata/md5-cache/gui-libs/blueprint-compiler-0.2.0-r1 b/metadata/md5-cache/gui-libs/blueprint-compiler-0.2.0-r1 index 57b15bb..9ac381b 100644 --- a/metadata/md5-cache/gui-libs/blueprint-compiler-0.2.0-r1 +++ b/metadata/md5-cache/gui-libs/blueprint-compiler-0.2.0-r1 @@ -1,17 +1,17 @@ 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=python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) +DEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) DESCRIPTION=A markup language for GTK user interface files. EAPI=8 HOMEPAGE=https://gitlab.gnome.org/jwestman/blueprint-compiler INHERIT=meson python-single-r1 -IUSE=python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 +IUSE=python_single_target_python3_10 python_single_target_python3_11 KEYWORDS=~amd64 LICENSE=LGPL-3 -RDEPEND=python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) -REQUIRED_USE=^^ ( python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 ) +RDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) RESTRICT=mirror SLOT=0 SRC_URI=https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.2.0/blueprint-compiler-v0.2.0.tar.bz2 -> blueprint-compiler-0.2.0.tar.bz2 -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 meson 1994a5aef5d4f5798b92f64d6f9a6003 python-single-r1 75118e916668a74c660a13b0ecb22562 +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 meson 915ec7c25e08d7886558215e6809ca1e python-single-r1 75118e916668a74c660a13b0ecb22562 _md5_=10efeeea27c840c94a2b896de9df4803 diff --git a/metadata/md5-cache/media-fonts/cantarell-0.303.1-r2 b/metadata/md5-cache/media-fonts/cantarell-0.303.1-r2 index c8a3368..6a18684 100644 --- a/metadata/md5-cache/media-fonts/cantarell-0.303.1-r2 +++ b/metadata/md5-cache/media-fonts/cantarell-0.303.1-r2 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( staticfont variablefont ) RESTRICT=binchecks strip SLOT=0 SRC_URI=mirror://gnome/sources/cantarell-fonts/0.303/cantarell-fonts-0.303.1.tar.xz https://manuel.friedli.info/gentoo-overlay/cantarell-static-fonts-0.303.1.tar -_eclasses_=font 5e03cb70902daa9ff8967c61130f0f60 gnome.org 429073e99d7067d3462e875bf5c6e14a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 meson 1994a5aef5d4f5798b92f64d6f9a6003 +_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb gnome.org 6b39404f1491c60a2d32e3c693a683fe multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 meson 915ec7c25e08d7886558215e6809ca1e _md5_=e9176ab6e2921de9a55021985541269d diff --git a/metadata/md5-cache/media-video/neolink-0.4.0_alpha1 b/metadata/md5-cache/media-video/neolink-0.4.0_alpha1 index 26d3514..1c57103 100644 --- a/metadata/md5-cache/media-video/neolink-0.4.0_alpha1 +++ b/metadata/md5-cache/media-video/neolink-0.4.0_alpha1 @@ -11,5 +11,5 @@ LICENSE=AGPL-3 RESTRICT=mirror SLOT=0 SRC_URI=https://github.com/thirtythreeforty/neolink/archive/d75e416c96b9867875bc7252777302e8cec214ab.tar.gz -> neolink-0.4.0_alpha1.tar.gz https://crates.io/api/v1/crates/aes/0.6.0/download -> aes-0.6.0.crate https://crates.io/api/v1/crates/aes-soft/0.6.4/download -> aes-soft-0.6.4.crate https://crates.io/api/v1/crates/aesni/0.10.0/download -> aesni-0.10.0.crate https://crates.io/api/v1/crates/aho-corasick/0.7.19/download -> aho-corasick-0.7.19.crate https://crates.io/api/v1/crates/ansi_term/0.12.1/download -> ansi_term-0.12.1.crate https://crates.io/api/v1/crates/anyhow/1.0.65/download -> anyhow-1.0.65.crate https://crates.io/api/v1/crates/arrayvec/0.5.2/download -> arrayvec-0.5.2.crate https://crates.io/api/v1/crates/assert_matches/1.5.0/download -> assert_matches-1.5.0.crate https://crates.io/api/v1/crates/atty/0.2.14/download -> atty-0.2.14.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/base-x/0.2.11/download -> base-x-0.2.11.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitvec/0.19.6/download -> bitvec-0.19.6.crate https://crates.io/api/v1/crates/bumpalo/3.11.0/download -> bumpalo-3.11.0.crate https://crates.io/api/v1/crates/byte-slice-cast/1.2.1/download -> byte-slice-cast-1.2.1.crate https://crates.io/api/v1/crates/byteorder/1.4.3/download -> byteorder-1.4.3.crate https://crates.io/api/v1/crates/c_linked_list/1.1.1/download -> c_linked_list-1.1.1.crate https://crates.io/api/v1/crates/cfb-mode/0.6.0/download -> cfb-mode-0.6.0.crate https://crates.io/api/v1/crates/cfg-expr/0.8.1/download -> cfg-expr-0.8.1.crate https://crates.io/api/v1/crates/cfg-if/0.1.10/download -> cfg-if-0.1.10.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/cipher/0.2.5/download -> cipher-0.2.5.crate https://crates.io/api/v1/crates/clap/2.34.0/download -> clap-2.34.0.crate https://crates.io/api/v1/crates/const_fn/0.4.9/download -> const_fn-0.4.9.crate https://crates.io/api/v1/crates/cookie-factory/0.3.2/download -> cookie-factory-0.3.2.crate https://crates.io/api/v1/crates/crc32fast/1.3.2/download -> crc32fast-1.3.2.crate https://crates.io/api/v1/crates/crossbeam/0.7.3/download -> crossbeam-0.7.3.crate https://crates.io/api/v1/crates/crossbeam-channel/0.4.4/download -> crossbeam-channel-0.4.4.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.6/download -> crossbeam-channel-0.5.6.crate https://crates.io/api/v1/crates/crossbeam-deque/0.7.4/download -> crossbeam-deque-0.7.4.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.8.2/download -> crossbeam-epoch-0.8.2.crate https://crates.io/api/v1/crates/crossbeam-queue/0.2.3/download -> crossbeam-queue-0.2.3.crate https://crates.io/api/v1/crates/crossbeam-utils/0.7.2/download -> crossbeam-utils-0.7.2.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.11/download -> crossbeam-utils-0.8.11.crate https://crates.io/api/v1/crates/discard/1.0.4/download -> discard-1.0.4.crate https://crates.io/api/v1/crates/either/1.8.0/download -> either-1.8.0.crate https://crates.io/api/v1/crates/env_logger/0.9.0/download -> env_logger-0.9.0.crate https://crates.io/api/v1/crates/err-derive/0.2.4/download -> err-derive-0.2.4.crate https://crates.io/api/v1/crates/form_urlencoded/1.1.0/download -> form_urlencoded-1.1.0.crate https://crates.io/api/v1/crates/funty/1.1.0/download -> funty-1.1.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.24/download -> futures-channel-0.3.24.crate https://crates.io/api/v1/crates/futures-core/0.3.24/download -> futures-core-0.3.24.crate https://crates.io/api/v1/crates/futures-executor/0.3.24/download -> futures-executor-0.3.24.crate https://crates.io/api/v1/crates/futures-io/0.3.24/download -> futures-io-0.3.24.crate https://crates.io/api/v1/crates/futures-sink/0.3.24/download -> futures-sink-0.3.24.crate https://crates.io/api/v1/crates/futures-task/0.3.24/download -> futures-task-0.3.24.crate https://crates.io/api/v1/crates/futures-util/0.3.24/download -> futures-util-0.3.24.crate https://crates.io/api/v1/crates/gcc/0.3.55/download -> gcc-0.3.55.crate https://crates.io/api/v1/crates/generic-array/0.14.6/download -> generic-array-0.14.6.crate https://crates.io/api/v1/crates/get_if_addrs/0.5.3/download -> get_if_addrs-0.5.3.crate https://crates.io/api/v1/crates/get_if_addrs-sys/0.1.1/download -> get_if_addrs-sys-0.1.1.crate https://crates.io/api/v1/crates/getrandom/0.2.7/download -> getrandom-0.2.7.crate https://crates.io/api/v1/crates/gio/0.14.8/download -> gio-0.14.8.crate https://crates.io/api/v1/crates/gio-sys/0.14.0/download -> gio-sys-0.14.0.crate https://crates.io/api/v1/crates/glib/0.14.8/download -> glib-0.14.8.crate https://crates.io/api/v1/crates/glib-macros/0.14.1/download -> glib-macros-0.14.1.crate https://crates.io/api/v1/crates/glib-sys/0.14.0/download -> glib-sys-0.14.0.crate https://crates.io/api/v1/crates/gobject-sys/0.14.0/download -> gobject-sys-0.14.0.crate https://crates.io/api/v1/crates/gstreamer/0.17.4/download -> gstreamer-0.17.4.crate https://crates.io/api/v1/crates/gstreamer-app/0.17.2/download -> gstreamer-app-0.17.2.crate https://crates.io/api/v1/crates/gstreamer-app-sys/0.17.0/download -> gstreamer-app-sys-0.17.0.crate https://crates.io/api/v1/crates/gstreamer-base/0.17.2/download -> gstreamer-base-0.17.2.crate https://crates.io/api/v1/crates/gstreamer-base-sys/0.17.0/download -> gstreamer-base-sys-0.17.0.crate https://crates.io/api/v1/crates/gstreamer-net/0.17.0/download -> gstreamer-net-0.17.0.crate https://crates.io/api/v1/crates/gstreamer-net-sys/0.17.0/download -> gstreamer-net-sys-0.17.0.crate https://crates.io/api/v1/crates/gstreamer-rtsp/0.17.0/download -> gstreamer-rtsp-0.17.0.crate https://crates.io/api/v1/crates/gstreamer-rtsp-server/0.17.2/download -> gstreamer-rtsp-server-0.17.2.crate https://crates.io/api/v1/crates/gstreamer-rtsp-server-sys/0.17.0/download -> gstreamer-rtsp-server-sys-0.17.0.crate https://crates.io/api/v1/crates/gstreamer-rtsp-sys/0.17.0/download -> gstreamer-rtsp-sys-0.17.0.crate https://crates.io/api/v1/crates/gstreamer-sdp/0.17.0/download -> gstreamer-sdp-0.17.0.crate https://crates.io/api/v1/crates/gstreamer-sdp-sys/0.17.0/download -> gstreamer-sdp-sys-0.17.0.crate https://crates.io/api/v1/crates/gstreamer-sys/0.17.3/download -> gstreamer-sys-0.17.3.crate https://crates.io/api/v1/crates/heck/0.3.3/download -> heck-0.3.3.crate https://crates.io/api/v1/crates/hermit-abi/0.1.19/download -> hermit-abi-0.1.19.crate https://crates.io/api/v1/crates/humantime/2.1.0/download -> humantime-2.1.0.crate https://crates.io/api/v1/crates/idna/0.2.3/download -> idna-0.2.3.crate https://crates.io/api/v1/crates/idna/0.3.0/download -> idna-0.3.0.crate https://crates.io/api/v1/crates/if_chain/1.0.2/download -> if_chain-1.0.2.crate https://crates.io/api/v1/crates/indoc/0.3.6/download -> indoc-0.3.6.crate https://crates.io/api/v1/crates/indoc-impl/0.3.6/download -> indoc-impl-0.3.6.crate https://crates.io/api/v1/crates/itertools/0.9.0/download -> itertools-0.9.0.crate https://crates.io/api/v1/crates/itertools/0.10.4/download -> itertools-0.10.4.crate https://crates.io/api/v1/crates/itoa/1.0.3/download -> itoa-1.0.3.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/lexical-core/0.7.6/download -> lexical-core-0.7.6.crate https://crates.io/api/v1/crates/libc/0.2.132/download -> libc-0.2.132.crate https://crates.io/api/v1/crates/local-ip-address/0.4.8/download -> local-ip-address-0.4.8.crate https://crates.io/api/v1/crates/log/0.4.17/download -> log-0.4.17.crate https://crates.io/api/v1/crates/matches/0.1.9/download -> matches-0.1.9.crate https://crates.io/api/v1/crates/maybe-uninit/2.0.0/download -> maybe-uninit-2.0.0.crate https://crates.io/api/v1/crates/md5/0.7.0/download -> md5-0.7.0.crate https://crates.io/api/v1/crates/memchr/2.5.0/download -> memchr-2.5.0.crate https://crates.io/api/v1/crates/memoffset/0.5.6/download -> memoffset-0.5.6.crate https://crates.io/api/v1/crates/muldiv/1.0.0/download -> muldiv-1.0.0.crate https://crates.io/api/v1/crates/neli/0.5.3/download -> neli-0.5.3.crate https://crates.io/api/v1/crates/nom/6.1.2/download -> nom-6.1.2.crate https://crates.io/api/v1/crates/num-integer/0.1.45/download -> num-integer-0.1.45.crate https://crates.io/api/v1/crates/num-rational/0.4.1/download -> num-rational-0.4.1.crate https://crates.io/api/v1/crates/num-traits/0.2.15/download -> num-traits-0.2.15.crate https://crates.io/api/v1/crates/once_cell/1.14.0/download -> once_cell-1.14.0.crate https://crates.io/api/v1/crates/opaque-debug/0.3.0/download -> opaque-debug-0.3.0.crate https://crates.io/api/v1/crates/paste/1.0.9/download -> paste-1.0.9.crate https://crates.io/api/v1/crates/percent-encoding/2.2.0/download -> percent-encoding-2.2.0.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download -> pin-project-lite-0.2.9.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkg-config/0.3.25/download -> pkg-config-0.3.25.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.16/download -> ppv-lite86-0.2.16.crate https://crates.io/api/v1/crates/pretty-hex/0.2.1/download -> pretty-hex-0.2.1.crate https://crates.io/api/v1/crates/proc-macro-crate/1.2.1/download -> proc-macro-crate-1.2.1.crate https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download -> proc-macro-error-1.0.4.crate https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download -> proc-macro-error-attr-1.0.4.crate https://crates.io/api/v1/crates/proc-macro-hack/0.5.19/download -> proc-macro-hack-0.5.19.crate https://crates.io/api/v1/crates/proc-macro2/1.0.43/download -> proc-macro2-1.0.43.crate https://crates.io/api/v1/crates/quote/1.0.21/download -> quote-1.0.21.crate https://crates.io/api/v1/crates/radium/0.5.3/download -> radium-0.5.3.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/regex/1.6.0/download -> regex-1.6.0.crate https://crates.io/api/v1/crates/regex-syntax/0.6.27/download -> regex-syntax-0.6.27.crate https://crates.io/api/v1/crates/rustc_version/0.2.3/download -> rustc_version-0.2.3.crate https://crates.io/api/v1/crates/rustversion/1.0.9/download -> rustversion-1.0.9.crate https://crates.io/api/v1/crates/ryu/1.0.11/download -> ryu-1.0.11.crate https://crates.io/api/v1/crates/scopeguard/1.1.0/download -> scopeguard-1.1.0.crate https://crates.io/api/v1/crates/semver/0.9.0/download -> semver-0.9.0.crate https://crates.io/api/v1/crates/semver-parser/0.7.0/download -> semver-parser-0.7.0.crate https://crates.io/api/v1/crates/serde/1.0.144/download -> serde-1.0.144.crate https://crates.io/api/v1/crates/serde_derive/1.0.144/download -> serde_derive-1.0.144.crate https://crates.io/api/v1/crates/serde_json/1.0.85/download -> serde_json-1.0.85.crate https://crates.io/api/v1/crates/sha1/0.6.1/download -> sha1-0.6.1.crate https://crates.io/api/v1/crates/sha1_smol/1.0.0/download -> sha1_smol-1.0.0.crate https://crates.io/api/v1/crates/slab/0.4.7/download -> slab-0.4.7.crate https://crates.io/api/v1/crates/smallvec/1.9.0/download -> smallvec-1.9.0.crate https://crates.io/api/v1/crates/socket2/0.3.19/download -> socket2-0.3.19.crate https://crates.io/api/v1/crates/standback/0.2.17/download -> standback-0.2.17.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/stdweb/0.4.20/download -> stdweb-0.4.20.crate https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download -> stdweb-derive-0.5.3.crate https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download -> stdweb-internal-macros-0.2.9.crate https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download -> stdweb-internal-runtime-0.1.5.crate https://crates.io/api/v1/crates/strsim/0.8.0/download -> strsim-0.8.0.crate https://crates.io/api/v1/crates/structopt/0.3.26/download -> structopt-0.3.26.crate https://crates.io/api/v1/crates/structopt-derive/0.4.18/download -> structopt-derive-0.4.18.crate https://crates.io/api/v1/crates/strum/0.21.0/download -> strum-0.21.0.crate https://crates.io/api/v1/crates/strum_macros/0.21.1/download -> strum_macros-0.21.1.crate https://crates.io/api/v1/crates/syn/1.0.99/download -> syn-1.0.99.crate https://crates.io/api/v1/crates/synstructure/0.12.6/download -> synstructure-0.12.6.crate https://crates.io/api/v1/crates/system-deps/3.2.0/download -> system-deps-3.2.0.crate https://crates.io/api/v1/crates/tap/1.0.1/download -> tap-1.0.1.crate https://crates.io/api/v1/crates/termcolor/1.1.3/download -> termcolor-1.1.3.crate https://crates.io/api/v1/crates/textwrap/0.11.0/download -> textwrap-0.11.0.crate https://crates.io/api/v1/crates/thiserror/1.0.35/download -> thiserror-1.0.35.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.35/download -> thiserror-impl-1.0.35.crate https://crates.io/api/v1/crates/time/0.2.27/download -> time-0.2.27.crate https://crates.io/api/v1/crates/time-macros/0.1.1/download -> time-macros-0.1.1.crate https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download -> time-macros-impl-0.1.2.crate https://crates.io/api/v1/crates/tinyvec/1.6.0/download -> tinyvec-1.6.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download -> tinyvec_macros-0.1.0.crate https://crates.io/api/v1/crates/toml/0.5.9/download -> toml-0.5.9.crate https://crates.io/api/v1/crates/typenum/1.15.0/download -> typenum-1.15.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.8/download -> unicode-bidi-0.3.8.crate https://crates.io/api/v1/crates/unicode-ident/1.0.4/download -> unicode-ident-1.0.4.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.21/download -> unicode-normalization-0.1.21.crate https://crates.io/api/v1/crates/unicode-segmentation/1.10.0/download -> unicode-segmentation-1.10.0.crate https://crates.io/api/v1/crates/unicode-width/0.1.10/download -> unicode-width-0.1.10.crate https://crates.io/api/v1/crates/unicode-xid/0.2.4/download -> unicode-xid-0.2.4.crate https://crates.io/api/v1/crates/unindent/0.1.10/download -> unindent-0.1.10.crate https://crates.io/api/v1/crates/url/2.3.1/download -> url-2.3.1.crate https://crates.io/api/v1/crates/validator/0.10.1/download -> validator-0.10.1.crate https://crates.io/api/v1/crates/validator_derive/0.10.1/download -> validator_derive-0.10.1.crate https://crates.io/api/v1/crates/vec_map/0.8.2/download -> vec_map-0.8.2.crate https://crates.io/api/v1/crates/version-compare/0.0.11/download -> version-compare-0.0.11.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.83/download -> wasm-bindgen-0.2.83.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.83/download -> wasm-bindgen-backend-0.2.83.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.83/download -> wasm-bindgen-macro-0.2.83.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.83/download -> wasm-bindgen-macro-support-0.2.83.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.83/download -> wasm-bindgen-shared-0.2.83.crate https://crates.io/api/v1/crates/winapi/0.2.8/download -> winapi-0.2.8.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.5/download -> winapi-util-0.1.5.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/windows-sys/0.36.1/download -> windows-sys-0.36.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.36.1/download -> windows_aarch64_msvc-0.36.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.36.1/download -> windows_i686_gnu-0.36.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.36.1/download -> windows_i686_msvc-0.36.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.36.1/download -> windows_x86_64_gnu-0.36.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.36.1/download -> windows_x86_64_msvc-0.36.1.crate https://crates.io/api/v1/crates/wyz/0.2.0/download -> wyz-0.2.0.crate https://crates.io/api/v1/crates/xml-rs/0.8.4/download -> xml-rs-0.8.4.crate https://crates.io/api/v1/crates/yaserde/0.3.16/download -> yaserde-0.3.16.crate https://crates.io/api/v1/crates/yaserde_derive/0.3.17/download -> yaserde_derive-0.3.17.crate -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 cargo 33a6fedd9e309870a65565d0b995fb41 +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 cargo 2e0a4a329a7dc5dfe20dcb05e6c36935 _md5_=ca5bb83dd57083690b720968c1d51d2f diff --git a/metadata/md5-cache/media-video/video-trimmer-0.7.1 b/metadata/md5-cache/media-video/video-trimmer-0.7.1 index b4b3f4c..df83cbe 100644 --- a/metadata/md5-cache/media-video/video-trimmer-0.7.1 +++ b/metadata/md5-cache/media-video/video-trimmer-0.7.1 @@ -12,5 +12,5 @@ RDEPEND=gui-libs/gtk gui-libs/libadwaita RESTRICT=mirror SLOT=0 SRC_URI=https://gitlab.gnome.org/YaLTeR/video-trimmer/-/archive/v0.7.1/video-trimmer-v0.7.1.tar.bz2 -> video-trimmer-0.7.1.tar.bz2 -_eclasses_=toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 libtool 241a8f577b9781a42a7421e53448a44e gnome.org 429073e99d7067d3462e875bf5c6e14a xdg-utils ac0e315a3688929e34ac75b139e7349a gnome2-utils 3eaa1386ddbbbbb3951256d4b170fba3 xdg 6024fbc93167fad782e2032933654857 gnome2 8dcac7a0c320f92299160b297d4fec6f multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 meson 1994a5aef5d4f5798b92f64d6f9a6003 +_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 libtool 9d3a9a889a6fa62ae794f817c156491b gnome.org 6b39404f1491c60a2d32e3c693a683fe xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 xdg 4a14c5c24f121e7da66e5aab4a168c6e gnome2 9bd787a54d31405e742ae7537eed650b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 meson 915ec7c25e08d7886558215e6809ca1e _md5_=8aa4f3f02b7c24b500a59f3021dc470e diff --git a/metadata/md5-cache/net-analyzer/ddos-mitigator-3.0.1-r2 b/metadata/md5-cache/net-analyzer/ddos-mitigator-3.0.1-r2 index c8c8ca5..9792619 100644 --- a/metadata/md5-cache/net-analyzer/ddos-mitigator-3.0.1-r2 +++ b/metadata/md5-cache/net-analyzer/ddos-mitigator-3.0.1-r2 @@ -3,13 +3,13 @@ DESCRIPTION=Script for blocking IP addresses with many concurrent connections EAPI=8 HOMEPAGE=https://gittr.ch/linux/ddos-mitigator INHERIT=python-single-r1 -IUSE=python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 +IUSE=python_single_target_python3_10 python_single_target_python3_11 KEYWORDS=~amd64 LICENSE=GPL-2 -RDEPEND=python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) app-admin/sudo python_single_target_python3_9? ( dev-python/geoip2[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/geoip2[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/geoip2[python_targets_python3_11(-)] ) net-analyzer/fail2ban sys-apps/coreutils sys-apps/grep sys-apps/iproute2 sys-apps/moreutils sys-apps/util-linux -REQUIRED_USE=^^ ( python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 ) +RDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) app-admin/sudo python_single_target_python3_10? ( dev-python/geoip2[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/geoip2[python_targets_python3_11(-)] ) net-analyzer/fail2ban sys-apps/coreutils sys-apps/grep sys-apps/iproute2 sys-apps/moreutils sys-apps/util-linux +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) RESTRICT=mirror SLOT=0 SRC_URI=https://gittr.ch/linux/ddos-mitigator/archive/v3.0.1.tar.gz -> ddos-mitigator-3.0.1.tar.gz -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562 +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-single-r1 75118e916668a74c660a13b0ecb22562 _md5_=beeb3436ee111dfc756e4afdf9b407a2 diff --git a/metadata/md5-cache/net-news/feedreader-2.11.0 b/metadata/md5-cache/net-news/feedreader-2.11.0 index 235e77b..7fb3589 100644 --- a/metadata/md5-cache/net-news/feedreader-2.11.0 +++ b/metadata/md5-cache/net-news/feedreader-2.11.0 @@ -12,5 +12,5 @@ RDEPEND=|| ( dev-lang/vala:0.56 ) app-crypt/libsecret[vala] dev-db/sqlite:3 dev- RESTRICT=mirror SLOT=0 SRC_URI=https://github.com/jangernert/FeedReader/archive/v2.11.0.tar.gz -> feedreader-2.11.0.tar.gz -_eclasses_=toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 libtool 241a8f577b9781a42a7421e53448a44e gnome.org 429073e99d7067d3462e875bf5c6e14a xdg-utils ac0e315a3688929e34ac75b139e7349a gnome2-utils 3eaa1386ddbbbbb3951256d4b170fba3 xdg 6024fbc93167fad782e2032933654857 gnome2 8dcac7a0c320f92299160b297d4fec6f multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 meson 1994a5aef5d4f5798b92f64d6f9a6003 vala 2633382950a3a9ce912c9258150d5db8 +_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 libtool 9d3a9a889a6fa62ae794f817c156491b gnome.org 6b39404f1491c60a2d32e3c693a683fe xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 xdg 4a14c5c24f121e7da66e5aab4a168c6e gnome2 9bd787a54d31405e742ae7537eed650b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 meson 915ec7c25e08d7886558215e6809ca1e vala 1343f639cc74d2aa8b36fc08677da58d _md5_=094a048cd1cf84383e5fa76dc0009c4e diff --git a/metadata/md5-cache/net-news/news-flash-2.3.0 b/metadata/md5-cache/net-news/news-flash-2.3.0 index 69a07a6..afdf804 100644 --- a/metadata/md5-cache/net-news/news-flash-2.3.0 +++ b/metadata/md5-cache/net-news/news-flash-2.3.0 @@ -10,5 +10,5 @@ LICENSE=GPL-3 RESTRICT=mirror network-sandbox SLOT=0 SRC_URI=https://gitlab.com/news-flash/news_flash_gtk/-/archive/v.2.3.0/news_flash_gtk-v.2.3.0.tar.bz2 -> news-flash-2.3.0.tar.bz2 -_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb meson 915ec7c25e08d7886558215e6809ca1e xdg-utils baea6080dd821f5562d715887954c9d3 +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 meson 915ec7c25e08d7886558215e6809ca1e xdg-utils baea6080dd821f5562d715887954c9d3 _md5_=d6a2faecf64a1415e8eabe9d6c887599