Merge pull request 'virtual/editor, dev-python/sjcl small fixes' (#53) from ktrace/calculate-overlay:develop into develop

Reviewed-on: calculate/calculate-overlay#53
master
Alexander Tratsevskiy 8 months ago
commit 5f47fab83f

@ -10,7 +10,7 @@ inherit distutils-r1 pypi
DESCRIPTION="Decrypt and encrypt messages compatible to the SJCL message format"
HOMEPAGE="https://github.com/berlincode/sjcl"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV})"
LICENSE="MIT"
SLOT="0"

@ -1 +1 @@
DIST all_fonts_myoffice.zip 4294439 BLAKE2B dcd0fc0fa2d0a7e3953db3b3ec7806618454e0a59ca2f4e7ba9ffa5a769079416649a27ebf0e95edf5e6db9bb82e2b43ed5cd124fbf5df78cfcf107c50e1682b SHA512 0c11fc75c330246b74068452ce49ac2dce352129d76b918a876655fba9b2995b3714f6fdd72927a72353d680141704341b6c31ffc441d94091cbabc0e8249e7a
DIST MyOffice_XO_Fonts_1.1.zip 4294439 BLAKE2B dcd0fc0fa2d0a7e3953db3b3ec7806618454e0a59ca2f4e7ba9ffa5a769079416649a27ebf0e95edf5e6db9bb82e2b43ed5cd124fbf5df78cfcf107c50e1682b SHA512 0c11fc75c330246b74068452ce49ac2dce352129d76b918a876655fba9b2995b3714f6fdd72927a72353d680141704341b6c31ffc441d94091cbabc0e8249e7a

@ -7,7 +7,7 @@ inherit font
DESCRIPTION="Free XO cyrillic fonts from MyOffice"
HOMEPAGE="https://myoffice.ru/products/fonts/"
SRC_URI="https://myoffice.ru/files/fonts/all_fonts_myoffice.zip"
SRC_URI="https://myoffice.ru/files/fonts/MyOffice_XO_Fonts_${PV}.zip"
LICENSE="open-xo-fonts"
SLOT="0"
@ -17,7 +17,7 @@ BDEPEND="app-arch/unzip"
S="${WORKDIR}"
#FONT_CONF=( "${FILESDIR}/60-xo-fonts.conf" )
FONT_CONF=( "${FILESDIR}/60-xo-fonts.conf" )
src_install() {
insinto /usr/share/fonts/${PN}

@ -1,12 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="Virtual for editor"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
# Add a package to RDEPEND only if the editor:
# - can edit ordinary text files,
@ -28,7 +28,6 @@ RDEPEND="|| (
app-editors/joe
app-editors/jove
app-editors/kakoune
app-editors/le
app-editors/levee
app-editors/lpe
app-editors/mg
@ -48,7 +47,6 @@ RDEPEND="|| (
app-misc/mc[edit]
dev-lisp/cmucl
mail-client/alpine[-onlyalpine]
sys-apps/busybox
)"
# Packages outside app-editors providing an editor:

Loading…
Cancel
Save