slyfox 15/06/10 20:38:47 Modified: ChangeLog Added: include-what-you-use-3.6.ebuild Log: Version bump, bug #551546 by Michał Bartoszkiewicz. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.5 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.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/include-what-you-use/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/include-what-you-use/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 30 Nov 2014 18:03:40 -0000 1.4 +++ ChangeLog 10 Jun 2015 20:38:47 -0000 1.5 @@ -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.4 2014/11/30 18:03:40 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/ChangeLog,v 1.5 2015/06/10 20:38:47 slyfox Exp $ + +*include-what-you-use-3.6 (10 Jun 2015) + + 10 Jun 2015; Sergei Trofimovich <[email protected]> + +include-what-you-use-3.6.ebuild: + Version bump, bug #551546 by Michał Bartoszkiewicz. *include-what-you-use-3.5 (30 Nov 2014) 1.1 dev-util/include-what-you-use/include-what-you-use-3.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/include-what-you-use/include-what-you-use-3.6.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.6.ebuild?rev=1.1&content-type=text/plain Index: include-what-you-use-3.6.ebuild =================================================================== # Copyright 1999-2015 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.6.ebuild,v 1.1 2015/06/10 20:38:47 slyfox Exp $ EAPI=5 inherit eutils cmake-utils flag-o-matic WEIRD_UPSREAM_VERSION=0.4 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.org/downloads/${PN}-${WEIRD_UPSREAM_VERSION}.src.tar.gz -> ${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="=sys-devel/llvm-3.6* =sys-devel/clang-3.6*" 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 }
