Skip to content

Commit

Permalink
*/*: fixes (pkgcheck, eclass-related, ...)
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Misbakh-Soloviov <[email protected]>
  • Loading branch information
msva committed Aug 23, 2024
1 parent 651f63b commit 5df8aaf
Show file tree
Hide file tree
Showing 137 changed files with 802 additions and 1,154 deletions.
10 changes: 10 additions & 0 deletions app-admin/cpulimit/cpulimit-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ SLOT="0"

PATCHES="${FILESDIR}/${P}-makefile.patch"

src_prepare() {
default
sed -r \
-e '/sys\/sysctl.h/d' \
-i src/cpulimit.c
sed -r \
-e '/signal.h.*$/a#include <libgen.h>' \
-i src/process_group.c
}

src_compile() {
emake CC="$(tc-getCC)" || die "emake failed"
}
Expand Down
2 changes: 1 addition & 1 deletion app-admin/heroku-cli/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST heroku-cli-7.67.1.tar.gz 17028 BLAKE2B f68bf6dcdebc16105ec904c415dab12b90634c8a65ed9e6c4869fa517efa15c0682a583142552ce7c1c74cb76bbb303b7ed367031c8df023846b9ba9a5980ae5 SHA512 681c08612c2797ddfa155bc757568fb6c0eac4846fcbbb53f5e4573945f654f54596ef71c407528f4af4269c8e609655e7575b715dca136d06f856e9dce0ffb0
DIST heroku-cli-9.1.0.tar.gz 286771 BLAKE2B b14d40aedcc550d6154cd91fa0ca5e91f4cf308cb355eec44e01c8b299c2144686fe3c2709f5dcc8c780ce5636f2ad94717d1e3a54e9b45312a9d6ade1557961 SHA512 c41afeb84abf038863cf7499ef9cf5702039a270bfbc0b537c625835179344944b28e8d5f8b8dd9d2c1030aa7770a5f35d021c4ef8bf33832ca65fac9d5a6856
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ DESCRIPTION="A tool for creating and managing Heroku apps from the command line"
HOMEPAGE="https://devcenter.heroku.com/articles/heroku-cli"
SRC_URI="https://registry.npmjs.org/${MY_PN}/-/${MY_P}.tgz -> ${P}.tar.gz"

S="${WORKDIR}"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
Expand All @@ -18,14 +20,6 @@ RESTRICT="network-sandbox strip"
RDEPEND="dev-vcs/git"
BDEPEND="net-libs/nodejs[npm]"

S="${WORKDIR}"

# src_unpack() {
# mkdir -p "${S}"
# cp -s "${DISTDIR}/${A}" "${S}"
# }

src_install() {
npm install -g --user root --prefix "${D}/usr" "${DISTDIR}/${A}" || die
# find "${D}/usr" -type d -exec chmod 755 '{}' +
}
2 changes: 1 addition & 1 deletion app-admin/wp-cli/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST wp-cli-2.7.1.phar 6729511 BLAKE2B 47297cf4be5fb31f45f8c22d316238337343ab4624ba6d06cb55434eb00089f96b0213ebbd8643bcbbfaba57432c75f8a85d34baa992494432c5f75959a0fd28 SHA512 956b5e3e1a076bd5441c082ee754e3ff4517ec965b93c621f455c2bf5719358c36e67d52f676492700b59d42cacb34a50d382535c035f19da7a0b98bc41860de
DIST wp-cli-2.11.0.phar 7048108 BLAKE2B bab025ad5ae385f512b65e37a4dfd4af1f67188d06ca9af988cfc5a4b5511d99ad5241460f5951487984eca90e75f14f9df120a66e975db71ecb4659ac828637 SHA512 adb12146bab8d829621efed41124dcd0012f9027f47e0228be7080296167566070e4a026a09c3989907840b21de94b7a35f3bfbd5f827c12f27c5803546d1bba
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ DESCRIPTION="The command line interface for WordPress"
HOMEPAGE="https://wp-cli.org/"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.phar"

S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

DEPEND="dev-lang/php:*"
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_install() {
newbin "${DISTDIR}/${A}" wp
}
4 changes: 2 additions & 2 deletions app-crypt/cprocsp/cprocsp-5.0.12000.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ EAPI=8
inherit rpm systemd xdg udev

DESCRIPTION="CryptoPro Crypto Provider"
HOMEPAGE="https://cryptopro.ru/products/csp/downloads"

SRC_URI="
x86? ( ${P}_x86.tgz )
Expand All @@ -14,11 +15,10 @@ SRC_URI="
arm64? ( ${P}_arm64.tgz )
"

HOMEPAGE="https://cryptopro.ru/products/csp/downloads"
LICENSE="Crypto-Pro"
RESTRICT="bindist fetch mirror strip"
SLOT="0/5.0.12000"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RESTRICT="bindist fetch mirror strip"

DEPEND="
app-accessibility/at-spi2-core
Expand Down
4 changes: 2 additions & 2 deletions app-crypt/cprocsp/cprocsp-5.0.12900.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ EAPI=8
inherit rpm systemd xdg udev

DESCRIPTION="CryptoPro Crypto Provider"
HOMEPAGE="https://cryptopro.ru/products/csp/downloads"

SRC_URI="
x86? ( ${P}_x86.tgz )
Expand All @@ -14,11 +15,10 @@ SRC_URI="
arm64? ( ${P}_arm64.tgz )
"

HOMEPAGE="https://cryptopro.ru/products/csp/downloads"
LICENSE="Crypto-Pro"
RESTRICT="bindist fetch mirror strip"
SLOT="0/5.0.12900"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RESTRICT="bindist fetch mirror strip"

DEPEND="
app-accessibility/at-spi2-core
Expand Down
8 changes: 4 additions & 4 deletions app-crypt/etoken-sac/etoken-sac-9.1.7_p0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ EAPI=8
inherit rpm

DESCRIPTION="SafeNet (Aladdin) eTokens Middleware (PRO, NG OTP, Flash, Java)"
HOMEPAGE="https://aladdin-rd.ru"

#MAGIC_DATE="10.12.2013"

Expand All @@ -21,12 +22,13 @@ SRC_PV=${SRC_PV/./_}

SRC_URI="https://online.payment.ru/drivers/SAC_${SRC_PV}_Linux.zip"

HOMEPAGE="https://aladdin-rd.ru"
S="${WORKDIR}/SAC_${SRC_PV}_Linux"

LICENSE="EULA"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ssl multilib minimal"
RESTRICT="mirror"

# TODO:
# - minimal useflag (I can't do it now, since
Expand All @@ -51,8 +53,6 @@ QA_PREBUILT="*"
QA_SONAME_NO_SYMLINK="usr/lib32/.* usr/lib64/.*"
QA_MULTILIB_PATHS="usr/lib32/.* usr/lib64/.* lib32/.* lib64/.*"

S="${WORKDIR}/SAC_${SRC_PV}_Linux"

#pkg_nofetch() {
# einfo "Please send mail to Aladdin eToken TS <[email protected]> and"
# einfo "ask them to provide a ${MY_PV} version of eToken driver. Then put RPMs from"
Expand Down
4 changes: 2 additions & 2 deletions app-crypt/keybase/keybase-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ inherit go-module systemd
DESCRIPTION="Client for keybase.io"
HOMEPAGE="https://keybase.io/"

S="${WORKDIR}/${P}/go"

LICENSE="BSD"
SLOT="0"

Expand Down Expand Up @@ -41,8 +43,6 @@ RDEPEND="
)
"

S="${WORKDIR}/${P}/go"

src_unpack() {
git-r3_src_unpack
go-module_live_vendor
Expand Down
3 changes: 2 additions & 1 deletion app-crypt/tcplay/tcplay-3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ DESCRIPTION="Free and simple TrueCrypt Implementation based on dm-crypt"
HOMEPAGE="https://github.com/bwalex/tc-play"
SRC_URI="https://github.com/bwalex/tc-play/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}"/${P}

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs test"
S="${WORKDIR}"/${P}

# Tests need root privileges, access to /dev/loop0 and mostly fail
RESTRICT="test"
Expand Down
20 changes: 0 additions & 20 deletions app-eselect/eselect-gradle/eselect-gradle-0.1.ebuild

This file was deleted.

131 changes: 0 additions & 131 deletions app-eselect/eselect-gradle/files/gradle.eselect

This file was deleted.

24 changes: 0 additions & 24 deletions app-eselect/eselect-lua/eselect-lua-2.ebuild

This file was deleted.

Loading

0 comments on commit 5df8aaf

Please sign in to comment.