Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-04-14 18:48:13 +00:00
7 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST x86-64-level-0.2.2.tar.gz 6313 BLAKE2B a64b9eb4e4aade0be856713df04818c7386caf41899dd9e3d2c4a6eea6b9558d14aa43d7876f1fa6b37740c844d8d1d810945bce607d046c2c4e08cb1837edbe SHA512 008b4510da135cc972e843fa23cddeef8fb926279f263c042c5875f03b54cc8b1f796d7c6db7574c10cc8612cd6d827588e5e892acb2ae0359401a540e7926e1

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marco@sirabella.org</email>
<name>Marco Sirabella</name>
</maintainer>
<upstream>
<remote-id type="github">HenrikBengtsson/x86-64-level</remote-id>
<bugs-to>https://github.com/HenrikBengtsson/x86-64-level/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,27 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Get the x86-64 Microarchitecture Level on the Current Machine"
HOMEPAGE="https://github.com/HenrikBengtsson/x86-64-level"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/HenrikBengtsson/${PN}.git"
else
SRC_URI="https://github.com/HenrikBengtsson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="CC-BY-SA-4.0"
SLOT="0"
RDEPEND="app-shells/bash"
src_compile() {
:
}
src_install() {
dobin x86-64-level
}

View File

@@ -0,0 +1,27 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Get the x86-64 Microarchitecture Level on the Current Machine"
HOMEPAGE="https://github.com/HenrikBengtsson/x86-64-level"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/HenrikBengtsson/${PN}.git"
else
SRC_URI="https://github.com/HenrikBengtsson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="CC-BY-SA-4.0"
SLOT="0"
RDEPEND="app-shells/bash"
src_compile() {
:
}
src_install() {
dobin x86-64-level
}

View File

@@ -0,0 +1 @@
DIST KSRE-linux.tar.bz2 478484884 BLAKE2B 45e49c4a122c492d468eb9025ff0377416c63b35b465ee6b1f75517b9cdc94ce36f27fc9c76849ae0e1a01ad7bd33e9b830c6c7b60f091fa84936a93a29eb009 SHA512 6ec1ac1d101c3722c150461575f9a995a0299ea026f849cf5b39ad5347738531786b6f16fa077b2ae2f1e9f3f79d509ebadbe90f59ad063cdd67a545e7d7985c

View File

@@ -0,0 +1,31 @@
# Copyright 2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit wrapper
DESCRIPTION="Bishoujo-style, in the fictional Yamaku High School for disabled children"
HOMEPAGE="https://www.fhs.sh/projects"
SRC_URI="https://github.com/fleetingheart/ksre/releases/download/v$PV/KSRE-linux.tar.bz2"
LICENSE="
MPL-2.0
CC-BY-NC-ND-3.0
"
SLOT="0"
KEYWORDS="~amd64"
QA_PREBUILT="*"
RESTRICT="strip"
S="${WORKDIR}/KSRE-linux"
src_install() {
dodir etc
cp -r . "$ED/opt/$PN" || die
make_wrapper ${PN} "/opt/${PN}/Katawa\ Shoujo\ Re-Engineered.sh"
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Vitaly Zdanevich</name>
<email>zdanevich.vitaly@ya.ru</email>
</maintainer>
</pkgmetadata>