mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Move {sys-devel → dev-build}/make
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -18,7 +18,7 @@ RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
|| (
|
||||
sys-libs/ncurses:0/5[tinfo]
|
||||
sys-libs/ncurses-compat:5[tinfo]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -18,7 +18,7 @@ RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
sys-libs/ncurses-compat:5
|
||||
virtual/libcrypt"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -18,7 +18,7 @@ RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
|| (
|
||||
sys-libs/ncurses:0/5[tinfo]
|
||||
sys-libs/ncurses-compat:5[tinfo]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -18,7 +18,7 @@ RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
|| (
|
||||
sys-libs/ncurses:0/5[tinfo]
|
||||
sys-libs/ncurses-compat:5[tinfo]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -18,7 +18,7 @@ RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
|| (
|
||||
sys-libs/ncurses:0/5[tinfo]
|
||||
sys-libs/ncurses-compat:5[tinfo]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -18,7 +18,7 @@ RESTRICT="mirror strip installsources test"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
RDEPEND=">=dev-util/android-sdk-update-manager-10
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
sys-libs/ncurses-compat:5[abi_x86_32(-),tinfo]
|
||||
virtual/libcrypt"
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ fi
|
||||
|
||||
case ${CMAKE_MAKEFILE_GENERATOR} in
|
||||
emake)
|
||||
BDEPEND="sys-devel/make"
|
||||
BDEPEND="dev-build/make"
|
||||
;;
|
||||
ninja)
|
||||
BDEPEND="${NINJA_DEPEND}"
|
||||
|
||||
@@ -658,7 +658,7 @@ if [[ ${ETYPE} == sources ]]; then
|
||||
app-alternatives/bc
|
||||
app-alternatives/yacc
|
||||
app-alternatives/lex
|
||||
sys-devel/make
|
||||
dev-build/make
|
||||
>=sys-libs/ncurses-5.2
|
||||
virtual/libelf
|
||||
virtual/pkgconfig
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="libobjc2 native-exceptions"
|
||||
|
||||
DEPEND="${GNUSTEP_CORE_DEPEND}
|
||||
>=sys-devel/make-3.75
|
||||
>=dev-build/make-3.75
|
||||
libobjc2? ( gnustep-base/libobjc2
|
||||
sys-devel/clang:* )
|
||||
!libobjc2? ( !!gnustep-base/libobjc2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="libobjc2 native-exceptions"
|
||||
|
||||
DEPEND="${GNUSTEP_CORE_DEPEND}
|
||||
>=sys-devel/make-3.75
|
||||
>=dev-build/make-3.75
|
||||
libobjc2? ( gnustep-base/libobjc2
|
||||
sys-devel/clang:* )
|
||||
!libobjc2? ( !!gnustep-base/libobjc2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="libobjc2 native-exceptions"
|
||||
|
||||
DEPEND="${GNUSTEP_CORE_DEPEND}
|
||||
>=sys-devel/make-3.75
|
||||
>=dev-build/make-3.75
|
||||
libobjc2? ( gnustep-base/libobjc2
|
||||
sys-devel/clang:* )
|
||||
!libobjc2? ( !!gnustep-base/libobjc2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -107,7 +107,7 @@ DEPEND="${RDEPEND}
|
||||
vulkan? ( >=dev-util/vulkan-headers-1.3.255 )
|
||||
"
|
||||
BDEPEND="
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
virtual/pkgconfig
|
||||
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
|
||||
"
|
||||
|
||||
@@ -303,7 +303,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# += for verify-sig above
|
||||
BDEPEND+="
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
virtual/pkgconfig
|
||||
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
|
||||
cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] )
|
||||
|
||||
@@ -307,7 +307,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# += for verify-sig above
|
||||
BDEPEND+="
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
virtual/pkgconfig
|
||||
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
|
||||
cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] )
|
||||
|
||||
@@ -305,7 +305,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# += for verify-sig above
|
||||
BDEPEND+="
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
virtual/pkgconfig
|
||||
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
|
||||
cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] )
|
||||
|
||||
@@ -303,7 +303,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# += for verify-sig above
|
||||
BDEPEND+="
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
virtual/pkgconfig
|
||||
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
|
||||
cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] )
|
||||
|
||||
@@ -305,7 +305,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# += for verify-sig above
|
||||
BDEPEND+="
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
virtual/pkgconfig
|
||||
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
|
||||
cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] )
|
||||
|
||||
@@ -311,7 +311,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# += for verify-sig above
|
||||
BDEPEND+="
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
virtual/pkgconfig
|
||||
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
|
||||
cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] )
|
||||
|
||||
@@ -311,7 +311,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# += for verify-sig above
|
||||
BDEPEND+="
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
virtual/pkgconfig
|
||||
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
|
||||
cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] )
|
||||
|
||||
@@ -311,7 +311,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
# += for verify-sig above
|
||||
BDEPEND+="
|
||||
>=sys-devel/make-3.81
|
||||
>=dev-build/make-3.81
|
||||
virtual/pkgconfig
|
||||
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
|
||||
cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] )
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -29,6 +29,6 @@ RDEPEND="
|
||||
sys-apps/util-linux
|
||||
"
|
||||
BDEPEND="
|
||||
dev-build/make
|
||||
sys-apps/coreutils
|
||||
sys-devel/make
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -29,6 +29,6 @@ RDEPEND="
|
||||
sys-apps/util-linux
|
||||
"
|
||||
BDEPEND="
|
||||
dev-build/make
|
||||
sys-apps/coreutils
|
||||
sys-devel/make
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -31,6 +31,6 @@ RDEPEND="
|
||||
sys-apps/util-linux
|
||||
"
|
||||
BDEPEND="
|
||||
dev-build/make
|
||||
sys-apps/coreutils
|
||||
sys-devel/make
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License, v2
|
||||
|
||||
# Gentoo Base Profile
|
||||
@@ -35,6 +35,7 @@
|
||||
*app-arch/tar
|
||||
*app-arch/xz-utils
|
||||
*app-shells/bash:0
|
||||
*dev-build/make
|
||||
*net-misc/iputils
|
||||
*net-misc/rsync
|
||||
*net-misc/wget
|
||||
@@ -59,7 +60,6 @@
|
||||
*sys-devel/binutils
|
||||
*sys-devel/gcc
|
||||
*sys-devel/gnuconfig
|
||||
*sys-devel/make
|
||||
*>=sys-devel/patch-2.7
|
||||
*sys-fs/e2fsprogs
|
||||
*virtual/dev-manager
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# This file describes the packages needed to build a stage1 based on this
|
||||
@@ -10,6 +10,7 @@ app-arch/gzip
|
||||
app-arch/xz-utils
|
||||
app-arch/tar
|
||||
app-shells/bash:0
|
||||
dev-build/make
|
||||
net-misc/rsync
|
||||
net-misc/wget
|
||||
sys-devel/autoconf
|
||||
@@ -33,7 +34,6 @@ sys-devel/flex
|
||||
sys-devel/gcc
|
||||
sys-devel/gettext
|
||||
sys-devel/gnuconfig
|
||||
sys-devel/make
|
||||
sys-devel/patch
|
||||
virtual/editor
|
||||
virtual/libc
|
||||
|
||||
@@ -43,7 +43,7 @@ elif [[ ${CATEGORY}/${PN} == dev-lang/perl && ${EBUILD_PHASE} == configure ]]; t
|
||||
ebegin "Removing Android detection"
|
||||
sed "/libandroid.so/d" -i "${S}"/Configure
|
||||
eend $?
|
||||
elif [[ ${CATEGORY}/${PN} == sys-devel/make && ${EBUILD_PHASE} == prepare ]]; then
|
||||
elif [[ ${CATEGORY}/${PN} == dev-build/make && ${EBUILD_PHASE} == prepare ]]; then
|
||||
ebegin "Prefixifying default shell"
|
||||
sed -i -r "/default_shell/s,\"(/bin/sh),\"${EPREFIX}\1," "${S}"/job.c
|
||||
eend $?
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2004-2022 Gentoo Authors
|
||||
# Copyright 2004-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
##
|
||||
@@ -14,7 +14,7 @@ sys-libs/musl
|
||||
sys-devel/binutils
|
||||
sys-devel/binutils-config
|
||||
sys-devel/libtool
|
||||
sys-devel/make
|
||||
dev-build/make
|
||||
dev-lang/python
|
||||
dev-lang/perl
|
||||
dev-lang/rust
|
||||
|
||||
@@ -12,3 +12,4 @@ move dev-util/lldb dev-debug/lldb
|
||||
move dev-util/cgdb dev-debug/cgdb
|
||||
move dev-util/ninja dev-build/ninja
|
||||
move dev-util/samurai dev-build/samurai
|
||||
move sys-devel/make dev-build/make
|
||||
|
||||
Reference in New Issue
Block a user