Compare commits

...

31 Commits

Author SHA1 Message Date
Alexander Tratsevskiy 1c0ca010e1 Обновлены маски
5 months ago
Alexander Tratsevskiy fd7c4bc0ee sys-kernel/calculate-sources: Stabilize 6.6.6
5 months ago
Alexander Tratsevskiy 47c1b32eb8 fix ebuild
5 months ago
Alexander Tratsevskiy 9c30f72db0 sys-kernel/calculate-sources: Version bump to 6.6.6, 6.1.67
5 months ago
Alexander Tratsevskiy 3f805028e7 sys-kernel/calculate-sources: Version bump to 6.6.5, 6.1.66, 5.15.142, 5.10.203
5 months ago
Alexander Tratsevskiy c2de6862b6 Обновлены флаги
5 months ago
Alexander Tratsevskiy c35a4464c3 sys-kernel/calculate-sources: Version bump to 6.6.4, 6.1.65, 5.15.141
5 months ago
Владимир Конышев 9601a15a66 добавлена ревизия пакета rastertospl
5 months ago
Владимир Конышев 8108c71d20 добавлена подержка сборки бинарного пакета rastertospl
5 months ago
Alexander Tratsevskiy 40e600a21a update masks
5 months ago
Alexander Tratsevskiy 67e32c8af0 fix autodeps
5 months ago
Alexander Tratsevskiy 4fe6cbb101 fix deps
5 months ago
Alexander Tratsevskiy 5aa5b31b7b fix deps
5 months ago
Владимир Конышев 041cb00995 Добавлены плагины для поддежки принтеров HP серий HP_Color_Laser_15x HP_Color_Laser_MFP_17x HP_Laser_10x HP_Laser_MFP_13x
5 months ago
Alexander Tratsevskiy 2b4f9de963 Обновлены маски
5 months ago
Alexander Tratsevskiy c4469336e5 update kernel config
5 months ago
Alexander Tratsevskiy cdb11f6ed1 update kernel config
5 months ago
Alexander Tratsevskiy 95380e5891 sys-kernel/calcualte-sources: Version bump
6 months ago
Alexander Tratsevskiy 2c7bd2e07f Настройки kernel 6.6
6 months ago
Alexander Tratsevskiy 616b61e2f0 update mask
6 months ago
Alexander Tratsevskiy 73c724e364 update masks
6 months ago
root c9f156034a TG-466
6 months ago
Alexander Tratsevskiy f939b7b384 Обновлены маски
6 months ago
Alexander Tratsevskiy e4e3fed847 Перенесен net-im/rocketchat-desktop-bin, удалена привязка к dev-libs/libayatana-appindicator
6 months ago
Alexander Tratsevskiy 2a2a94c283 update masks
6 months ago
Alexander Tratsevskiy 0c88c12801 sys-kernel/calculate-sources: Version bump to 6.5.12, 6.1.63, 5.15.139, 5.10.201
6 months ago
Alexander Tratsevskiy ba6f189e2a update the mask
6 months ago
root 048888cd9b TG-449
6 months ago
Alexander Tratsevskiy 810829cd71 update masks
6 months ago
Alexander Tratsevskiy 00ea49be31 update masks
6 months ago
Alexander Tratsevskiy a813a2800b update binhost list
6 months ago

@ -0,0 +1 @@
DIST rocketchat-3.8.16-linux-x86_64.rpm 68712989 BLAKE2B b572047c535b6bcbca9e2a7b37060674aca9a4b356955e8ddf2b3e396b9f60e169d65fe5ffae292e43962b2045eb27c440f497fe950c6d66764b903e7e1700e1 SHA512 3a891396c3f92b5a47f2436047a6724089072bc3f4bd8a56830dfcb3347550dd71e7a2c3ce7c56b5c2c3de99384cdd470ea1005c705649a40a642404dc9e689f

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">RocketChat/Rocket.Chat.Electron</remote-id>
<bugs-to>https://github.com/RocketChat/Rocket.Chat.Electron/issues</bugs-to>
</upstream>
<!-- maintainer-needed -->
</pkgmetadata>

@ -0,0 +1,101 @@
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CHROMIUM_LANGS="
af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr
sv sw ta te th tr uk ur vi zh-CN zh-TW
"
inherit chromium-2 desktop rpm xdg
DESCRIPTION="The Ultimate Open Source Web Chat Platform"
HOMEPAGE="https://rocket.chat"
SRC_URI="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${PV}/rocketchat-${PV}-linux-x86_64.rpm"
S="${WORKDIR}"
KEYWORDS="-* amd64"
# Electron bundles a bunch of things
LICENSE="
MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2
unRAR OFL CC-BY-SA-3.0 MPL-2.0 android public-domain all-rights-reserved
"
SLOT="0"
RESTRICT="bindist mirror"
RDEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
dev-libs/expat
dev-libs/nspr
dev-libs/nss
media-fonts/noto-emoji
media-libs/alsa-lib
net-print/cups
sys-libs/glibc
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/libnotify
x11-libs/libxcb
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libxkbcommon
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libXScrnSaver
x11-libs/pango
"
QA_PREBUILT="opt/Rocket.Chat/*"
pkg_pretend() {
chromium_suid_sandbox_check_kernel_config
}
src_prepare() {
default
# cleanup languages
pushd "opt/Rocket.Chat/locales" || die
chromium_remove_language_paks
popd || die
}
src_configure() {
chromium_suid_sandbox_check_kernel_config
default
}
src_install() {
for size in {16,32,48,64,128,256,512,1024}; do
doicon -s ${size} "usr/share/icons/hicolor/${size}x${size}/apps/rocketchat-desktop.png"
done
domenu usr/share/applications/rocketchat-desktop.desktop
local DESTDIR="/opt/Rocket.Chat"
pushd "opt/Rocket.Chat" || die
exeinto "${DESTDIR}"
doexe chrome-sandbox rocketchat-desktop *.so*
insinto "${DESTDIR}"
doins *.pak *.bin *.json *.dat
insopts -m0755
doins -r locales resources
# Chrome-sandbox requires the setuid bit to be specifically set.
# see https://github.com/electron/electron/issues/17972
fperms 4755 "${DESTDIR}"/chrome-sandbox
dosym "${DESTDIR}"/rocketchat-desktop /opt/bin/rocketchat-desktop
popd || die
}

@ -1 +0,0 @@
DIST rocketchat-desktop-2.17.11.tar.gz 3513163 BLAKE2B d153ccfc38548e90792737172217a8668296fcda2e06860ea22cb0314b86aab147b537789312e01254fbdb07d29328eca61adcfc63ac0849338416cf01b07825 SHA512 557133338b57c8373c2fd323467199fe4b22e264c79c02c05b81c8f46464edfcdc1097b99a0127f4cb59c6cd6be3c897d4842878aa0583571207cfe1b0af5101

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>support@calculate.ru</email>
<name>Mir Calculate</name>
<description>Calculate Overlay</description>
</maintainer>
<upstream><remote-id type="github">RocketChat/Rocket.Chat.Electron</remote-id></upstream>
</pkgmetadata>

@ -1,103 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Desktop application for Rocket.Chat"
HOMEPAGE="https://rocket.chat"
inherit unpacker xdg-utils
MYPN="Rocket.Chat.Electron"
SRC_URI="https://github.com/RocketChat/${MYPN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="+emoji"
REQUIRED_USE=""
RESTRICT="network-sandbox"
RDEPEND="!net-im/rocketchat-desktop-bin:0
app-accessibility/at-spi2-atk:2
dev-db/sqlcipher
dev-libs/atk
dev-libs/expat
dev-libs/nspr
dev-libs/nss
>=net-libs/nodejs-12.14.0
net-print/cups
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/libxcb
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libXScrnSaver
x11-libs/pango
emoji? ( media-fonts/noto-emoji )"
DEPEND="${RDEPEND}"
BDEPEND="sys-apps/yarn"
QA_PREBUILT="
/opt/Rocket.Chat/chrome-sandbox
/opt/Rocket.Chat/rocketchat-desktop
/opt/Rocket.Chat/libEGL.so
/opt/Rocket.Chat/libGLESv2.so
/opt/Rocket.Chat/libffmpeg.so
/opt/Rocket.Chat/swiftshader/libvk_swiftshader.so
/opt/Rocket.Chat/swiftshader/libEGL.so
/opt/Rocket.Chat/swiftshader/libGLESv2.so"
S="${WORKDIR}/$MYPN-${PV}"
src_prepare() {
default
sed -i 's,"@babel/preset-env".*,"@babel/preset-env": "^7.7.4"\,,' package.json
npm install node-gyp || die
npm install yarn || die
npm update || die
}
src_compile() {
PATH="${PATH}:$S/node_modules/.bin" yarn || die
PATH="${PATH}:$S/node_modules/.bin" NODE_ENV=production yarn gulp build || die
PATH="${PATH}:$S/node_modules/.bin" NODE_ENV=production yarn electron-builder --linux deb || die
}
src_install() {
unpack dist/rocketchat_${PV}_amd64.deb
tar -xvf data.tar.xz || die
mv usr/share/doc/rocketchat usr/share/doc/${PF} || die
gunzip usr/share/doc/${PF}/changelog.gz || die
insinto /
doins -r usr
doins -r opt
local f
for f in ${QA_PREBUILT}; do
fperms +x "${f}"
done
dosym ../../opt/Rocket.Chat/${PN} /usr/bin/${PN}
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}

@ -0,0 +1 @@
DIST rastertospl-1.00.39.12.tar.gz 11580430 BLAKE2B 53986c7424fcda4235f54b08d40d79e1b9f6bdbf1ccbd8b6af02d0afa0b6c3c71c0e7a6d8c15ec367c2f2869ab91dd7c9aaca63ae7c21d05d348ff8e831062cb SHA512 00f0c93d8fcbee91812ea0d942bbb6a34307a29ac798df97742082fbb7b71f9e965e49687b5ae6a39306e8365177ec6a522342d87831ae8eed846cb70c3d869d

