mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
sys-block/aoetools: Bump to version 37
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST aoetools-35.tar.gz 35500 SHA256 837684fd8c5ccd15ce82d8e01e5e68e59b3045df200d5d68dc09f458baf33c7c SHA512 1f40cb33a613953d05314037eb8183cea6e95f973b61c1205260cf48f97e3f10708c1e7c558e7732b89e6cfaf9792ea8e432bd609431af46eadbfc3595709f5a WHIRLPOOL 090e8218b7b4a7aa4c002986354b188b97d95122fe42ff21f50e33b4188b60c118dd1a5cce76ff7c55e05973f0d3831a0d3b75bb6c3dc947483efb1efad1743a
|
||||
DIST aoetools-36.tar.gz 36650 SHA256 fb5e2cd0de7644cc1ec04ee3aeb43211cf7445a0c19e13d6b3ed5a8fbdf215ff SHA512 ee23087bed87308e34d498af41fd0754b9867555822355103182e1194982645a18d59bd7ff5115b81fb40f8cbefbe5368199c9e5d531544e0e2375582be46ba1 WHIRLPOOL 80a4decbe2801130166821362fbe84e1998b155500d05c35375ab5629c2a10f8a1d0ae22567592a6d821a9f332d79443fe4714b5eed2ed35aae1c3241f8dda17
|
||||
DIST aoetools-37.tar.gz 36167 SHA256 477e796f5c18e8c0e61b5d88e1759c68249e8e0210c2f3de2b98680e2cc63e32 SHA512 4ff8f48f20d5ce8fb795373eff959f827b2c829d71c5ac5e63bcc2102aa7205d20991b70766330eed83b13b9731486fb6db777df13ba682f65823f455421632e WHIRLPOOL 64d60934cc5b835744a9e56a9441d05fe0cdcc52fa325fed701611684e2123e4153775c1efb260c2150225c011a53056f1d31703c0eeed4c4d30f0479d7b06ac
|
||||
|
||||
27
sys-block/aoetools/aoetools-37.ebuild
Normal file
27
sys-block/aoetools/aoetools-37.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="tools for ATA over Ethernet (AoE) network storage protocol"
|
||||
HOMEPAGE="https://github.com/OpenAoE/aoetools"
|
||||
SRC_URI="https://github.com/OpenAoE/${PN}/archive/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
|
||||
DOCS=( NEWS README )
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-32-build.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
tc-export CC
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -40,7 +40,7 @@
|
||||
CONF_SCRIPTS = aoe-discover aoe-interfaces aoe-mkshelf aoe-revalidate aoe-flush aoe-stat
|
||||
PROGS = aoeping aoecfg aoe-sancheck
|
||||
|
||||
Reference in New Issue
Block a user