mirror of
https://github.com/valitydev/gentoo-overlay.git
synced 2024-11-06 01:45:19 +00:00
Initial commit.
This commit is contained in:
commit
122142e185
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*~
|
||||
\#*#
|
||||
.\#*
|
1
dev-util/rebar/Manifest
Normal file
1
dev-util/rebar/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST rebar-3.1.1.tar.gz 225197 SHA256 432fcb27f6d615655ef432f881a5e38d63fdc6e5c6584cac963d0a1391edafbd SHA512 4c4e646e22b0115ff8cc88f57aa3ad8ce67d4a4de341a58fa263f1763fdcf6a2d8ec2a0920daf2543328eb34fad23c7465a93c7719cfd8f315ce4b53d6fe4c99 WHIRLPOOL 1989199620b71d42e2c2629a272c14c37156b86a593c1782510e3f5bac9301bdfbe3817003c2c3e44c16081c49f2641a885105d6ec5dbc3a04a089c410867f1c
|
27
dev-util/rebar/rebar-3.1.1.ebuild
Normal file
27
dev-util/rebar/rebar-3.1.1.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Erlang build tool that makes it easy to compile and test Erlang applications and releases."
|
||||
HOMEPAGE="http://rebar3.org/"
|
||||
SRC_URI="https://github.com/erlang/rebar3/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="dev-lang/erlang"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/rebar3-${PV}"
|
||||
|
||||
src_compile() {
|
||||
./bootstrap
|
||||
}
|
||||
src_install() {
|
||||
doexe rebar3
|
||||
dodoc README.md
|
||||
}
|
6
metadata/layout.conf
Normal file
6
metadata/layout.conf
Normal file
@ -0,0 +1,6 @@
|
||||
masters = gentoo
|
||||
manifest-hashes = SHA256 SHA512 WHIRLPOOL
|
||||
profile-format = portage-1
|
||||
eapis-deprecated = 1 2
|
||||
thin-manifests = true
|
||||
sign-manifests = true
|
5
profiles/make.defaults
Normal file
5
profiles/make.defaults
Normal file
@ -0,0 +1,5 @@
|
||||
USE_EXPAND="${USE_EXPAND}
|
||||
TENGINE_EXTERNAL_MODULES_HTTP
|
||||
TENGINE_MODULES_MAIL
|
||||
TENGINE_SHARED_MODULES_HTTP
|
||||
TENGINE_STATIC_MODULES_HTTP"
|
2
profiles/repo_name
Normal file
2
profiles/repo_name
Normal file
@ -0,0 +1,2 @@
|
||||
rbkmoney
|
||||
|
Loading…
Reference in New Issue
Block a user