commit:     76243f4e6d4a3abfa76269b03923825dc6276031
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Jul 15 17:22:30 2017 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Jul 28 20:05:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=76243f4e

dev-lang/yaggo: version bump, fix install procedure

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/yaggo/{yaggo-1.5.9.ebuild => yaggo-1.5.10.ebuild} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lang/yaggo/yaggo-1.5.9.ebuild 
b/dev-lang/yaggo/yaggo-1.5.10.ebuild
similarity index 72%
rename from dev-lang/yaggo/yaggo-1.5.9.ebuild
rename to dev-lang/yaggo/yaggo-1.5.10.ebuild
index d1964c4a4..20f291ce2 100644
--- a/dev-lang/yaggo/yaggo-1.5.9.ebuild
+++ b/dev-lang/yaggo/yaggo-1.5.10.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Tool to generate command line parsers for C++ (aka Gengetopt)"
 HOMEPAGE="https://github.com/gmarcais/yaggo";
-SRC_URI="https://github.com/gmarcais/yaggo/archive/v1.5.9.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/gmarcais/yaggo/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -16,9 +16,7 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 
 src_prepare(){
-       sed -e 's/$(prefix)/$(DESTDIR)$(prefix)/g' -i Makefile || die
        sed -e 's#/usr/local#/usr#g' -i Makefile || die
-       sed -e 's#prefix#PREFIX#g' -i Makefile || die
        default
 }
 

Reply via email to