[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/skanpage/
commit: 0ffb53eeefa6bf381d53880806503e27d275c240 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 22 06:49:05 2021 + Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 22 06:49:05 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ffb53ee kde-misc/skanpage: add missing dep Closes: https://bugs.gentoo.org/784947 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> kde-misc/skanpage/skanpage-2021.01.12.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/skanpage/skanpage-2021.01.12.ebuild b/kde-misc/skanpage/skanpage-2021.01.12.ebuild index 46c6aca13..fbfed466e 100644 --- a/kde-misc/skanpage/skanpage-2021.01.12.ebuild +++ b/kde-misc/skanpage/skanpage-2021.01.12.ebuild @@ -27,6 +27,7 @@ DEPEND=">=dev-qt/qtwidgets-${QTMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-frameworks/kjobwidgets-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5
[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/StringiFor/
commit: 04597bc97614764b93a267628d0210043c91cae0 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 22 06:44:53 2021 + Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 22 06:44:53 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04597bc9 dev-libs/StringiFor: add missing deps Closes: https://bugs.gentoo.org/784935 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> dev-libs/StringiFor/StringiFor-1.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/StringiFor/StringiFor-1.1.1.ebuild b/dev-libs/StringiFor/StringiFor-1.1.1.ebuild index 4bd3e3887..8b223574e 100644 --- a/dev-libs/StringiFor/StringiFor-1.1.1.ebuild +++ b/dev-libs/StringiFor/StringiFor-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,6 +35,7 @@ IUSE="static-libs test" RESTRICT="!test? ( test )" DEPEND="dev-util/FoBiS" +BDEPEND="virtual/fortran" PATCHES=( "${FILESDIR}/stringifor-1.1.1_fobos_soname.patch"
[gentoo-commits] repo/gentoo:master commit in: dev-haskell/wxdirect/files/
commit: 81f2bb597cc1bf955d5b6ddd29a017e72174201a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Apr 19 17:22:01 2021 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Apr 22 06:44:52 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f2bb59 dev-haskell/wxdirect: remove unused patch(es) Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20460 Signed-off-by: Sergei Trofimovich gentoo.org> .../wxdirect/files/wxdirect-0.90.0.1-ghc-7.5.patch | 49 -- .../wxdirect/files/wxdirect-0.90.1.1-ghc-7.5.patch | 38 - 2 files changed, 87 deletions(-) diff --git a/dev-haskell/wxdirect/files/wxdirect-0.90.0.1-ghc-7.5.patch b/dev-haskell/wxdirect/files/wxdirect-0.90.0.1-ghc-7.5.patch deleted file mode 100644 index 75d9bf21c72..000 --- a/dev-haskell/wxdirect/files/wxdirect-0.90.0.1-ghc-7.5.patch +++ /dev/null @@ -1,49 +0,0 @@ wxdirect-0.90.0.1-orig/wxdirect.cabal 2012-04-19 01:05:11.0 +1000 -+++ wxdirect-0.90.0.1/wxdirect.cabal 2012-05-19 21:12:02.612085338 +1000 -@@ -66,7 +66,7 @@ - if flag(splitBase) - build-depends: - base >= 4 && < 5, --containers >= 0.2 && < 0.5 -+containers >= 0.2 && < 0.6 - else - build-depends: - base >= 3 && < 4, wxdirect-0.90.0.1-orig/src/Classes.hs 2012-04-19 01:05:10.0 +1000 -+++ wxdirect-0.90.0.1/src/Classes.hs 2012-07-14 13:58:48.072492467 +1000 -@@ -1,3 +1,4 @@ -+{-# LANGUAGE CPP #-} - - - {-| Module : Classes - Copyright : (c) Daan Leijen 2003 -@@ -28,7 +29,9 @@ - import Data.List( sort, sortBy ) - import qualified Data.Set as Set - import qualified Data.Map as Map -+#if !MIN_VERSION_base(4,6,0) - import Prelude hiding ( catch ) -+#endif - import HaskellNames( haskellTypeName, isBuiltin ) - import Types - wxdirect-0.90.0.1-orig/src/CompileClasses.hs 2012-04-19 01:05:10.0 +1000 -+++ wxdirect-0.90.0.1/src/CompileClasses.hs2012-05-19 21:28:27.358052781 +1000 -@@ -89,7 +89,7 @@ -(exportsStatic,exportsClassClasses,classCount) = exportDefs decls exportsClass [] - -methodCount = length decls -- ghcoptions = [ "{-# LANGUAGE ForeignFunctionInterface #-}"] -+ ghcoptions = [ "{-# LANGUAGE CPP, ForeignFunctionInterface #-}"] - -export = concat [ ["module " ++ moduleRoot ++ moduleName - , "( -- * Global" ] -@@ -103,6 +103,9 @@ - , "import System.IO.Unsafe( unsafePerformIO )" - , "import " ++ moduleRoot ++ "WxcTypes" - , "import " ++ moduleRoot ++ moduleClassTypesName -+, "#if (__GLASGOW_HASKELL__>=705)" -+, "import Foreign.C.Types(CDouble(..), CInt(..), CWchar(..))" -+, "#endif" - , "" - ] - ] diff --git a/dev-haskell/wxdirect/files/wxdirect-0.90.1.1-ghc-7.5.patch b/dev-haskell/wxdirect/files/wxdirect-0.90.1.1-ghc-7.5.patch deleted file mode 100644 index df29d1ba08b..000 --- a/dev-haskell/wxdirect/files/wxdirect-0.90.1.1-ghc-7.5.patch +++ /dev/null @@ -1,38 +0,0 @@ wxdirect-0.90.1.1-orig/src/Classes.hs 2014-03-23 01:08:59.0 +1100 -+++ wxdirect-0.90.1.1/src/Classes.hs 2014-03-23 15:43:57.402011540 +1100 -@@ -1,3 +1,4 @@ -+{-# LANGUAGE CPP #-} - - - {-| Module : Classes - Copyright : (c) Daan Leijen 2003 -@@ -24,6 +25,9 @@ - - import qualified Data.Set as Set - import qualified Data.Map as Map -+#if !MIN_VERSION_base(4,6,0) -+import Prelude hiding ( catch ) -+#endif - import Text.Parsec.Prim hiding ( try ) - import HaskellNames( haskellTypeName, isBuiltin ) - import Types wxdirect-0.90.1.1-orig/src/CompileClasses.hs 2014-03-23 01:08:59.0 +1100 -+++ wxdirect-0.90.1.1/src/CompileClasses.hs2014-03-23 15:42:14.123894206 +1100 -@@ -96,7 +96,7 @@ -(exportsStatic,exportsClassClasses,classCount) = exportDefs decls exportsClass [] - -methodCount = length decls -- ghcoptions = [ "{-# LANGUAGE ForeignFunctionInterface #-}"] -+ ghcoptions = [ "{-# LANGUAGE CPP, ForeignFunctionInterface #-}"] - -export = concat [ ["module " ++ moduleRoot ++ moduleName - , "( -- * Global" ] -@@ -111,6 +111,9 @@ - , "import Foreign.C.Types(CInt(..), CWchar(..), CChar(..), CDouble(..))" - ,
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: be78c4482984c5546d735a0f611d0c2bcd2196fa Author: Alfredo Tupone gentoo org> AuthorDate: Thu Apr 22 06:28:21 2021 + Commit: Alfredo Tupone gentoo org> CommitDate: Thu Apr 22 06:28:21 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be78c448 package.mask: Remove mask on www-apps/webmcp Signed-off-by: Alfredo Tupone gentoo.org> profiles/package.mask | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/package.mask b/profiles/package.mask index 66fa3410137..5efecd29d24 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -380,7 +380,6 @@ media-plugins/kodi-game-libretro-dosbox # Alfredo Tupone (2020-11-05) # will be upgraded after new lua release www-apps/liquid_feedback_frontend -www-apps/webmcp # Georgy Yakovlev (2020-10-30) # broken acl handling, possible broken chattr handling
[gentoo-commits] repo/gentoo:master commit in: www-apps/liquid_feedback_frontend/files/, www-apps/liquid_feedback_frontend/
commit: 890d14659f3f8e36c6d03d948d3e6f2f109b27bf Author: Alfredo Tupone gentoo org> AuthorDate: Thu Apr 22 06:22:21 2021 + Commit: Alfredo Tupone gentoo org> CommitDate: Thu Apr 22 06:22:21 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890d1465 www-apps/liquid_feedback_frontend: remove old version Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> www-apps/liquid_feedback_frontend/Manifest | 3 - .../files/lqfb-apache.conf | 41 - .../files/lqfb.example.com.conf| 24 .../liquid_feedback_frontend/files/myconfig.lua| 29 - .../files/postinstall-en.txt | 52 .../liquid_feedback_frontend-2.2.7.ebuild | 69 -- .../liquid_feedback_frontend-3.0.6.ebuild | 46 --- 7 files changed, 264 deletions(-) diff --git a/www-apps/liquid_feedback_frontend/Manifest b/www-apps/liquid_feedback_frontend/Manifest index 862e9f0e6bc..86e96754256 100644 --- a/www-apps/liquid_feedback_frontend/Manifest +++ b/www-apps/liquid_feedback_frontend/Manifest @@ -1,4 +1 @@ -DIST liquid_feedback_frontend-italian-2.2.7.tar.gz 7670 BLAKE2B 8131613849efdea1eaa1eda4f5620d7418d6b32c0f57b0aebb07c7dbe17afda2eee814733eada0656a159a93dda97a5a21e17db71baf3ca84e708caf502a4247 SHA512 63cfcb4a565fa570777c2f3d2dcec2e98f16415ad9f8a6d62076f4e2cdf0ddae95610688b6b7751a865344acb7b65f78e7cb1ae4103b24dacf63e3e346405918 -DIST liquid_feedback_frontend-v2.2.7.tar.gz 362509 BLAKE2B 980e261ac9bddfb0f87757457fe58e93481e6d56dc0199b9fc72308e094aec21730f6d901f2e5c1b18a7f5993d1704cc91f64870c16c6215cbbf806095aabe12 SHA512 aa8c99e53c329dbf4659dabe617938d63b2aa42bab99ff4e200d4e15be8ed8ef5f64a71293fa796adde47525d1a76ece3b04cff982474eb2307a3fcd4f269d78 -DIST liquid_feedback_frontend-v3.0.6.tar.gz 497521 BLAKE2B a9e7e7944b418a707a459093b41798818644e2d8aed47a48808c2bf7800acdcde61a04e07483dbb387264df2236b1b02f2410cb34f62bdec6244405db0cf3474 SHA512 d283d277cf6836c53398480c566158481fc65400e128bc4817975fd39c41e6e56b17f7f789a74b1b2a89f84aaf315101e9aa86a474c1817362443d03610fe6e9 DIST liquid_feedback_frontend-v3.2.1.tar.gz 499832 BLAKE2B 6d9ead85fa7e47c04c4169b85ffa119737a798d94b236dbd7d11ae4c5d38cc072a71a45b52e250effa62dac65c3ebcd723061e395b05d9f31d0bb01f8e82f9b9 SHA512 1b5e5fc390a2a705c99145ea36556f9b14de4c052c4673e2c7f12148efe485feaf1a91781c016015c41465559204e906e3cad78e37f41289abd5ca27c4257bb3 diff --git a/www-apps/liquid_feedback_frontend/files/lqfb-apache.conf b/www-apps/liquid_feedback_frontend/files/lqfb-apache.conf deleted file mode 100644 index 3f1924b6ae3..000 --- a/www-apps/liquid_feedback_frontend/files/lqfb-apache.conf +++ /dev/null @@ -1,41 +0,0 @@ -RewriteEngine on - -RewriteRule ^/$ /lf/ [R] - -RewriteRule ^/lf/static/(.*)$ /lf/static/$1 [L,PT] - -RewriteCond %{QUERY_STRING} (.*)? -RewriteRule ^/lf/$ /lf/webmcp-wrapper.lua?_webmcp_urldepth=0&_webmcp_module=index&_webmcp_view=index&%1 [PT] - -RewriteCond %{QUERY_STRING} (.*)? -RewriteRule ^/lf/([^/]+)/$ /lf/webmcp-wrapper.lua?_webmcp_urldepth=1&_webmcp_module=$1&_webmcp_view=index&%1 [PT] - -RewriteCond %{QUERY_STRING} (.*)? -RewriteRule ^/lf/([^/]+)/([^/\.]+)$ /lf/webmcp-wrapper.lua?_webmcp_urldepth=1&_webmcp_module=$1&_webmcp_action=$2&%1 [PT] - -RewriteCond %{QUERY_STRING} (.*)? -RewriteRule ^/lf/([^/]+)/([^/\.]+)\.([^/]+)$ /lf/webmcp-wrapper.lua?_webmcp_urldepth=1&_webmcp_module=$1&_webmcp_view=$2&_webmcp_suffix=$3&%1 [PT] - -RewriteCond %{QUERY_STRING} (.*)? -RewriteRule ^/lf/([^/]+)/([^/]+)/([^/\.]+)\.([^/]+)$ /lf/webmcp-wrapper.lua?_webmcp_urldepth=2&_webmcp_module=$1&_webmcp_view=$2&_webmcp_id=$3&_webmcp_suffix=$4&%1 [PT] - -Alias /lf/static /var/lib/liquid_feedback_frontend/static - -ScriptAlias /lf/ /usr/lib/webmcp/framework/cgi-bin/ - - - AllowOverride None - Order allow,deny - Allow from all - - - - AllowOverride None - Options ExecCGI -MultiViews +SymLinksIfOwnerMatch - Order allow,deny - Allow from all - - - - SetEnv WEBMCP_APP_BASEPATH '/var/lib/liquid_feedback_frontend' - diff --git a/www-apps/liquid_feedback_frontend/files/lqfb.example.com.conf b/www-apps/liquid_feedback_frontend/files/lqfb.example.com.conf deleted file mode 100644 index 14908413868..000 --- a/www-apps/liquid_feedback_frontend/files/lqfb.example.com.conf +++ /dev/null @@ -1,24 +0,0 @@ - - ServerName lqfb.example.com - - RewriteEngine On - RewriteRule (.*) https://lqfb.example.com%{REQUEST_URI} - - - - ServerName lqfb.example.com - - SSLEngine on - SSLProtocol all -SSLv2 - SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM - SSLCertificateFile /etc/ssl/apache2/wildcard/server.crt - SSLCertificateKeyFile /etc/ssl/apache2/wildcard/server.key - - include /usr/share/liquid_feedback_frontend/lqfb-apache.conf - - -SetEnv WEBMCP_CONFIG_NAME 'myconfig' - - - ErrorLog /var/log/apache2/lqfb.example.com-error
[gentoo-commits] repo/gentoo:master commit in: www-apps/liquid_feedback_frontend/files/
commit: a5c05d2fff3ec177d94b16d117826fc6008651f9 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Apr 22 06:19:01 2021 + Commit: Alfredo Tupone gentoo org> CommitDate: Thu Apr 22 06:19:01 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c05d2f www-apps/liquid_feedback_frontend: remove unnecessary executable bit Fix qa check Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> www-apps/liquid_feedback_frontend/files/liquid_feedback.initd | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/www-apps/liquid_feedback_frontend/files/liquid_feedback.initd b/www-apps/liquid_feedback_frontend/files/liquid_feedback.initd old mode 100755 new mode 100644
[gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
commit: 7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Apr 22 05:20:05 2021 + Commit: Miroslav Šulc gentoo org> CommitDate: Thu Apr 22 05:20:05 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7c0a46 media-sound/fapg: removed obsolete 0.42 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/fapg/Manifest | 1 - media-sound/fapg/fapg-0.42.ebuild | 27 --- 2 files changed, 28 deletions(-) diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest index 58335aca73c..b389463ed2f 100644 --- a/media-sound/fapg/Manifest +++ b/media-sound/fapg/Manifest @@ -1,2 +1 @@ -DIST fapg-0.42.tar.gz 94920 BLAKE2B b7da3a9df4b3f61022d237fe2b94238d56ceee456de54843062a887710f8faea17cfc6198487317797d9b16b006ccf311eb8e0f9e9e55a2e5d0aed173758457f SHA512 e3bbef35b9c845d80bcd1ee1116e4eb99b98e9d84cff034f2a49bbfcaa7664ab48b9453fb680fe7274fa74e9e0126950fbb15deb793eb95362f74c11151f8731 DIST fapg-0.43.tar.gz 95025 BLAKE2B 33ef8e895ad998fc2d6a1f13c377805d0fdaf55b74adb78e4396f6084be531dc228da59f1a97329cb27cd5eafaad91822b27ad97f72f2f9c75deee7454bd22a8 SHA512 e290db42437a6345b6b1ee5348e95fc611c29ceffdc32baafb2e7aecde87b41e4584e9a06c1cf4c2ca938b3fe2359ba2f8bc4ad7c42923cfb3eef8e9737da64a diff --git a/media-sound/fapg/fapg-0.42.ebuild b/media-sound/fapg/fapg-0.42.ebuild deleted file mode 100644 index b6e485692da..000 --- a/media-sound/fapg/fapg-0.42.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Fast Audio Playlist Generator" -HOMEPAGE="http://royale.zerezo.com/fapg/"; -SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="xspf" - -DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )" -RDEPEND="${DEPEND}" - -src_configure() { - local myconf="" - use xspf || myconf="${myconf} --disable-xspf" - econf ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install - einstalldocs -}
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/, dev-cpp/abseil-cpp/files/
commit: e468c4e0a96a504904eab6e492f469e64aa7547b Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Apr 22 04:07:05 2021 + Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Apr 22 04:07:05 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e468c4e0 dev-cpp/abseil-cpp: drop 20210324.0-r2 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> dev-cpp/abseil-cpp/Manifest| 1 - dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r2.ebuild | 77 -- .../files/abseil-cpp-20210324-pkgconfig_path.patch | 11 3 files changed, 89 deletions(-) diff --git a/dev-cpp/abseil-cpp/Manifest b/dev-cpp/abseil-cpp/Manifest index 7c469f55bb1..d0ec2ff1bf7 100644 --- a/dev-cpp/abseil-cpp/Manifest +++ b/dev-cpp/abseil-cpp/Manifest @@ -1,5 +1,4 @@ DIST abseil-cpp-20200225.2.tar.gz 1679650 BLAKE2B bbadb2b86fd390f51322e687526c72a3b13caff6391974462a1146cc563616ce479330336a489a71e27b143e7cbea6695fc12c91fb721185a5116b3a6c5506b1 SHA512 75a607dee825e83c10dcd5e509515461f1b12c4aca861e4739ac4d41357b8e893dbfbe33873aa5c05463dde0891dedd7535af2ec59f173de29488e1b1321b335 DIST abseil-cpp-20200923.2.tar.gz 1783972 BLAKE2B 7ba01cab353de9bf34230e0efa567b1dc16680144579841a0fd127b95fb36cc8b63fc3c7da6a0a7c350c32b91955c6b6bb23a3ca52e50174a4dce5d3c1b9e936 SHA512 fdbb0f84265bc1d4f24aac0af6d0eb8cb603f801fc14d63ac1e9d3bab47703a8a2ff5f44a0a4d325819dbea50fc533d967e1bfd65004ec11ef35fadc44a2b855 -DIST abseil-cpp-20210324.0.tar.gz 1774094 BLAKE2B 2dc2ca1adcddbcf5d18a41dda407691bc5e5613c0eeed54879b803f78146c47c222337f496d7505424d1329e3c71826269d7f621c82aa9f0e104f5b8ed73bf30 SHA512 0817d6972047e0b2e7f9575fd558f0875ba3d14828609d6262149cbcef4b86f601595338e4ba597bd6fba28b77bea6f2993002377949bc6f506da0879f9f9c9d DIST abseil-cpp-20210324.1.tar.gz 1774134 BLAKE2B 8dd42b3d60a38995b72ba8aaa367c3caff118d88069dba9df24b155318ffd6c4e289c263346899bf7fc0bf6e8332380407a8a93c77f8cade0e8e74743b84 SHA512 fe593ed98eeea5461abca95ebb9dd3f7e8eedaa15e009f776945fdbb6ed489c61966611c1c72558d2ccdd541b952a345e51885d522ff29542cbcc837cf565866 DIST gtest-1.10.0_p20200702.tar.gz 866900 BLAKE2B c162d47868583ba270675abe5df935b8f4b9a9c00dbdc80dd88afa7f2b98266640b32b2ea5e8f9f6d6227196b5d2f79dbfda4e9585106224e814cc1503cf777d SHA512 715d887b59b47d4691c7c90ef0cf0ffc3d1e758e500263c76b50fd506e90a9d1c390af745933cfe3f55e1edac5d72dccedef3cb9a50b71a5b796424471a3017b diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r2.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r2.ebuild deleted file mode 100644 index 55ba466b5c9..000 --- a/dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit cmake python-any-r1 toolchain-funcs - -# yes, it needs SOURCE, not just installed one -GTEST_COMMIT="aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e" -GTEST_FILE="gtest-1.10.0_p20200702.tar.gz" - -DESCRIPTION="Abseil Common Libraries (C++), LTS Branch" -HOMEPAGE="https://abseil.io"; -SRC_URI="https://github.com/abseil/abseil-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz - test? ( https://github.com/google/googletest/archive/${GTEST_COMMIT}.tar.gz -> ${GTEST_FILE} )" - -LICENSE=" - Apache-2.0 - test? ( BSD ) -" -SLOT="0/${PV%%.*}" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="+cxx17 test" - -DEPEND="" -RDEPEND="${DEPEND}" - -BDEPEND=" - ${PYTHON_DEPS} - test? ( sys-libs/timezone-data ) -" - -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}/${PN}-20200923-arm_no_crypto.patch" - "${FILESDIR}/${PN}-20210324-pkgconfig_path.patch" -) - -src_prepare() { - cmake_src_prepare - - # un-hardcode abseil compiler flags - sed -i \ - -e '/"-maes",/d' \ - -e '/"-msse4.1",/d' \ - -e '/"-mfpu=neon"/d' \ - -e '/"-march=armv8-a+crypto"/d' \ - absl/copts/copts.py || die - - # now generate cmake files - python_fix_shebang absl/copts/generate_copts.py - absl/copts/generate_copts.py || die - - if use test; then - sed -i 's/-Werror//g' \ - "${WORKDIR}/googletest-${GTEST_COMMIT}"/googletest/cmake/internal_utils.cmake || die - fi -} - -src_configure() { - if use arm || use arm64; then - if [[ $($(tc-getCXX) ${CXXFLAGS} -E -P - <<<$'#if defined(__ARM_FEATURE_CRYPTO)\nHAVE_ARM_FEATURE_CRYPTO\n#endif') != *HAVE_ARM_FEATURE_CRYPTO* ]]; then - append-cxxflags -DABSL_ARCH_ARM_NO_CRYPTO - fi - fi - - local mycmakeargs=( - -DABSL_ENABLE_INSTALL=TRUE - -DABSL_LOCAL_GOOGLETEST_DIR="${WORKDIR}/googletest-${GTEST_COMMIT}" - $(usex cxx17 -DCMAKE_CXX_STANDARD=17 '') # it has to be a useflag for some consumers - $(u
[gentoo-commits] repo/gentoo:master commit in: dev-util/bear/
commit: 6399d329b6c6206e7f642fd3e70067cb971e683f Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Apr 22 04:01:58 2021 + Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Apr 22 04:04:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6399d329 dev-util/bear: bump to 3.0.11 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/bear/Manifest | 2 +- dev-util/bear/{bear-3.0.10.ebuild => bear-3.0.11.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bear/Manifest b/dev-util/bear/Manifest index 8e01ff47b80..02761498f4b 100644 --- a/dev-util/bear/Manifest +++ b/dev-util/bear/Manifest @@ -1,3 +1,3 @@ DIST bear-2.4.3.tar.gz 49933 BLAKE2B 2a91c30d81f9d0e58a25458579f6b0c867c07d2e532bd2ed29305645e152bd564156f708c4a07a683577412b3fdab1f106685ecf1ad88eaad2f33f0bc43a5baa SHA512 a4690cfc9938d8752ca5c8322ca4c5039746ade059e4459e7f3f91b2bf3d36ea691a5d855cab7a4e7ad8ff76478c48c4394593e069a1cf8396ead41017421753 DIST bear-2.4.4.tar.gz 50347 BLAKE2B 73fa332cf97413e55c588f8830806a26c6905299af902c6cf1f39fd576c6261690239c1b502b28b5a2aa24e5ca521c3f1dd58aacd60e00ece4fe1840f5656155 SHA512 4ee3fd5c846149029fe9e4104e2a0d0e318a15215aa80fc5dc376e22ebea510384b02d4d62765495343cab537bacd2b1b0130c00246e081feb4e543761a594e5 -DIST bear-3.0.10.tar.gz 117101 BLAKE2B fcf60a9b642f1583392689e70cb744119d243c3799c7bdfa8381386b32af4f27e4366775a2b718ff49552b1823d5b7550eb2a0e994dc863c978bc13552e38e30 SHA512 9a7a2a7ed6fa0f67457e6678c991fe945b0a54acb3b681ea09d901adcde26da72721073d81b31a2721e94dd83e73e86af49ea195e1d15cdbfa5ae40cc229af96 +DIST bear-3.0.11.tar.gz 118678 BLAKE2B 209d904a84363a87e566798dcd65ffed96cdbf3d2e753af8dc2706adb995d2999bc112eabb88db28791cbb245c373eb330cf9c20d3d886bb2caeb5c01150e65d SHA512 6d362aede911a8ad35be30638a698579582ca5de770a7c3199bb205046f08f355387099261b8d857188d526ab62024f78e3d06a225734c5f9acca03e5dfea1ec diff --git a/dev-util/bear/bear-3.0.10.ebuild b/dev-util/bear/bear-3.0.11.ebuild similarity index 100% rename from dev-util/bear/bear-3.0.10.ebuild rename to dev-util/bear/bear-3.0.11.ebuild
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/
commit: 6a96e57fcf7059b45fccfb1307a5afbd9520574d Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Apr 22 04:04:16 2021 + Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Apr 22 04:04:52 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a96e57f dev-cpp/abseil-cpp: bump to 20210324.1 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> dev-cpp/abseil-cpp/Manifest | 1 + dev-cpp/abseil-cpp/abseil-cpp-20210324.1.ebuild | 76 + 2 files changed, 77 insertions(+) diff --git a/dev-cpp/abseil-cpp/Manifest b/dev-cpp/abseil-cpp/Manifest index e54f7e4a9ae..7c469f55bb1 100644 --- a/dev-cpp/abseil-cpp/Manifest +++ b/dev-cpp/abseil-cpp/Manifest @@ -1,4 +1,5 @@ DIST abseil-cpp-20200225.2.tar.gz 1679650 BLAKE2B bbadb2b86fd390f51322e687526c72a3b13caff6391974462a1146cc563616ce479330336a489a71e27b143e7cbea6695fc12c91fb721185a5116b3a6c5506b1 SHA512 75a607dee825e83c10dcd5e509515461f1b12c4aca861e4739ac4d41357b8e893dbfbe33873aa5c05463dde0891dedd7535af2ec59f173de29488e1b1321b335 DIST abseil-cpp-20200923.2.tar.gz 1783972 BLAKE2B 7ba01cab353de9bf34230e0efa567b1dc16680144579841a0fd127b95fb36cc8b63fc3c7da6a0a7c350c32b91955c6b6bb23a3ca52e50174a4dce5d3c1b9e936 SHA512 fdbb0f84265bc1d4f24aac0af6d0eb8cb603f801fc14d63ac1e9d3bab47703a8a2ff5f44a0a4d325819dbea50fc533d967e1bfd65004ec11ef35fadc44a2b855 DIST abseil-cpp-20210324.0.tar.gz 1774094 BLAKE2B 2dc2ca1adcddbcf5d18a41dda407691bc5e5613c0eeed54879b803f78146c47c222337f496d7505424d1329e3c71826269d7f621c82aa9f0e104f5b8ed73bf30 SHA512 0817d6972047e0b2e7f9575fd558f0875ba3d14828609d6262149cbcef4b86f601595338e4ba597bd6fba28b77bea6f2993002377949bc6f506da0879f9f9c9d +DIST abseil-cpp-20210324.1.tar.gz 1774134 BLAKE2B 8dd42b3d60a38995b72ba8aaa367c3caff118d88069dba9df24b155318ffd6c4e289c263346899bf7fc0bf6e8332380407a8a93c77f8cade0e8e74743b84 SHA512 fe593ed98eeea5461abca95ebb9dd3f7e8eedaa15e009f776945fdbb6ed489c61966611c1c72558d2ccdd541b952a345e51885d522ff29542cbcc837cf565866 DIST gtest-1.10.0_p20200702.tar.gz 866900 BLAKE2B c162d47868583ba270675abe5df935b8f4b9a9c00dbdc80dd88afa7f2b98266640b32b2ea5e8f9f6d6227196b5d2f79dbfda4e9585106224e814cc1503cf777d SHA512 715d887b59b47d4691c7c90ef0cf0ffc3d1e758e500263c76b50fd506e90a9d1c390af745933cfe3f55e1edac5d72dccedef3cb9a50b71a5b796424471a3017b diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20210324.1.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20210324.1.ebuild new file mode 100644 index 000..5f26a6c3100 --- /dev/null +++ b/dev-cpp/abseil-cpp/abseil-cpp-20210324.1.ebuild @@ -0,0 +1,76 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit cmake python-any-r1 toolchain-funcs + +# yes, it needs SOURCE, not just installed one +GTEST_COMMIT="aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e" +GTEST_FILE="gtest-1.10.0_p20200702.tar.gz" + +DESCRIPTION="Abseil Common Libraries (C++), LTS Branch" +HOMEPAGE="https://abseil.io"; +SRC_URI="https://github.com/abseil/abseil-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz + test? ( https://github.com/google/googletest/archive/${GTEST_COMMIT}.tar.gz -> ${GTEST_FILE} )" + +LICENSE=" + Apache-2.0 + test? ( BSD ) +" +SLOT="0/${PV%%.*}" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="+cxx17 test" + +DEPEND="" +RDEPEND="${DEPEND}" + +BDEPEND=" + ${PYTHON_DEPS} + test? ( sys-libs/timezone-data ) +" + +RESTRICT="!test? ( test )" + +PATCHES=( + "${FILESDIR}/${PN}-20200923-arm_no_crypto.patch" +) + +src_prepare() { + cmake_src_prepare + + # un-hardcode abseil compiler flags + sed -i \ + -e '/"-maes",/d' \ + -e '/"-msse4.1",/d' \ + -e '/"-mfpu=neon"/d' \ + -e '/"-march=armv8-a+crypto"/d' \ + absl/copts/copts.py || die + + # now generate cmake files + python_fix_shebang absl/copts/generate_copts.py + absl/copts/generate_copts.py || die + + if use test; then + sed -i 's/-Werror//g' \ + "${WORKDIR}/googletest-${GTEST_COMMIT}"/googletest/cmake/internal_utils.cmake || die + fi +} + +src_configure() { + if use arm || use arm64; then + if [[ $($(tc-getCXX) ${CXXFLAGS} -E -P - <<<$'#if defined(__ARM_FEATURE_CRYPTO)\nHAVE_ARM_FEATURE_CRYPTO\n#endif') != *HAVE_ARM_FEATURE_CRYPTO* ]]; then + append-cxxflags -DABSL_ARCH_ARM_NO_CRYPTO + fi + fi + + local mycmakeargs=( + -DABSL_ENABLE_INSTALL=TRUE + -DABSL_LOCAL_GOOGLETEST_DIR="${WORKDIR}/googletest-${GTEST_COMMIT}" + $(usex cxx17 -DCMAKE_CXX_STANDARD=17 '') # it has to be a useflag for some consumers + $(usex test -DBUILD_TESTING=ON '') #intentional usex + ) + cmake_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: dev-util/bear/
commit: eafeae183f01b63bcb91fd44494b6cc00d8160fd Author: Jannik Glückert gmail com> AuthorDate: Tue Mar 30 20:31:02 2021 + Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Apr 22 04:04:50 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafeae18 dev-util/bear: add 3.0.10 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Jannik Glückert gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20205 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/bear/Manifest | 1 + dev-util/bear/bear-3.0.10.ebuild | 82 2 files changed, 83 insertions(+) diff --git a/dev-util/bear/Manifest b/dev-util/bear/Manifest index 414b55e796d..8e01ff47b80 100644 --- a/dev-util/bear/Manifest +++ b/dev-util/bear/Manifest @@ -1,2 +1,3 @@ DIST bear-2.4.3.tar.gz 49933 BLAKE2B 2a91c30d81f9d0e58a25458579f6b0c867c07d2e532bd2ed29305645e152bd564156f708c4a07a683577412b3fdab1f106685ecf1ad88eaad2f33f0bc43a5baa SHA512 a4690cfc9938d8752ca5c8322ca4c5039746ade059e4459e7f3f91b2bf3d36ea691a5d855cab7a4e7ad8ff76478c48c4394593e069a1cf8396ead41017421753 DIST bear-2.4.4.tar.gz 50347 BLAKE2B 73fa332cf97413e55c588f8830806a26c6905299af902c6cf1f39fd576c6261690239c1b502b28b5a2aa24e5ca521c3f1dd58aacd60e00ece4fe1840f5656155 SHA512 4ee3fd5c846149029fe9e4104e2a0d0e318a15215aa80fc5dc376e22ebea510384b02d4d62765495343cab537bacd2b1b0130c00246e081feb4e543761a594e5 +DIST bear-3.0.10.tar.gz 117101 BLAKE2B fcf60a9b642f1583392689e70cb744119d243c3799c7bdfa8381386b32af4f27e4366775a2b718ff49552b1823d5b7550eb2a0e994dc863c978bc13552e38e30 SHA512 9a7a2a7ed6fa0f67457e6678c991fe945b0a54acb3b681ea09d901adcde26da72721073d81b31a2721e94dd83e73e86af49ea195e1d15cdbfa5ae40cc229af96 diff --git a/dev-util/bear/bear-3.0.10.ebuild b/dev-util/bear/bear-3.0.10.ebuild new file mode 100644 index 000..863e0ddc519 --- /dev/null +++ b/dev-util/bear/bear-3.0.10.ebuild @@ -0,0 +1,82 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit cmake python-any-r1 + +DESCRIPTION="Build EAR generates a compilation database for clang tooling" +HOMEPAGE="https://github.com/rizsotto/Bear"; +SRC_URI="https://github.com/rizsotto/Bear/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc64" +IUSE="test" + +RDEPEND=" + >=dev-cpp/nlohmann_json-3.7:= + >=dev-db/sqlite-3.14:= + >=dev-libs/libfmt-6.2 + >=dev-libs/spdlog-1.5 + >=net-libs/grpc-1.26 +" + +DEPEND="${RDEPEND} +test? ( + >=dev-cpp/gtest-1.10 +)" + +BDEPEND="test? ( + $(python_gen_any_dep ' + dev-python/lit[${PYTHON_USEDEP}] + ') +)" + +RESTRICT="!test? ( test )" + +S="${WORKDIR}/${P^}" + +pkg_setup() { + use test && python-any-r1_pkg_setup +} + +src_configure() { + local mycmakeargs=( + "-DENABLE_UNIT_TESTS=OFF" + "-DENABLE_FUNC_TESTS=OFF" + ) + cmake_src_configure +} + +src_test() { + if has sandbox ${FEATURES}; then + ewarn "\'FEATURES=sandbox\' detected" + ewarn "Bear overrides LD_PRELOAD and conflicts with gentoo sandbox" + ewarn "Skipping tests" + elif + has usersandbox ${FEATURES}; then + ewarn "\'FEATURES=usersandbox\' detected" + ewarn "Skipping tests" + elif + has network-sandbox ${FEATURES}; then + ewarn "\'FEATURES=network-sandbox\' detected" + ewarn "Skipping tests" + elif + has_version -b 'sys-devel/gcc-config[-native-symlinks]'; then + ewarn "\'sys-devel/gcc-config[-native-symlinks]\' detected, tests call /usr/bin/cc directly (hardcoded)" + ewarn "and will fail without generic cc symlink" + ewarn "Skipping tests" + else + einfo "test may use optional tools if found: qmake gfortran valgrind" + local mycmakeargs=( + "-DENABLE_UNIT_TESTS=ON" + "-DENABLE_FUNC_TESTS=ON" + ) + # bear has no seperate "make check" + cmake_src_configure + cmake_build all + fi +}
[gentoo-commits] repo/gentoo:master commit in: dev-util/bear/
commit: d4e19111c464077a4675cb90ae46928778675431 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Apr 22 04:00:41 2021 + Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Apr 22 04:04:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e19111 dev-util/bear: QA fix questionable test phase via cmake abuse Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/bear/bear-3.0.10.ebuild | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/dev-util/bear/bear-3.0.10.ebuild b/dev-util/bear/bear-3.0.10.ebuild index 863e0ddc519..7e4916e9e4c 100644 --- a/dev-util/bear/bear-3.0.10.ebuild +++ b/dev-util/bear/bear-3.0.10.ebuild @@ -25,9 +25,10 @@ RDEPEND=" " DEPEND="${RDEPEND} -test? ( - >=dev-cpp/gtest-1.10 -)" + test? ( + >=dev-cpp/gtest-1.10 + ) +" BDEPEND="test? ( $(python_gen_any_dep ' @@ -43,10 +44,16 @@ pkg_setup() { use test && python-any-r1_pkg_setup } +src_prepare() { + cmake_src_prepare + # Turn off testing before installation + sed -i 's/TEST_BEFORE_INSTALL/TEST_EXCLUDE_FROM_MAIN/g' CMakeLists.txt || die +} + src_configure() { local mycmakeargs=( - "-DENABLE_UNIT_TESTS=OFF" - "-DENABLE_FUNC_TESTS=OFF" + -DENABLE_UNIT_TESTS="$(usex test ON OFF)" + -DENABLE_FUNC_TESTS="$(usex test ON OFF)" ) cmake_src_configure } @@ -71,12 +78,9 @@ src_test() { ewarn "Skipping tests" else einfo "test may use optional tools if found: qmake gfortran valgrind" - local mycmakeargs=( - "-DENABLE_UNIT_TESTS=ON" - "-DENABLE_FUNC_TESTS=ON" - ) - # bear has no seperate "make check" - cmake_src_configure - cmake_build all + # unit tests + cmake_run_in "${BUILD_DIR}/subprojects/Build/BearSource" ctest --verbose + # functional tests + cmake_run_in "${BUILD_DIR}/subprojects/Build/BearTest" ctest --verbose fi }
[gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/, net-misc/openssh/files/
commit: 779d2265b9a8031318a2ab381048a1c78141edc9 Author: Patrick McLean gentoo org> AuthorDate: Thu Apr 22 03:23:08 2021 + Commit: Patrick McLean gentoo org> CommitDate: Thu Apr 22 03:23:15 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779d2265 net-misc/openssh-8.6_p1: Version bump, no X509 patch for now Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean gentoo.org> net-misc/openssh/Manifest | 2 + .../files/openssh-8.6_p1-X509-glue-13.0.1.patch| 73 +++ .../files/openssh-8.6_p1-hpn-15.2-glue.patch | 132 ++ .../openssh/files/openssh-8.6_p1-hpn-version.patch | 13 + net-misc/openssh/openssh-8.6_p1.ebuild | 518 + 5 files changed, 738 insertions(+) diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest index 03ef9f4f735..9068cf8 100644 --- a/net-misc/openssh/Manifest +++ b/net-misc/openssh/Manifest @@ -5,6 +5,8 @@ DIST openssh-8.5p1+x509-13.0.1.diff.gz 997005 BLAKE2B b6cdc9ba12dc642c7073463fb8 DIST openssh-8.5p1+x509-13.0.diff.gz 996872 BLAKE2B 136937e4e65e5e73d1d1b596ae6188f359daa8e95aafd57fab8cf947b59fde573ff4e6259781d1a0fd89718d14469ca4aed01bae6f37cc16df109c673fa2c73c SHA512 2276b0ac577162f7f6a56115637636a6eaaa8b3cc06e5ef053ec06e00a7c3459efe8de8dbc5f55c9f6a192534e2f7c8c7064fcdbf56d28b628bb301c5072802c DIST openssh-8.5p1-sctp-1.2.patch.xz 7692 BLAKE2B 298bf5e2004fd864bdbb6d6f354d1fbcb7052a9caaf8e39863b840a7af8e31f87790f6aa10ae84df177d450bb34a43c4a3aa87d7472e2505d727757c016ce92b SHA512 84990f95e22c90dbc4d04d47ea88b761ff1d0101018661ff2376ac2a726b5fca43f1b5f5d926ccbe1c8d0143ac36b104616bd1a6b5dcdba4addf48a5dd196e2b DIST openssh-8.5p1.tar.gz 1779733 BLAKE2B f4e4bd39e2dd275d4811e06ca994f2239ad27c804b003c74cc26f9dffae28f1b4006fc618580f0dc9c45f0b7361c24728c23688b45f41cb8a15cf6206c3f15c3 SHA512 af9c34d89170a30fc92a63973e32c766ed4a6d254bb210e317c000d46913e78d0c60c7befe62d993d659be000b828b9d4d3832fc40df1c3d33850aaa6293846f +DIST openssh-8.6p1-sctp-1.2.patch.xz 7696 BLAKE2B 37f9e943a1881af05d9cf2234433711dc45ca30c60af4c0ea38a1d361df02abb491fa114f3698285f582b40b838414c1a048c4f09aa4f7ae9499adb09201d2ac SHA512 ba8c4d38a3d90854e79dc18918fffde246d7609a3f1c3a35e06c0fbe33d3688ed29b0ec33556ae37d1654e1dc2133d892613ad8d1ecbdce9aaa5b9eb10dcbb7a +DIST openssh-8.6p1.tar.gz 1786328 BLAKE2B 261a0f1a6235275894d487cce37537755c86835e3a34871462fe29bfe72b49cd9a6b6a547aea4bd554f0957e110c84458cc75a5f2560717fb04804d62228562a SHA512 9854eda0b773c64c9f1f74844ce466b2b42ee8845f58ad062b73141d617af944fa4ebafdf72069f400106d2c2bd0a69c92fe805ec1fc26d4f0faadf06c3fbbe6 DIST openssh-8_3_P1-hpn-AES-CTR-14.22.diff 29963 BLAKE2B 19b82f4ff820f52dafaa5b3f09f8a0a67f318771c1c7276b9d37e4a6412052c9c53347f880f2d78981af3830432704b9ad74b375241965326530ae23ec8d74a2 SHA512 49f2778831dc768850870a1755da9cdd7d3bc83fa87069070f5a1d357ce9bdadeb2506c8ff3c6b055708da12a70e9ede7ed0e8a29fcab441abb55c9d483663be DIST openssh-8_3_P1-hpn-DynWinNoneSwitch-14.22.diff 42783 BLAKE2B 10940c35ae6bdc33e58bc9abd9cd7a551d4ca76a175400acb872906805bd04d384f57e81049b183d7d892ce1b5f7a138e197366369fe12e5c9dc1349850b0582 SHA512 c09162b96e0ffadc59c6076507bc843e6f8f2fb372140b84181f5fb2894225b1e05a831d85ba689c35c322b5a99302b9db77c324f978f1a46a16b185b3cb28dd DIST openssh-8_3_P1-hpn-PeakTput-14.22.diff 2012 BLAKE2B 701f46da022e7ecf35b57f41bf5682a37be453c175928d3ff3df09292275e6021f6108a20c02eec9d636e85ee5a8e05b7233ada180edf1209a3dc4b139d58858 SHA512 026f65c62e4c05b69661094d41bf338df608e2a9b23ef95588062e3bd68729733dae32adab783609a6eca810ccdcbddee25e7649a534c9a283a03282f73438bb diff --git a/net-misc/openssh/files/openssh-8.6_p1-X509-glue-13.0.1.patch b/net-misc/openssh/files/openssh-8.6_p1-X509-glue-13.0.1.patch new file mode 100644 index 000..f9da7bbc345 --- /dev/null +++ b/net-misc/openssh/files/openssh-8.6_p1-X509-glue-13.0.1.patch @@ -0,0 +1,73 @@ +diff --exclude '*.un~' -ubr a/openssh-8.5p1+x509-13.0.1.diff b/openssh-8.5p1+x509-13.0.1.diff +--- a/openssh-8.5p1+x509-13.0.1.diff 2021-04-19 14:21:08.076526576 -0700 b/openssh-8.5p1+x509-13.0.1.diff 2021-04-19 14:21:23.160563489 -0700 +@@ -46675,12 +46675,11 @@ + + install-files: + $(MKDIR_P) $(DESTDIR)$(bindir) +-@@ -380,6 +364,8 @@ ++@@ -380,6 +364,7 @@ + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 + $(MKDIR_P) $(DESTDIR)$(libexecdir) + + $(MKDIR_P) $(DESTDIR)$(sshcadir) +-+ $(MKDIR_P) $(DESTDIR)$(piddir) + $(MKDIR_P) -m 0755 $(DESTDIR)$(PRIVSEP_PATH) + $(INSTALL) -m 0755 $(STRIP_OPT) ssh$(EXEEXT) $(DESTDIR)$(bindir)/ssh$(EXEEXT) + $(INSTALL) -m 0755 $(STRIP_OPT) scp$(EXEEXT) $(DESTDIR)$(bindir)/scp$(EXEEXT) +@@ -63967,7 +63966,7 @@ + - echo "putty interop tests not enabled" + - exit 0 + -fi +-+$REGRESS_INTEROP_PUTTY || { echo "putty interop tests are not enabled" >&1; exit 1; } +++$REGRESS_INTEROP_PUTTY || { echo "putty
[gentoo-commits] repo/gentoo:master commit in: app-editors/ted/, app-editors/ted/files/
commit: 8b136e1e8e395cf6f91d4fb383cd9d1a4b3bf37d Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:07:09 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:07:12 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b136e1e app-editors/ted: drop 2.23 (EAPI 5) Closes: https://bugs.gentoo.org/784209 Signed-off-by: Sam James gentoo.org> app-editors/ted/files/ted-2.23-make.patch | 11 - app-editors/ted/ted-2.23.ebuild | 74 --- 2 files changed, 85 deletions(-) diff --git a/app-editors/ted/files/ted-2.23-make.patch b/app-editors/ted/files/ted-2.23-make.patch deleted file mode 100644 index f97093b4764..000 --- a/app-editors/ted/files/ted-2.23-make.patch +++ /dev/null @@ -1,11 +0,0 @@ Makefile.orig 2013-04-01 13:24:45.854051804 +0400 -+++ Makefile 2013-04-01 13:25:02.618052336 +0400 -@@ -246,7 +246,7 @@ - : To install Ted, you can now run 'make install' AS ROOT - - package.shared: compile.shared tedPackage/makefile -- cd tedPackage && make package.shared -+ cd tedPackage && $(MAKE) package.shared - : - : Dynamically linked package ready. - : To install Ted, you can now run 'make install' AS ROOT diff --git a/app-editors/ted/ted-2.23.ebuild b/app-editors/ted/ted-2.23.ebuild deleted file mode 100644 index d174bad221e..000 --- a/app-editors/ted/ted-2.23.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit epatch toolchain-funcs xdg-utils - -DESCRIPTION="X-based rich text editor" -HOMEPAGE="https://www.nllgg.nl/Ted/"; -SRC_URI="ftp://ftp.nluug.nl/pub/editors/ted/${P}.src.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" - -RDEPEND="x11-libs/gtk+:2 - media-libs/tiff:= - virtual/jpeg:= - media-libs/libpng:= - x11-libs/libXft - x11-libs/libXpm" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/Ted-${PV}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-make.patch \ - "${FILESDIR}"/${P}-freetype261.patch - - sed -i -e 's|/Ted/|/share/Ted/|' \ - "${S}"/appFrame/appFrameConfig.h.in \ - "${S}"/Ted/tedConfig.h.in || die - - # bug #461256 - find . -name makefile.in -exec sed -i -e '/ar r/s/ar/$(AR)/' {} \; || die - - # force to build dynamic binary, do not strip it - sed -i \ - -e 's/.static//g' \ - -e '/strip/d' \ - tedPackage/makefile.in || die 'sed failed on tedPackage/makefile.in' - - # Fix build with freetype-2.5 - sed -i "s|^\(#[ \t]*include[ \t]*<\)freetype/|\1|" appFrame/appFontConfig.c || die - - mkdir lib || die -} - -src_configure() { - tc-export AR CC RANLIB - - local dir - for dir in appFrame appUtil bitmap docBuf ind Ted tedPackage; do - cd "${S}"/${dir} - econf --cache-file=../config.cache - done -} - -src_compile() { - emake package.shared -} - -src_install() { - default - dosym ../share/Ted/examples/rtf2pdf.sh /usr/bin/rtf2pdf.sh -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}
[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
commit: 8a10e3610ab1c0418fcc2428f9202a5a771c4225 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:01:42 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:01:42 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a10e361 www-client/firefox: Stabilize 78.10.0 arm64, #784572 Signed-off-by: Sam James gentoo.org> www-client/firefox/firefox-78.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-78.10.0.ebuild b/www-client/firefox/firefox-78.10.0.ebuild index 657d965605b..513f802e67c 100644 --- a/www-client/firefox/firefox-78.10.0.ebuild +++ b/www-client/firefox/firefox-78.10.0.ebuild @@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES} DESCRIPTION="Firefox Web Browser" HOMEPAGE="https://www.mozilla.com/firefox"; -KEYWORDS="amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 x86" SLOT="0/esr$(ver_cut 1)" LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
[gentoo-commits] repo/gentoo:master commit in: media-libs/qhull/
commit: 37c06ebdfb8dec4db160b36bb3007de9b5ffbd46 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:01:03 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:01:03 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c06ebd media-libs/qhull: Stabilize 2020.2-r3 amd64, #783912 Signed-off-by: Sam James gentoo.org> media-libs/qhull/qhull-2020.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/qhull/qhull-2020.2-r3.ebuild b/media-libs/qhull/qhull-2020.2-r3.ebuild index 451a99e0bbf..09fea367f9d 100644 --- a/media-libs/qhull/qhull-2020.2-r3.ebuild +++ b/media-libs/qhull/qhull-2020.2-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/qhull/qhull/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/8" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc static-libs" DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt )
[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/
commit: 2cc5933e8751b8fcd68d91932747bb6b1c96d694 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:01:19 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:01:19 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc5933e net-print/foomatic-db-ppds: Stabilize 4.0.20190226 arm, #783732 Signed-off-by: Sam James gentoo.org> net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild index 55c6571d367..cc083704406 100644 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.xz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="" S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"
[gentoo-commits] repo/gentoo:master commit in: media-libs/qhull/
commit: 1751efe3eea53658c788b2510dac3cc3e63288dc Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:01:30 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:01:30 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1751efe3 media-libs/qhull: Stabilize 2020.2-r3 arm, #783912 Signed-off-by: Sam James gentoo.org> media-libs/qhull/qhull-2020.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/qhull/qhull-2020.2-r3.ebuild b/media-libs/qhull/qhull-2020.2-r3.ebuild index 09fea367f9d..76735361eb2 100644 --- a/media-libs/qhull/qhull-2020.2-r3.ebuild +++ b/media-libs/qhull/qhull-2020.2-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/qhull/qhull/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/8" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc static-libs" DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt )
[gentoo-commits] repo/gentoo:master commit in: sys-apps/most/
commit: 1bd68140c4d29055d383b5cdff24dcdee3c636db Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:01:25 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:01:25 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd68140 sys-apps/most: Stabilize 5.1.0 arm, #783741 Signed-off-by: Sam James gentoo.org> sys-apps/most/most-5.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/most/most-5.1.0.ebuild b/sys-apps/most/most-5.1.0.ebuild index 6e172b0ec63..04d693912d0 100644 --- a/sys-apps/most/most-5.1.0.ebuild +++ b/sys-apps/most/most-5.1.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="" RDEPEND=">=sys-libs/slang-2.1.3"
[gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/
commit: b559899fec35e309eda301b15449bcf6413a2837 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:57 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:57 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b559899f dev-java/jansi-native: Stabilize 1.8 amd64, #783831 Signed-off-by: Sam James gentoo.org> dev-java/jansi-native/jansi-native-1.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jansi-native/jansi-native-1.8.ebuild b/dev-java/jansi-native/jansi-native-1.8.ebuild index ed594a3e3e5..9ab5f0cf004 100644 --- a/dev-java/jansi-native/jansi-native-1.8.ebuild +++ b/dev-java/jansi-native/jansi-native-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.tar.gz"; LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" CDEPEND="dev-java/hawtjni-runtime:0"
[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/
commit: b1a440b5545427b6e7cf09f2c0c49938483ddd2e Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:45 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:45 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a440b5 net-print/foomatic-db-ppds: Stabilize 4.0.20190226 amd64, #783732 Signed-off-by: Sam James gentoo.org> net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild index 23b9a5ace0f..55c6571d367 100644 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.xz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="" S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"
[gentoo-commits] repo/gentoo:master commit in: sys-apps/most/
commit: 633554b304eacb84486b99b5cc4e64570e2fc783 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:51 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633554b3 sys-apps/most: Stabilize 5.1.0 amd64, #783741 Signed-off-by: Sam James gentoo.org> sys-apps/most/most-5.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/most/most-5.1.0.ebuild b/sys-apps/most/most-5.1.0.ebuild index 73aa5e83d4f..6e172b0ec63 100644 --- a/sys-apps/most/most-5.1.0.ebuild +++ b/sys-apps/most/most-5.1.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="" RDEPEND=">=sys-libs/slang-2.1.3"
[gentoo-commits] repo/gentoo:master commit in: dev-java/werken-xpath/
commit: 5030147ab4735c57fab6521a58702ef84d6655db Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:33 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:33 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5030147a dev-java/werken-xpath: Stabilize 0.9.4_beta-r5 amd64, #783690 Signed-off-by: Sam James gentoo.org> dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild b/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild index 858ddfce3f6..a8c90d56af1 100644 --- a/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild +++ b/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild @@ -19,7 +19,7 @@ SRC_URI="mirror://gentoo/${MY_P}-src.tar.gz" LICENSE="JDOM" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" COMMON_DEP=" dev-java/jdom:0
[gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/
commit: 35c888ab4445cdee10d59cb3f8625537f5f687fb Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:16 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:16 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c888ab dev-util/cproto: Stabilize 4.7s amd64, #777825 Signed-off-by: Sam James gentoo.org> dev-util/cproto/cproto-4.7s.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cproto/cproto-4.7s.ebuild b/dev-util/cproto/cproto-4.7s.ebuild index bde2acb8200..0ae328fd7df 100644 --- a/dev-util/cproto/cproto-4.7s.ebuild +++ b/dev-util/cproto/cproto-4.7s.ebuild @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.invisible-island.net/cproto/${P}.tgz"; LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" DEPEND="sys-devel/flex virtual/yacc"
[gentoo-commits] repo/gentoo:master commit in: net-misc/shmux/
commit: 8434e503b6a93038fde8a619e60159d3823ac03f Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:39 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:39 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8434e503 net-misc/shmux: Stabilize 1.0.2-r1 amd64, #783729 Signed-off-by: Sam James gentoo.org> net-misc/shmux/shmux-1.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/shmux/shmux-1.0.2-r1.ebuild b/net-misc/shmux/shmux-1.0.2-r1.ebuild index 0b377d9fa98..81f1b69d314 100644 --- a/net-misc/shmux/shmux-1.0.2-r1.ebuild +++ b/net-misc/shmux/shmux-1.0.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"; LICENSE="shmux" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="pcre" RESTRICT="test"
[gentoo-commits] repo/gentoo:master commit in: app-editors/nedit/
commit: ee701fde0cb94c3c1dc7e54fb14cf5d1dc0f172e Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:27 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:27 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee701fde app-editors/nedit: Stabilize 5.7 amd64, #783627 Signed-off-by: Sam James gentoo.org> app-editors/nedit/nedit-5.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/nedit/nedit-5.7.ebuild b/app-editors/nedit/nedit-5.7.ebuild index eb7b70f2563..c8760828ae9 100644 --- a/app-editors/nedit/nedit-5.7.ebuild +++ b/app-editors/nedit/nedit-5.7.ebuild @@ -13,7 +13,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc" RDEPEND=">=x11-libs/motif-2.3:0
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libmcpp/
commit: 6da94e0be81955e6fcea26d10be34222fde2 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:04 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:04 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da94e0b dev-cpp/libmcpp: Stabilize 2.7.2_p5 amd64, #718808 Signed-off-by: Sam James gentoo.org> dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild b/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild index 0b7d50cec86..5d8068387d5 100644 --- a/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild +++ b/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos" PATCHES=( "${FILESDIR}"/${PN}-2.7.2-fix-build-system.patch
[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-net/
commit: 510e1ebdd7cead21af2c0f9f3b0e3eebdde74338 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:22 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:22 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510e1ebd dev-java/commons-net: Stabilize 3.8.0 amd64, #783021 Signed-off-by: Sam James gentoo.org> dev-java/commons-net/commons-net-3.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-net/commons-net-3.8.0.ebuild b/dev-java/commons-net/commons-net-3.8.0.ebuild index c3f63eea666..9e07e5083b2 100644 --- a/dev-java/commons-net/commons-net-3.8.0.ebuild +++ b/dev-java/commons-net/commons-net-3.8.0.ebuild @@ -18,4 +18,4 @@ RDEPEND=">=virtual/jre-1.8:*" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
[gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/
commit: d6fcf39376c27aeed2ec5f367e6f39941d44a30d Author: Sam James gentoo org> AuthorDate: Thu Apr 22 03:00:10 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 03:00:10 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fcf393 app-misc/recoll: Stabilize 1.28.5 amd64, #776610 Signed-off-by: Sam James gentoo.org> app-misc/recoll/recoll-1.28.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/recoll/recoll-1.28.5.ebuild b/app-misc/recoll/recoll-1.28.5.ebuild index ec938b959a9..3beec1b6fe8 100644 --- a/app-misc/recoll/recoll-1.28.5.ebuild +++ b/app-misc/recoll/recoll-1.28.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz"; LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="camelcase chm doc +inotify qt5 session +spell webengine" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: media-sound/mpg123/
commit: 7eabad8808e058039724c75f7fcc15bd360d0a77 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:59:04 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:59:04 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eabad88 media-sound/mpg123: Stabilize 1.26.5 x86, #784452 Signed-off-by: Sam James gentoo.org> media-sound/mpg123/mpg123-1.26.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mpg123/mpg123-1.26.5.ebuild b/media-sound/mpg123/mpg123-1.26.5.ebuild index 14b83c8912a..824f832bf03 100644 --- a/media-sound/mpg123/mpg123-1.26.5.ebuild +++ b/media-sound/mpg123/mpg123-1.26.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2"; LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl cpu_flags_x86_sse" # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.
[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/
commit: 7f51cc5b88b3b915237a8c8ad2942e0c78d65224 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:11 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:11 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f51cc5b net-print/foomatic-db-ppds: Stabilize 4.0.20190226 x86, #783732 Signed-off-by: Sam James gentoo.org> net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild index ce07bcbdb4d..23b9a5ace0f 100644 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.xz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="" S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"
[gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/
commit: d8c1556a12e8a6ed8942276fadfe23cc677178a5 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:59:10 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:59:10 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c1556a media-sound/ncmpc: Stabilize 0.39 x86, #784455 Signed-off-by: Sam James gentoo.org> media-sound/ncmpc/ncmpc-0.39.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/ncmpc/ncmpc-0.39.ebuild b/media-sound/ncmpc/ncmpc-0.39.ebuild index cad4074e5d6..4986a43d079 100644 --- a/media-sound/ncmpc/ncmpc-0.39.ebuild +++ b/media-sound/ncmpc/ncmpc-0.39.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"; LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86" IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen lirc lyrics-screen +mouse nls outputs-screen pcre search-screen +song-screen" BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-misc/detox/
commit: a239ffd4c02aa73bfc9baa722eead2c22e3a8dde Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:47 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:47 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a239ffd4 app-misc/detox: Stabilize 1.4.0 x86, #784197 Signed-off-by: Sam James gentoo.org> app-misc/detox/detox-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/detox/detox-1.4.0.ebuild b/app-misc/detox/detox-1.4.0.ebuild index 4b69d184b7a..d168fe1e4e0 100644 --- a/app-misc/detox/detox-1.4.0.ebuild +++ b/app-misc/detox/detox-1.4.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/dharple/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/${MY_P}
[gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgl/
commit: 4ca0e0fb4329879cde08bf9d999b8fe8ad129936 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:59:16 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:59:16 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca0e0fb dev-ml/lablgl: Stabilize 1.06-r1 x86, #784605 Signed-off-by: Sam James gentoo.org> dev-ml/lablgl/lablgl-1.06-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/lablgl/lablgl-1.06-r1.ebuild b/dev-ml/lablgl/lablgl-1.06-r1.ebuild index 4e158449871..d1e7611100e 100644 --- a/dev-ml/lablgl/lablgl-1.06-r1.ebuild +++ b/dev-ml/lablgl/lablgl-1.06-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/garrigue/lablgl/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc glut +ocamlopt tk" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-editors/ted/
commit: 1570f1412bbce155c7d7c74e945d8e475106f110 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:52 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:52 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1570f141 app-editors/ted: Stabilize 2.23-r1 x86, #784209 Signed-off-by: Sam James gentoo.org> app-editors/ted/ted-2.23-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/ted/ted-2.23-r1.ebuild b/app-editors/ted/ted-2.23-r1.ebuild index 2c8f9f7b25e..6ad6952c107 100644 --- a/app-editors/ted/ted-2.23-r1.ebuild +++ b/app-editors/ted/ted-2.23-r1.ebuild @@ -11,7 +11,7 @@ S="${WORKDIR}/Ted-${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc ~x86" +KEYWORDS="amd64 ppc sparc x86" RDEPEND=" app-text/libpaper
[gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/
commit: 7ece9ac847c4bec633a3a418c382b602388ec5fd Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:58 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:58 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ece9ac8 media-sound/fapg: Stabilize 0.43 x86, #784446 Signed-off-by: Sam James gentoo.org> media-sound/fapg/fapg-0.43.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/fapg/fapg-0.43.ebuild b/media-sound/fapg/fapg-0.43.ebuild index 801676ceef0..4a9a2b3dbe5 100644 --- a/media-sound/fapg/fapg-0.43.ebuild +++ b/media-sound/fapg/fapg-0.43.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="xspf" DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"
[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/siege/
commit: 39e38746f09a634b449cae0752367f4dc22b5ddc Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:41 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:41 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e38746 app-benchmarks/siege: Stabilize 4.0.8 x86, #783966 Signed-off-by: Sam James gentoo.org> app-benchmarks/siege/siege-4.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-benchmarks/siege/siege-4.0.8.ebuild b/app-benchmarks/siege/siege-4.0.8.ebuild index 8c968fbbf4e..294132c28c6 100644 --- a/app-benchmarks/siege/siege-4.0.8.ebuild +++ b/app-benchmarks/siege/siege-4.0.8.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.joedog.org/siege-home https://github.com/JoeDog/siege"; SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz"; LICENSE="GPL-3" -KEYWORDS="amd64 ~arm ~hppa ~mips ppc ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86 ~x64-macos" SLOT="0" IUSE="libressl ssl"
[gentoo-commits] repo/gentoo:master commit in: media-libs/qhull/
commit: 0844dcff21bd849334cf833e8e445105631f439f Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:23 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:23 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0844dcff media-libs/qhull: Stabilize 2020.2-r3 x86, #783912 Signed-off-by: Sam James gentoo.org> media-libs/qhull/qhull-2020.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/qhull/qhull-2020.2-r3.ebuild b/media-libs/qhull/qhull-2020.2-r3.ebuild index 59f96d53709..451a99e0bbf 100644 --- a/media-libs/qhull/qhull-2020.2-r3.ebuild +++ b/media-libs/qhull/qhull-2020.2-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/qhull/qhull/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/8" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc static-libs" DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt )
[gentoo-commits] repo/gentoo:master commit in: dev-util/babeltrace/
commit: bc1446bc4bd109cda7e723a34ae077123dde731c Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:29 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:29 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1446bc dev-util/babeltrace: Stabilize 1.5.8 x86, #783939 Signed-off-by: Sam James gentoo.org> dev-util/babeltrace/babeltrace-1.5.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/babeltrace/babeltrace-1.5.8.ebuild b/dev-util/babeltrace/babeltrace-1.5.8.ebuild index f7e00479b30..aca7ac981f9 100644 --- a/dev-util/babeltrace/babeltrace-1.5.8.ebuild +++ b/dev-util/babeltrace/babeltrace-1.5.8.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://www.efficios.com/files/${PN}/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
commit: ce692ff8e639cb61fd376333da7440f17a706cde Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:57:34 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:34 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce692ff8 net-libs/nodejs: Stabilize 14.16.1 x86, #781704 Signed-off-by: Sam James gentoo.org> net-libs/nodejs/nodejs-14.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nodejs/nodejs-14.16.1.ebuild b/net-libs/nodejs/nodejs-14.16.1.ebuild index c7c510655c8..a8e2612d7c8 100644 --- a/net-libs/nodejs/nodejs-14.16.1.ebuild +++ b/net-libs/nodejs/nodejs-14.16.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"; LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" SLOT="0/$(ver_cut 1)" -KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~x64-macos" IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot +ssl system-icu +system-ssl systemtap test" REQUIRED_USE="inspector? ( icu ssl )
[gentoo-commits] repo/gentoo:master commit in: net-misc/shmux/
commit: 0bb5b31d69ab7bb506d2395b3fdb7ac138bce2be Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:06 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:06 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb5b31d net-misc/shmux: Stabilize 1.0.2-r1 x86, #783729 Signed-off-by: Sam James gentoo.org> net-misc/shmux/shmux-1.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/shmux/shmux-1.0.2-r1.ebuild b/net-misc/shmux/shmux-1.0.2-r1.ebuild index 39ebd0040cc..0b377d9fa98 100644 --- a/net-misc/shmux/shmux-1.0.2-r1.ebuild +++ b/net-misc/shmux/shmux-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"; LICENSE="shmux" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="pcre" RESTRICT="test"
[gentoo-commits] repo/gentoo:master commit in: sys-apps/most/
commit: 664258e0e28a4f8394e60c0669f0102bff8b50a9 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:17 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:17 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664258e0 sys-apps/most: Stabilize 5.1.0 x86, #783741 Signed-off-by: Sam James gentoo.org> sys-apps/most/most-5.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/most/most-5.1.0.ebuild b/sys-apps/most/most-5.1.0.ebuild index 9268240d6ae..73aa5e83d4f 100644 --- a/sys-apps/most/most-5.1.0.ebuild +++ b/sys-apps/most/most-5.1.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="" RDEPEND=">=sys-libs/slang-2.1.3"
[gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/
commit: e9b9b85cf297be46f8ab97781050f84ce47c3c3a Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:57:41 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:41 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b9b85c app-misc/recoll: Stabilize 1.28.5 x86, #776610 Signed-off-by: Sam James gentoo.org> app-misc/recoll/recoll-1.28.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/recoll/recoll-1.28.5.ebuild b/app-misc/recoll/recoll-1.28.5.ebuild index cb1c72bf0de..ec938b959a9 100644 --- a/app-misc/recoll/recoll-1.28.5.ebuild +++ b/app-misc/recoll/recoll-1.28.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz"; LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="camelcase chm doc +inotify qt5 session +spell webengine" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/
commit: c109058b6d9ffed2435fbbc36cfb634ef5080a00 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:35 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:35 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c109058b net-misc/rsync: Stabilize 3.2.3-r3 x86, #783954 Signed-off-by: Sam James gentoo.org> net-misc/rsync/rsync-3.2.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rsync/rsync-3.2.3-r3.ebuild b/net-misc/rsync/rsync-3.2.3-r3.ebuild index 8bbf0a7128b..4538ef6d0ee 100644 --- a/net-misc/rsync/rsync-3.2.3-r3.ebuild +++ b/net-misc/rsync/rsync-3.2.3-r3.ebuild @@ -16,7 +16,7 @@ else SRC_DIR="src-previews" else SRC_DIR="src" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz"; S="${WORKDIR}/${P/_/}"
[gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
commit: 90b31f984ec09af7cd3ffaa22556051291e32d5d Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:57:33 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:33 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b31f98 net-libs/nodejs: Stabilize 12.22.1 x86, #781704 Signed-off-by: Sam James gentoo.org> net-libs/nodejs/nodejs-12.22.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nodejs/nodejs-12.22.1.ebuild b/net-libs/nodejs/nodejs-12.22.1.ebuild index 4d8fd536264..3c19482c9e7 100644 --- a/net-libs/nodejs/nodejs-12.22.1.ebuild +++ b/net-libs/nodejs/nodejs-12.22.1.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" SLOT="0/$(ver_cut 1)" -KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~x64-macos" IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl +system-ssl systemtap test" REQUIRED_USE=" inspector? ( icu ssl )
[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/blt/
commit: 7e118858fd891a69133ac13907304e33c4c38cf4 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:00 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:00 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e118858 dev-tcltk/blt: Stabilize 2.5.3-r1 x86, #783714 Signed-off-by: Sam James gentoo.org> dev-tcltk/blt/blt-2.5.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/blt/blt-2.5.3-r1.ebuild b/dev-tcltk/blt/blt-2.5.3-r1.ebuild index 0d67ab6178a..cbea8f39681 100644 --- a/dev-tcltk/blt/blt-2.5.3-r1.ebuild +++ b/dev-tcltk/blt/blt-2.5.3-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/wize/${PN}-src-${PV}.zip IUSE="jpeg static-libs X" SLOT="0/${SHVER}" LICENSE="BSD" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=" dev-lang/tk:0=
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/
commit: 07719b43f533ab7fb359a0ec4b46b4fe3469b76e Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:56:23 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:03 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07719b43 sys-kernel/gentoo-kernel-bin: bump to 5.4.114 for arm64 Signed-off-by: Sam James gentoo.org> sys-kernel/gentoo-kernel-bin/Manifest | 1 + .../gentoo-kernel-bin-5.4.114-r1.ebuild| 114 + 2 files changed, 115 insertions(+) diff --git a/sys-kernel/gentoo-kernel-bin/Manifest b/sys-kernel/gentoo-kernel-bin/Manifest index 197c89aafbc..789716dba27 100644 --- a/sys-kernel/gentoo-kernel-bin/Manifest +++ b/sys-kernel/gentoo-kernel-bin/Manifest @@ -64,6 +64,7 @@ DIST gentoo-kernel-5.4.113-1.amd64.xpak 61382156 BLAKE2B 042a2321aa396bceb698459 DIST gentoo-kernel-5.4.113-1.arm64.xpak 56479477 BLAKE2B cd395d019db71880e48d6eca6cfa6337c7931e6dae92f80d588b58fdccffbd36c356d3d3b97e3f5d72313dcf06965f837b7ccf948d5e6f5621438196de57c547 SHA512 89c3c0e00ad9b1748332a9aebcba4b1db1d21abb74be9ac3efb6306d8d69ddfc14a367f43e5848e4862572aba0f37426f8c2801a183c8ee6f30868463234667a DIST gentoo-kernel-5.4.113-1.x86.xpak 53180295 BLAKE2B 10b9a5457e123367949755ed81671233ff3e4470fb437e8cdff773985dbf07e7e09cb450e56e484a8f27f4aace1abf7bd6053c339aa95aa4d903a37b826a4693 SHA512 6e3fe295073418a7cf4589e96653d71b47f6245970f4891cf44b8cc21bf3ebc4d134dfbd1ea4c2eb99e88c2dd5dd3e35042e89d212f9401b1c084463af2ec098 DIST gentoo-kernel-5.4.114-1.amd64.xpak 61383665 BLAKE2B 54805c103f9be50fc636b7d04dda5b1bea627e0b41e2a929104193cbc0f0e02d532f399ee45d835eb422df9ae0343c2835e17e229e634a9c15d7d162bcb109a2 SHA512 78670a3802cddabe1b47a09ad9c2da31fbefc40771daff8a21bcf0f7a6bef11ddb3d047c45d724e925f5faf5b5493e2def153ffb4a58a25e81e6d84044b177b7 +DIST gentoo-kernel-5.4.114-1.arm64.xpak 78605270 BLAKE2B 5ca57238e90d4baf6d10c537efd823c33a7c28e68a4f17de8500f936ad0cd32766eeb99207db27ed0f18eaa5b077b7d0a9bd7bc4af01e456485625f728c959a9 SHA512 70ebb1db974cc8f3f17f53f8f1d56177d7393541c08fc419cbfa845fa06b5722c1b5134d9c59d1507856d8b14f306b1fee380241486a3b4fd8c32898de95cdd6 DIST gentoo-kernel-5.4.114-1.x86.xpak 53172196 BLAKE2B d11355419540bb3149a6f9b1f9d8af340fbdf4f3e9bfb4fbd99a03de508e91b49534258dbbcebfaa48aa25b03093556bb5c3f440a639d3982f3b60f30754c85b SHA512 2b2ac728cfa27666bcdcb7bd1bebe8800f407796a645028820a549c74e1f17095929ae9eae05f2b31700899cbb328a3b588912e435d096af8d712c8008b7428a DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1 SHA512 95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e DIST linux-5.11.tar.xz 117619104 BLAKE2B 81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524 SHA512 a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330 diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.114-r1.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.114-r1.ebuild new file mode 100644 index 000..b63276300c5 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.114-r1.ebuild @@ -0,0 +1,114 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kernel-install toolchain-funcs + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 )) +BINPKG=${P/-bin/}-1 + +DESCRIPTION="Pre-built Linux kernel with genpatches" +HOMEPAGE="https://www.kernel.org/"; +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + arm64? ( + https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak + -> ${BINPKG}.arm64.xpak + ) +" +S=${WORKDIR} + +LICENSE="GPL-2" +KEYWORDS="~arm64" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT}" +PDEPEND=" + >=virtual/dist-kernel-${PV}" +BDEPEND=" + sys-devel/bc + sys-devel/flex + virtual/libelf + virtual/yacc" + +QA_PREBUILT='*' + +KV_LOCALVERSION='-gentoo-dist' +KPV=${PV}${KV_LOCALVERSION} + +src_unpack() { + default + ebegin "Unpacking ${BINPKG}.${ARCH}.xpak" + tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak") + eend ${?} || die "Unpacking ${BINPKG} failed" +} + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + cd "${MY_P}" || die + default +} + +src_configure() { +
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libmcpp/
commit: f77545373cecebfb217e773906b9745696394ac5 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:57:26 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:26 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7754537 dev-cpp/libmcpp: Stabilize 2.7.2_p5 x86, #718808 Signed-off-by: Sam James gentoo.org> dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild b/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild index ca5877298ab..0b7d50cec86 100644 --- a/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild +++ b/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~x86 ~x86-linux ~x64-macos" +KEYWORDS="~amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos" PATCHES=( "${FILESDIR}"/${PN}-2.7.2-fix-build-system.patch
[gentoo-commits] repo/gentoo:master commit in: app-editors/nedit/
commit: ab73dacd142240fe9cb4f149c598636664594a0e Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:57:54 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:54 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab73dacd app-editors/nedit: Stabilize 5.7 x86, #783627 Signed-off-by: Sam James gentoo.org> app-editors/nedit/nedit-5.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/nedit/nedit-5.7.ebuild b/app-editors/nedit/nedit-5.7.ebuild index 25f9ab97f1d..eb7b70f2563 100644 --- a/app-editors/nedit/nedit-5.7.ebuild +++ b/app-editors/nedit/nedit-5.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc" RDEPEND=">=x11-libs/motif-2.3:0
[gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/
commit: b06969c8e7511ef3a72e7d85b5dff5f0991ef27a Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:57:47 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:47 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06969c8 dev-util/cproto: Stabilize 4.7s x86, #777825 Signed-off-by: Sam James gentoo.org> dev-util/cproto/cproto-4.7s.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cproto/cproto-4.7s.ebuild b/dev-util/cproto/cproto-4.7s.ebuild index 75a44498695..bde2acb8200 100644 --- a/dev-util/cproto/cproto-4.7s.ebuild +++ b/dev-util/cproto/cproto-4.7s.ebuild @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.invisible-island.net/cproto/${P}.tgz"; LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" DEPEND="sys-devel/flex virtual/yacc"
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/
commit: ef4bb2023471f82d18a77c27c08bce36f9484aab Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:56:52 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:06 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4bb202 sys-kernel/gentoo-kernel-bin: bump to 5.11.16 for arm64 Signed-off-by: Sam James gentoo.org> sys-kernel/gentoo-kernel-bin/Manifest | 1 + .../gentoo-kernel-bin-5.11.16-r1.ebuild| 115 + 2 files changed, 116 insertions(+) diff --git a/sys-kernel/gentoo-kernel-bin/Manifest b/sys-kernel/gentoo-kernel-bin/Manifest index 2e82b574b0b..995aeb2e38b 100644 --- a/sys-kernel/gentoo-kernel-bin/Manifest +++ b/sys-kernel/gentoo-kernel-bin/Manifest @@ -51,6 +51,7 @@ DIST gentoo-kernel-5.11.15-1.amd64.xpak 64702205 BLAKE2B 37b1fc79595bd4f12561f9b DIST gentoo-kernel-5.11.15-1.arm64.xpak 59826678 BLAKE2B 66573bd61c3587bc7da7fbc49d8e40d2ce3cf3847b9a0af11633c0a173e7ab50a4156a576b3535c8d9448d529b303350001f9b74c98e53ffdc54e9ead00b8983 SHA512 b245a1ee0e4985b49e6897bd876a8d8da1c1268752bf6286d8d7dae128d8c1d05b7cb537f9791011fefc0949cdbf7e5e598835b27583bde9dbbd76cbfaa75b77 DIST gentoo-kernel-5.11.15-1.x86.xpak 57616556 BLAKE2B 8eeae06459bf26979992d424e6e27ca77b9a58bf0be78a07df344b8d314b6df52a584fe92094306d73d775950ae1394b1679dd39209acb1df5a80a6a04811719 SHA512 6eb588aae81446bc1a53327fd1be94ed415f8254372439d739aaf4e170004c208ce25e50366a493a023ac00ad343f410ce63385f0a8504c15c684c01be99 DIST gentoo-kernel-5.11.16-1.amd64.xpak 65844402 BLAKE2B 13a0ffb59cfb9ade1f99ce6ec03c55e4e9409cd3fcd95c2063e1625f624062eeb114c2cd4ccf071e2a5119e8a6d2f5feff1f93ef924a6d2c25c80331da888bdc SHA512 f4c90f3057e7c43745708b3213306d0929f43bbe1a193f5c1a7f54a3937f40c58d4092c99f9997ea3068d1b920a1a1af4cdd60ee0dd7b2621dfcd08a0bce0bc4 +DIST gentoo-kernel-5.11.16-1.arm64.xpak 82054177 BLAKE2B 675c8b55f9d10055bb9579868228668bdd8b65c930edc5fe389c6002824f9d6fbcebd730ed4ec60029bcc866a8e83f15134dc73b2d45987a6ac18eadb62808ef SHA512 2f71782c5180b976a517d172250163ba6e40d9a7477c52a25adfc01c9bd340112e11d865597b7bea7b8a6461eb64a5fb6b4f3268dac12b0596b6523e9476ab80 DIST gentoo-kernel-5.11.16-1.x86.xpak 57639335 BLAKE2B 2bb1d74691e8808ed4274b617dcf2920f5b5d1e1997ab3e336afb2d909dd4221a8acabe58b50cb90853e556caa64a2240cf6844cfde515286e7644a1463e065f SHA512 8cb39baef55953fa39a8ff6884ba27ad7555472bdac99689de1965e247fab9cc1874584a1b023457d44a80b4c7482bb92133f016323be94fc93e23b34f116952 DIST gentoo-kernel-5.4.109-1.amd64.xpak 61197533 BLAKE2B d192b84c8e00a992256d44bce33975e29f7ae330a62a5902df14ca08ac5222c3bdbcb1ac27df36db615deecd7af7e264842c2aa358e4cc54e830f3507f5ad034 SHA512 33f192621fa3aa692e7b77897e57e50c7af81cb3ba6a40fd090bdafb5ed7b83dc83438028fc6999723e7f82a22635462746a92ced5439f136c56e0559c85b945 DIST gentoo-kernel-5.4.109-1.arm64.xpak 56430663 BLAKE2B 6079b762ab5cdeb0c745a1a030e4a3af36883588c88dcb8c8cd811aa47d7cbaebc573b152f01fed451dbbfda1ec89ed400270e6fda4e3e1df1aec497b3f7815a SHA512 2d29230577255473618d698363af8c7ef8dd9dd3dcaeaec8fc8802e453838d2c1685e001a6ceb784f6c6ab77fb2b991366e213fec9c45b5763a3a5f57674cef7 diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.16-r1.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.16-r1.ebuild new file mode 100644 index 000..2760e617c65 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.16-r1.ebuild @@ -0,0 +1,115 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kernel-install toolchain-funcs + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 )) +BINPKG=${P/-bin/}-1 + +DESCRIPTION="Pre-built Linux kernel with genpatches" +HOMEPAGE="https://www.kernel.org/"; +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + arm64? ( + https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak + -> ${BINPKG}.arm64.xpak + ) +" + +S=${WORKDIR} + +LICENSE="GPL-2" +KEYWORDS="~arm64" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT}" +PDEPEND=" + >=virtual/dist-kernel-${PV}" +BDEPEND=" + sys-devel/bc + sys-devel/flex + virtual/libelf + virtual/yacc" + +QA_PREBUILT='*' + +KV_LOCALVERSION='-gentoo-dist' +KPV=${PV}${KV_LOCALVERSION} + +src_unpack() { + default + ebegin "Unpacking ${BINPKG}.${ARCH}.xpak" + tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak") + eend ${?} || die "Unpacking ${BINPKG} failed" +} + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + cd "${MY_P}" || die + default
[gentoo-commits] repo/gentoo:master commit in: app-shells/soapbox/
commit: 71b5044e1b579ec3407c0f4d017c71c0212d1747 Author: Sam James gentoo org> AuthorDate: Wed Apr 21 21:59:49 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:01 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b5044e app-shells/soapbox: drop unused multilib Signed-off-by: Sam James gentoo.org> app-shells/soapbox/soapbox-0.3.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/soapbox/soapbox-0.3.1-r2.ebuild b/app-shells/soapbox/soapbox-0.3.1-r2.ebuild index 3dc4e22aabe..b8ded42ec5e 100644 --- a/app-shells/soapbox/soapbox-0.3.1-r2.ebuild +++ b/app-shells/soapbox/soapbox-0.3.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib toolchain-funcs +inherit toolchain-funcs DESCRIPTION="A preload (sandbox) library to restrict filesystem writes" HOMEPAGE="http://dag.wieers.com/home-made/soapbox/";
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/
commit: cf85fccb5b812f5b75845c9dc795d755d55af3e3 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:56:38 2021 + Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:57:05 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf85fccb sys-kernel/gentoo-kernel-bin: bump to 5.10.32 for arm64 Signed-off-by: Sam James gentoo.org> sys-kernel/gentoo-kernel-bin/Manifest | 1 + .../gentoo-kernel-bin-5.10.32-r1.ebuild| 114 + 2 files changed, 115 insertions(+) diff --git a/sys-kernel/gentoo-kernel-bin/Manifest b/sys-kernel/gentoo-kernel-bin/Manifest index 789716dba27..2e82b574b0b 100644 --- a/sys-kernel/gentoo-kernel-bin/Manifest +++ b/sys-kernel/gentoo-kernel-bin/Manifest @@ -39,6 +39,7 @@ DIST gentoo-kernel-5.10.31-1.amd64.xpak 64337577 BLAKE2B 231e6cb5bc36bbf01f41295 DIST gentoo-kernel-5.10.31-1.arm64.xpak 59338684 BLAKE2B 34ef0b745377ce5edfd0f00b4b0b492ecb14ff856861ca11ba9a7489af6040db0a4b8ed71430490572ecda375fe74c7d18cf872ad4b798799f78874d6c6b3997 SHA512 54a6937512f9eb7da74324a7d376be3d78ebb9293d401adabdec42ee67d236db6af9b124ab7ffef5833459ec92e5c93e574f2508233fc810af2d5017da00bca7 DIST gentoo-kernel-5.10.31-1.x86.xpak 57256746 BLAKE2B 5c9c42e714f9b896ae2f01f602bb9409cfa210b6a75195de6ddc4213411f6e4ce86f2fd7279906360f4e33c517e1697412f7df8f3889c4e4498fe378430eba6a SHA512 04a18daa394cb2ac0cb4eddcfdad525a7d73861978e6212f152707207548561101fa0294461e43a9aeffe8f7533aebde7a13f26b46e6bd191e72a996d704bf5b DIST gentoo-kernel-5.10.32-1.amd64.xpak 65550906 BLAKE2B f03d5f538112a8c9628095f597264f2aebd996d9e1a62e11cb56e056e8452d718a8c7e99be835088ec38d5d863c66f296b157ad31a163f1a241f0a7d73c9aa5c SHA512 e04fc78b486ceb6e7eb26c5fccfd96d5eec16de2bcbf6f42a18725d7c1d034f0c48777ad1162b4bb9dcc031b1e781af9138233711c9bcf773714215835fc4194 +DIST gentoo-kernel-5.10.32-1.arm64.xpak 81378517 BLAKE2B 56cf9555f633da6df734902185f3c4359ee4600b1166df2fbb7327767f44523a1bb86b3022056e088fac52aba66b759626e369d637e60b693f69a04ed17f0a48 SHA512 c95226a747b29529a54e049952f9191067ee633fa94971187f89deb210055a0173c161c603ddcdafbad464dfdf34c0f126ea3f2627ed185de8295c62748cbda5 DIST gentoo-kernel-5.10.32-1.x86.xpak 57243485 BLAKE2B 60cbb54acd5f311f1d79d997c1b030944cde923045d5f2a06fa3e260365ec1e820880129a052bf9c4e726d341e89bebb8983c240c2dd88aab74bfcf8ee5663f0 SHA512 2cc92d68c9d8622f55d11ebb6eb1364e3b626b0158745653e5430af21e4bfdce5697a94e30dd10d85103276021c4f3c0e1fe84fe03c44d66a37b96e81b61e9d2 DIST gentoo-kernel-5.11.13-1.amd64.xpak 64685029 BLAKE2B 7d6794c5fd15434d2ad93d36678476e4a6aa3ad9ff77140a0bc8d74b0c87155898e8f1f76dfd40f72c878d9ddca7b7f1a9f0d4be2a600c5e2c18a77a3439e9d5 SHA512 d8c0fb975ee35e6d71b3b255800179805c9e70bfa7ef5299a38145c6cfd4f60720281c70f2d16a409a10c4ee6c6f26ac2e0c3151b114ced91c747371b59885b0 DIST gentoo-kernel-5.11.13-1.arm64.xpak 59816443 BLAKE2B f3bd4b929cd103f95b91f0c0f28f324f8e316e1cc4b310742d159b8dbdb6c288d9424984e0859873924ac7eb34f12278b2086ad48fbf11da955f0b390dfda619 SHA512 6aae6cd29857eb897a167e359f9628692803bb75a0a1f235468a1b95e9c2f3d9525f33d6673b5c12edb5d9feba29210a79d8030d151a5b7260119a81eef57e1d diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.32-r1.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.32-r1.ebuild new file mode 100644 index 000..8198cf5ace0 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.32-r1.ebuild @@ -0,0 +1,114 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kernel-install toolchain-funcs + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 )) +BINPKG=${P/-bin/}-1 + +DESCRIPTION="Pre-built Linux kernel with genpatches" +HOMEPAGE="https://www.kernel.org/"; +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + arm64? ( + https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak + -> ${BINPKG}.arm64.xpak + ) +" +S=${WORKDIR} + +LICENSE="GPL-2" +KEYWORDS="~arm64" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT}" +PDEPEND=" + >=virtual/dist-kernel-${PV}" +BDEPEND=" + sys-devel/bc + sys-devel/flex + virtual/libelf + virtual/yacc" + +QA_PREBUILT='*' + +KV_LOCALVERSION='-gentoo-dist' +KPV=${PV}${KV_LOCALVERSION} + +src_unpack() { + default + ebegin "Unpacking ${BINPKG}.${ARCH}.xpak" + tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak") + eend ${?} || die "Unpacking ${BINPKG} failed" +} + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + cd "${MY_P}" || die + default +}
[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/files/, sci-mathematics/flint/
commit: 491b50cf718ca492e2d3329545b6709783264a5e Author: Michael Orlitzky gentoo org> AuthorDate: Thu Apr 22 01:10:11 2021 + Commit: Michael Orlitzky gentoo org> CommitDate: Thu Apr 22 01:10:11 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491b50cf sci-mathematics/flint: new revision to fix x86 gmp detection. The FindGMP routine in upstream's CMake is using voodoo to determine the version of gmp that's installed. The sorcery succeeds quite accidentally on amd64, but fails on x86. We patch their cmake to do something more reliable. Bug: https://bugs.gentoo.org/771663 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Orlitzky gentoo.org> .../files/flint-2.7.1-fix-cmake-findgmp.patch | 152 + .../{flint-2.7.1.ebuild => flint-2.7.1-r1.ebuild} | 2 + 2 files changed, 154 insertions(+) diff --git a/sci-mathematics/flint/files/flint-2.7.1-fix-cmake-findgmp.patch b/sci-mathematics/flint/files/flint-2.7.1-fix-cmake-findgmp.patch new file mode 100644 index 000..d94d65c08d7 --- /dev/null +++ b/sci-mathematics/flint/files/flint-2.7.1-fix-cmake-findgmp.patch @@ -0,0 +1,152 @@ +From 9f1ef23f34a7ceca1063606cfc749e4d32bef81c Mon Sep 17 00:00:00 2001 +From: Michael Orlitzky +Date: Mon, 19 Apr 2021 16:56:54 -0400 +Subject: [PATCH 1/1] CMake/FindGMP.cmake: compile a test program to check the + gmp version. + +The existing GMP version check consists of grepping the contents of +the gmp.h header to parse out a few constants. This test fails, at +least, on Gentoo, where the usual header file is a wrapper that +includes the true header (to allow for simultaneous 32/64-bit +support). + +This commit updates the FindGMP check to compile a test program +against gmp.h that compares the version bounds within C, and reports +success or failure as the return value from main(). +--- + CMake/FindGMP.cmake | 97 + + 1 file changed, 53 insertions(+), 44 deletions(-) + +diff --git a/CMake/FindGMP.cmake b/CMake/FindGMP.cmake +index ce4df70f5..bd2871ca3 100644 +--- a/CMake/FindGMP.cmake b/CMake/FindGMP.cmake +@@ -2,28 +2,23 @@ + # https://gmplib.org/ + # + # This module supports requiring a minimum version, e.g. you can do +-# find_package(GMP 6.0.0) +-# to require version 6.0.0 to newer of GMP. ++# find_package(GMP 6.2.1) ++# to require version 6.2.1 to newer of GMP. + # + # Once done this will define + # + # GMP_FOUND - system has GMP lib with correct version + # GMP_INCLUDE_DIRS - the GMP include directory + # GMP_LIBRARIES - the GMP library +-# GMP_VERSION - GMP version + # +-# Copyright (c) 2016 Jack Poulson, +-# Redistribution and use is allowed according to the terms of the BSD license. + +-find_path(GMP_INCLUDE_DIRS NAMES gmp.h PATHS $ENV{GMPDIR} ${INCLUDE_INSTALL_DIR}) +- +-# Set GMP_FIND_VERSION to 5.1.0 if no minimum version is specified ++# Set GMP_FIND_VERSION to 6.0.0 if no minimum version is specified + if(NOT GMP_FIND_VERSION) + if(NOT GMP_FIND_VERSION_MAJOR) +-set(GMP_FIND_VERSION_MAJOR 5) ++set(GMP_FIND_VERSION_MAJOR 6) + endif() + if(NOT GMP_FIND_VERSION_MINOR) +-set(GMP_FIND_VERSION_MINOR 1) ++set(GMP_FIND_VERSION_MINOR 0) + endif() + if(NOT GMP_FIND_VERSION_PATCH) + set(GMP_FIND_VERSION_PATCH 0) +@@ -32,43 +27,57 @@ if(NOT GMP_FIND_VERSION) + "${GMP_FIND_VERSION_MAJOR}.${GMP_FIND_VERSION_MINOR}.${GMP_FIND_VERSION_PATCH}") + endif() + +-if(GMP_INCLUDE_DIRS) +- # Since the GMP version macros may be in a file included by gmp.h of the form +- # gmp-.*[_]?.*.h (e.g., gmp-x86_64.h), we search each of them. +- file(GLOB GMP_HEADERS "${GMP_INCLUDE_DIRS}/gmp.h" "${GMP_INCLUDE_DIRS}/gmp-*.h" +-"${GMP_INCLUDE_DIRS}/x86*/gmp.h") +- foreach(gmp_header_filename ${GMP_HEADERS}) +-file(READ "${gmp_header_filename}" _gmp_version_header) +-string(REGEX MATCH +- "define[ \t]+__GNU_MP_VERSION[ \t]+([0-9]+)" _gmp_major_version_match +- "${_gmp_version_header}") +-if(_gmp_major_version_match) +- set(GMP_MAJOR_VERSION "${CMAKE_MATCH_1}") +- string(REGEX MATCH "define[ \t]+__GNU_MP_VERSION_MINOR[ \t]+([0-9]+)" +-_gmp_minor_version_match "${_gmp_version_header}") +- set(GMP_MINOR_VERSION "${CMAKE_MATCH_1}") +- string(REGEX MATCH "define[ \t]+__GNU_MP_VERSION_PATCHLEVEL[ \t]+([0-9]+)" +-_gmp_patchlevel_version_match "${_gmp_version_header}") +- set(GMP_PATCHLEVEL_VERSION "${CMAKE_MATCH_1}") +- set(GMP_VERSION +-${GMP_MAJOR_VERSION}.${GMP_MINOR_VERSION}.${GMP_PATCHLEVEL_VERSION}) +-endif() +- endforeach() ++find_path(GMP_INCLUDE_DIRS ++ NAMES gmp.h ++ PATHS $ENV{GMPDIR} ${INCLUDE_INSTALL_DIR}) + +- # Check whether found version exists and exceeds the minimum requirement +- if(NOT GMP_VERSION) +-set(GMP_VERSION_OK FALSE) +-message(STATUS "GMP version was not detected") +- elseif(${GMP_VERSION} VERSION_LESS ${GMP_FIND_VER
[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
commit: 6c61bc33d6867df0fb272b4fb558da98c83520f9 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 22:02:46 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 22:02:46 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c61bc33 app-dicts/aspell-nb: fix SRC_URI Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild index 97ac2985aff..e71904c6989 100644 --- a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild +++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 ASPELL_LANG="Norwegian Bokmal" -MY_P="${PN/aspell/aspell-${PV%.*}-${PV##*.}" +MY_P="${PN}-${PV%.*}-${PV##*.}" inherit aspell-dict-r1
[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
commit: 5ae2839d248d5c6c036f039f3b31ebcdcca74b55 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 21:31:00 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 21:41:12 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae2839d app-dicts/aspell-nb: repack archive The original archive uses invalid utf-8 file names, so unpacking will fail on file systems like ZFS. Repacking original archive with fixed utf-8 file name. Closes: https://bugs.gentoo.org/783096 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild | 16 1 file changed, 16 insertions(+) diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild new file mode 100644 index 000..97ac2985aff --- /dev/null +++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Norwegian Bokmal" +MY_P="${PN/aspell/aspell-${PV%.*}-${PV##*.}" + +inherit aspell-dict-r1 + +SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${MY_P}.tar.bz2"; + +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +RDEPEND="!app-dicts/aspell-no"
[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
commit: c3ffc892251ffa11246074ec2432583186b6ce5b Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 21:39:58 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 21:41:13 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ffc892 app-dicts/aspell-nb: drop old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-nb/Manifest | 2 +- app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild | 20 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/app-dicts/aspell-nb/Manifest b/app-dicts/aspell-nb/Manifest index d4d5267fa83..94bea6a4b20 100644 --- a/app-dicts/aspell-nb/Manifest +++ b/app-dicts/aspell-nb/Manifest @@ -1 +1 @@ -DIST aspell-nb-0.50.1-0.tar.bz2 423161 BLAKE2B 85f007c61066f0d8e30cd55d0bc2423ee1c02bd8cbd12b5a9793666e34e70359260dd4a861b24c324981368dd0f01a43dc1d2aba192783c32c09843b2ff16f29 SHA512 e30dcf7e757ab1ceb5de349927f9cfa4d9de4015bd9cc9449739fd2f17f6f033f698e71da0270b4e1ebd76be2195c42422630266ad9cadd2173184706d651c13 +DIST aspell-nb-0.50.1-0.tar.bz2 422862 BLAKE2B 119e43d3120c1fc2cfe8bc9688ae0dfe756ff021e1a1d61bc1bf22d35c9b6c0505a6426144121b01c19961b47b506121446157204485a23fbafaa38333e5 SHA512 1ea984e49acc78f11943cebf2fb799a15c573a4455806060bf1fd35b822d231e1b69887116a4b734d2e729a370f1ae9673241bcc00e2c1c3e6756d069b14c03b diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild deleted file mode 100644 index e4c85a05eb4..000 --- a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ASPELL_LANG="Norwegian Bokmal" - -inherit aspell-dict-r1 - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND="!app-dicts/aspell-no" - -src_prepare() { - default - - # Fix QA error '[..] not encoded with the UTF-8 encoding' by renaming file. - sed -e 's/bokm'$'\345''l.alias//g' -i Makefile.pre || die -}
[gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
commit: 9ee757406c60bc2f0d175700afd640a6fc93c4e2 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 21 21:24:54 2021 + Commit: Matt Turner gentoo org> CommitDate: Wed Apr 21 21:25:55 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee75740 media-libs/mesa: Version bump to 21.0.3 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/Manifest | 1 + media-libs/mesa/mesa-21.0.3.ebuild | 564 + 2 files changed, 565 insertions(+) diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest index 13e28e4a72f..e2c1b0b0e18 100644 --- a/media-libs/mesa/Manifest +++ b/media-libs/mesa/Manifest @@ -1,4 +1,5 @@ DIST mesa-20.3.5.tar.xz 14367412 BLAKE2B 7bad876ce702158e727a752eda6722e7165b497fd3a485dae4e989f22b13288a93f51bcd5e6a69b979f0bbe41599fa237c08f3bbb81cb9c6dc4c06827f8ad5f4 SHA512 481e710ed80d8f215a8d541cfe51b960862c2403c2b9e7e6932c8236b8decb5d478871d6c73559d6d795ada143803764f3a93b2329588c80f62e2e5ec98c78a9 DIST mesa-21.0.1.tar.xz 14648932 BLAKE2B 70e1277336320d7b4351c72f42a72cbcb91dcbc46cc1bf30996b8895bbc30552265404508130c828b67a7d045c9f6eece5ac3d07c2443cea581774c585ba0b69 SHA512 b31b78778b6092dfaf0712f90de3074217574389c4236f8379c127739874f6bd1b47883140a26445d25e58df87e6207278efd048453096ee710d334b1dcfe419 DIST mesa-21.0.2.tar.xz 14671512 BLAKE2B 5733e65e7e8ffe3e6bed17f499c4d40d2dfbd3dafef967f6b1dbbd14089734640aed02d39568a32d362cc27b4125f425874c25625fd58731500910427dc6c594 SHA512 c3d7969b56e1c31ee642e3b7143d565c4233173dab7cc5576b686c873c27134dc8292a9f2caa0a0dd3c54d0c89d27d6030f36a2c84f85dcedee7ae80b19e5c3b +DIST mesa-21.0.3.tar.xz 14710004 BLAKE2B f2165da4487824931d8ff90e4f13624546a297b0d3577d69b7cfd6078a965282b4a732cb720cbb08ea83a3a987603cfe67876fb18022fa444b011fcc9b7df352 SHA512 4a8aee48a8ea7f32e8aa3bbbd91db26c6053b9a43e62ff88256929e6bc147884f0fef988726b5a3d59d7008663f017c746a0352fd3fcc1c476b8190af4a2531f DIST mesa-21.1.0-rc2.tar.xz 15053612 BLAKE2B 25d83aebf4498e1e0ad096999a97b8b8e336b066c19507ee104191d64c495208711e2bb91a62d8dfc4d7b1654dc623a94ad54c9d1951b37182dd8291fff82cd9 SHA512 1f8cbbbc597519a025e9adf34e65b176781ebdab3d3b7ed20312bef79d727da4c778ac7daf94cef8d652c0e05f77fe534cf347d4bebeb00c682d0d807a148f5d diff --git a/media-libs/mesa/mesa-21.0.3.ebuild b/media-libs/mesa/mesa-21.0.3.ebuild new file mode 100644 index 000..ebeac9698ee --- /dev/null +++ b/media-libs/mesa/mesa-21.0.3.ebuild @@ -0,0 +1,564 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit llvm meson multilib-minimal python-any-r1 linux-info + +OPENGL_DIR="xorg-x11" + +MY_P="${P/_/-}" + +DESCRIPTION="OpenGL-like graphic library for Linux" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"; + +if [[ ${PV} == ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git"; + inherit git-r3 +else + SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz"; + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +fi + +LICENSE="MIT" +SLOT="0" +RESTRICT=" + !test? ( test ) +" + +RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" +VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 intel iris lima nouveau panfrost v3d vc4 virgl vivante vmware" +for card in ${VIDEO_CARDS}; do + IUSE_VIDEO_CARDS+=" video_cards_${card}" +done + +IUSE="${IUSE_VIDEO_CARDS} + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +llvm + lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan + vulkan-overlay wayland +X xa xvmc zink +zstd" + +REQUIRED_USE=" + d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) + gles1? ( egl ) + gles2? ( egl ) + osmesa? ( gallium ) + vulkan? ( dri3 + video_cards_radeonsi? ( llvm ) ) + vulkan-overlay? ( vulkan ) + wayland? ( egl gbm ) + video_cards_freedreno? ( gallium ) + video_cards_intel? ( classic ) + video_cards_i915? ( || ( classic gallium ) ) + video_cards_i965? ( classic ) + video_cards_iris? ( gallium ) + video_cards_lima? ( gallium ) + video_cards_nouveau? ( || ( classic gallium ) ) + video_cards_panfrost? ( gallium ) + video_cards_radeon? ( || ( classic gallium ) + gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) + video_cards_r100? ( classic ) + video_cards_r200? ( classic ) + video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) + video_cards_r600? ( gallium ) + video_cards_radeonsi? ( gallium llvm ) + video_cards_v3d? ( gallium ) + video_cards_vc4? ( gallium ) + video
[gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
commit: 149863abfec54e9d5e51a3325eed6985dfd1231d Author: Matt Turner gentoo org> AuthorDate: Wed Apr 21 21:22:48 2021 + Commit: Matt Turner gentoo org> CommitDate: Wed Apr 21 21:25:54 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149863ab media-libs/mesa: Require libdrm-2.4.105 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild index ebeac9698ee..1c0e0aaca5d 100644 --- a/media-libs/mesa/mesa-.ebuild +++ b/media-libs/mesa/mesa-.ebuild @@ -73,7 +73,7 @@ REQUIRED_USE=" zink? ( gallium vulkan ) " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.100" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.105" RDEPEND=" >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
commit: c3ac18f3f6f3bd3eb2c266a8e79bdb4eb2bfb4fe Author: Matt Turner gentoo org> AuthorDate: Wed Apr 21 21:23:17 2021 + Commit: Matt Turner gentoo org> CommitDate: Wed Apr 21 21:25:54 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ac18f3 media-libs/mesa: Version bump to 21.1.0_rc2 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/Manifest | 1 + media-libs/mesa/mesa-21.1.0_rc2.ebuild | 564 + 2 files changed, 565 insertions(+) diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest index 12fd22ba98e..13e28e4a72f 100644 --- a/media-libs/mesa/Manifest +++ b/media-libs/mesa/Manifest @@ -1,3 +1,4 @@ DIST mesa-20.3.5.tar.xz 14367412 BLAKE2B 7bad876ce702158e727a752eda6722e7165b497fd3a485dae4e989f22b13288a93f51bcd5e6a69b979f0bbe41599fa237c08f3bbb81cb9c6dc4c06827f8ad5f4 SHA512 481e710ed80d8f215a8d541cfe51b960862c2403c2b9e7e6932c8236b8decb5d478871d6c73559d6d795ada143803764f3a93b2329588c80f62e2e5ec98c78a9 DIST mesa-21.0.1.tar.xz 14648932 BLAKE2B 70e1277336320d7b4351c72f42a72cbcb91dcbc46cc1bf30996b8895bbc30552265404508130c828b67a7d045c9f6eece5ac3d07c2443cea581774c585ba0b69 SHA512 b31b78778b6092dfaf0712f90de3074217574389c4236f8379c127739874f6bd1b47883140a26445d25e58df87e6207278efd048453096ee710d334b1dcfe419 DIST mesa-21.0.2.tar.xz 14671512 BLAKE2B 5733e65e7e8ffe3e6bed17f499c4d40d2dfbd3dafef967f6b1dbbd14089734640aed02d39568a32d362cc27b4125f425874c25625fd58731500910427dc6c594 SHA512 c3d7969b56e1c31ee642e3b7143d565c4233173dab7cc5576b686c873c27134dc8292a9f2caa0a0dd3c54d0c89d27d6030f36a2c84f85dcedee7ae80b19e5c3b +DIST mesa-21.1.0-rc2.tar.xz 15053612 BLAKE2B 25d83aebf4498e1e0ad096999a97b8b8e336b066c19507ee104191d64c495208711e2bb91a62d8dfc4d7b1654dc623a94ad54c9d1951b37182dd8291fff82cd9 SHA512 1f8cbbbc597519a025e9adf34e65b176781ebdab3d3b7ed20312bef79d727da4c778ac7daf94cef8d652c0e05f77fe534cf347d4bebeb00c682d0d807a148f5d diff --git a/media-libs/mesa/mesa-21.1.0_rc2.ebuild b/media-libs/mesa/mesa-21.1.0_rc2.ebuild new file mode 100644 index 000..1c0e0aaca5d --- /dev/null +++ b/media-libs/mesa/mesa-21.1.0_rc2.ebuild @@ -0,0 +1,564 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit llvm meson multilib-minimal python-any-r1 linux-info + +OPENGL_DIR="xorg-x11" + +MY_P="${P/_/-}" + +DESCRIPTION="OpenGL-like graphic library for Linux" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"; + +if [[ ${PV} == ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git"; + inherit git-r3 +else + SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz"; + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +fi + +LICENSE="MIT" +SLOT="0" +RESTRICT=" + !test? ( test ) +" + +RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" +VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 intel iris lima nouveau panfrost v3d vc4 virgl vivante vmware" +for card in ${VIDEO_CARDS}; do + IUSE_VIDEO_CARDS+=" video_cards_${card}" +done + +IUSE="${IUSE_VIDEO_CARDS} + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +llvm + lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan + vulkan-overlay wayland +X xa xvmc zink +zstd" + +REQUIRED_USE=" + d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) + gles1? ( egl ) + gles2? ( egl ) + osmesa? ( gallium ) + vulkan? ( dri3 + video_cards_radeonsi? ( llvm ) ) + vulkan-overlay? ( vulkan ) + wayland? ( egl gbm ) + video_cards_freedreno? ( gallium ) + video_cards_intel? ( classic ) + video_cards_i915? ( || ( classic gallium ) ) + video_cards_i965? ( classic ) + video_cards_iris? ( gallium ) + video_cards_lima? ( gallium ) + video_cards_nouveau? ( || ( classic gallium ) ) + video_cards_panfrost? ( gallium ) + video_cards_radeon? ( || ( classic gallium ) + gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) + video_cards_r100? ( classic ) + video_cards_r200? ( classic ) + video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) + video_cards_r600? ( gallium ) + video_cards_radeonsi? ( gallium llvm ) + video_cards_v3d? ( gallium ) + video_cards_vc4? ( gallium ) + video_cards_virgl? ( gallium ) + video_cards_vivante? ( gallium gbm ) + video_cards_vmware? ( gallium ) + xa? ( X ) + xvmc? ( X ) + zink? ( gallium vulkan ) +" + +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.105" +RDEPEND=" + >=dev-libs/expat-2.1.0-r3:=[${MULTILIB
[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/
commit: 0ac2995fa04ca0290bc6c8600510705ca7418231 Author: Stephan Hartmann gentoo org> AuthorDate: Wed Apr 21 21:23:35 2021 + Commit: Stephan Hartmann gentoo org> CommitDate: Wed Apr 21 21:24:09 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac2995f www-client/microsoft-edge-dev: bump to 91.0.864.1 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Stephan Hartmann gentoo.org> www-client/microsoft-edge-dev/Manifest | 1 + .../microsoft-edge-dev-91.0.864.1.ebuild | 105 + 2 files changed, 106 insertions(+) diff --git a/www-client/microsoft-edge-dev/Manifest b/www-client/microsoft-edge-dev/Manifest index f9db4bd4be6..e3a109ea8e7 100644 --- a/www-client/microsoft-edge-dev/Manifest +++ b/www-client/microsoft-edge-dev/Manifest @@ -1,3 +1,4 @@ DIST microsoft-edge-dev_91.0.838.3-1_amd64.deb 99149360 BLAKE2B 291c37cc86ae8c4716562575256c4c0792ce40dc792a309041838d75e34611acb3acae53c6ca5685776b75238fee99cc4adae31fa6e5ad8ab72583672d4abbdc SHA512 fc5231f411e6f9ab1ee912fb7146d6ff17caadb7ab60d616ba3c02e05676252d348595822418dd2a93dd57135050f8ff4691c277c1c7a13026f4635f4cb8e6ff DIST microsoft-edge-dev_91.0.845.2-1_amd64.deb 99469796 BLAKE2B 2d18981e720ce549a56f06290e0642deb06db78a7253f91923a1f647a9edcb9f1bd74d5742d49bde831dfe220cfcc1af5897961f1dd8f915cdd72a1136934daf SHA512 abd62955e9b15103cc70a6923009303c210a388f6c5469119aee3a92bd1d7ec12bf9cd4efb73fcdec053bcf17ce9d57d9f377be52a547310e4a855eb5329b0f0 DIST microsoft-edge-dev_91.0.852.0-1_amd64.deb 99206306 BLAKE2B a99909e40aeabb92176f23a761e7ca347f3e4182acad88cd5ccf13bbbd75ac0bd7fcc9adfa0950998e09183235a7b4f1fb8698d6780d6305706a22d116043147 SHA512 ce25a7ed5511bfd9593a2fb56fc53a1fcee3d2d8336e1acac568e31f273be16be7383a3929c28533fafe1e653f55cdb54352ee43911847cf6dad385b9d98ae41 +DIST microsoft-edge-dev_91.0.864.1-1_amd64.deb 99491094 BLAKE2B 50eacb4694798151394e59d4e496074c66764ed7091eb9934a4b32b6f57f5701e8b4524669bcd35b02b3acd6c2abfa2aeef1bc379056e20b93ce45514a1ca482 SHA512 26b24580d0ae0b1096624fe6a8e1f7ccca187f2e53f0e472783e036066222907fd428c0e448eecd1527667ceedb835c3e370915433dc359f54f9d2159273d43f diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-91.0.864.1.ebuild b/www-client/microsoft-edge-dev/microsoft-edge-dev-91.0.864.1.ebuild new file mode 100644 index 000..5a6a21e554d --- /dev/null +++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-91.0.864.1.ebuild @@ -0,0 +1,105 @@ +# Copyright 2011-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit chromium-2 desktop pax-utils unpacker xdg + +DESCRIPTION="The web browser from Microsoft" +HOMEPAGE="https://www.microsoft.com/en-us/edge"; + +if [[ ${PN} == microsoft-edge ]]; then + MY_PN=${PN}-stable +else + MY_PN=${PN} +fi + +KEYWORDS="-* ~amd64" + +MY_P="${MY_PN}_${PV}-1" + +SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb"; + +LICENSE="microsoft-edge" +SLOT="0" +RESTRICT="bindist mirror strip" + +RDEPEND=" + app-accessibility/at-spi2-atk:2 + app-accessibility/at-spi2-core:2 + app-misc/ca-certificates + dev-libs/atk + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-fonts/liberation-fonts + media-libs/alsa-lib + media-libs/mesa[gbm] + net-misc/wget + net-print/cups + sys-apps/dbus + sys-apps/util-linux + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3[X] + x11-libs/libdrm + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/libxcb + x11-libs/libxkbcommon + x11-libs/libxshmfence + x11-libs/pango + x11-misc/xdg-utils +" + +QA_PREBUILT="*" +QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop" +S=${WORKDIR} +EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}" + +pkg_nofetch() { + eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures." +} + +pkg_pretend() { + # Protect against people using autounmask overzealously + use amd64 || die "microsoft-edge only works on amd64" +} + +pkg_setup() { + chromium_suid_sandbox_check_kernel_config +} + +src_unpack() { + : +} + +src_install() { + dodir / + cd "${ED}" || die + unpacker + + rm _gpgorigin || die + + rm -r etc usr/share/menu || die + mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die + + gzip -d usr/share/doc/${PF}/changelog.gz || die + gzip -d usr/share/man/man1/${MY_PN}.1.gz || die + + local suffix= + [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta + [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev + + local size + for size in 16 24 32 48 64 128 256 ; do +
[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/
commit: 2f9647c23192c1d04c7d6845e2646f477712c62b Author: Stephan Hartmann gentoo org> AuthorDate: Wed Apr 21 21:23:57 2021 + Commit: Stephan Hartmann gentoo org> CommitDate: Wed Apr 21 21:24:09 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9647c2 www-client/microsoft-edge-dev: remove old Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Stephan Hartmann gentoo.org> www-client/microsoft-edge-dev/Manifest | 1 - .../microsoft-edge-dev-91.0.838.3.ebuild | 114 - 2 files changed, 115 deletions(-) diff --git a/www-client/microsoft-edge-dev/Manifest b/www-client/microsoft-edge-dev/Manifest index e3a109ea8e7..cfbbd1ff632 100644 --- a/www-client/microsoft-edge-dev/Manifest +++ b/www-client/microsoft-edge-dev/Manifest @@ -1,4 +1,3 @@ -DIST microsoft-edge-dev_91.0.838.3-1_amd64.deb 99149360 BLAKE2B 291c37cc86ae8c4716562575256c4c0792ce40dc792a309041838d75e34611acb3acae53c6ca5685776b75238fee99cc4adae31fa6e5ad8ab72583672d4abbdc SHA512 fc5231f411e6f9ab1ee912fb7146d6ff17caadb7ab60d616ba3c02e05676252d348595822418dd2a93dd57135050f8ff4691c277c1c7a13026f4635f4cb8e6ff DIST microsoft-edge-dev_91.0.845.2-1_amd64.deb 99469796 BLAKE2B 2d18981e720ce549a56f06290e0642deb06db78a7253f91923a1f647a9edcb9f1bd74d5742d49bde831dfe220cfcc1af5897961f1dd8f915cdd72a1136934daf SHA512 abd62955e9b15103cc70a6923009303c210a388f6c5469119aee3a92bd1d7ec12bf9cd4efb73fcdec053bcf17ce9d57d9f377be52a547310e4a855eb5329b0f0 DIST microsoft-edge-dev_91.0.852.0-1_amd64.deb 99206306 BLAKE2B a99909e40aeabb92176f23a761e7ca347f3e4182acad88cd5ccf13bbbd75ac0bd7fcc9adfa0950998e09183235a7b4f1fb8698d6780d6305706a22d116043147 SHA512 ce25a7ed5511bfd9593a2fb56fc53a1fcee3d2d8336e1acac568e31f273be16be7383a3929c28533fafe1e653f55cdb54352ee43911847cf6dad385b9d98ae41 DIST microsoft-edge-dev_91.0.864.1-1_amd64.deb 99491094 BLAKE2B 50eacb4694798151394e59d4e496074c66764ed7091eb9934a4b32b6f57f5701e8b4524669bcd35b02b3acd6c2abfa2aeef1bc379056e20b93ce45514a1ca482 SHA512 26b24580d0ae0b1096624fe6a8e1f7ccca187f2e53f0e472783e036066222907fd428c0e448eecd1527667ceedb835c3e370915433dc359f54f9d2159273d43f diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-91.0.838.3.ebuild b/www-client/microsoft-edge-dev/microsoft-edge-dev-91.0.838.3.ebuild deleted file mode 100644 index 07e3b73f875..000 --- a/www-client/microsoft-edge-dev/microsoft-edge-dev-91.0.838.3.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 2011-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit chromium-2 desktop pax-utils unpacker xdg-utils - -DESCRIPTION="The web browser from Microsoft" -HOMEPAGE="https://www.microsoft.com/en-us/edge"; - -if [[ ${PN} == microsoft-edge ]]; then - MY_PN=${PN}-stable -else - MY_PN=${PN} -fi - -KEYWORDS="-* ~amd64" - -MY_P="${MY_PN}_${PV}-1" - -SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb"; - -LICENSE="microsoft-edge" -SLOT="0" -RESTRICT="bindist mirror strip" - -RDEPEND=" - app-accessibility/at-spi2-atk:2 - app-accessibility/at-spi2-core:2 - app-misc/ca-certificates - dev-libs/atk - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - media-fonts/liberation-fonts - media-libs/alsa-lib - media-libs/mesa[gbm] - net-misc/wget - net-print/cups - sys-apps/dbus - sys-apps/util-linux - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3[X] - x11-libs/libdrm - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrandr - x11-libs/libxcb - x11-libs/libxkbcommon - x11-libs/pango - x11-misc/xdg-utils -" - -QA_PREBUILT="*" -QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop" -S=${WORKDIR} -EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}" - -pkg_nofetch() { - eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures." -} - -pkg_pretend() { - # Protect against people using autounmask overzealously - use amd64 || die "microsoft-edge only works on amd64" -} - -pkg_setup() { - chromium_suid_sandbox_check_kernel_config -} - -src_unpack() { - : -} - -src_install() { - dodir / - cd "${ED}" || die - unpacker - - rm _gpgorigin || die - - rm -r etc usr/share/menu || die - mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die - - gzip -d usr/share/doc/${PF}/changelog.gz || die - gzip -d usr/share/man/man1/${MY_PN}.1.gz || die - - local suffix= - [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta - [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev - - local size - for size in 16 24 32 48 64 128 256 ; do - newicon -s ${size}
[gentoo-commits] repo/gentoo:master commit in: app-misc/ckb/
commit: 04d823027daf8b17a875e0396669fd4e744bc6c5 Author: Tony Vroon gentoo org> AuthorDate: Wed Apr 21 21:13:33 2021 + Commit: Tony Vroon gentoo org> CommitDate: Wed Apr 21 21:14:19 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d82302 app-misc/ckb: Fix systemd unit install. As pointed out by John "ajak" Helmert III, the automatic detection of systemd vs OpenRC can fail. Override it with a USE-flag, and use that to simplify the first-use elog messages. Closes: https://bugs.gentoo.org/783789 Signed-Off-By: Tony Vroon gentoo.org> Package-Manager: Portage-3.0.17, Repoman-3.0.2 app-misc/ckb/ckb-0.4.4-r1.ebuild | 61 1 file changed, 61 insertions(+) diff --git a/app-misc/ckb/ckb-0.4.4-r1.ebuild b/app-misc/ckb/ckb-0.4.4-r1.ebuild new file mode 100644 index 000..7b290d85ef3 --- /dev/null +++ b/app-misc/ckb/ckb-0.4.4-r1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg cmake + +DESCRIPTION="Corsair K65/K70/K95 Driver" +HOMEPAGE="https://github.com/ckb-next/ckb-next"; +SRC_URI="https://github.com/ckb-next/ckb-next/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="systemd" + +RDEPEND=" + dev-libs/libdbusmenu-qt + dev-libs/quazip:0= + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + media-sound/pulseaudio + virtual/libudev:= + x11-libs/libX11 + x11-libs/libxcb:= + x11-libs/xcb-util-wm" +DEPEND="${RDEPEND}" +BDEPEND="dev-qt/linguist-tools:5" + +S="${WORKDIR}/${PN}-next-${PV}" + +src_configure() { + local mycmakeargs=( + -DDISABLE_UPDATER=yes + -DFORCE_INIT_SYSTEM=$(usex systemd systemd openrc) + ) + cmake_src_configure +} + +src_install() { + cmake_src_install + dodoc CHANGELOG.md + + newinitd "${FILESDIR}"/ckb.initd ckb-daemon +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + elog "The ckb daemon will have to be started before use:" + elog + if use systemd ; then + elog "# systemctl start ckb-next-daemon" + else + elog "# rc-service ckb start" + fi + fi +}
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luasystem/
commit: 9784b9c944a6b52e5bc36ba1187b3af82d1af16f Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:59:33 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 21:02:53 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9784b9c9 dev-lua/luasystem: add missing cliargs for test Bug: https://bugs.gentoo.org/784848 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild index 8eb4071008f..005889f82ce 100644 --- a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild +++ b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild @@ -26,6 +26,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] ${RDEPEND} ) "
[gentoo-commits] repo/gentoo:master commit in: dev-lua/mpack/
commit: e8319587445b7e0ae81f1d49798a314177fba8ce Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 21:02:38 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 21:02:54 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8319587 dev-lua/mpack: add missing cliargs for test Closes: https://bugs.gentoo.org/784848 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/mpack/mpack-1.0.8-r100.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/mpack/mpack-1.0.8-r100.ebuild b/dev-lua/mpack/mpack-1.0.8-r100.ebuild index b2f7d532f5a..7116644b690 100644 --- a/dev-lua/mpack/mpack-1.0.8-r100.ebuild +++ b/dev-lua/mpack/mpack-1.0.8-r100.ebuild @@ -30,6 +30,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] ${RDEPEND} ) "
[gentoo-commits] repo/gentoo:master commit in: dev-lua/mediator_lua/
commit: e15aea40da0e9d16de74e64b002b58ba0b5fc3bf Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 21:01:20 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 21:02:54 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15aea40 dev-lua/mediator_lua: add missing cliargs for test Bug: https://bugs.gentoo.org/784848 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild index be55ff9c96d..446f79f19cd 100644 --- a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild +++ b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild @@ -25,6 +25,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] ${RDEPEND} ) "
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luacheck/
commit: 162440b37abf1087555a653cbc3a50184d6a944e Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:55:43 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 21:02:50 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162440b3 dev-lua/luacheck: add missing cliargs for test Bug: https://bugs.gentoo.org/784848 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luacheck/luacheck-0.24.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/luacheck/luacheck-0.24.0.ebuild b/dev-lua/luacheck/luacheck-0.24.0.ebuild index baaa8dfdfa5..b74b9ffb905 100644 --- a/dev-lua/luacheck/luacheck-0.24.0.ebuild +++ b/dev-lua/luacheck/luacheck-0.24.0.ebuild @@ -30,6 +30,7 @@ BDEPEND=" doc? ( dev-python/sphinx ) test? ( dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] ${RDEPEND} ) "
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luassert/
commit: 177ca19db3cf003f0f4839cbb049312284adfea8 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:58:28 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 21:02:52 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177ca19d dev-lua/luassert: add missing cliargs for test Bug: https://bugs.gentoo.org/784848 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luassert/luassert-1.8.0-r101.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/luassert/luassert-1.8.0-r101.ebuild b/dev-lua/luassert/luassert-1.8.0-r101.ebuild index 9e343372d3b..4131cf93832 100644 --- a/dev-lua/luassert/luassert-1.8.0-r101.ebuild +++ b/dev-lua/luassert/luassert-1.8.0-r101.ebuild @@ -27,6 +27,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] ${RDEPEND} ) "
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luacov/
commit: 35c7b656bc273fde6cca26a775af49a7085dbd94 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:57:14 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 21:02:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c7b656 dev-lua/luacov: add missing cliargs for test Bug: https://bugs.gentoo.org/784848 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luacov/luacov-0.14.0-r100.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/luacov/luacov-0.14.0-r100.ebuild b/dev-lua/luacov/luacov-0.14.0-r100.ebuild index 14729733d8e..e9d0694d683 100644 --- a/dev-lua/luacov/luacov-0.14.0-r100.ebuild +++ b/dev-lua/luacov/luacov-0.14.0-r100.ebuild @@ -24,6 +24,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] ${RDEPEND} ) "
[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/
commit: 889015a75e63c0754744fc9a16b983b5e514c0ea Author: Stephan Hartmann gentoo org> AuthorDate: Wed Apr 21 20:48:13 2021 + Commit: Stephan Hartmann gentoo org> CommitDate: Wed Apr 21 20:48:25 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889015a7 www-plugins/chrome-binary-plugins: automated update (91.0.4472.19) Signed-off-by: Stephan Hartmann gentoo.org> www-plugins/chrome-binary-plugins/Manifest | 2 +- 10_alpha.ebuild => chrome-binary-plugins-91.0.4472.19_alpha.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index b8bcb0e208c..0f4924fc7cb 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_90.0.4430.85-1_amd64.deb 83343800 BLAKE2B 2a91d5a3c514cae569d58b71224fcaa194634b8018d4c7586df971e1886fa7bd2530493ba67acff7233b62696217b07ce8d593f752465fda1c8ca1e7da568f89 SHA512 c8f15a52181050ff06f8e85f6925ef205391a9bbc45275d2c973dc2f2fc677b2df1b5da0c8d41be0aad4ff4fce250c2035cb5fcd58211cf237c7ef3866202102 DIST google-chrome-stable_90.0.4430.85-1_amd64.deb 8276 BLAKE2B bc6f310403c83c41d9ea0069cb22eb640ead3efd6140f3b071806f04874a386a7cb0c3be9ccd6752ffb28cf09f8675dabb25d454d107f1e8a8ec713cf6dedfee SHA512 7a1453161acaeb67bc8ce2df15fd2870b903968581567761ef939ea91665fd36f71019b37193f7d667c79e8c25a9222be5523947eb50bbf1e4b5f79c6468ff69 -DIST google-chrome-unstable_91.0.4472.10-1_amd64.deb 78576856 BLAKE2B 7c78ec216b457c3335e1513b0e414f42f336e64b0e8dcd7a999a2bb7855dc79a3a9d5da8eee8b4f43212a388f92e33b5094eb1ffcba0b564d976659563519101 SHA512 376692d11e04a1d2f580133cab243a28a24d21a9044abbeb63531113693eb5b3d3b4cdc78442ea7cdf6fd30107a21fcd88a7243ac19198fa8e3603de98259613 +DIST google-chrome-unstable_91.0.4472.19-1_amd64.deb 77692480 BLAKE2B 616d716ba62a17f6ba715346f77ae66c3bf9fb98be3804a33d75acd8b4c8c65148f5745771773744a1411a3f517084e8e46b375432b5f0826f2e2af74b1e5553 SHA512 f2a844ee160bdfb838e7647141bfc0e10e843805a0cbe0e0d16a618308dfd0bc16b62b7596a2930eed6221a30e79634c631417a5571bcd70cc9364d27bd4482e diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4472.10_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4472.19_alpha.ebuild similarity index 100% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4472.10_alpha.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-91.0.4472.19_alpha.ebuild
[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/
commit: 4d412e084796799fdb7a1dbd0bf70bde00ea4f85 Author: Stephan Hartmann gentoo org> AuthorDate: Wed Apr 21 20:48:04 2021 + Commit: Stephan Hartmann gentoo org> CommitDate: Wed Apr 21 20:48:25 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d412e08 www-client/google-chrome-unstable: automated update (91.0.4472.19) Signed-off-by: Stephan Hartmann gentoo.org> www-client/google-chrome-unstable/Manifest | 2 +- ...e-91.0.4472.10.ebuild => google-chrome-unstable-91.0.4472.19.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/google-chrome-unstable/Manifest b/www-client/google-chrome-unstable/Manifest index 07339045571..f27225ee99a 100644 --- a/www-client/google-chrome-unstable/Manifest +++ b/www-client/google-chrome-unstable/Manifest @@ -1 +1 @@ -DIST google-chrome-unstable_91.0.4472.10-1_amd64.deb 78576856 BLAKE2B 7c78ec216b457c3335e1513b0e414f42f336e64b0e8dcd7a999a2bb7855dc79a3a9d5da8eee8b4f43212a388f92e33b5094eb1ffcba0b564d976659563519101 SHA512 376692d11e04a1d2f580133cab243a28a24d21a9044abbeb63531113693eb5b3d3b4cdc78442ea7cdf6fd30107a21fcd88a7243ac19198fa8e3603de98259613 +DIST google-chrome-unstable_91.0.4472.19-1_amd64.deb 77692480 BLAKE2B 616d716ba62a17f6ba715346f77ae66c3bf9fb98be3804a33d75acd8b4c8c65148f5745771773744a1411a3f517084e8e46b375432b5f0826f2e2af74b1e5553 SHA512 f2a844ee160bdfb838e7647141bfc0e10e843805a0cbe0e0d16a618308dfd0bc16b62b7596a2930eed6221a30e79634c631417a5571bcd70cc9364d27bd4482e diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-91.0.4472.10.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-91.0.4472.19.ebuild similarity index 100% rename from www-client/google-chrome-unstable/google-chrome-unstable-91.0.4472.10.ebuild rename to www-client/google-chrome-unstable/google-chrome-unstable-91.0.4472.19.ebuild
[gentoo-commits] repo/gentoo:master commit in: dev-lua/mpack/
commit: fde01b70e0caf55ff8e2fee2ce024f69325c8429 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:43:14 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:43:14 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde01b70 dev-lua/mpack: add missing LUA_REQUIRED_USE Closes: https://bugs.gentoo.org/784170 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/mpack/mpack-1.0.8-r100.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/mpack/mpack-1.0.8-r100.ebuild b/dev-lua/mpack/mpack-1.0.8-r100.ebuild index adadf5620c2..b2f7d532f5a 100644 --- a/dev-lua/mpack/mpack-1.0.8-r100.ebuild +++ b/dev-lua/mpack/mpack-1.0.8-r100.ebuild @@ -18,6 +18,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" IUSE="test" +REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-lua/busted-htest/
commit: ec4cc6096c166092876e803972b3c4a5eea6f48d Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:38:14 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:39:42 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4cc609 dev-lua/busted-htest: add missing LUA_REQUIRED_USE Bug: https://bugs.gentoo.org/784170 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild b/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild index 2e4775d03bc..4bc451024b7 100644 --- a/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild +++ b/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild @@ -14,6 +14,7 @@ SRC_URI="https://github.com/hishamhm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 x86" +REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" dev-lua/busted[${LUA_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luasystem/
commit: 80a119b31508e83ac751a0f3bf8e6eae0aa91859 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:41:47 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:41:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a119b3 dev-lua/luasystem: add missing LUA_REQUIRED_USE Bug: https://bugs.gentoo.org/784170 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild index 1fb6447654a..8eb4071008f 100644 --- a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild +++ b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild @@ -17,6 +17,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86" IUSE="test" +REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" RDEPEND="${LUA_DEPS}"
[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-argparse/
commit: eb8c1d04498ed2d50d419db79838e77954a98758 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:39:30 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:39:50 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8c1d04 dev-lua/lua-argparse: add missing LUA_REQUIRED_USE Bug: https://bugs.gentoo.org/784170 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild index 699ceee9717..1a1b91e090e 100644 --- a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild +++ b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild @@ -15,6 +15,7 @@ S="${WORKDIR}/${PN//lua-/}-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 x86" +REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND="${LUA_DEPS}" DEPEND="${RDEPEND}"
[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lazygit/
commit: a44fb32a4adc6028b30a28b80d227d04ffb52fb2 Author: Sergey Torokhov yandex ru> AuthorDate: Wed Apr 21 20:34:07 2021 + Commit: Sergey Torokhov yandex ru> CommitDate: Wed Apr 21 20:34:07 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a44fb32a dev-vcs/lazygit: drop 0.27.2, 0.27.3 Signed-off-by: Sergey Torokhov yandex.ru> dev-vcs/lazygit/Manifest | 2 -- dev-vcs/lazygit/lazygit-0.27.2.ebuild | 36 --- dev-vcs/lazygit/lazygit-0.27.3.ebuild | 36 --- 3 files changed, 74 deletions(-) diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest index b9ca396a7..fe8620e71 100644 --- a/dev-vcs/lazygit/Manifest +++ b/dev-vcs/lazygit/Manifest @@ -1,6 +1,4 @@ DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B e2254ea3998f8be17f0c75d328975b30af21e1eddc070e6e1c2711b54e8a7e1a4f24d91a0eb80451480547d26c9b01ac23e43ea73d59cc4a6bcc158992c73987 SHA512 281a0e67b75c6dc69baf64bbcaeb20844874528564093ae2c64159d1c92eaaaebf73a176730fb80db9a2055cfcdd2c8ba77a12566ef94c182eb5ef16e2d677b9 DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559 SHA512 abdc8cfc509c77e4b7a249a32a000f3f80e9e5c11d26b48c3882fc49e9da1e477573590a16fa9c03ccb81d6342173f4abfa16031392d8180e7ca70071d503b3a -DIST lazygit-0.27.2.tar.gz 3214004 BLAKE2B fb6cdf0664ae5510c2bcca00f478a76bb3e4e69b6cc8714ab97d0cf1c638fef450e320b3072a8e3971847d55053245ad575466fcdf62942b176c1571d22f1bf1 SHA512 eba628a80465054355750cafc31ed31ea22356c548441c4397a9762efeddb752ce9be6f7a125333ad8d619aff0959226785bdb22b99d918da0f3ce1153fb59bc -DIST lazygit-0.27.3.tar.gz 3214304 BLAKE2B 05db27847fb90bd56f81055b55138a4266254aab76c52a95d5b6bd70d45741a1eeb84fe120e8ddd10c0b4f7539c003bba8d5b577952968afd164331cecf4 SHA512 1379edd0c939d4e434a91d9508dd0895851503be06a9b86e9778e5fa27c7062db565d922b78db11b3eec46bf6261445002125dcff2b10e26d3a592c4420f3d16 DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc SHA512 a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d DIST lazygit-0.28.1.tar.gz 3222346 BLAKE2B 8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69 SHA512 8e477216f2f93b3e1d9a5d2c771d05a180e5f193a84afb6d8f93b6fa1d91a7efac89e6e43c5c1c0034c19a19f7e6dada6eed69402cabf5ca2860284fb2c6e232 diff --git a/dev-vcs/lazygit/lazygit-0.27.2.ebuild b/dev-vcs/lazygit/lazygit-0.27.2.ebuild deleted file mode 100644 index 233a104b0..0 --- a/dev-vcs/lazygit/lazygit-0.27.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGO_PN="github.com/jesseduffield/lazygit" - -inherit golang-build golang-vcs-snapshot - -DESCRIPTION="Lazygit, a simple terminal UI for git commands" -HOMEPAGE="https://github.com/jesseduffield/lazygit"; -SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -DEPEND=( sys-libs/glibc ) -RDEPEND=( - ${DEPEND} - dev-vcs/git -) - -DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md ) - -src_compile() { - GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die -} - -src_install() { - dobin bin/lazygit - - use doc && dodoc -r "src/${EGO_PN}/docs/." - einstalldocs -} diff --git a/dev-vcs/lazygit/lazygit-0.27.3.ebuild b/dev-vcs/lazygit/lazygit-0.27.3.ebuild deleted file mode 100644 index 233a104b0..0 --- a/dev-vcs/lazygit/lazygit-0.27.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGO_PN="github.com/jesseduffield/lazygit" - -inherit golang-build golang-vcs-snapshot - -DESCRIPTION="Lazygit, a simple terminal UI for git commands" -HOMEPAGE="https://github.com/jesseduffield/lazygit"; -SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -DEPEND=( sys-libs/glibc ) -RDEPEND=( - ${DEPEND} - dev-vcs/git -) - -DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md ) - -src_compile() { - GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die -} - -src_install() { - dobin bin/lazygit - - use doc && dodoc -r "src/${EGO_PN}/docs/." - einstalldocs -}
[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lazygit/
commit: 6a0bda123545efc51aa1336cb20c66049206347a Author: Sergey Torokhov yandex ru> AuthorDate: Wed Apr 21 20:32:52 2021 + Commit: Sergey Torokhov yandex ru> CommitDate: Wed Apr 21 20:32:52 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a0bda12 dev-vcs/lazygit: 0.28.1 version bump Signed-off-by: Sergey Torokhov yandex.ru> dev-vcs/lazygit/Manifest | 1 + dev-vcs/lazygit/lazygit-0.28.1.ebuild | 36 +++ 2 files changed, 37 insertions(+) diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest index af7a4c369..b9ca396a7 100644 --- a/dev-vcs/lazygit/Manifest +++ b/dev-vcs/lazygit/Manifest @@ -3,3 +3,4 @@ DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 9c48e6d0ee176ed1a49a684c4ad65ba139329 DIST lazygit-0.27.2.tar.gz 3214004 BLAKE2B fb6cdf0664ae5510c2bcca00f478a76bb3e4e69b6cc8714ab97d0cf1c638fef450e320b3072a8e3971847d55053245ad575466fcdf62942b176c1571d22f1bf1 SHA512 eba628a80465054355750cafc31ed31ea22356c548441c4397a9762efeddb752ce9be6f7a125333ad8d619aff0959226785bdb22b99d918da0f3ce1153fb59bc DIST lazygit-0.27.3.tar.gz 3214304 BLAKE2B 05db27847fb90bd56f81055b55138a4266254aab76c52a95d5b6bd70d45741a1eeb84fe120e8ddd10c0b4f7539c003bba8d5b577952968afd164331cecf4 SHA512 1379edd0c939d4e434a91d9508dd0895851503be06a9b86e9778e5fa27c7062db565d922b78db11b3eec46bf6261445002125dcff2b10e26d3a592c4420f3d16 DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc SHA512 a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d +DIST lazygit-0.28.1.tar.gz 3222346 BLAKE2B 8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69 SHA512 8e477216f2f93b3e1d9a5d2c771d05a180e5f193a84afb6d8f93b6fa1d91a7efac89e6e43c5c1c0034c19a19f7e6dada6eed69402cabf5ca2860284fb2c6e232 diff --git a/dev-vcs/lazygit/lazygit-0.28.1.ebuild b/dev-vcs/lazygit/lazygit-0.28.1.ebuild new file mode 100644 index 0..233a104b0 --- /dev/null +++ b/dev-vcs/lazygit/lazygit-0.28.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGO_PN="github.com/jesseduffield/lazygit" + +inherit golang-build golang-vcs-snapshot + +DESCRIPTION="Lazygit, a simple terminal UI for git commands" +HOMEPAGE="https://github.com/jesseduffield/lazygit"; +SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +DEPEND=( sys-libs/glibc ) +RDEPEND=( + ${DEPEND} + dev-vcs/git +) + +DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md ) + +src_compile() { + GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die +} + +src_install() { + dobin bin/lazygit + + use doc && dodoc -r "src/${EGO_PN}/docs/." + einstalldocs +}
[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-cjson/
commit: d4b82f45c6606522bfc2a547b93c56424a69d0d2 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:17:31 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:35 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b82f45 dev-lua/lua-cjson: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-cjson/lua-cjson-2.1.0.8-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-cjson/lua-cjson-2.1.0.8-r100.ebuild b/dev-lua/lua-cjson/lua-cjson-2.1.0.8-r100.ebuild index e443289eeef..bd1135eaef0 100644 --- a/dev-lua/lua-cjson/lua-cjson-2.1.0.8-r100.ebuild +++ b/dev-lua/lua-cjson/lua-cjson-2.1.0.8-r100.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/openresty/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+internal-fpconv test +threads" REQUIRED_USE=" threads? ( internal-fpconv )
[gentoo-commits] repo/gentoo:master commit in: dev-lua/mpack/
commit: 9ec208656cff6641ae5da1d6bd9893735974507a Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:29:21 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:42 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec20865 dev-lua/mpack: add ~ppc ~ppc64 keyword Closes: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/mpack/mpack-1.0.8-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/mpack/mpack-1.0.8-r100.ebuild b/dev-lua/mpack/mpack-1.0.8-r100.ebuild index 46492c5bfd3..adadf5620c2 100644 --- a/dev-lua/mpack/mpack-1.0.8-r100.ebuild +++ b/dev-lua/mpack/mpack-1.0.8-r100.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luadbi/
commit: 598f6272bab4151b4c34e053af1cb2caec90ae37 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:23:54 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:39 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598f6272 dev-lua/luadbi: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luadbi/luadbi-0.7.2-r102.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild b/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild index 7e0a8cdd05c..4eeb7d93542 100644 --- a/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild +++ b/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/mwild1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ia64 x86" +KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 x86" IUSE="mysql postgres +sqlite test" REQUIRED_USE=" ${LUA_REQUIRED_USE}
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/
commit: 12f977d0bc976bed64db0b315c5007fdb6903e89 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:26:50 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:40 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f977d0 dev-lua/luaossl: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luaossl/luaossl-20200709-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luaossl/luaossl-20200709-r100.ebuild b/dev-lua/luaossl/luaossl-20200709-r100.ebuild index 42b394e4eca..9b396bab129 100644 --- a/dev-lua/luaossl/luaossl-20200709-r100.ebuild +++ b/dev-lua/luaossl/luaossl-20200709-r100.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="examples" REQUIRED_USE="${LUA_REQUIRED_USE}"
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/
commit: 5016bca9ce65b8dfd0656b4c83f94608da6c62d4 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:28:12 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:41 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5016bca9 dev-lua/luasec: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luasec/luasec-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luasec/luasec-1.0.ebuild b/dev-lua/luasec/luasec-1.0.ebuild index bbf5473827f..f221dfadcce 100644 --- a/dev-lua/luasec/luasec-1.0.ebuild +++ b/dev-lua/luasec/luasec-1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/brunoos/luasec/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="libressl" REQUIRED_USE="${LUA_REQUIRED_USE}"
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luacov/
commit: b69a05a1c933afb16f3baf94efc837c36890624d Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:22:25 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:38 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69a05a1 dev-lua/luacov: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luacov/luacov-0.14.0-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luacov/luacov-0.14.0-r100.ebuild b/dev-lua/luacov/luacov-0.14.0-r100.ebuild index 4ac32d2c415..14729733d8e 100644 --- a/dev-lua/luacov/luacov-0.14.0-r100.ebuild +++ b/dev-lua/luacov/luacov-0.14.0-r100.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/keplerproject/${PN}/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/
commit: f7f44809c7595d63a0faa643169fc0188e677f6a Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:21:16 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:37 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f44809 dev-lua/lua-zlib: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild b/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild index 66f100440d2..ae3efd99ede 100644 --- a/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaevent/
commit: a4bc4b70f15b91a9f5164dd049cb34aa138e0f87 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:25:12 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:40 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bc4b70 dev-lua/luaevent: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luaevent/luaevent-0.4.6-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luaevent/luaevent-0.4.6-r100.ebuild b/dev-lua/luaevent/luaevent-0.4.6-r100.ebuild index 542936bff6f..ae903f07099 100644 --- a/dev-lua/luaevent/luaevent-0.4.6-r100.ebuild +++ b/dev-lua/luaevent/luaevent-0.4.6-r100.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/harningt/luaevent/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-openssl/
commit: 7fc2e0493d1258aab6002417568c650334a329a5 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:18:43 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:36 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc2e049 dev-lua/lua-openssl: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild b/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild index d1e79376de0..76d3f21c3fc 100644 --- a/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild +++ b/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT openssl PHP-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="libressl test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmpack/
commit: ed25104c803fa757ad43d8b333058a494f6c6ea7 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:12:54 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:33 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed25104c dev-libs/libmpack: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/libmpack/libmpack-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmpack/libmpack-1.0.5.ebuild b/dev-libs/libmpack/libmpack-1.0.5.ebuild index 6b505fdff20..fdebde99d87 100644 --- a/dev-libs/libmpack/libmpack-1.0.5.ebuild +++ b/dev-libs/libmpack/libmpack-1.0.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x64-macos" DEPEND="" RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-bit32/
commit: 24712626abb29fb7b0cada3eeedb82447da4794e Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:16:25 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:34 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24712626 dev-lua/lua-bit32: add ~ppc ~ppc64 keyword Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild b/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild index 21af772b061..01596fb2355 100644 --- a/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild +++ b/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${MY_PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-lua/lanes/
commit: 5a8c86545617a234b5a9a374d881b130cef04aae Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:15:18 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:29:33 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8c8654 dev-lua/lanes: add ~ppc ~ppc64 keyword Bug: https://bugs.gentoo.org/783423 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lanes/lanes-3.13.0-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lanes/lanes-3.13.0-r100.ebuild b/dev-lua/lanes/lanes-3.13.0-r100.ebuild index cde181fd629..edb6e53cc3e 100644 --- a/dev-lua/lanes/lanes-3.13.0-r100.ebuild +++ b/dev-lua/lanes/lanes-3.13.0-r100.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/LuaLanes/lanes/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/
commit: 981c6f1b851d99dfe8b28c3b139b83218175818b Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Apr 21 20:23:21 2021 + Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Apr 21 20:23:37 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981c6f1b x11-misc/tabbed: drop old Closes: https://bugs.gentoo.org/780909 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> x11-misc/tabbed/tabbed-0.6.ebuild | 47 --- 1 file changed, 47 deletions(-) diff --git a/x11-misc/tabbed/tabbed-0.6.ebuild b/x11-misc/tabbed/tabbed-0.6.ebuild deleted file mode 100644 index 2848e538dac..000 --- a/x11-misc/tabbed/tabbed-0.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit savedconfig toolchain-funcs - -DESCRIPTION="Simple generic tabbed fronted to xembed aware applications" -HOMEPAGE="https://tools.suckless.org/tabbed"; -SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND=" - x11-base/xorg-proto - ${RDEPEND} -" - -src_prepare() { - sed config.mk \ - -e '/^CC/d' \ - -e 's|/usr/local|/usr|g' \ - -e 's|^CFLAGS.*|CFLAGS += -std=c99 -pedantic -Wall $(INCS) $(CPPFLAGS)|g' \ - -e 's|^LDFLAGS.*|LDFLAGS += $(CFLAGS) $(LIBS)|g' \ - -e 's|^LIBS.*|LIBS = -lX11|g' \ - -e 's|{|(|g;s|}|)|g' \ - -i || die - - sed Makefile \ - -e 's|{|(|g;s|}|)|g' \ - -e '/^[[:space:]]*@echo/d' \ - -e 's|^ @| |g' \ - -i || die - - restore_config config.h -} - -src_compile() { - emake CC=$(tc-getCC) -} -src_install() { - default - save_config config.h -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/
commit: 59a1c64b51f537094c44481d16e70b66e38f47c3 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Apr 21 20:22:23 2021 + Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Apr 21 20:23:36 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a1c64b x11-misc/tabbed: bump to EAPI=7 Bug: https://bugs.gentoo.org/780909 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> x11-misc/tabbed/tabbed-0.6-r1.ebuild | 48 1 file changed, 48 insertions(+) diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild b/x11-misc/tabbed/tabbed-0.6-r1.ebuild new file mode 100644 index 000..df9afe56b40 --- /dev/null +++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit savedconfig toolchain-funcs + +DESCRIPTION="Simple generic tabbed fronted to xembed aware applications" +HOMEPAGE="https://tools.suckless.org/tabbed"; +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND=" + x11-base/xorg-proto + ${RDEPEND} +" + +src_prepare() { + default + sed config.mk \ + -e '/^CC/d' \ + -e 's|/usr/local|/usr|g' \ + -e 's|^CFLAGS.*|CFLAGS += -std=c99 -pedantic -Wall $(INCS) $(CPPFLAGS)|g' \ + -e 's|^LDFLAGS.*|LDFLAGS += $(CFLAGS) $(LIBS)|g' \ + -e 's|^LIBS.*|LIBS = -lX11|g' \ + -e 's|{|(|g;s|}|)|g' \ + -i || die + + sed Makefile \ + -e 's|{|(|g;s|}|)|g' \ + -e '/^[[:space:]]*@echo/d' \ + -e 's|^ @| |g' \ + -i || die + + restore_config config.h +} + +src_compile() { + emake CC=$(tc-getCC) +} +src_install() { + default + save_config config.h +}
[gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/
commit: af88adecc727dc20c51399e3efd9916c69515337 Author: Rick Farina gentoo org> AuthorDate: Wed Apr 21 20:11:13 2021 + Commit: Rick Farina gentoo org> CommitDate: Wed Apr 21 20:11:32 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af88adec net-wireless/qdmr: bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Rick Farina gentoo.org> net-wireless/qdmr/Manifest| 2 +- net-wireless/qdmr/{qdmr-0.6.4-r1.ebuild => qdmr-0.7.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/qdmr/Manifest b/net-wireless/qdmr/Manifest index 97f71a1c692..6f48f497ace 100644 --- a/net-wireless/qdmr/Manifest +++ b/net-wireless/qdmr/Manifest @@ -1 +1 @@ -DIST qdmr-0.6.4.tar.gz 3711165 BLAKE2B 06371cd5ee964c3919ab18c272a7ca7f742f697b4a400d7f3e1a1f0081287047cfea29f6b13035409b22aa6cfa220b9383e8fbafb8e6fccd2ea6d4cb867b91e1 SHA512 43fe77f5b77868193d8af908f329730d7391ed44523119079a802dec6dcc0d254049a86943b80215fb2efa75c7d1c0e01a68f6b6986300a35851b479d47e535d +DIST qdmr-0.7.0.tar.gz 3743078 BLAKE2B 779329fcf8f091f237cdb851e03359c9a4679f687f3d9e995ee41869ce38b8f56baadd58bcba302a7f4c43ad76663946c90ebcb5b3bb1e01f94fa5bb6b2e8929 SHA512 d585e4331c267ff2d25de4e66ecc6f51b57190ab493a18699e40a870e5db07342183ce947b2b063a36a38fc7d122aaa174ebe3fd0695ea56dcde7f707ee0dfc5 diff --git a/net-wireless/qdmr/qdmr-0.6.4-r1.ebuild b/net-wireless/qdmr/qdmr-0.7.0.ebuild similarity index 88% rename from net-wireless/qdmr/qdmr-0.6.4-r1.ebuild rename to net-wireless/qdmr/qdmr-0.7.0.ebuild index a5ff3b02ae5..3ac2b78f892 100644 --- a/net-wireless/qdmr/qdmr-0.6.4-r1.ebuild +++ b/net-wireless/qdmr/qdmr-0.7.0.ebuild @@ -7,7 +7,7 @@ inherit cmake udev DESCRIPTION="GUI application for configuring and programming cheap DMR radios" HOMEPAGE="https://dm3mat.darc.de/qdmr/"; -SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v0.6.4.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-openssl/
commit: c58a9edbd762835c7b91280ea3ab3ba509a166b1 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:10:30 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:11:04 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58a9edb dev-lua/lua-openssl: disable TestCRL test Reported to upstream: https://github.com/zhaozg/lua-openssl/issues/231 Bug: https://bugs.gentoo.org/783423 Closes: https://bugs.gentoo.org/784851 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild b/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild index 64b5f3d8e52..d1e79376de0 100644 --- a/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild +++ b/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild @@ -49,9 +49,10 @@ src_prepare() { # Allow override of LUA* variables sed -e '/LUA /s/:=/?=/g' -e '/LUA_VERSION/s/:=/?=/g' -i Makefile || die - # Disable TestCMS test suite, as it fails + # Disable TestCMS and TestCRL test suite, as it fails # See: https://github.com/zhaozg/lua-openssl/issues/230 - sed -e '/6.cms.lua/d' -i test/test.lua || die + # See: https://github.com/zhaozg/lua-openssl/issues/231 + sed -e '/6.cms.lua/d' -e '/5.x509_crl.lua/d' -i test/test.lua || die # Prepare needed dependencies (source code files only) rm -r deps/{auxiliar,lua-compat} || die
[gentoo-commits] repo/gentoo:master commit in: www-apps/liquid_feedback_frontend/, www-apps/liquid_feedback_frontend/files/
commit: 22394d577a18d2198b9c734b737d29911809c858 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Apr 21 20:08:58 2021 + Commit: Alfredo Tupone gentoo org> CommitDate: Wed Apr 21 20:08:58 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22394d57 www-apps/liquid_feedback_frontend: version bump to 3.2.1 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> www-apps/liquid_feedback_frontend/Manifest | 1 + .../files/liquid_feedback.initd| 16 + .../liquid_feedback_frontend/files/myconfig-3.lua | 487 + .../liquid_feedback_frontend-3.2.1.ebuild | 46 ++ 4 files changed, 550 insertions(+) diff --git a/www-apps/liquid_feedback_frontend/Manifest b/www-apps/liquid_feedback_frontend/Manifest index 4abfed6f10f..862e9f0e6bc 100644 --- a/www-apps/liquid_feedback_frontend/Manifest +++ b/www-apps/liquid_feedback_frontend/Manifest @@ -1,3 +1,4 @@ DIST liquid_feedback_frontend-italian-2.2.7.tar.gz 7670 BLAKE2B 8131613849efdea1eaa1eda4f5620d7418d6b32c0f57b0aebb07c7dbe17afda2eee814733eada0656a159a93dda97a5a21e17db71baf3ca84e708caf502a4247 SHA512 63cfcb4a565fa570777c2f3d2dcec2e98f16415ad9f8a6d62076f4e2cdf0ddae95610688b6b7751a865344acb7b65f78e7cb1ae4103b24dacf63e3e346405918 DIST liquid_feedback_frontend-v2.2.7.tar.gz 362509 BLAKE2B 980e261ac9bddfb0f87757457fe58e93481e6d56dc0199b9fc72308e094aec21730f6d901f2e5c1b18a7f5993d1704cc91f64870c16c6215cbbf806095aabe12 SHA512 aa8c99e53c329dbf4659dabe617938d63b2aa42bab99ff4e200d4e15be8ed8ef5f64a71293fa796adde47525d1a76ece3b04cff982474eb2307a3fcd4f269d78 DIST liquid_feedback_frontend-v3.0.6.tar.gz 497521 BLAKE2B a9e7e7944b418a707a459093b41798818644e2d8aed47a48808c2bf7800acdcde61a04e07483dbb387264df2236b1b02f2410cb34f62bdec6244405db0cf3474 SHA512 d283d277cf6836c53398480c566158481fc65400e128bc4817975fd39c41e6e56b17f7f789a74b1b2a89f84aaf315101e9aa86a474c1817362443d03610fe6e9 +DIST liquid_feedback_frontend-v3.2.1.tar.gz 499832 BLAKE2B 6d9ead85fa7e47c04c4169b85ffa119737a798d94b236dbd7d11ae4c5d38cc072a71a45b52e250effa62dac65c3ebcd723061e395b05d9f31d0bb01f8e82f9b9 SHA512 1b5e5fc390a2a705c99145ea36556f9b14de4c052c4673e2c7f12148efe485feaf1a91781c016015c41465559204e906e3cad78e37f41289abd5ca27c4257bb3 diff --git a/www-apps/liquid_feedback_frontend/files/liquid_feedback.initd b/www-apps/liquid_feedback_frontend/files/liquid_feedback.initd new file mode 100755 index 000..0fe14172b52 --- /dev/null +++ b/www-apps/liquid_feedback_frontend/files/liquid_feedback.initd @@ -0,0 +1,16 @@ +#!/sbin/openrc-run +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +name="liquid feedback daemon" +description="Liquid Feedback Frontend" +command=/usr/bin/moonbridge +command_args="-l /var/log/liquid_feedback/lqfb.log /usr/lib/webmcp/bin/mcp.lua /usr/lib/webmcp /var/lib/liquid_feedback_frontend main myconfig-3" +pidfile=/run/lqfb.pid +command_user="apache:apache" +command_background=true + +depend() { + need net + need postgresql +} diff --git a/www-apps/liquid_feedback_frontend/files/myconfig-3.lua b/www-apps/liquid_feedback_frontend/files/myconfig-3.lua new file mode 100644 index 000..1a1c51f2ac3 --- /dev/null +++ b/www-apps/liquid_feedback_frontend/files/myconfig-3.lua @@ -0,0 +1,487 @@ +-- +-- MANDATORY (MUST BE CAREFULLY CHECKED AND PROPERLY SET!) +-- + +-- Name of this instance, defaults to name of config file +-- +config.instance_name = "Instance name" + + +-- Information about service provider (HTML) +-- +config.app_service_provider = "Snake Oil1 BerlinGermany" + + +-- A HTML formatted text the user has to accept while registering +-- +config.use_terms = "Terms of UseInsert terms here" + + +-- Checkbox(es) the user has to accept while registering +-- +--[[ +config.use_terms_checkboxes = { + { +name = "terms_of_use_v1", +html = "I accept the terms of use.", +not_accepted_error = "You have to accept the terms of use to be able to register." + }, + { +name = "extra_terms_of_use_v1", +html = "I accept the extra terms of use.", +not_accepted_error = "You have to accept the extra terms of use to be able to register." + } +} +--]] + +-- Absolute base url of application +-- +config.absolute_base_url = "http://example.com/"; +config.localhost = false + + +-- Connection information for the LiquidFeedback database +-- ---
[gentoo-commits] repo/gentoo:master commit in: app-shells/esh/
commit: 1fc6746fa3e6fea6bad24ea2abf6f8728a713065 Author: Sam James gentoo org> AuthorDate: Wed Apr 21 20:01:39 2021 + Commit: Sam James gentoo org> CommitDate: Wed Apr 21 20:01:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc6746f app-shells/esh: drop prefix inherit Signed-off-by: Sam James gentoo.org> app-shells/esh/esh-0.8.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/esh/esh-0.8.5-r2.ebuild b/app-shells/esh/esh-0.8.5-r2.ebuild index 5208355cf0e..164a969d91f 100644 --- a/app-shells/esh/esh-0.8.5-r2.ebuild +++ b/app-shells/esh/esh-0.8.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic toolchain-funcs prefix +inherit flag-o-matic toolchain-funcs DESCRIPTION="A UNIX Shell with a simplified Scheme syntax" HOMEPAGE="http://slon.ttk.ru/esh/";
[gentoo-commits] repo/gentoo:master commit in: acct-group/gpio/
commit: c614f4887fcbefb8b283094556a026086c331105 Author: Peter Alfredsen icloud com> AuthorDate: Mon Dec 7 16:33:01 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 19:59:38 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c614f488 acct-group/gpio: add group for raspberrypi-sys-mods Bug: https://bugs.gentoo.org/758917 Bug: https://github.com/gentoo/gentoo/pull/18551 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Peter Alfredsen icloud.com> Signed-off-by: Conrad Kostecki gentoo.org> acct-group/gpio/gpio-0.ebuild | 8 acct-group/gpio/metadata.xml | 12 2 files changed, 20 insertions(+) diff --git a/acct-group/gpio/gpio-0.ebuild b/acct-group/gpio/gpio-0.ebuild new file mode 100644 index 000..9f8e9a3621d --- /dev/null +++ b/acct-group/gpio/gpio-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID="225" diff --git a/acct-group/gpio/metadata.xml b/acct-group/gpio/metadata.xml new file mode 100644 index 000..f224d7d9a61 --- /dev/null +++ b/acct-group/gpio/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + crabbedhaloablut...@icloud.com + Peter Alfredsen + + + proxy-ma...@gentoo.org + Proxy Maintainers + +
[gentoo-commits] repo/gentoo:master commit in: acct-group/i2c/
commit: 8ee67694aefba13bdce3a5d20bd5a2acf2a5248c Author: Peter Alfredsen icloud com> AuthorDate: Mon Dec 7 16:34:20 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 19:59:38 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee67694 acct-group/i2c: add group This will be used for app-misc/ddcutil and for upcoming sys-apps/raspberrypi-sys-mods. Bug: https://bugs.gentoo.org/758917 Bug: https://bugs.gentoo.org/781557 Bug: https://github.com/gentoo/gentoo/pull/18551 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Peter Alfredsen icloud.com> Signed-off-by: Conrad Kostecki gentoo.org> acct-group/i2c/i2c-0.ebuild | 8 acct-group/i2c/metadata.xml | 12 2 files changed, 20 insertions(+) diff --git a/acct-group/i2c/i2c-0.ebuild b/acct-group/i2c/i2c-0.ebuild new file mode 100644 index 000..9318389c592 --- /dev/null +++ b/acct-group/i2c/i2c-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID="226" diff --git a/acct-group/i2c/metadata.xml b/acct-group/i2c/metadata.xml new file mode 100644 index 000..f224d7d9a61 --- /dev/null +++ b/acct-group/i2c/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + crabbedhaloablut...@icloud.com + Peter Alfredsen + + + proxy-ma...@gentoo.org + Proxy Maintainers + +
[gentoo-commits] repo/gentoo:master commit in: acct-group/spi/
commit: ac12767938470933d32cbc116eabb6ae9c8cf2be Author: Peter Alfredsen icloud com> AuthorDate: Mon Dec 7 16:35:32 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 19:59:39 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac127679 acct-group/spi: add group for raspberrypi-sys-mods Bug: https://bugs.gentoo.org/758917 Bug: https://github.com/gentoo/gentoo/pull/18551 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Peter Alfredsen icloud.com> Signed-off-by: Conrad Kostecki gentoo.org> acct-group/spi/metadata.xml | 12 acct-group/spi/spi-0.ebuild | 8 2 files changed, 20 insertions(+) diff --git a/acct-group/spi/metadata.xml b/acct-group/spi/metadata.xml new file mode 100644 index 000..f224d7d9a61 --- /dev/null +++ b/acct-group/spi/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + crabbedhaloablut...@icloud.com + Peter Alfredsen + + + proxy-ma...@gentoo.org + Proxy Maintainers + + diff --git a/acct-group/spi/spi-0.ebuild b/acct-group/spi/spi-0.ebuild new file mode 100644 index 000..88be21fa31f --- /dev/null +++ b/acct-group/spi/spi-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID="227"
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
commit: 7e96f51d65ca7b0f0bd868fec4b1247419e754c0 Author: Sam James gentoo org> AuthorDate: Wed Apr 21 19:52:01 2021 + Commit: Sam James gentoo org> CommitDate: Wed Apr 21 19:56:12 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e96f51d net-analyzer/wireshark: add 3.4.5 Signed-off-by: Sam James gentoo.org> net-analyzer/wireshark/Manifest | 1 + net-analyzer/wireshark/wireshark-3.4.5.ebuild | 278 ++ 2 files changed, 279 insertions(+) diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest index c8ec3460da7..d8f0951273f 100644 --- a/net-analyzer/wireshark/Manifest +++ b/net-analyzer/wireshark/Manifest @@ -1,3 +1,4 @@ DIST wireshark-3.4.3.tar.xz 32287304 BLAKE2B 076d681c5f980ba6a0f25076c4631a119fb72d2b59a0cd70062d3a4c997c8959162157e46a6f59b5474c07263c84e0e660f1fa33f9339cc6a1141425d394cde2 SHA512 6cfea9432cd6fcecbfc551e059ca60a0c38084074bf130b4cc5378aac2221c1233e2ddafa1ffd6bc6b76297c2303b931dadf6ec518f35595caf5229af4d93859 DIST wireshark-3.4.4-glib-2.68-patches.tar.gz 8059 BLAKE2B d4f773be856bdf56d369b0de51e4a7458d69e08ab345e62cca55b4451be8c58f07add9156149380e1ff5707599f1363a53811eebea927b60c6debd28bed6c047 SHA512 4b5beb62f7d77d8ecfd97aff3f728a02331efe2807ac7f74e19a81f6eb547c9932b33d5f9d78c52d08e5fcbca6e7b158617a22a74cfb80b092ea75da8d43df7f DIST wireshark-3.4.4.tar.xz 32290424 BLAKE2B 85930709ab666794ba6f4a00a895d41b25c6e61f7951a33f511b4981fac3e2ad579d8f52fee5b8f04334f9e1ef8721b1de62d0ab5b0029b0ed32b9f69ff2f5dd SHA512 388b5634894f08bb1a0052f989133c2a8457fbf6525d1bb557f3ffce73da8063fd9fe82b50b5ababc30fa36ce154bf9d2a3d91d76e03913d6516ca61b4b6b172 +DIST wireshark-3.4.5.tar.xz 32300144 BLAKE2B 061da39322627ff49c0c7320049e4f5d795cf4def623efbab9a62107e6a19322049e39ed95519479e6e3a4283b2e53cfc31a5549a109ced74fea7deeef794399 SHA512 f54d9287a48f09bbc085170791b5ca2dcc84cda55040f45f2c4a6abbe828548391e4a931536163c781e69843765a598bd29a240ad43276d0d1bb42d1cd23972a diff --git a/net-analyzer/wireshark/wireshark-3.4.5.ebuild b/net-analyzer/wireshark/wireshark-3.4.5.ebuild new file mode 100644 index 000..32f8fdef83b --- /dev/null +++ b/net-analyzer/wireshark/wireshark-3.4.5.ebuild @@ -0,0 +1,278 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +LUA_COMPAT=( lua5-{1..2} ) +PYTHON_COMPAT=( python3_{7..9} ) + +inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake + +DESCRIPTION="A network protocol analyzer formerly known as ethereal" +HOMEPAGE="https://www.wireshark.org/"; + +if [[ ${PV} == ** ]] ; then + EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark"; + inherit git-r3 +else + SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz"; + S="${WORKDIR}/${P/_/}" + + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0/${PV}" +IUSE="androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc dpauxmon" +IUSE+=" +dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb" +IUSE+=" +mergecap +minizip +netlink opus +plugins plugin-ifdemo +pcap +qt5 +randpkt" +IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl" +IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd" + +CDEPEND=" + acct-group/pcap + >=dev-libs/glib-2.32:2 + >=net-dns/c-ares-1.5 + dev-libs/libgcrypt:0 + bcg729? ( media-libs/bcg729 ) + brotli? ( app-arch/brotli ) + ciscodump? ( >=net-libs/libssh-0.6 ) + filecaps? ( sys-libs/libcap ) + http2? ( net-libs/nghttp2 ) + ilbc? ( media-libs/libilbc ) + kerberos? ( virtual/krb5 ) + libxml2? ( dev-libs/libxml2 ) + lua? ( ${LUA_DEPS} ) + lz4? ( app-arch/lz4 ) + maxminddb? ( dev-libs/libmaxminddb ) + minizip? ( sys-libs/zlib[minizip] ) + netlink? ( dev-libs/libnl:3 ) + opus? ( media-libs/opus ) + pcap? ( net-libs/libpcap ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + x11-misc/xdg-utils + ) + sbc? ( media-libs/sbc ) + sdjournal? ( sys-apps/systemd ) + smi? ( net-libs/libsmi ) + snappy? ( app-arch/snappy ) + spandsp? ( media-libs/spandsp ) + sshdump? ( >=net-libs/libssh-0.6 ) + ssl? ( net-libs/gnutls:= ) + zlib? ( sys-libs/zlib ) + zstd? ( app-arch/zstd ) +" +# We need perl for `pod2html`. The rest of the perl stuff is to block older +# and broken installs. #455122 +DEPEND=" + ${CDEPEND} + ${PYTHON_DEPS} +" +BDEPEND=" + dev-lang/perl + sys-devel/bison + sys-devel/flex + virtual/pkgconfig + doc? ( + app-doc/doxygen + dev-ruby/asciidoctor +
[gentoo-commits] repo/gentoo:master commit in: app-shells/bashish/
commit: 1496e0a2c8b768c1dc68ad1287f360249f0db5cb Author: Sam James gentoo org> AuthorDate: Wed Apr 21 19:22:50 2021 + Commit: Sam James gentoo org> CommitDate: Wed Apr 21 19:55:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1496e0a2 app-shells/bashish: update EAPI 5 -> 7 Signed-off-by: Sam James gentoo.org> app-shells/bashish/bashish-2.2.4.ebuild | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app-shells/bashish/bashish-2.2.4.ebuild b/app-shells/bashish/bashish-2.2.4.ebuild index 1f0c21f0de9..e10a381bafc 100644 --- a/app-shells/bashish/bashish-2.2.4.ebuild +++ b/app-shells/bashish/bashish-2.2.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Text console theme engine" HOMEPAGE="http://bashish.sourceforge.net/"; @@ -10,11 +10,5 @@ SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86" -IUSE="" RDEPEND=">=dev-util/dialog-1.0" - -src_install() { - default - mv "${D}"/usr/share/doc/{${PN},${PF}} || die "mv docs failed" -}