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
6a61cca9
Commit
6a61cca9
authored
8 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
dev-libs/libfetch: EAPI=6, removing eutils
parent
2c78acd5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dev-libs/libfetch/libfetch-2.33-r1.ebuild
+25
-0
25 additions, 0 deletions
dev-libs/libfetch/libfetch-2.33-r1.ebuild
profiles/base/eapi
+1
-1
1 addition, 1 deletion
profiles/base/eapi
profiles/eapi
+1
-1
1 addition, 1 deletion
profiles/eapi
with
27 additions
and
2 deletions
dev-libs/libfetch/libfetch-2.33-r1.ebuild
0 → 100644
+
25
−
0
View file @
6a61cca9
# Copyright 2015-2016 Adélie Linux Team
# Distributed under the terms of the NCSA License
EAPI
=
6
DESCRIPTION
=
"High-level retrieval and download library for FTP and HTTP(S)"
HOMEPAGE
=
"http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/"
SRC_URI
=
"http://distfiles.foxkit.us/source/
${
PN
}
/
${
P
}
.tar.bz2"
LICENSE
=
"BSD-2"
SLOT
=
"0"
KEYWORDS
=
"arm mips ppc x86 x86_64 ~alpha ~arm64 ~hppa ~ppc64 ~sparc64"
IUSE
=
"+ipv6 +ssl"
DEPEND
=
"ssl? ( dev-libs/openssl:0 )"
RDEPEND
=
"
${
DEPEND
}
"
PATCHES
=(
"
${
FILESDIR
}
"
/
${
P
}
-remove-hardcoded-compiler
.patch
)
src_compile
()
{
use ssl
||
export
FETCH_WITH_OPENSSL
=
false
use ipv6
||
export
FETCH_WITH_INET6
=
false
emake
}
This diff is collapsed.
Click to expand it.
profiles/base/eapi
+
1
−
1
View file @
6a61cca9
5
6
This diff is collapsed.
Click to expand it.
profiles/eapi
+
1
−
1
View file @
6a61cca9
5
6
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