patrick 15/05/13 03:06:19 Modified: ChangeLog Added: pcc-libs-9999.ebuild Log: Add live ebuild #549204 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.13 dev-libs/pcc-libs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 29 Dec 2014 02:51:41 -0000 1.12 +++ ChangeLog 13 May 2015 03:06:19 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/pcc-libs -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/ChangeLog,v 1.12 2014/12/29 02:51:41 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/ChangeLog,v 1.13 2015/05/13 03:06:19 patrick Exp $ + +*pcc-libs-9999 (13 May 2015) + + 13 May 2015; Patrick Lauer <[email protected]> +pcc-libs-9999.ebuild: + Add live ebuild #549204 *pcc-libs-1.1.0 (29 Dec 2014) 1.1 dev-libs/pcc-libs/pcc-libs-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/pcc-libs-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/pcc-libs-9999.ebuild?rev=1.1&content-type=text/plain Index: pcc-libs-9999.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/pcc-libs-9999.ebuild,v 1.1 2015/05/13 03:06:19 patrick Exp $ EAPI=5 inherit eutils versionator DESCRIPTION="pcc compiler support libs" HOMEPAGE="http://pcc.ludd.ltu.se" if [[ ${PV} = 9999 ]]; then inherit cvs ECVS_SERVER="pcc.ludd.ltu.se:/cvsroot" ECVS_MODULE="${PN}" S="${WORKDIR}/${PN}" KEYWORDS="" else SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz" KEYWORDS="~x86 ~amd64 ~amd64-fbsd" fi LICENSE="BSD" SLOT="0" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_compile() { # not parallel-safe yet emake -j1 || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }
