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
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
63be2fd6
Verified
Commit
63be2fd6
authored
8 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
sys-apps/adelie-base: Version bump
parent
fb998d9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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.2.ebuild
+78
-0
78 additions, 0 deletions
sys-apps/adelie-base/adelie-base-0.2.2.ebuild
with
79 additions
and
0 deletions
sys-apps/adelie-base/Manifest
+
1
−
0
View file @
63be2fd6
DIST adelie-base-0.2.1.tar.xz 34356 SHA256 1558fe193d3ed2066c56eead18ec54613811759b4bef1d0f1d3b58cede13fe27 SHA512 6f0c6f9aaa94c5214e73c8eec6b2e24220d5077db9604d0401ac94019f1b4d4ed6ab28a278b70d59753fb24242d2d0960503c0cebcb01dbb31136e84c531f5a0 WHIRLPOOL cd974a3699deb5ae0e3904b89d4719887cc03bf279edc4aa69a4bc8944b8ddcf5ca82bd939c9e71fc31c9b443f2115e6ace7fde60ce4d24a8527b289b6fd4541
DIST adelie-base-0.2.2.tar.xz 34852 SHA256 1cce009dc5673595ac984f8e3924058f6096391b5b10548a8785a9f2e7b9923c SHA512 4412744a83ffffc0e2c92f28beda42bfbd46a62a3742b3eaa369d6fbaa522417c3b829a2b9b72f50c1108f1b595e534d32fa05cb3b0298cc37343abb6ec37428 WHIRLPOOL beb14431d35ca9979892b527ec2b944897d342c693ae8bbc12676130426ba5a89ead3b21415c0ace3c18bba7c52e3838beb447f5c11b2dcfd221ec13725e7035
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.2.ebuild
0 → 100644
+
78
−
0
View file @
63be2fd6
# 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