Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ermine
Adélie Package Tree
Commits
22cd1673
Commit
22cd1673
authored
8 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
sys-apps/adelie-base: revbump to hard-dep on musl and apk-tools
parent
24ba6f5d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sys-apps/adelie-base/adelie-base-0.2-r1.ebuild
+75
-0
75 additions, 0 deletions
sys-apps/adelie-base/adelie-base-0.2-r1.ebuild
sys-apps/adelie-base/adelie-base-0.2-r2.ebuild
+75
-0
75 additions, 0 deletions
sys-apps/adelie-base/adelie-base-0.2-r2.ebuild
with
150 additions
and
0 deletions
sys-apps/adelie-base/adelie-base-0.2-r1.ebuild
0 → 100644
+
75
−
0
View file @
22cd1673
# Copyright 2015-2016 Adélie Linux Team
# Distributed under the terms of the NCSA license
EAPI
=
6
DESCRIPTION
=
"The Adélie Linux Base System"
SRC_URI
=
"mirror://foxkit/
${
PN
}
/
${
P
}
.tar.xz"
SLOT
=
"0"
KEYWORDS
=
"~alpha arm ~arm64 ~hppa mips ppc ~ppc64 ~sparc64 x86 x86_64"
IUSE
=
"lp lsb +posix"
DOCS
=(
CONTRIBUTING.rst LICENSE README.rst
)
RDEPEND
=
"
virtual/package-manager
virtual/libc
mail-mta/postfix
app-admin/syslog-ng
app-arch/libarchive
app-shells/zsh
sys-devel/binutils
sys-process/at
sys-apps/coreutils
sys-apps/diffutils
sys-process/fcron
sys-apps/file
sys-apps/findutils
sys-apps/shimmy
sys-apps/grep
sys-apps/noxcuse[noxcuse_apps_iconv]
sys-process/procps[kill]
sys-apps/util-linux[tty-helpers]
lp? ( net-print/cups )
mail-client/nail
sys-apps/man-db
virtual/shadow
sys-devel/patch
sys-apps/sed
sys-libs/ncurses
app-arch/sharutils
sys-devel/bc
app-editors/vim
sys-process/psmisc
sys-apps/net-tools
lsb? ( app-arch/cpio
app-arch/gzip
dev-libs/nspr
dev-libs/nss
sys-devel/gettext
sys-devel/make
sys-libs/ncurses:0
virtual/awk
virtual/pam
)
posix? ( sys-apps/ed
sys-devel/m4
app-arch/pax
dev-util/cflow
app-arch/ncompress
)
"
src_install
()
{
default
cat
>
"
${
D
}
/etc/lsb-release"
<<-
EOF
DISTRIB_ID=Adélie
DISTRIB_RELEASE=1.0
DISTRIB_DESCRIPTION="Adélie Linux"
EOF
cat
>
"
${
D
}
/etc/adelie-release"
<<-
EOF
1.0
EOF
}
This diff is collapsed.
Click to expand it.
sys-apps/adelie-base/adelie-base-0.2-r2.ebuild
0 → 100644
+
75
−
0
View file @
22cd1673
# Copyright 2015-2016 Adélie Linux Team
# Distributed under the terms of the NCSA license
EAPI
=
6
DESCRIPTION
=
"The Adélie Linux Base System"
SRC_URI
=
"mirror://foxkit/
${
PN
}
/
${
P
}
.tar.xz"
SLOT
=
"0"
KEYWORDS
=
"~alpha arm ~arm64 ~hppa mips ppc ppc64 ~sparc64 x86 x86_64"
IUSE
=
"lp lsb +posix"
DOCS
=(
CONTRIBUTING.rst LICENSE README.rst
)
RDEPEND
=
"
sys-apps/apk-tools
sys-libs/musl
mail-mta/postfix
app-admin/syslog-ng
app-arch/libarchive
app-shells/zsh
sys-devel/binutils
sys-process/at
sys-apps/coreutils
sys-apps/diffutils
sys-process/fcron
sys-apps/file
sys-apps/findutils
sys-apps/shimmy
sys-apps/grep
sys-apps/noxcuse[noxcuse_apps_iconv]
sys-process/procps[kill]
sys-apps/util-linux[tty-helpers]
lp? ( net-print/cups )
mail-client/nail
sys-apps/man-db
virtual/shadow
sys-devel/patch
sys-apps/sed
sys-libs/ncurses
app-arch/sharutils
sys-devel/bc
app-editors/vim
sys-process/psmisc
sys-apps/net-tools
lsb? ( app-arch/cpio
app-arch/gzip
dev-libs/nspr
dev-libs/nss
sys-devel/gettext
sys-devel/make
sys-libs/ncurses:0
virtual/awk
virtual/pam
)
posix? ( sys-apps/ed
sys-devel/m4
app-arch/pax
dev-util/cflow
app-arch/ncompress
)
"
src_install
()
{
default
cat
>
"
${
D
}
/etc/lsb-release"
<<-
EOF
DISTRIB_ID=Adélie
DISTRIB_RELEASE=1.0
DISTRIB_DESCRIPTION="Adélie Linux"
EOF
cat
>
"
${
D
}
/etc/adelie-release"
<<-
EOF
1.0
EOF
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment