voyageur 15/01/21 09:26:42 Modified: ChangeLog Added: dragonegg-3.5.1.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.21 sys-devel/dragonegg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 17 Sep 2014 23:13:12 -0000 1.20 +++ ChangeLog 21 Jan 2015 09:26:42 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/dragonegg -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.20 2014/09/17 23:13:12 voyageur Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.21 2015/01/21 09:26:42 voyageur Exp $ + +*dragonegg-3.5.1 (21 Jan 2015) + + 21 Jan 2015; Bernard Cafarelli <[email protected]> +dragonegg-3.5.1.ebuild: + Version bump *dragonegg-3.5.0 (17 Sep 2014) 1.1 sys-devel/dragonegg/dragonegg-3.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.5.1.ebuild?rev=1.1&content-type=text/plain Index: dragonegg-3.5.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.5.1.ebuild,v 1.1 2015/01/21 09:26:42 voyageur Exp $ EAPI=5 inherit eutils multilib toolchain-funcs DESCRIPTION="GCC plugin that uses LLVM for optimization and code generation" HOMEPAGE="http://dragonegg.llvm.org/" SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz test? ( http://llvm.org/releases/${PV}/llvm-${PV}.src.tar.xz )" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="test" DEPEND=">=sys-devel/gcc-4.5 =sys-devel/llvm-${PV}*" RDEPEND="${DEPEND}" S=${WORKDIR}/${P}.src src_compile() { # GCC: compiler to use plugin with emake CC="$(tc-getCC)" GCC="$(tc-getCC)" CXX="$(tc-getCXX)" VERBOSE=1 } src_test() { # GCC languages are determined via locale-dependant gcc -v output export LC_ALL=C emake LIT_DIR="${WORKDIR}"/llvm-${PV}.src/utils/lit check } src_install() { exeinto /usr/$(get_libdir) doexe dragonegg.so dodoc README } pkg_postinst() { elog "To use dragonegg, run gcc as usual, with an extra command line argument:" elog " -fplugin=/usr/$(get_libdir)/dragonegg.so" elog "If you change the active gcc profile, or update gcc to a new version," elog "you will have to remerge this package to update the plugin" }