@ -0,0 +1,47 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION=""
HOMEPAGE="https://ftp.hp.com"
SRC_URI="https://ftp.hp.com/pub/softlib/software13/printers/CLP150/uld-hp_V1.00.39.12_00.15.tar.gz -> ${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="amd64"
DEPEND="net-print/cups"
RDEPEND="${DEPEND}"
BDEPEND=""
S="$WORKDIR/"${P}""
src_unpack() {
default && mv uld "${P}"
}
src_install() {
set -e
ppd_dir="/usr/share/ppd/HP"
dodir "${ppd_dir}"
for binary in smfpnetdiscovery rastertospl pstosecps; do
dobin "${S}/x86_64/${binary}"
done
dolib.so "${S}/x86_64/libscmssc.so"
insinto "${ppd_dir}"
doins -r "${S}/noarch/share/ppd/cms/"
mkdir "${S}"/ppd
for ppd in HP_Color_Laser_15x_Series.ppd \
HP_Color_Laser_MFP_17x_Series.ppd \
HP_Laser_10x_Series.ppd \
HP_Laser_MFP_13x_Series.ppd
do
gzip -c "${S}/noarch/share/ppd/${ppd}" > "${S}/ppd/${ppd}".gz
doins "${S}/ppd/${ppd}".gz
done
dosym -r /usr/bin/smfpnetdiscovery /usr/libexec/cups/backend/smfpnetdiscovery
dosym -r /usr/bin/pstosecps /usr/libexec/cups/filter/pstosecps
dosym -r /usr/bin/rastertospl /usr/libexec/cups/filter/rastertospl
}

@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/morrownr/8814au"
SRC_URI="https://github.com/morrownr/8814au/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64"
KEYWORDS="amd64"
SLOT="0"
DEPEND="virtual/linux-sources"

@ -72,7 +72,7 @@ cl_desktop_face_path = /usr/share/pixmaps/faces
cl_update_onedepth_interval = 10
cl_update_autocheck_interval = 24h
cl_update_autocheck_set = on
cl_update_binhost_list = http://mirror.mephi.ru/calculate,http://sft.if.usp.br/calculate,https://ftp.acc.umu.se/mirror/calculate-linux.org,https://ftp.mgts.by/pub/calculate,https://ftpmirror1.infania.net/mirror/calculate-linux,https://miroir.linuxtricks.fr/calculate,https://mirror.cedia.org.ec/calculate,https://mirror.cnet.kz,https://mirror-hk.koddos.net/calculate-linux,https://mirror-hk.koddos.net/calculate-linux,https://mirror.ihost.md/calculate-linux,https://mirror.iscas.ac.cn/calculate,https://mirror.koddos.net/calculate-linux,https://mirror.neftm.ru/calculate,https://mirror.truenetwork.ru/calculate,https://mirror.yandex.ru/calculate,https://stage4linux.com/mirrors/calculate,http://www.gtlib.gatech.edu/pub/calculate
cl_update_binhost_list = http://mirror.mephi.ru/calculate,http://sft.if.usp.br/calculate,https://ftp.acc.umu.se/mirror/calculate-linux.org,https://ftp.mgts.by/pub/calculate,https://ftpmirror1.infania.net/mirror/calculate-linux,https://miroir.linuxtricks.fr/calculate,https://mirror.cedia.org.ec/calculate,https://mirror.cnet.kz,https://mirror-hk.koddos.net/calculate-linux,https://mirror-hk.koddos.net/calculate-linux,https://mirror.ihost.md/calculate-linux,https://mirror.iscas.ac.cn/calculate,https://mirror.koddos.net/calculate-linux,https://mirror.neftm.ru/calculate,https://mirror.nju.edu.cn/calculate,https://mirror.truenetwork.ru/calculate,https://mirror.yandex.ru/calculate,https://stage4linux.com/mirrors/calculate,http://www.gtlib.gatech.edu/pub/calculate
cl_update_binhost_revision_path = grp/ini.env
cl_update_binhost_stable_set = on
cl_update_binhost_unstable_list = https://mirror.calculate-linux.org/testing,https://miroir.linuxtricks.fr/testing,https://mirror.iscas.ac.cn/calculate-testing,https://mirror.truenetwork.ru/calculate-testing

@ -47,11 +47,12 @@ media-gfx/darktable amd64
~media-sound/clementine-1.4.0_rc2 amd64
~media-sound/gmtp-1.3.11 amd64
~media-sound/lxmusic-0.4.7 amd64
~media-sound/strawberry-1.0.21 amd64
~media-sound/volumeicon-0.5.1 amd64
~media-video/avidemux-2.8.1 amd64
~media-video/obs-studio-29.1.3 amd64
~media-video/shotcut-22.12.21 amd64
~media-video/smplayer-22.2.0 amd64
~media-video/smplayer-23.6.0 amd64
~media-video/v4l2loopback-0.12.5 amd64
~net-analyzer/squid-graph-3.2 amd64
~net-dns/bind-tools-9.16.39 amd64

