commit:     7d46c2dcbb4eeea33b6c0addd11a1d13c441f0aa
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Mon Jun 28 04:08:50 2021 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Mon Jun 28 04:09:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d46c2dc

dev-libs/octetos-coreutils: fixed fail with build 0.12

Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-3.0.20, Repoman-3.0.2

 dev-libs/octetos-coreutils/Manifest                           |  2 +-
 ...2.0_alpha.ebuild => octetos-coreutils-0.13.0_alpha.ebuild} | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-libs/octetos-coreutils/Manifest 
b/dev-libs/octetos-coreutils/Manifest
index 4c41a4fd3..a952b7539 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,2 +1,2 @@
 DIST octetos-coreutils-0.11.1_alpha.tar.gz 31386 BLAKE2B 
1a5367617f7b5ce8a3138ec4bb89a3417277a40a55811b57819a6d4f16bef1fc1821880bfe33bc6a34c26df434066a8bdd8e467685e7038e2a3896443d75947e
 SHA512 
7fae5359ee39135496dcd777d4750c8b5c5175b318ef066b0d94fae6f48af75a731a56e0d4f9d3b4669910b9cfa7aed7f26d67085bc2f60237dabc5eedf75325
-DIST octetos-coreutils-0.12.0_alpha.tar.gz 32900 BLAKE2B 
056574e81a8a25e0b332ee51c57aef4324dce2cc85762c0188e48213f6ee30898fd94d297050523df517c5b6adf061c7b352b8bd9356f010513456b96226180f
 SHA512 
d32314aca16491b16c0eac49ebe1e2b7e500a061e57484f6c113909fc88778f8db2082392650dc6e00e02d7ebac416cbecd1764787f438969ac9db2194295ee3
+DIST octetos-coreutils-0.13.0_alpha.tar.gz 32902 BLAKE2B 
3d063d8354b81cc3eb71d7f7a4cd3ef85ce3fb10e469c32a8117c5d76aa090ca1b0a9bdd2eab21ffdf9b44e1ac0893cf9332ce78ebb6ee63c44d5f6755dfbda4
 SHA512 
faf3391254f550c765e733b5977a53340de718e07614fa7b2ac044c301da26312d278d60042e5636141f8951fac3beaaec84cd6f8b1f7140f8cf920e1c4b31e2

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild 
b/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild
similarity index 65%
rename from dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild
rename to dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild
index b7be74a86..97b415203 100644
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,14 @@ MYP="${PN}-${MYPV}"
 
 DESCRIPTION="Similar to coreutils but is a C++ API."
 HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils";
-SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+
+if [[ ${PV} == 9999 ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/azaeldevel/octetos-coreutils.git";
+else
+       inherit autotools
+       SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+fi
 
 LICENSE="GPL-3"
 SLOT="0"

Reply via email to