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
e30f67a6
Verified
Commit
e30f67a6
authored
8 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
sys-apps/adelie-base: version bump
parent
2a6a510a
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/Manifest
+1
-0
1 addition, 0 deletions
sys-apps/adelie-base/Manifest
sys-apps/adelie-base/adelie-base-0.2.1.ebuild
+75
-0
75 additions, 0 deletions
sys-apps/adelie-base/adelie-base-0.2.1.ebuild
with
76 additions
and
0 deletions
sys-apps/adelie-base/Manifest
+
1
−
0
View file @
e30f67a6
DIST adelie-base-0.2.1.tar.xz 34356 SHA256 1558fe193d3ed2066c56eead18ec54613811759b4bef1d0f1d3b58cede13fe27 SHA512 6f0c6f9aaa94c5214e73c8eec6b2e24220d5077db9604d0401ac94019f1b4d4ed6ab28a278b70d59753fb24242d2d0960503c0cebcb01dbb31136e84c531f5a0 WHIRLPOOL cd974a3699deb5ae0e3904b89d4719887cc03bf279edc4aa69a4bc8944b8ddcf5ca82bd939c9e71fc31c9b443f2115e6ace7fde60ce4d24a8527b289b6fd4541
DIST adelie-base-0.2.tar.xz 34712 SHA256 d8d78548b7f046413447ffcc5283031da6db45fbce2661536a9f8561477f081d SHA512 4a8437691ff8d1d3bbda07e359c1bfc9ba8bc314012697179903f98ee114e1a6600603913db9306841db174b6802725d7ba080fb93a15d2c4c25e3ba4eb8a74c WHIRLPOOL 6e814fdafceb14a22d37d5fbaa4f3a00953de815117b17fef2a34c9463665819d3463f1c7f656dd29a93b0596ba6378262919fd6979ae908fbe04dd9ad458b84
This diff is collapsed.
Click to expand it.
sys-apps/adelie-base/adelie-base-0.2.1.ebuild
0 → 100644
+
75
−
0
View file @
e30f67a6
# 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