commit: 66faa0bbd46fe1618bb298f1278186a898f72e47 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon Nov 28 21:17:47 2016 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Mon Nov 28 21:17:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=66faa0bb
sci-libs/bloom: Move SRC_URI from google code to github; Fix compilation Still broken, since the Makefile provides no install phase Package-Manager: portage-2.3.0 sci-libs/bloom/bloom-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-libs/bloom/bloom-9999.ebuild b/sci-libs/bloom/bloom-9999.ebuild index 095d336..495d101 100644 --- a/sci-libs/bloom/bloom-9999.ebuild +++ b/sci-libs/bloom/bloom-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -[ "$PV" == "9999" ] && inherit subversion +[ "$PV" == "9999" ] && inherit git-r3 DESCRIPTION="C++ Bloom Filter Library" -HOMEPAGE="https://code.google.com/p/bloom" +HOMEPAGE="https://github.com/arashpartow/bloom" if [ "$PV" == "9999" ]; then - ESVN_REPO_URI="http://bloom.googlecode.com/svn/trunk" + EGIT_REPO_URI="https://github.com/ArashPartow/bloom.git" else SRC_URI="" fi @@ -23,6 +23,6 @@ DEPEND="" RDEPEND="${DEPEND}" src_prepare(){ - sed -e "s#-c++#$(tc-getCC)#;s#-O3#${CXXFLAGS}#" -i Makefile || die + sed -e "s#-c++#$(tc-getCXX)#;s#-O3#${CXXFLAGS}#" -i Makefile || die sed -e "s#-pedantic-errors -ansi -Wall -Wextra -Werror -Wno-long-long##" -i Makefile || die }
