Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit c55cfa9

Browse files
committed
sage-print-system-package-command updated
gentoo.txt + gentoo-bootstrap.txt added
1 parent 25d0579 commit c55cfa9

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

build/bin/sage-print-system-package-command

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ case $system:$command in
5858
@(fedora*|redhat*|centos*):install)
5959
[ -n "$system_packages" ] && echo "${PROMPT}${SUDO}yum install $system_packages"
6060
;;
61+
gentoo*:install)
62+
[ -n "$system_packages" ] && echo "${PROMPT}${SUDO}emerge $system_packages"
63+
;;
6164
arch*:install)
6265
[ -n "$system_packages" ] && echo "${PROMPT}${SUDO}pacman -S $system_packages"
6366
;;

build/pkgs/gentoo-bootstrap.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sys-devel/autoconf
2+
sys-devel/automake
3+
sys-devel/libtool

build/pkgs/gentoo.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
sys-devel/binutils
2+
sys-libs/binutils-libs
3+
sys-devel/make
4+
dev-scheme/guile
5+
dev-libs/libffi
6+
app-arch/tar
7+
sys-devel/gcc
8+
dev-libs/mpc
9+
sys-libs/glibc
10+
sys-kernel/linux-headers
11+
dev-lang/perl
12+
sys-devel/m4
13+
sys-devel/bc
14+
dev-lang/python
15+
sys-devel/flex
16+
app-misc/ca-certificates
17+
sys-devel/gettext
18+
dev-libs/libcroco
19+
dev-libs/libxml2
20+
sys-apps/findutils
21+
sys-apps/which
22+
sys-apps/diffutils

0 commit comments

Comments
 (0)