@ -212,6 +212,7 @@
~dev-go/go-tools-0.1.10 amd64
~dev-java/animal-sniffer-annotations-1.15 amd64
~dev-java/ant-contrib-1.0_beta6_pre20201123 amd64
~dev-java/bnd-annotation-7.0.0 amd64
~dev-java/browserlauncher2-1.3 amd64
~dev-java/commons-imaging-1.0_alpha3 amd64
~dev-java/javacc-5.0 amd64
@ -222,6 +223,7 @@
~dev-java/swingx-1.6.4 amd64
~dev-java/swingx-beaninfo-1.6.4 amd64
~dev-java/swingx-ws-1.0_p20110515 amd64
~dev-lang/elixir-1.15.5 amd64
~dev-lang/gnat-gpl-2021 amd64
~dev-lang/gprolog-1.4.5 amd64
~dev-lang/ocaml-4.10.2 amd64
@ -289,7 +291,7 @@ dev-libs/nss amd64
~dev-util/android-tools-34.0.1 amd64
~dev-util/anjuta-3.34.0 amd64
~dev-util/bdelta-0.3.1 amd64
~dev-util/bear-3.1.2 amd64
~dev-util/bear-3.1.3 amd64
~dev-util/btyacc-3.0 amd64
~dev-util/cbindgen-0.26.0 amd64
~dev-util/cucumber-html-formatter-19.2.0 amd64
@ -388,6 +390,7 @@ dev-libs/nss amd64
~net-irc/irssi-xmpp-0.54 amd64
~net-libs/cvm-0.97 amd64
~net-libs/gloox-1.0.24 amd64
~net-libs/grpc-1.55.1 amd64
~net-libs/grpc-1.56.1 amd64
~net-libs/grpc-1.57.0 amd64
~net-libs/kdav2-0.3.0 amd64
@ -405,6 +408,7 @@ dev-libs/nss amd64
~net-misc/l7-filter-userspace-0.12_beta1 amd64
~net-misc/l7-protocols-2009.05.28 amd64
~net-misc/netsed-0.01b amd64
~net-misc/rabbitmq-server-3.12.9 amd64
~net-nds/ldapvi-1.7_p20101214 amd64
~net-news/rssguard-4.3.4 amd64
~net-news/snownews-1.9 amd64
@ -499,7 +503,9 @@ net-vpn/wireguard-tools amd64
~sys-fs/unionfs-fuse-3.4 amd64
~sys-fs/yaffs2utils-0.2.9 amd64
~sys-fs/zerofree-1.1.1 amd64
~sys-fs/zfs-2.2.2 amd64
~sys-fs/zfs-auto-snapshot-1.2.4 amd64
~sys-fs/zfs-kmod-2.2.2 amd64
~sys-libs/libixp-0.5_p20110208 amd64
~sys-libs/libstdc++-v3-3.3.6 amd64
~sys-libs/libudev-compat-186 amd64

@ -1,28 +1,30 @@
~app-arch/lxqt-archiver-0.8.0 amd64
~app-misc/qtxdg-tools-3.11.0 amd64
~dev-libs/libqtxdg-3.11.0 amd64
~app-arch/lxqt-archiver-0.9.0 amd64
~app-misc/qtxdg-tools-3.12.0 amd64
~dev-libs/libqtxdg-3.12.0 amd64
~dev-util/lxqt-build-tools-0.13.0 amd64
~gui-libs/xdg-desktop-portal-lxqt-0.5.0 amd64
~lxqt-base/libsysstat-0.4.6 amd64
~x11-misc/obconf-qt-0.16.2 amd64
~x11-misc/obconf-qt-0.16.3 amd64
<lxqt-base/liblxqt-1.4 amd64
<lxqt-base/lxqt-about-1.4 amd64
<lxqt-base/lxqt-admin-1.4 amd64
<lxqt-base/lxqt-config-1.4 amd64
<lxqt-base/lxqt-globalkeys-1.4 amd64
<lxqt-base/lxqt-meta-1.4 amd64
<lxqt-base/lxqt-notificationd-1.4 amd64
<lxqt-base/lxqt-openssh-askpass-1.4 amd64
<lxqt-base/lxqt-panel-1.4 amd64
<lxqt-base/lxqt-policykit-1.4 amd64
<lxqt-base/lxqt-powermanagement-1.4 amd64
<lxqt-base/lxqt-qtplugin-1.4 amd64
<lxqt-base/lxqt-runner-1.4 amd64
<lxqt-base/lxqt-session-1.4 amd64
<lxqt-base/lxqt-sudo-1.4 amd64
<media-gfx/lximage-qt-1.4 amd64
<x11-libs/libfm-qt-1.4 amd64
<x11-libs/qtermwidget-1.4 amd64
<x11-misc/pcmanfm-qt-1.4 amd64
<x11-terms/qterminal-1.4 amd64
<x11-themes/lxqt-themes-1.4 amd64
<lxqt-base/liblxqt-1.5 amd64
<lxqt-base/lxqt-about-1.5 amd64
<lxqt-base/lxqt-admin-1.5 amd64
<lxqt-base/lxqt-config-1.5 amd64
<lxqt-base/lxqt-globalkeys-1.5 amd64
<lxqt-base/lxqt-menu-data-1.5 amd64
<lxqt-base/lxqt-meta-1.5 amd64
<lxqt-base/lxqt-notificationd-1.5 amd64
<lxqt-base/lxqt-openssh-askpass-1.5 amd64
<lxqt-base/lxqt-panel-1.5 amd64
<lxqt-base/lxqt-policykit-1.5 amd64
<lxqt-base/lxqt-powermanagement-1.5 amd64
<lxqt-base/lxqt-qtplugin-1.5 amd64
<lxqt-base/lxqt-runner-1.5 amd64
<lxqt-base/lxqt-session-1.5 amd64
<lxqt-base/lxqt-sudo-1.5 amd64
<media-gfx/lximage-qt-1.5 amd64
<x11-libs/libfm-qt-1.5 amd64
<x11-libs/qtermwidget-1.5 amd64
<x11-misc/pcmanfm-qt-1.5 amd64
<x11-terms/qterminal-1.5 amd64
<x11-themes/lxqt-themes-1.5 amd64

