Сравнение hermes-2.9 с hermes-9999
| /usr/portage/dev-util/hermes/hermes-9999.ebuild 2023-10-09 14:52:30.972368387 +0300 | ||
|---|---|---|
| 4 | 4 | 
    EAPI=7  | 
  
| 5 | 5 | |
| 6 | 6 | 
    LUA_COMPAT=( lua5-{1..3} )
   | 
  
| 7 | 
    inherit lua-single prefix  | 
  |
| 7 | 
    inherit lua-single  | 
  |
| 8 | 8 | |
| 9 | 9 | 
    DESCRIPTION="Lua based testing manager"  | 
  
| 10 | 10 | 
    HOMEPAGE="https://github.com/TACC/Hermes"  | 
  
| ... | ... | |
| 12 | 12 | 
    inherit git-r3  | 
  
| 13 | 13 | 
    EGIT_REPO_URI="https://github.com/TACC/Hermes"  | 
  
| 14 | 14 | 
    else  | 
  
| 15 | 
    	SRC_URI="https://github.com/TACC/Hermes/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
   | 
  |
| 16 | 
    	S="${WORKDIR}/${P^}"
   | 
  |
| 17 | 
    KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"  | 
  |
| 15 | 
    COMMIT="b99622087233178368cff6cf38ec72fa01dfd8a6"  | 
  |
| 16 | 
    	SRC_URI="https://github.com/TACC/Hermes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
   | 
  |
| 17 | 
    	S="${WORKDIR}"/Hermes-${PV}
   | 
  |
| 18 | 
    KEYWORDS="~amd64 ~riscv ~x86"  | 
  |
| 18 | 19 | 
    fi  | 
  
| 19 | 20 | |
| 20 | 21 | 
    LICENSE="MIT"  | 
  
| ... | ... | |
| 34 | 35 | |
| 35 | 36 | 
    PATCHES=( "${FILESDIR}"/${PN}-2.8-lua-shebang.patch )
   | 
  
| 36 | 37 | |
| 37 | 
    src_prepare() {
   | 
  |
| 38 | 
    default  | 
  |
| 39 | 
    hprefixify -w '/#\!\/bin\/bash/' tm/Tst.lua || die  | 
  |
| 40 | 
    }  | 
  |
| 41 | ||
| 42 | 38 | 
    src_compile() {
   | 
  
| 43 | 39 | 
    	sed -e "s|@LUA@|${LUA}|g" \
   | 
  
| 44 | 40 | 
    -i lib/tool.lua \  |