mgorny 14/05/09 21:10:44 Modified: ChangeLog Added: clang-3.4.1-r100.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.107 sys-devel/clang/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.106&r2=1.107 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 31 Mar 2014 21:20:04 -0000 1.106 +++ ChangeLog 9 May 2014 21:10:44 -0000 1.107 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.106 2014/03/31 21:20:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.107 2014/05/09 21:10:44 mgorny Exp $ + +*clang-3.4.1-r100 (09 May 2014) + + 09 May 2014; Michał Górny <[email protected]> +clang-3.4.1-r100.ebuild: + Version bump. 31 Mar 2014; Michał Górny <[email protected]> clang-3.2.ebuild, clang-3.3.ebuild, clang-9999.ebuild: 1.1 sys-devel/clang/clang-3.4.1-r100.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.4.1-r100.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.4.1-r100.ebuild?rev=1.1&content-type=text/plain Index: clang-3.4.1-r100.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.4.1-r100.ebuild,v 1.1 2014/05/09 21:10:44 mgorny Exp $ EAPI=5 inherit multilib-build DESCRIPTION="C language family frontend for LLVM (meta-ebuild)" HOMEPAGE="http://clang.llvm.org/" SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.4" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]" # Please keep this package around since it's quite likely that we'll # return to separate LLVM & clang ebuilds when the cmake build system # is complete. pkg_postinst() { if has_version ">=dev-util/ccache-3.1.9-r2" ; then #add ccache links as clang might get installed after ccache "${EROOT}"/usr/bin/ccache-config --install-links fi } pkg_postrm() { if has_version ">=dev-util/ccache-3.1.9-r2" && [[ -z ${REPLACED_BY_VERSION} ]]; then # --remove-links would remove all links, --install-links updates them "${EROOT}"/usr/bin/ccache-config --install-links fi }