@ -3,3 +3,9 @@
# prevent automagic depends
sys-libs/db:6.0
# some bugs
=x11-misc/sddm-0.20.0-r1
# until cyclic dependencies are eliminated
=sys-apps/portage-3.0.56-r1

@ -761,5 +761,6 @@ dev-python/PyQt6 qml webchannel
dev-qt/qt5compat icu
dev-qt/qtbase icu
# required by kde-apps/akonadi-23.04.3
dev-qt/qtsql postgres
# required by dev-python/cypari2-2.1.4-r1
sci-mathematics/pari doc gmp

@ -0,0 +1 @@
# Calculate append=skip merge(sys-kernel/calculate-sources)=>6.6,6.7

@ -0,0 +1,22 @@
# Calculate format=kernel name=.config
CONFIG_CRYPTO_ZSTD=y
CONFIG_DEFAULT_HOSTNAME="calculate"
# CONFIG_KERNEL_GZIP is not set
CONFIG_KERNEL_ZSTD=y
CONFIG_LOCALVERSION=""
# CONFIG_MODULE_COMPRESS_NONE is not set
CONFIG_MODULE_COMPRESS_ZSTD=y
# CONFIG_PSTORE_ZSTD_COMPRESS_DEFAULT is not set
CONFIG_PSTORE_ZSTD_COMPRESS=y
# CONFIG_ZRAM_DEF_COMP_LZORLE is not set
CONFIG_ZRAM_DEF_COMP="zstd"
CONFIG_ZRAM_DEF_COMP_ZSTD=y
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd"
CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD=y
CONFIG_BLK_DEV_LOOP=y
# CONFIG_MODULE_DECOMPRESS is not set
CONFIG_MODULE_SIG_KEY=""
# CONFIG_MODULE_SIG_KEY is not set

@ -0,0 +1,14 @@
# Calculate format=kernel name=.config merge(sys-kernel/calculate-sources[-desktop])!=
# CONFIG_BT is not set
# CONFIG_GAMEPORT is not set
# CONFIG_HZ_1000 is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_MACINTOSH_DRIVERS is not set
# CONFIG_MEDIA_SUPPORT is not set
# CONFIG_PREEMPT is not set
# CONFIG_RC_CORE is not set
# CONFIG_SOUND is not set
# CONFIG_USB_GADGET is not set

@ -2,4 +2,4 @@
[overlay-calculate]
# Save the latest version, because when switching profile cl-setup-profile 3.2.2 makes a call cl-setup-system
revision = 20230608
revision = 20231204

@ -0,0 +1,7 @@
# Calculate exec=/bin/bash ini(overlay-calculate.revision)<#-cut(0)-#
#-ini(overlay-calculate.revision,#-cut(0)-#)-#
rm -f /var/db/pkg/kde-apps/ktp-kded-module-*/autodeps
exit 0

