diff --git a/Makefile b/Makefile index 2e44d4e..531551f 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,7 @@ update.tar: $(IMAGESDIR)/update.tar.zstd $(O)/.prepared: \ prepare.sh \ - setup-local-repo.sh \ - $(shell find patches/ebuilds -type f) + setup-local-repo.sh ./prepare.sh ./setup-local-repo.sh mkdir -p $(O) diff --git a/patches/ebuilds/app-containers/conmon/cross-pkg-config.patch b/patches/ebuilds/app-containers/conmon/cross-pkg-config.patch deleted file mode 100644 index be92ba8..0000000 --- a/patches/ebuilds/app-containers/conmon/cross-pkg-config.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/conmon-2.1.6.ebuild 2023-03-16 15:02:17.213375763 -0000 -+++ b/conmon-2.1.6.ebuild 2023-03-16 15:02:46.337375763 -0000 -@@ -34,7 +34,7 @@ - } - - src_compile() { -- tc-export CC -+ tc-export CC PKG_CONFIG - emake GIT_COMMIT="v${PV}" \ - all - } diff --git a/patches/ebuilds/app-containers/podman/go-md2man.patch b/patches/ebuilds/app-containers/podman/go-md2man.patch deleted file mode 100644 index 74e9e9d..0000000 --- a/patches/ebuilds/app-containers/podman/go-md2man.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/podman-4.4.1.ebuild 2023-03-22 01:23:44.252387512 -0000 -+++ b/podman-4.4.1.ebuild 2023-03-22 01:36:23.424387512 -0000 -@@ -37,8 +37,8 @@ - selinux? ( sys-libs/libselinux:= ) - " - DEPEND=" -- ${COMMON_DEPEND} -- dev-go/go-md2man" -+ ${COMMON_DEPEND}" -+BDEPEND="dev-go/go-md2man" - RDEPEND="${COMMON_DEPEND} - fuse? ( sys-fs/fuse-overlayfs ) - selinux? ( sec-policy/selinux-podman )" diff --git a/patches/ebuilds/app-containers/podman/tc-export.patch b/patches/ebuilds/app-containers/podman/tc-export.patch deleted file mode 100644 index beab0c9..0000000 --- a/patches/ebuilds/app-containers/podman/tc-export.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/podman-4.4.1-r1.ebuild 2023-03-23 16:15:10.845405285 -0000 -+++ b/podman-4.4.1-r1.ebuild 2023-03-23 16:15:54.433405285 -0000 -@@ -60,6 +60,8 @@ - has_version -b '>=dev-lang/go-1.13.9' || makefile_sed_args+=(-e 's:GO111MODULE=off:GO111MODULE=on:') - - sed "${makefile_sed_args[@]}" -i Makefile || die -+ -+ tc-export CC LD - } - - src_compile() { diff --git a/patches/ebuilds/sys-boot/grub/no-efibootmgr.patch b/patches/ebuilds/sys-boot/grub/no-efibootmgr.patch deleted file mode 100644 index 649f0be..0000000 --- a/patches/ebuilds/sys-boot/grub/no-efibootmgr.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ruN a/grub-2.06-r5.ebuild b/grub-2.06-r5.ebuild ---- a/grub-2.06-r5.ebuild 2023-02-07 10:43:00.106060206 -0600 -+++ b/grub-2.06-r5.ebuild 2023-02-07 10:43:21.884298259 -0600 -@@ -128,10 +128,6 @@ - ppc64? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) - " - RDEPEND="${DEPEND} -- kernel_linux? ( -- grub_platforms_efi-32? ( sys-boot/efibootmgr ) -- grub_platforms_efi-64? ( sys-boot/efibootmgr ) -- ) - !sys-boot/grub:0 - nls? ( sys-devel/gettext ) - " diff --git a/setup-local-repo.sh b/setup-local-repo.sh index f465c63..1237115 100755 --- a/setup-local-repo.sh +++ b/setup-local-repo.sh @@ -12,32 +12,3 @@ cat > "${CONFIGDIR}"/portage/target/etc/portage/repos.conf/aimee-os.conf < "${CONFIGDIR}"/portage/target/etc/portage/repos.conf/x-portage.conf <