aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1024x22024-05-06 15:17:26 +0100
committer1024x22024-05-06 15:17:26 +0100
commit45b17ed7c245691c4fb565036e3055a6469e25ec (patch)
treef4084521481739c4f70fcaf50413546a0b5a0850
Initial commit
-rw-r--r--app-misc/pacman-contrib/Manifest1
-rw-r--r--app-misc/pacman-contrib/pacman-contrib-1.10.5.ebuild41
-rw-r--r--dev-vcs/p4/Manifest1
-rw-r--r--dev-vcs/p4/p4-2023.2.2578891.ebuild27
-rw-r--r--dev-vcs/p4v/Manifest3
-rw-r--r--dev-vcs/p4v/p4v-2023.2.2467475.ebuild32
-rw-r--r--dev-vcs/p4v/p4v-2023.4.2558838.ebuild32
-rw-r--r--dev-vcs/p4v/p4v-2024.1.2591061.ebuild32
-rw-r--r--games-emulation/blastem/Manifest1
-rw-r--r--games-emulation/blastem/blastem-0.6.2.ebuild39
-rw-r--r--games-emulation/blastem/blastem-9999.ebuild38
-rw-r--r--games-emulation/simple64-audio-sdl2/simple64-audio-sdl2-9999.ebuild42
-rw-r--r--games-emulation/simple64-core/simple64-core-9999.ebuild45
-rw-r--r--games-emulation/simple64-gui/files/fix-paths.patch43
-rw-r--r--games-emulation/simple64-gui/simple64-gui-9999.ebuild56
-rw-r--r--games-emulation/simple64-input-qt/simple64-input-qt-9999.ebuild42
-rw-r--r--games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild43
-rw-r--r--games-emulation/simple64-rsp-parallel/simple64-rsp-parallel-9999.ebuild42
-rw-r--r--games-emulation/simple64-video-parallel/simple64-video-parallel-9999.ebuild46
-rw-r--r--games-emulation/simple64/simple64-9999.ebuild20
-rw-r--r--metadata/layout.conf3
-rw-r--r--metadata/md5-cache/app-misc/pacman-contrib-1.8.215
-rw-r--r--metadata/md5-cache/dev-vcs/p4-2023.1.246815310
-rw-r--r--metadata/md5-cache/dev-vcs/p4v-2023.2.246747511
-rw-r--r--metadata/md5-cache/games-emulation/blastem-999913
-rw-r--r--metadata/md5-cache/games-emulation/simple64-audio-sdl2-999913
-rw-r--r--metadata/md5-cache/games-emulation/simple64-core-999913
-rw-r--r--metadata/md5-cache/games-emulation/simple64-rsp-parallel-999913
-rw-r--r--metadata/md5-cache/sys-apps/pacman-6.0.216
-rw-r--r--profiles/repo_name1
-rw-r--r--sys-apps/pacman/Manifest1
-rw-r--r--sys-apps/pacman/pacman-6.0.2.ebuild78
32 files changed, 813 insertions, 0 deletions
diff --git a/app-misc/pacman-contrib/Manifest b/app-misc/pacman-contrib/Manifest
new file mode 100644
index 0000000..c6cacf3
--- /dev/null
+++ b/app-misc/pacman-contrib/Manifest
@@ -0,0 +1 @@
+DIST pacman-contrib-v1.10.5.tar.bz2 51514 BLAKE2B d7e62bb6699fd1b3214f085657ed0f17bd444acb2a8bf0d6303ad08143374fccb21c71d415ad100f3325d495b5a564e061d148907f52a79953c32253d084b691 SHA512 bcc80c52644a8e3d566de2bc43dd0dfd7f14878aa41a46cca6ac89a9b54d8142aafd02c08d36507fd975ae26c1d9549c583038c1a778489fce39bb54f0e4496a
diff --git a/app-misc/pacman-contrib/pacman-contrib-1.10.5.ebuild b/app-misc/pacman-contrib/pacman-contrib-1.10.5.ebuild
new file mode 100644
index 0000000..2f6b97a
--- /dev/null
+++ b/app-misc/pacman-contrib/pacman-contrib-1.10.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Contributed scripts for sys-apps/pacman"
+HOMEPAGE="https://archlinux.org/pacman/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.archlinux.org/pacman/pacman-contrib.git"
+else
+ SRC_URI="https://gitlab.archlinux.org/pacman/pacman-contrib/-/archive/v${PV}/pacman-contrib-v${PV}.tar.bz2"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="debug"
+
+RDEPEND="sys-apps/pacman"
+DEPEND="
+ ${RDEPEND}
+ app-text/asciidoc
+"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --localstatedir=/var \
+ --enable-doc \
+ $(use_enable debug)
+}
diff --git a/dev-vcs/p4/Manifest b/dev-vcs/p4/Manifest
new file mode 100644
index 0000000..b9e71ae
--- /dev/null
+++ b/dev-vcs/p4/Manifest
@@ -0,0 +1 @@
+DIST p4-2023.2.2578891-amd64 10447528 BLAKE2B 159e991d6b8e7b320ee62d2b50a0050660bb471aa44feebcd96b3bd630e44608aa6b77611d2ec268627d796d3d2550c920e43874815bfec4c83cee7967fc07b5 SHA512 181d8469b0e4062ee3797767285524b6947044b76613eb4b1cd41ab56851cb4d4b8dee1381b373d40f41d3e42caf48761731b566edf198bee61fe53947f785ae
diff --git a/dev-vcs/p4/p4-2023.2.2578891.ebuild b/dev-vcs/p4/p4-2023.2.2578891.ebuild
new file mode 100644
index 0000000..57773de
--- /dev/null
+++ b/dev-vcs/p4/p4-2023.2.2578891.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+REL="$(ver_cut 1-2)"
+SHORTREL="${REL:2}"
+
+DESCRIPTION="Command-line client for the Perforce VCS"
+HOMEPAGE="https://www.perforce.com/"
+SRC_URI="
+ amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4 -> ${P}-amd64 )
+"
+S="${WORKDIR}"
+LICENSE="Perforce"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+RESTRICT="mirror strip bindist"
+
+src_unpack() {
+ cp "${DISTDIR}/${A}" p4 || die
+}
+
+src_install() {
+ dobin p4
+}
diff --git a/dev-vcs/p4v/Manifest b/dev-vcs/p4v/Manifest
new file mode 100644
index 0000000..810c74b
--- /dev/null
+++ b/dev-vcs/p4v/Manifest
@@ -0,0 +1,3 @@
+DIST p4v-2023.2.2467475-amd64.tgz 194594026 BLAKE2B abeccd350a76330dffb5ec95f1cf5bf79784912f63f44fd647dbb2f8f146a4ae523057436adfffc5e4804712292b9a05cb33c9ccfceb9fe1992631edca8fad8d SHA512 c7e0c0fcf87ee49186a6a2e4b308741cb8173add4ddacb369a2edd30c8b93d37dc01a06ab4fc304d1d96b824339e88975d977cce485748ff6d087daa7a0698b3
+DIST p4v-2023.4.2558838-amd64.tgz 186937615 BLAKE2B e1ff9800247bbbb34c20572b68231fcc1e91bc5ed2b3a13c133a64ed0b047c3183f7c7e498a3e22f59f0bbe5338be025a3d8ab088038d6976f11f8670aa62b9c SHA512 cf88d0d7d25a88ce778fbc63bb04b966a95627d68d7946d64b53c26f2899db15a1ea982667773c462bcba7e7bf5b6c142627d34d45c6c6fdcf75f8a141b942bf
+DIST p4v-2024.1.2591061-amd64.tgz 186905372 BLAKE2B 155f089c174e5b02308d2103d29d1b1c9a2b0c30c14d0aa46f71583db2358ff5b2b75be11cc0269b05b721a7d6ccb7e0fa27738e8c7399adc2f8707a1e70ba5e SHA512 f56c64ff9cb641c1c700ea0000c7299998d80e2dc4cca7967815b0277de22de91419971e513197d8c6819af78fc12d0a7c4698632804f8395f7acc38d5b20a19
diff --git a/dev-vcs/p4v/p4v-2023.2.2467475.ebuild b/dev-vcs/p4v/p4v-2023.2.2467475.ebuild
new file mode 100644
index 0000000..2203dc7
--- /dev/null
+++ b/dev-vcs/p4v/p4v-2023.2.2467475.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+REL="$(ver_cut 1-2)"
+SHORTREL="${REL:2}"
+
+DESCRIPTION="Visual client for the Perforce VCS"
+HOMEPAGE="https://www.perforce.com/"
+SRC_URI="
+ amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4v.tgz -> ${P}-amd64.tgz )
+"
+#S="${WORKDIR}/${P}"
+LICENSE="Perforce-P4V"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+RESTRICT="mirror strip bindist"
+
+RDEPEND="dev-vcs/p4"
+DEPEND=""
+
+src_install() {
+ dodir /opt
+ cp -R "${S}" "${D}/opt/p4v" || die "Install failed!"
+
+ dodir /usr/bin
+ for i in p4admin p4merge p4v p4vc; do
+ dosym ../../opt/p4v/bin/"$i" /usr/bin/"$i"
+ done
+}
diff --git a/dev-vcs/p4v/p4v-2023.4.2558838.ebuild b/dev-vcs/p4v/p4v-2023.4.2558838.ebuild
new file mode 100644
index 0000000..2203dc7
--- /dev/null
+++ b/dev-vcs/p4v/p4v-2023.4.2558838.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+REL="$(ver_cut 1-2)"
+SHORTREL="${REL:2}"
+
+DESCRIPTION="Visual client for the Perforce VCS"
+HOMEPAGE="https://www.perforce.com/"
+SRC_URI="
+ amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4v.tgz -> ${P}-amd64.tgz )
+"
+#S="${WORKDIR}/${P}"
+LICENSE="Perforce-P4V"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+RESTRICT="mirror strip bindist"
+
+RDEPEND="dev-vcs/p4"
+DEPEND=""
+
+src_install() {
+ dodir /opt
+ cp -R "${S}" "${D}/opt/p4v" || die "Install failed!"
+
+ dodir /usr/bin
+ for i in p4admin p4merge p4v p4vc; do
+ dosym ../../opt/p4v/bin/"$i" /usr/bin/"$i"
+ done
+}
diff --git a/dev-vcs/p4v/p4v-2024.1.2591061.ebuild b/dev-vcs/p4v/p4v-2024.1.2591061.ebuild
new file mode 100644
index 0000000..2203dc7
--- /dev/null
+++ b/dev-vcs/p4v/p4v-2024.1.2591061.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+REL="$(ver_cut 1-2)"
+SHORTREL="${REL:2}"
+
+DESCRIPTION="Visual client for the Perforce VCS"
+HOMEPAGE="https://www.perforce.com/"
+SRC_URI="
+ amd64? ( https://ftp.perforce.com/pub/perforce/r${SHORTREL}/bin.linux26x86_64/p4v.tgz -> ${P}-amd64.tgz )
+"
+#S="${WORKDIR}/${P}"
+LICENSE="Perforce-P4V"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+RESTRICT="mirror strip bindist"
+
+RDEPEND="dev-vcs/p4"
+DEPEND=""
+
+src_install() {
+ dodir /opt
+ cp -R "${S}" "${D}/opt/p4v" || die "Install failed!"
+
+ dodir /usr/bin
+ for i in p4admin p4merge p4v p4vc; do
+ dosym ../../opt/p4v/bin/"$i" /usr/bin/"$i"
+ done
+}
diff --git a/games-emulation/blastem/Manifest b/games-emulation/blastem/Manifest
new file mode 100644
index 0000000..6add171
--- /dev/null
+++ b/games-emulation/blastem/Manifest
@@ -0,0 +1 @@
+DIST blastem-0.6.2.tar.bz2 1013238 BLAKE2B 5aa5ae867d5a6fb25fbb116fd698e59b4c2fdc9adffa50571e7449a43ed9ac77bc1fbdb3d1bbf132286ed30d34d41bbaff90905745b37789b483e647d871622c SHA512 fd924e5ec173f309e9e4108b78037ec78ed0f16d98e038a9a79f4e7237e30c1df4c7d65b166f65a26a20051e4c1d4b0c050bebd6f920e5e27ac467cb04e338e4
diff --git a/games-emulation/blastem/blastem-0.6.2.ebuild b/games-emulation/blastem/blastem-0.6.2.ebuild
new file mode 100644
index 0000000..5e4b4b5
--- /dev/null
+++ b/games-emulation/blastem/blastem-0.6.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Accurate Sega Genesis / Mega Drive emulator"
+HOMEPAGE="https://www.retrodev.com/blastem/"
+
+if [[ ${PV} == 9999 ]]; then
+ EHG_REPO_URI="https://www.retrodev.com/repos/blastem"
+ inherit mercurial
+else
+ SRC_URI="https://www.retrodev.com/repos/blastem/archive/v${PV}.tar.bz2 -> blastem-${PV}.tar.bz2"
+ KEYWORDS="-* ~amd64 ~x86"
+ S="${WORKDIR}/blastem-v${PV}"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND="
+ sys-libs/zlib
+ media-libs/libsdl2
+ media-libs/glew
+"
+
+src_compile() {
+ emake \
+ HOST_ZLIB=1 \
+ DATA_PATH=/usr/share/blastem \
+ CONFIG_PATH=/usr/share/blastem
+}
+
+src_install() {
+ dobin blastem
+
+ insinto /usr/share/blastem
+ doins -r shaders images default.cfg rom.db gamecontrollerdb.txt systems.cfg
+}
diff --git a/games-emulation/blastem/blastem-9999.ebuild b/games-emulation/blastem/blastem-9999.ebuild
new file mode 100644
index 0000000..0b6f12c
--- /dev/null
+++ b/games-emulation/blastem/blastem-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Accurate Sega Genesis / Mega Drive emulator"
+HOMEPAGE="https://www.retrodev.com/blastem/"
+
+if [[ ${PV} == 9999 ]]; then
+ EHG_REPO_URI="https://www.retrodev.com/repos/blastem"
+ inherit mercurial
+else
+ SRC_URI="https://www.retrodev.com/repos/blastem/archive/v${PV}.tar.bz2 -> blastem-${PV}.tar.bz2"
+ KEYWORDS="-* ~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND="
+ sys-libs/zlib
+ media-libs/libsdl2
+ media-libs/glew
+"
+
+src_compile() {
+ emake \
+ HOST_ZLIB=1 \
+ DATA_PATH=/usr/share/blastem \
+ CONFIG_PATH=/usr/share/blastem
+}
+
+src_install() {
+ dobin blastem
+
+ insinto /usr/share/blastem
+ doins -r shaders images default.cfg rom.db gamecontrollerdb.txt systems.cfg
+}
diff --git a/games-emulation/simple64-audio-sdl2/simple64-audio-sdl2-9999.ebuild b/games-emulation/simple64-audio-sdl2/simple64-audio-sdl2-9999.ebuild
new file mode 100644
index 0000000..3f2e8b6
--- /dev/null
+++ b/games-emulation/simple64-audio-sdl2/simple64-audio-sdl2-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Accurate Nintendo 64 Emulator, SDL2 audio plugin"
+HOMEPAGE="https://simple64.github.io/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/simple64/simple64-audio-sdl2.git"
+else
+ _git_commit="41aa2887f50fddd78e86ea624e1dc833de5fdc53"
+ SRC_URI="https://github.com/simple64/simple64-audio-sdl2/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE=""
+
+DEPEND="
+ games-emulation/simple64-core:=
+ media-libs/libsdl2
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ sed -i 's|include_directories(../mupen64plus-core/src/api)|include_directories(/usr/include/mupen64plus)|' CMakeLists.txt
+ cmake_src_prepare
+}
+
+src_configure() {
+ cmake_src_configure
+}
+
+src_install() {
+ insinto "/usr/$(get_libdir)/mupen64plus"
+ doins "${BUILD_DIR}/simple64-audio-sdl2.so"
+}
diff --git a/games-emulation/simple64-core/simple64-core-9999.ebuild b/games-emulation/simple64-core/simple64-core-9999.ebuild
new file mode 100644
index 0000000..c96295c
--- /dev/null
+++ b/games-emulation/simple64-core/simple64-core-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Accurate Nintendo 64 Emulator, core library"
+HOMEPAGE="https://simple64.github.io/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/simple64/mupen64plus-core.git"
+ EGIT_BRANCH="simple64"
+else
+ _git_commit="cd23b26262c7a4f94cb133926a9f818e144b5369"
+ SRC_URI="https://github.com/simple64/mupen64plus-core/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 Apache-2.0 BSD-2 LGPL-2.1+ ZLIB BitstreamVera"
+SLOT="0/${PV}"
+IUSE=""
+
+DEPEND="
+ media-libs/libpng
+ sys-libs/zlib
+ media-libs/libsdl2
+ !!games-emulation/mupen64plus-core
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ cmake_src_configure
+}
+
+src_install() {
+ dolib.so "${BUILD_DIR}/libmupen64plus.so"
+
+ insinto "/usr/share/mupen64plus"
+ doins -r "${S}"/data/*
+
+ insinto "/usr/include/mupen64plus"
+ doins "${S}"/src/api/m64p_*.h
+}
diff --git a/games-emulation/simple64-gui/files/fix-paths.patch b/games-emulation/simple64-gui/files/fix-paths.patch
new file mode 100644
index 0000000..e153eb6
--- /dev/null
+++ b/games-emulation/simple64-gui/files/fix-paths.patch
@@ -0,0 +1,43 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4f967af..bb8833b 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -11,6 +11,12 @@ endif()
+ include_directories(../mupen64plus-core/src/api)
+
+ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x0602ff -DNETPLAY_VER=16)
++if(DEFINED PLUGIN_DIR_PATH)
++ add_definitions(-DPLUGIN_DIR_PATH="${PLUGIN_DIR_PATH}")
++endif()
++if(DEFINED CORE_LIBRARY_PATH)
++ add_definitions(-DCORE_LIBRARY_PATH="${CORE_LIBRARY_PATH}")
++endif()
+
+ if(DEFINED ENV{NETPLAY_AUTH_CODE})
+ add_definitions(-DNETPLAY_AUTH_CODE="$ENV{NETPLAY_AUTH_CODE}")
+diff --git a/cheats.cpp b/cheats.cpp
+index 84bac85..475b7a2 100644
+--- a/cheats.cpp
++++ b/cheats.cpp
+@@ -229,7 +229,7 @@ QString getCheatGameName()
+
+ QJsonObject loadCheatData(QString gameName)
+ {
+- QString cheats_path = QDir(QCoreApplication::applicationDirPath()).filePath("cheats.json");
++ QString cheats_path = QDir(QStringLiteral(u"/usr/share/mupen64plus")).filePath("cheats.json");
+ QFile file(cheats_path);
+ file.open(QIODevice::ReadOnly | QIODevice::Text);
+
+diff --git a/mainwindow.cpp b/mainwindow.cpp
+index 2d46d81..3c29dd3 100644
+--- a/mainwindow.cpp
++++ b/mainwindow.cpp
+@@ -353,7 +353,7 @@ void MainWindow::updateApp()
+
+ void MainWindow::setupDiscord()
+ {
+- QLibrary *discordLib = new QLibrary((QDir(QCoreApplication::applicationDirPath()).filePath("discord_game_sdk")), this);
++ QLibrary *discordLib = new QLibrary(QStringLiteral("discord_game_sdk"), this);
+
+ memset(&discord_app, 0, sizeof(discord_app));
+
diff --git a/games-emulation/simple64-gui/simple64-gui-9999.ebuild b/games-emulation/simple64-gui/simple64-gui-9999.ebuild
new file mode 100644
index 0000000..c18d794
--- /dev/null
+++ b/games-emulation/simple64-gui/simple64-gui-9999.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Accurate Nintendo 64 Emulator, GUI frontend"
+HOMEPAGE="https://simple64.github.io/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/simple64/mupen64plus-gui.git"
+else
+ _git_commit="5e2995912bf712deac247b1cd7d768f6d7f0ceb3"
+ SRC_URI="https://github.com/simple64/mupen64plus-gui/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 Apache-2.0 BSD-2 LGPL-2.1+ ZLIB BitstreamVera"
+SLOT="0/${PV}"
+IUSE="discord"
+
+DEPEND="
+ games-emulation/simple64-core:=
+ dev-qt/qtbase:6=[widgets]
+ dev-qt/qtwebsockets:6=
+ discord? ( dev-libs/discord-game-sdk )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/fix-paths.patch"
+)
+
+src_prepare() {
+ local commit="${_git_commit}"
+ if [[ ${PV} == 9999 ]]; then
+ commit="$(git rev-parse HEAD)"
+ fi
+ echo "#define GUI_VERSION \"${_git_commit}\"" >version.h
+ sed -i 's|include_directories(../mupen64plus-core/src/api)|include_directories(/usr/include/mupen64plus)|' CMakeLists.txt
+ cmake_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DCORE_LIBRARY_PATH="/usr/$(get_libdir)"
+ -DPLUGIN_DIR_PATH="/usr/$(get_libdir)/mupen64plus"
+ )
+ cmake_src_configure
+}
+
+src_install() {
+ dobin "${BUILD_DIR}/simple64-gui"
+}
diff --git a/games-emulation/simple64-input-qt/simple64-input-qt-9999.ebuild b/games-emulation/simple64-input-qt/simple64-input-qt-9999.ebuild
new file mode 100644
index 0000000..ebcc5e4
--- /dev/null
+++ b/games-emulation/simple64-input-qt/simple64-input-qt-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Accurate Nintendo 64 Emulator, Qt input plugin"
+HOMEPAGE="https://simple64.github.io/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/simple64/simple64-input-qt.git"
+else
+ _git_commit="0e64669899410c6ceb183acb3ef94920dc028180"
+ SRC_URI="https://github.com/simple64/simple64-input-qt/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE=""
+
+DEPEND="
+ games-emulation/simple64-core:=
+ dev-qt/qtbase:6=[network,widgets]
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ sed -i 's|include_directories(../mupen64plus-core/src/api)|include_directories(/usr/include/mupen64plus)|' CMakeLists.txt
+ cmake_src_prepare
+}
+
+src_configure() {
+ cmake_src_configure
+}
+
+src_install() {
+ insinto "/usr/$(get_libdir)/mupen64plus"
+ doins "${BUILD_DIR}/simple64-input-qt.so"
+}
diff --git a/games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild b/games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild
new file mode 100644
index 0000000..66990e9
--- /dev/null
+++ b/games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Accurate Nintendo 64 Emulator, raphnetraw input plugin"
+HOMEPAGE="https://simple64.github.io/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/simple64/simple64-input-raphnetraw.git"
+ EGIT_BRANCH="simple64"
+else
+ _git_commit="0e64669899410c6ceb183acb3ef94920dc028180"
+ SRC_URI="https://github.com/simple64/simple64-input-raphnetraw/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE=""
+
+DEPEND="
+ games-emulation/simple64-core:=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ sed -i 's|include_directories(../mupen64plus-core/src/api)|include_directories(/usr/include/mupen64plus)|' CMakeLists.txt
+ sed -i 's|#include "config.h"|#include "m64p_config.h"|' src/plugin_front.c
+ cmake_src_prepare
+}
+
+src_configure() {
+ cmake_src_configure
+}
+
+src_install() {
+ insinto "/usr/$(get_libdir)/mupen64plus"
+ doins "${BUILD_DIR}/simple64-input-raphnetraw.so"
+}
diff --git a/games-emulation/simple64-rsp-parallel/simple64-rsp-parallel-9999.ebuild b/games-emulation/simple64-rsp-parallel/simple64-rsp-parallel-9999.ebuild
new file mode 100644
index 0000000..7b5514b
--- /dev/null
+++ b/games-emulation/simple64-rsp-parallel/simple64-rsp-parallel-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Accurate Nintendo 64 Emulator, paraLLEl RSP plugin"
+HOMEPAGE="https://simple64.github.io/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/simple64/parallel-rsp.git"
+ EGIT_BRANCH="simple64"
+else
+ _git_commit="a6db2c75bd60a62a8abfe1b4e767fd014ba380e5"
+ SRC_URI="https://github.com/simple64/parallel-rsp/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE=""
+
+DEPEND="
+ games-emulation/simple64-core:=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ sed -i 's|include_directories(../mupen64plus-core/src/api)|include_directories(/usr/include/mupen64plus)|' CMakeLists.txt
+ cmake_src_prepare
+}
+
+src_configure() {
+ cmake_src_configure
+}
+
+src_install() {
+ insinto "/usr/$(get_libdir)/mupen64plus"
+ doins "${BUILD_DIR}/simple64-rsp-parallel.so"
+}
diff --git a/games-emulation/simple64-video-parallel/simple64-video-parallel-9999.ebuild b/games-emulation/simple64-video-parallel/simple64-video-parallel-9999.ebuild
new file mode 100644
index 0000000..1ecb651
--- /dev/null
+++ b/games-emulation/simple64-video-parallel/simple64-video-parallel-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Accurate Nintendo 64 Emulator, paraLLEl-RDP video plugin"
+HOMEPAGE="https://simple64.github.io/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/simple64/parallel-rdp-standalone.git"
+ EGIT_BRANCH="simple64"
+else
+ _git_commit="420e12f677b5d4f6a624442e20594f181e451760"
+ SRC_URI="https://github.com/simple64/parallel-rdp-standalone/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+IUSE=""
+
+DEPEND="
+ games-emulation/simple64-core:=
+ dev-util/vulkan-headers
+"
+RDEPEND="
+ ${DEPEND}
+ media-libs/vulkan-loader
+"
+
+src_prepare() {
+ sed -i 's|include_directories(../mupen64plus-core/src/api)|include_directories(/usr/include/mupen64plus)|' CMakeLists.txt
+ cmake_src_prepare
+}
+
+src_configure() {
+ cmake_src_configure
+}
+
+src_install() {
+ insinto "/usr/$(get_libdir)/mupen64plus"
+ doins "${BUILD_DIR}/simple64-video-parallel.so"
+}
diff --git a/games-emulation/simple64/simple64-9999.ebuild b/games-emulation/simple64/simple64-9999.ebuild
new file mode 100644
index 0000000..18d64ca
--- /dev/null
+++ b/games-emulation/simple64/simple64-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Accurate Nintendo 64 Emulator, meta-package"
+HOMEPAGE="https://simple64.github.io/"
+
+LICENSE="metapackage"
+SLOT="0/${PV}"
+
+RDEPEND="
+ games-emulation/simple64-core:=
+ games-emulation/simple64-input-raphnetraw:=
+ games-emulation/simple64-input-qt:=
+ games-emulation/simple64-audio-sdl2:=
+ games-emulation/simple64-gui:=
+ games-emulation/simple64-rsp-parallel:=
+ games-emulation/simple64-video-parallel:=
+"
diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 0000000..20fcfea
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1,3 @@
+masters = gentoo
+thin-manifests = true
+sign-manifests = false
diff --git a/metadata/md5-cache/app-misc/pacman-contrib-1.8.2 b/metadata/md5-cache/app-misc/pacman-contrib-1.8.2
new file mode 100644
index 0000000..e39bfce
--- /dev/null
+++ b/metadata/md5-cache/app-misc/pacman-contrib-1.8.2
@@ -0,0 +1,15 @@
+BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 >=dev-vcs/git-1.8.2.1[curl]
+DEFINED_PHASES=configure prepare unpack
+DEPEND=sys-apps/pacman app-text/asciidoc
+DESCRIPTION=Contributed scripts for sys-apps/pacman
+EAPI=8
+HOMEPAGE=https://archlinux.org/pacman/
+INHERIT=autotools git-r3
+IUSE=debug
+KEYWORDS=~amd64
+LICENSE=GPL-2
+PROPERTIES=live
+RDEPEND=sys-apps/pacman
+SLOT=0
+_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde git-r3 5133e393e8717a3a093660f990801dc1
+_md5_=a6ed0d1c834d70c63a59c964c3704671
diff --git a/metadata/md5-cache/dev-vcs/p4-2023.1.2468153 b/metadata/md5-cache/dev-vcs/p4-2023.1.2468153
new file mode 100644
index 0000000..af987d9
--- /dev/null
+++ b/metadata/md5-cache/dev-vcs/p4-2023.1.2468153
@@ -0,0 +1,10 @@
+DEFINED_PHASES=install unpack
+DESCRIPTION=Command-line client for the Perforce VCS
+EAPI=8
+HOMEPAGE=https://www.perforce.com/
+KEYWORDS=-* ~amd64
+LICENSE=Perforce
+RESTRICT=mirror strip bindist
+SLOT=0
+SRC_URI=amd64? ( https://ftp.perforce.com/pub/perforce/r23.1/bin.linux26x86_64/p4 -> p4-2023.1.2468153-amd64 )
+_md5_=939e603855dcfb512ace1021d01e217d
diff --git a/metadata/md5-cache/dev-vcs/p4v-2023.2.2467475 b/metadata/md5-cache/dev-vcs/p4v-2023.2.2467475
new file mode 100644
index 0000000..77b0b0b
--- /dev/null
+++ b/metadata/md5-cache/dev-vcs/p4v-2023.2.2467475
@@ -0,0 +1,11 @@
+DEFINED_PHASES=install
+DESCRIPTION=Visual client for the Perforce VCS
+EAPI=8
+HOMEPAGE=https://www.perforce.com/
+KEYWORDS=-* ~amd64
+LICENSE=Perforce-P4V
+RDEPEND=dev-vcs/p4
+RESTRICT=mirror strip bindist
+SLOT=0
+SRC_URI=amd64? ( https://ftp.perforce.com/pub/perforce/r23.2/bin.linux26x86_64/p4v.tgz -> p4v-2023.2.2467475-amd64.tgz )
+_md5_=a54a2ccf2f84ee039aa1281fe7faa24c
diff --git a/metadata/md5-cache/games-emulation/blastem-9999 b/metadata/md5-cache/games-emulation/blastem-9999
new file mode 100644
index 0000000..405778d
--- /dev/null
+++ b/metadata/md5-cache/games-emulation/blastem-9999
@@ -0,0 +1,13 @@
+BDEPEND=dev-vcs/mercurial
+DEFINED_PHASES=compile install unpack
+DEPEND=sys-libs/zlib media-libs/libsdl2 media-libs/glew
+DESCRIPTION=Accurate Sega Genesis / Mega Drive emulator
+EAPI=8
+HOMEPAGE=https://www.retrodev.com/blastem/
+INHERIT=mercurial
+KEYWORDS=-* ~amd64 ~x86
+LICENSE=GPL-3+
+PROPERTIES=live
+SLOT=0
+_eclasses_=mercurial e6a56a378cb9241482284b8b897c7a39
+_md5_=607c78e00efbd2b1a41011f9031e73c2
diff --git a/metadata/md5-cache/games-emulation/simple64-audio-sdl2-9999 b/metadata/md5-cache/games-emulation/simple64-audio-sdl2-9999
new file mode 100644
index 0000000..033e6ad
--- /dev/null
+++ b/metadata/md5-cache/games-emulation/simple64-audio-sdl2-9999
@@ -0,0 +1,13 @@
+BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
+DEFINED_PHASES=compile configure install prepare test unpack
+DEPEND=games-emulation/simple64-core:= media-libs/libsdl2
+DESCRIPTION=Accurate Nintendo 64 Emulator, SDL2 audio plugin
+EAPI=8
+HOMEPAGE=https://simple64.github.io/
+INHERIT=cmake git-r3
+LICENSE=GPL-2
+PROPERTIES=live
+RDEPEND=games-emulation/simple64-core:= media-libs/libsdl2
+SLOT=0/9999
+_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b2b07efa51009704f88173b2c7feab47 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c git-r3 86fa1f157b70b9d2ff340c4633b1cf4b
+_md5_=3795e4da5387ecd0a17b67c48bb57380
diff --git a/metadata/md5-cache/games-emulation/simple64-core-9999 b/metadata/md5-cache/games-emulation/simple64-core-9999
new file mode 100644
index 0000000..0e3ce36
--- /dev/null
+++ b/metadata/md5-cache/games-emulation/simple64-core-9999
@@ -0,0 +1,13 @@
+BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
+DEFINED_PHASES=compile configure install prepare test unpack
+DEPEND=media-libs/libpng sys-libs/zlib media-libs/libsdl2 !!games-emulation/mupen64plus-core
+DESCRIPTION=Accurate Nintendo 64 Emulator, core library
+EAPI=8
+HOMEPAGE=https://simple64.github.io/
+INHERIT=cmake git-r3
+LICENSE=GPL-2 Apache-2.0 BSD-2 LGPL-2.1+ ZLIB BitstreamVera
+PROPERTIES=live
+RDEPEND=media-libs/libpng sys-libs/zlib media-libs/libsdl2 !!games-emulation/mupen64plus-core
+SLOT=0/9999
+_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c git-r3 fbb2889c81f3a05910c1524db69425c1
+_md5_=e04d16049986539e54155f966e817f14
diff --git a/metadata/md5-cache/games-emulation/simple64-rsp-parallel-9999 b/metadata/md5-cache/games-emulation/simple64-rsp-parallel-9999
new file mode 100644
index 0000000..5dc76f4
--- /dev/null
+++ b/metadata/md5-cache/games-emulation/simple64-rsp-parallel-9999
@@ -0,0 +1,13 @@
+BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
+DEFINED_PHASES=compile configure install prepare test unpack
+DEPEND=games-emulation/simple64-core:=
+DESCRIPTION=Accurate Nintendo 64 Emulator, paraLLEl RSP plugin
+EAPI=8
+HOMEPAGE=https://simple64.github.io/
+INHERIT=cmake git-r3
+LICENSE=GPL-2
+PROPERTIES=live
+RDEPEND=games-emulation/simple64-core:=
+SLOT=0/9999
+_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c git-r3 86fa1f157b70b9d2ff340c4633b1cf4b
+_md5_=21243adcb88794aa5b4803449b12ee6f
diff --git a/metadata/md5-cache/sys-apps/pacman-6.0.2 b/metadata/md5-cache/sys-apps/pacman-6.0.2
new file mode 100644
index 0000000..f94df06
--- /dev/null
+++ b/metadata/md5-cache/sys-apps/pacman-6.0.2
@@ -0,0 +1,16 @@
+BDEPEND=>=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
+DEFINED_PHASES=compile configure install postinst test
+DEPEND=curl? ( net-misc/curl ) gpg? ( app-crypt/gpgme:= ) dev-libs/openssl:0= app-arch/libarchive app-text/asciidoc doc? ( app-doc/doxygen ) test? ( sys-apps/fakeroot sys-apps/fakechroot )
+DESCRIPTION=Archlinux's binary package manager
+EAPI=8
+HOMEPAGE=https://archlinux.org/pacman/
+INHERIT=meson
+IUSE=curl debug doc +gpg test
+KEYWORDS=-* ~amd64
+LICENSE=GPL-2
+RDEPEND=curl? ( net-misc/curl ) gpg? ( app-crypt/gpgme:= ) dev-libs/openssl:0= app-arch/libarchive
+RESTRICT=!test? ( test )
+SLOT=0/13
+SRC_URI=https://sources.archlinux.org/other/pacman/pacman-6.0.2.tar.xz
+_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 meson 576e6bbef90e9753368f8b4ad0bd5383
+_md5_=e5955e2018b6f229ec1400ad002b03e8
diff --git a/profiles/repo_name b/profiles/repo_name
new file mode 100644
index 0000000..d247c1b
--- /dev/null
+++ b/profiles/repo_name
@@ -0,0 +1 @@
+critter
diff --git a/sys-apps/pacman/Manifest b/sys-apps/pacman/Manifest
new file mode 100644
index 0000000..c212942
--- /dev/null
+++ b/sys-apps/pacman/Manifest
@@ -0,0 +1 @@
+DIST pacman-6.0.2.tar.xz 880868 BLAKE2B 648f62307e413cb352ed92e92df1ace510c1fc5e9ddd254baeef071e89cb7dae1786a95d29c5f69e8b03b1a8cfe3cd65671588dc362c8d3b281c092393aad54c SHA512 9d76fb58c3a50e89a4b92b1f9e3bfdecca3f69e05022ea88fbd34f9df540c4fc688ad4f8b27e77eedb791aa682c27037abe65c789c6d9ee393bae5b620c3df13
diff --git a/sys-apps/pacman/pacman-6.0.2.ebuild b/sys-apps/pacman/pacman-6.0.2.ebuild
new file mode 100644
index 0000000..75838da
--- /dev/null
+++ b/sys-apps/pacman/pacman-6.0.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Archlinux's binary package manager"
+HOMEPAGE="https://archlinux.org/pacman/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.archlinux.org/pacman/pacman.git"
+else
+ SRC_URI="https://sources.archlinux.org/other/pacman/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/13"
+
+IUSE="curl debug doc +gpg test"
+
+RDEPEND="
+ curl? ( net-misc/curl )
+ gpg? ( app-crypt/gpgme:= )
+ dev-libs/openssl:0=
+ app-arch/libarchive
+"
+DEPEND="
+ ${RDEPEND}
+ app-text/asciidoc
+ doc? ( app-doc/doxygen )
+ test? (
+ sys-apps/fakeroot
+ sys-apps/fakechroot
+ )
+"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+ local emesonargs=(
+ --localstatedir=/var
+ -D crypto=openssl
+ -D doc=enabled
+ $(meson_use debug)
+ $(meson_feature curl)
+ $(meson_feature doc doxygen)
+ $(meson_feature gpg gpgme)
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+
+ # avoid creating stuff inside /var/cache/
+ # see bug #633742 for more information
+ rm -r "${D}"/var/cache/pacman
+ rmdir "${D}"/var/cache
+}
+
+pkg_postinst() {
+ einfo ""
+ einfo "The default root dir was set to ${EPREFIX}/var/chroot/archlinux"
+ einfo "to avoid breaking Gentoo systems due to oscitancy."
+ einfo "If you prefer another directory, take a look at"
+ einfo "pacman's parameter -r|--root)."
+ einfo ""
+ einfo "You will need to setup at least one mirror in /etc/pacman.d/mirrorlist."
+ einfo "Please generate it manually according to the Archlinux documentation:"
+ einfo "https://wiki.archlinux.org/index.php/Mirror"
+ einfo ""
+ einfo "The pacman-contrib scripts have been moved out of the main pacman"
+ einfo "package and now have to be installed from app-misc/pacman-contrib."
+ einfo ""
+}