@ -4,8 +4,10 @@ DIST calculate-builder-3.7.4.tar.bz2 43636 BLAKE2B 508e27247ef56365c1ba3ea1ee654
DIST calculate-client-3.7.3.4.tar.bz2 33687 BLAKE2B 52baf162eca5ae024e51a28d55beca210b28404112717ed3d227184224af80dfdf23d2ae65a045367babd02c9cb1e5978baaf5941c2fb76904f087fa0017f89b SHA512 9fcaa3cf3e1f1af83026d10168d6921089fb77a1d8426a88ea2d18f7a1c61ba6fe5ec32cfc6bfff7e7d35067346a886fc2bdc09d8c2563c8ddbd9a7391ba920d
DIST calculate-client-3.7.4.tar.bz2 33676 BLAKE2B a1497194aa159e05f08affc3d84790d1d54cedf479ab500f3391bc5985534bcdabec999a09e8ef46ec5723dfc7c43890bea4af4422ce86275d8826fa634a92f0 SHA512 c82620767f44cf4cc52eb91914cdf46bc49804706a5994c955c9fac0bc28c4ef4597cf4d1055c160b48a975b8c994bda9bea18f7beb0e86143fa84124ee4e021
DIST calculate-console-3.7.3.1.tar.bz2 27259 BLAKE2B 1d75b1f73d2c151d0d26251ad3106a3822848ea3b7bac415c6f0e7930d36ff319e414815b1dc2963a8259d7637028f17c4e517838fdd2e594efe8db755efb245 SHA512 47ef7deb55e72efa61c30332b25b9f4fec206c750d563168d78cd41ae1d2474c6fb54c277a91d66bc5d34c8d55065be8daee379eb46cc7ce21c0408629d1e30c
DIST calculate-console-3.7.4.1.tar.bz2 27248 BLAKE2B fbf3c6fd757bfb57f2993e5d07e91d4253c9ebce48d1bfc53acf09c735e868045b136f0254914aa5ec00f0f04eec18bfc0006392bce57419813d692e61385c45 SHA512 242ba1ff55d70f837f34f2feafe6facd8cf4addb0c25bec0849c026455af0e9105837b8c4c7c083fda5e7fed7629c989a0a0a821396029a56620f73faf313997
DIST calculate-console-3.7.4.tar.bz2 27242 BLAKE2B 5ea525f9419061e4efe5b8d21767480cf032a7e5b8b6f2f217808a5b3309e4c531cb9d6a80ddc81a829c328b6f710fca6f4d94fa76b927c9fdb2c84a16783a4f SHA512 32a2d750e9703ff8a89d4400b9f740cb3b423741468da18d47766026943c1aa7e940e869bad0d7500e26cd1911c70490f5ac8cee00729e0ee431dd2bcf221747
DIST calculate-console-gui-3.7.3.1.tar.bz2 420824 BLAKE2B acd04f97ca999447484202042f0490a3f727b0412fbfae45db969b2b840d847d86f969ad371f457acfdf899fdefb76b4acfb1dd2e5ac7d113b6a25b92d7ac914 SHA512 5c094db750cc519fcac3cc150e9cce7865d56597e7e61727806a6367ce15dc794d71f1c058525c71723b3d614cd9b6ccfab2a3f06ae64670978dddfdbff0b12f
DIST calculate-console-gui-3.7.4.2.tar.bz2 420943 BLAKE2B 356152aed5e6887fb03ccc94735d9086180fd6960925a4ea6573346afa1f7586387d93586dfcb83dc9c35233223ea58184f95bf98077a3a80bd54beac7d4e64a SHA512 e772ad117fd011fc84692687dfb656d1b0355f9b8b6bda8ce727aad5e174ac0789bd03cdf04b408c686a85a5188d57d238b41c139041c72eea22dead04e09a8f
DIST calculate-console-gui-3.7.4.tar.bz2 420672 BLAKE2B 00999902036db1319fcc10864aeb2ecfc33c48bb5fd3df81fac2347062b0744a97a85822494154c7f9e7e369f450048b17af388e16ac81f315a817a77ec02b3a SHA512 0c4d80c25d6e8e8b9d87de603829555b4ead247fea3496c7235c524a57db19270c92df419de38df9fd9c4bc2bc70fc28d3e0fc4e91a7fea06a54520ebf580424
DIST calculate-core-3.7.3.3.tar.bz2 101210 BLAKE2B 615358c1a7bd67b6a31647c2db5ed6a72626a40fdcb9352458ef92778acd286fa9aa01adc7865fc54af02b4289de1fe7d0a3f7a1dae5effedaed6d88ce1ba672 SHA512 a63b3a0cdbc388e26609f27311df2858569622ad8107e4e7b6997c9938f4978895a4ce0d13610a07c69314eaaea5125633e897fb6aab24c2bc2e097b8b62d4c7
DIST calculate-core-3.7.4.tar.bz2 101228 BLAKE2B 967ac2a435e3dcd2f84c7be95cf45cbefd3d6fcf80747fba11e3386c0336d3dd4f20daa9f421ae624a85ed69c88e7376e2086ac0e4128eb409fb943cc8dc66b6 SHA512 d417f903e7a95c26c316cac07471b38f3b5d5c7c87688c6ea89cc206727ff08d037960793d53c26f28e8694bfc2e235d9e2f9238f745d6e98b008ec649a5ce1b
@ -18,6 +20,7 @@ DIST calculate-install-3.7.3.8.tar.bz2 86725 BLAKE2B 346bed9d46b33283f78dc61fcb1
DIST calculate-install-3.7.4.1.tar.bz2 86798 BLAKE2B 91eee5aab9f8cac42e6c05aa64740a83fe7ad440fe6e0bbd96781c70f7fde9ba8d0aaeae278e938c42c2f4a68d5e9b9121ae33e3d1c1986a9aeab29877bfe988 SHA512 645ca4f47da0a12c0f51603c2cc7c4fe083de4ad674b6ee9bd75cc52b8a93a641dcdbd5085219b9bd00802a5fb413bcad121113eefa71d53120320fe4492bdb3
DIST calculate-install-3.7.4.tar.bz2 86819 BLAKE2B 3f85bac80117af836cfc65b0a4139ea11a589d9476ef0bf465b8f63725508433a33b8876cf8764b4a0a63e0532c20c3d2c2f685a952d13044adb6962786d76f5 SHA512 4bddd8814acbb761a7b2918c6341a15a25695025dac5ae5194f4babb20b71c2384940457a530b933197e1bb8b1179dac5ce15993c815b7217250763a2b2ac467
DIST calculate-lib-3.7.3.22.tar.bz2 1225073 BLAKE2B bdd85f5c924e33b27f8c512073621e3f0c39f8568e4863194776afa58131878ac35a1825f1ce3b00d36f17df3e757539099681d1757796180d4b568966dd8b88 SHA512 12726f2027ece4cf22ee31e7bfe793d42458175d0b1aecc483ee94c8a505997bd7cd868cdebc2299de1f158a586ecb7ddd92ad197bec9434381f3fda5d1bde92
DIST calculate-lib-3.7.4.1.tar.bz2 1223986 BLAKE2B cc97302b77966bef3986a85aacde10fddf6fd4d70102385973274419546463529c2012c79917c4d9be421391891795be6495d49ee5ab8036d77d8c246d4480e3 SHA512 f7b0633b391a9209047733944733b02eb900f4fe633042d5fb80fdcda1250553d9126a70954950f8a64845fbc57d1c34c8eb1b060386964571bb80c549856529
DIST calculate-lib-3.7.4.tar.bz2 1225495 BLAKE2B e3c14f9735b218b690cca6887dfbfca3eae8f5c2aebd12624936faf776a3b16fd5f985e94bb3d34c68268f0dac1554e8e06dc53f261a59aeb1625354130b6f35 SHA512 356080cf1ba22dcc15516ddb665385d26ecb7034efb10a9f2f426be5e13340c5a16e772b986b746c6d8ca77904c5a469e7efb85b60ee694a6ae0275cb189769b
DIST calculate-update-3.7.3.9.tar.bz2 43442 BLAKE2B bdb065ee1604173fe7d1c6655727a33cebb68027596e3e3181545e7dfbd3ca58f42dadea8a7c07c8c23d3f47862a364fc77b5aa5730c7262c950fada2ea9e2ba SHA512 79091e431e67240704a03335a6ffbeca107711cfae28dc67263334401339901d3d1d170396faa9989f0dc9b047d228953770e0f0cc6ad2e689caf38cdfbea605
DIST calculate-update-3.7.4.tar.bz2 43416 BLAKE2B 161a9fe052e0b3bf3a5b510449c57252568b4a3e7fa0875696ebe6ad848f6f2db2e69f44607270735c88745320ec78dfa77ab912ae63f5d6adc9bd574cd509fa SHA512 abf8b556f365e82938e9afa8eab3a09011727dd3f0d14cf955316c95d604d37e5ef652cf959c96924590f5c70cfde62b91a5bf4824014f5ef01f4ec9d5fce9ef

@ -0,0 +1,25 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="8"
PYTHON_COMPAT=(python3_11)
declare -A CALCULATE_MODULES=(
["lib"]="3.7.4.1"
["install"]="3.7.4.1"
["i18n"]="3.7.4.1"
["console"]="3.7.4.1"
["console-gui"]="3.7.4.2"
["builder"]="3.7.4.1"
)
inherit calculate-utils-r17
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -0,0 +1,23 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="8"
PYTHON_COMPAT=(python3_11)
declare -A CALCULATE_MODULES=(
["lib"]="3.7.4.1"
["install"]="3.7.4.1"
["i18n"]="3.7.4.1"
["builder"]="3.7.4.1"
)
inherit calculate-utils-r17
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -2,8 +2,10 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a936
DIST linux-5.15.tar.xz 121913744 BLAKE2B 3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b836666a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83 SHA512 d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
DIST linux-6.1.tar.xz 134728520 BLAKE2B ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e SHA512 6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
DIST linux-6.5.tar.xz 138898084 BLAKE2B 2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39 SHA512 1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257
DIST patch-5.10.200.xz 5305696 BLAKE2B a118506aea0c921ebf0b6df773b1644e79670e30faac9f587e800c5b5734064cab6850bf054682a35d74f8580b2d5f8c701b536d80897efe43fd0921638bc64d SHA512 06a65d9048f8d3aabedd5cbb7e4e7efd712e3851d41156114471063b013d17838673383130cf94752221aba0e54c8dbe8b895a0faf9ff8b0328b189d917d28f4
DIST patch-5.15.138.xz 4915436 BLAKE2B ef3a16f4e9a1bff449e1b07dd11f0bfe52da74e1b5faebaca4518122919208575914df93d66743c6c0a5dc2dfc50d0e0542cc9b27cae4cea1c33e450f00c975f SHA512 1168827ce6938162c674880230dd57b0224c1215db305381e111bb95fc0b0dda7c24f1d4b93d7fb37e11a4dcea6fc30d76928b973983ddd78ecf0a7d7be5b390
DIST linux-6.6.tar.xz 140064536 BLAKE2B 5f02fd8696d42f7ec8c5fbadec8e7270bdcfcb1f9844a6c4db3e1fd461c93ce1ccda650ca72dceb4890ebcbbf768ba8fba0bce91efc49fbd2c307b04e95665f2 SHA512 458b2c34d46206f9b4ccbac54cc57aeca1eaecaf831bc441e59701bac6eadffc17f6ce24af6eadd0454964e843186539ac0d63295ad2cc32d112b60360c39a35
DIST patch-5.10.203.xz 5389816 BLAKE2B 4acc9c12631fac84fe766cf322c8c6192acad48e945ef8192c3af24bfb2dd43a611bdd0ac720a9c35dc6cb72651c90f91227d6c1ae4c98d6bf452d917b99c7ba SHA512 852665aa0b0e961daa35481174d796470e64897e87a7a13d15852f08aa526f9240a9d3b1a4056c6dea5fa368705c60c33cb532bd19907c88d3d5d732c700394f
DIST patch-5.15.142.xz 5033132 BLAKE2B 4c41b3d0a374d90273fe4a995729633b35a463d0ec1781d55349aab44e045ffd9e1936c1aafc50ba667b9d1ad2ca463a65e56ef0950a990bacfe6970ad73be4d SHA512 330cd5cde90195dc5219ec50f0b8e51485bdd59c4bf0c490273fa46b4a3d3b98b862cb1bf4199600f2a33f6193929644639513c05a90f29a202d436a67241660
DIST patch-6.1.39.xz 2675696 BLAKE2B fc0997d132472f6f1701ddcc321180ffa1871e652b0da632808d95aa176bd1b74b2afb9b2739802daa4223c23bc2ebfb2a1741785e389993cbc0013fad83ca33 SHA512 7c659ecceffaab9276090124ca2d2349a10334c60970a67419b1759214c61960227d0654206279c94328e1fa9d76e24e8ef6c91212aaf2174598cd25cf82c11f
DIST patch-6.1.62.xz 3476016 BLAKE2B e45de20783b6a259e5beb90b827ed468dff2d61fe7a7c3fef3cfc820bd8f97f3c2df09705e4776e30d6dcdb82a4319372d3eeff8a9a4a9cb9a4494a0b2bd88d3 SHA512 f69267de43b22c634fc3a245f0b233283866a1d32f2d042add2a3055b857a88dc47b6e35dc3b8b70b9876cd07f99ab2544a239f42b60b9e76519072bb9817b5b
DIST patch-6.5.11.xz 716768 BLAKE2B 350ce7f61d321c2a4f37f4dafaadf3de29ade0f29bbf2b24e2a9b45fe60378a30f8e43f6089de2ebfab1bf0fa7a0849b29f214b158e86b7e0f3c30b59e78c624 SHA512 26f572a6bf4ad9eaa49bdaf4ecb128d2b97790d09c0d9dcb83b4719e54137aa179e9417f4a50c8892cd571728efa0b713eebd3adf976521002c3edea82dfff38
DIST patch-6.1.67.xz 3696544 BLAKE2B 27e4c16adcb325d2c95e560ab9f61258224c95f773fb76fc893dc8defea743947a7adb6e6e0ce6aac1eec682125c19c7d50601aca06048e9c6f40f92d9560624 SHA512 7850ad744158cdb63a1ed5464a808ac21b836b8392edd1a58be08555c3dd1269d7480627ed3f457b349214ad393f2e1b7cb09665452d21dc64b5fb478ef12fc4
DIST patch-6.5.13.xz 1009052 BLAKE2B 10328f840608c71d49b0a48eade7bbbaac6116a96af06c557fb4dbfee7813939604f62d6eeceb23667bef4e6516b441720de91280b86bfd262b8244ad176047c SHA512 f31b0725a58f27b5bfe605136ee40a61a252520a0bf66a7814219972b1ba029b973076b7827e6267fb0ec0386d2b8254d99b78efd0570f5569b284ad96e59883
DIST patch-6.6.6.xz 461436 BLAKE2B ba08ea62698eed78664000ae1d8dd427bd1369a57c659e97368140858c125bd608e1db4629417dad716b42a03f82293ecbf15196963f8e45001c142e8ce3eb2e SHA512 4dcf1d397e805023f2f0a1d6f882bcabaf69331065b3671580d41b31912e3e19286e5ff38827889b0f64c425524cf87097cd32ec7ea1c0f31df67c6e17e1bc46

@ -0,0 +1,24 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
ETYPE="sources"
inherit calculate-kernel-8
DESCRIPTION="Calculate Linux kernel image"
KEYWORDS="amd64"
HOMEPAGE="https://www.calculate-linux.org/"
SRC_URI="${KERNEL_URI} ${ARCH_URI}"
IUSE=""
src_unpack() {
calculate-kernel-8_src_unpack
}
pkg_postinst() {
calculate-kernel-8_pkg_postinst
}
Loading…
Cancel
Save