hattya 14/10/11 05:36:02 Modified: tinycdb-0.77-r2.ebuild ChangeLog Log: fixes bug #524954 (Portage version: 2.2.8-r2/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Revision Changes Path 1.10 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.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.9&r2=1.10 Index: tinycdb-0.77-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- tinycdb-0.77-r2.ebuild 28 Sep 2014 09:29:47 -0000 1.9 +++ tinycdb-0.77-r2.ebuild 11 Oct 2014 05:36:02 -0000 1.10 @@ -1,6 +1,6 @@ # 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.9 2014/09/28 09:29:47 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.10 2014/10/11 05:36:02 hattya Exp $ EAPI="5" @@ -30,13 +30,20 @@ local targets="shared" use static-libs && targets+=" staticlib piclib" - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" ${targets} + emake \ + CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS} ${LDFLAGS}" \ + ${targets} } src_install() { - local targets="install-sharedlib" + local targets="install install-sharedlib" use static-libs && targets+=" install-piclib" - emake DESTDIR="${D}" ${targets} + emake \ + prefix="/usr" \ + mandir="/usr/share/man" \ + DESTDIR="${D}" \ + ${targets} dodoc ChangeLog NEWS } 1.43 dev-db/tinycdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 28 Sep 2014 09:29:47 -0000 1.42 +++ ChangeLog 11 Oct 2014 05:36:02 -0000 1.43 @@ -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.42 2014/09/28 09:29:47 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.43 2014/10/11 05:36:02 hattya Exp $ + + 11 Oct 2014; Akinori Hattori <[email protected]> tinycdb-0.77-r2.ebuild: + fixes bug #524954 28 Sep 2014; Akinori Hattori <[email protected]> tinycdb-0.77-r2.ebuild: update to EAPI 5
