Skip to content

Commit

Permalink
Add emtee-1.0.5.ebuild
Browse files Browse the repository at this point in the history
Underlying adds support for --full-build-fallback-threshold
  • Loading branch information
sakaki- committed Apr 30, 2020
1 parent 5df9b00 commit 48cf595
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-portage/emtee/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST emtee-v1.0.2.tar.gz 31888 BLAKE2B 45db977d2c4a5e91443108a1d5dc64254a9087daf9fbc3d4a06e5c6921603bf5660c14065559763c93a9d4abeb15d62061e5fa63949d35e533d000c2a93b70c8 SHA512 c50b1e1d92bb80ed17401304d68237694a0a8101fe59c44c2fc193e62bd88980573b1798589f098de8385d7395c7510d20f3b15d275a4ab2607b59167b17fd85
DIST emtee-v1.0.3.tar.gz 32130 BLAKE2B 9b833c6e3a1071ac4252b6b52a3bd6845c6553b1f27489203205b918d375c244b9bcbf72549a2485d816aedfd212e21ec23727221bdb4516a6c3ffa67bdfe54a SHA512 bd6d460a6b3a5f3e53acfc07693c718a106894e00f1558aebeaa8c4020a97437eba0935929e3617f45986f9973f2c80285ca5d538a8b394499b8762b95701ba3
DIST emtee-v1.0.5.tar.gz 33636 BLAKE2B 83a8b4603cbf79d6b12f1c2978c136e4b694bcaabfb3207ae31fdaa14914f7c69a9b9d3c3379d7b8b074ed08c66e086414dc827982ec3f0f916464bd68a684a0 SHA512 5f3ec2a9b65d5d7963eaf6e9103cd69d841dde7a9c67d31f30a35a60d7179fa2adf2a746f3c3e34d89954d448464725b1a867a17f881721f5bea24389a9e9e44
26 changes: 26 additions & 0 deletions app-portage/emtee/emtee-1.0.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright (c) 2019 sakaki <[email protected]>
# License: GPL v3+
# NO WARRANTY

EAPI=6

KEYWORDS="~amd64 ~arm ~arm64 ~ppc"

DESCRIPTION="A faster-startup emerge -DuU --with-bdeps=y --keep-going @world"
BASE_SERVER_URI="https://github.com/sakaki-"
HOMEPAGE="${BASE_SERVER_URI}/${PN}"
SRC_URI="${BASE_SERVER_URI}/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
IUSE=""

RESTRICT="mirror"

DEPEND=""
RDEPEND="${DEPEND}
>=app-shells/bash-4.4"

src_install() {
dobin "${PN}"
doman "${PN}.1"
}

0 comments on commit 48cf595

Please sign in to comment.