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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
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
andri saputra
Adélie Package Tree
Commits
fb998d9a
Commit
fb998d9a
authored
8 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
sys-apps/adelie-base: revbump for tweaked RDEPEND
parent
e30f67a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sys-apps/adelie-base/adelie-base-0.2.1-r1.ebuild
+78
-0
78 additions, 0 deletions
sys-apps/adelie-base/adelie-base-0.2.1-r1.ebuild
with
78 additions
and
0 deletions
sys-apps/adelie-base/adelie-base-0.2.1-r1.ebuild
0 → 100644
+
78
−
0
View file @
fb998d9a
# 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-libs/musl
sys-apps/apk-tools
dev-libs/libffi
sys-apps/shadow
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
sys-apps/kbd
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