patrick     14/12/29 02:51:41

  Modified:             ChangeLog
  Added:                pcc-libs-1.1.0.ebuild
  Log:
  Bump #533754
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 dev-libs/pcc-libs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   13 Oct 2013 12:48:25 -0000      1.11
+++ ChangeLog   29 Dec 2014 02:51:41 -0000      1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/pcc-libs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/ChangeLog,v 1.11 
2013/10/13 12:48:25 patrick Exp $
+# 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 $
+
+*pcc-libs-1.1.0 (29 Dec 2014)
+
+  29 Dec 2014; Patrick Lauer <patr...@gentoo.org> +pcc-libs-1.1.0.ebuild:
+  Bump #533754
 
 *pcc-libs-1.0.1_pre20131013 (13 Oct 2013)
 



1.1                  dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild?rev=1.1&content-type=text/plain

Index: pcc-libs-1.1.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild,v 
1.1 2014/12/29 02:51:41 patrick Exp $

EAPI=5

inherit eutils versionator

DESCRIPTION="pcc compiler support libs"
HOMEPAGE="http://pcc.ludd.ltu.se";

SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz";
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~amd64-fbsd"

IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}-${PVR/*_pre/}/

src_compile() {
        # not parallel-safe yet
        emake -j1 || die "emake failed"
}

src_install() {
        emake DESTDIR="${D}" install || die "emake install failed"
}




Reply via email to