hattya 14/09/28 09:29:47 Modified: tinycdb-0.77-r2.ebuild ChangeLog Log: update to EAPI 5 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Revision Changes Path 1.9 dev-db/tinycdb/tinycdb-0.77-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.8&r2=1.9 Index: tinycdb-0.77-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tinycdb-0.77-r2.ebuild 28 Sep 2014 09:28:17 -0000 1.8 +++ tinycdb-0.77-r2.ebuild 28 Sep 2014 09:29:47 -0000 1.9 @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.8 2014/09/28 09:28:17 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.9 2014/09/28 09:29:47 hattya Exp $ -EAPI="4" +EAPI="5" inherit eutils multilib toolchain-funcs @@ -28,14 +28,14 @@ src_compile() { local targets="shared" - use static-libs && targets="${targets} staticlib piclib" + use static-libs && targets+=" staticlib piclib" emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" ${targets} } src_install() { local targets="install-sharedlib" - use static-libs && targets="${targets} install-piclib" + use static-libs && targets+=" install-piclib" emake DESTDIR="${D}" ${targets} dodoc ChangeLog NEWS 1.42 dev-db/tinycdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 28 Sep 2014 09:28:17 -0000 1.41 +++ ChangeLog 28 Sep 2014 09:29:47 -0000 1.42 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/tinycdb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.41 2014/09/28 09:28:17 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.42 2014/09/28 09:29:47 hattya Exp $ + + 28 Sep 2014; Akinori Hattori <[email protected]> tinycdb-0.77-r2.ebuild: + update to EAPI 5 28 Sep 2014; Akinori Hattori <[email protected]> tinycdb-0.77-r2.ebuild: einstall -> emake wrt bug #521540
