slyfox 14/11/30 18:03:40 Modified: ChangeLog Added: include-what-you-use-3.5.ebuild Log: Version bump (bug #531218 by August Hörandl). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.4 dev-util/include-what-you-use/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/include-what-you-use/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/include-what-you-use/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/include-what-you-use/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 5 Feb 2014 21:01:40 -0000 1.3 +++ ChangeLog 30 Nov 2014 18:03:40 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-util/include-what-you-use # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/ChangeLog,v 1.3 2014/02/05 21:01:40 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/ChangeLog,v 1.4 2014/11/30 18:03:40 slyfox Exp $ + +*include-what-you-use-3.5 (30 Nov 2014) + + 30 Nov 2014; Sergei Trofimovich <[email protected]> + +include-what-you-use-3.5.ebuild: + Version bump (bug #531218 by August Hörandl). *include-what-you-use-3.4 (05 Feb 2014) 1.1 dev-util/include-what-you-use/include-what-you-use-3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild?rev=1.1&content-type=text/plain Index: include-what-you-use-3.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild,v 1.1 2014/11/30 18:03:40 slyfox Exp $ EAPI=5 inherit eutils cmake-utils flag-o-matic DESCRIPTION="find unused include directives in C/C++ programs" HOMEPAGE="https://code.google.com/p/include-what-you-use/" SRC_URI="http://include-what-you-use.com/downloads/include-what-you-use-3.5.src.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="=sys-devel/llvm-3.5* =sys-devel/clang-3.5*" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} src_prepare() { epatch_user } src_configure() { append-ldflags -L$(llvm-config --libdir) local mycmakeargs=( -DLLVM_PATH=$(llvm-config --libdir) ) cmake-utils_src_configure }
