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
a457195d
Commit
a457195d
authored
8 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
sys-libs/musl-obstack: new package
parent
b99a5006
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-libs/musl-obstack/Manifest
+1
-0
1 addition, 0 deletions
sys-libs/musl-obstack/Manifest
sys-libs/musl-obstack/musl-obstack-1.0.ebuild
+25
-0
25 additions, 0 deletions
sys-libs/musl-obstack/musl-obstack-1.0.ebuild
with
26 additions
and
0 deletions
sys-libs/musl-obstack/Manifest
0 → 100644
+
1
−
0
View file @
a457195d
DIST musl-obstack-1.0.tar.gz 11365 SHA256 6071fa2462c13b2bc6d71d10be115cf8e8c9048802a39e27f5ab6340ade59076 SHA512 030eb0c203b77b02cceac098074cad11c588621297daa53dc5c2006d6a7978747c4962be79858b77148a4d79a6afd4d2242eb765ecd5fa9ec248663986eb5465 WHIRLPOOL b1e17c9c15efa7506bd4c33db58684c36b66d78ad95ff4b6dc30cc0b583f452d2ba50f47dcfc2ca655b21f1902d561a61075b50a44e3700cb74356a20dd4ea29
This diff is collapsed.
Click to expand it.
sys-libs/musl-obstack/musl-obstack-1.0.ebuild
0 → 100644
+
25
−
0
View file @
a457195d
# Copyright 2016 Adélie Linux Team
# Distributed under the terms of the NCSA License
EAPI
=
6
inherit autotools
DESCRIPTION
=
"A standalone library to implement GNU libc's obstack"
HOMEPAGE
=
"https://github.com/pullmoll/musl-obstack"
SRC_URI
=
"https://github.com/pullmoll/
${
PN
}
/archive/v
${
PV
}
.tar.gz ->
${
P
}
.tar.gz"
LICENSE
=
"GPL-2+"
SLOT
=
"0"
KEYWORDS
=
"arm mips ppc ppc64 x86 x86_64"
IUSE
=
""
DEPEND
=
"!sys-libs/glibc"
RDEPEND
=
"
${
DEPEND
}
"
DOCS
=(
AUTHORS COPYING NEWS README
)
src_prepare
()
{
default
eautoreconf
}
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