About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
jer 12/03/08 17:23:24 Modified: ChangeLog Added: tinycdb-0.77-r2.ebuild Log: Fix implicit declaration of function ‘umask’. (Portage version: 2.2.0_alpha90/cvs/Linux i686) Revision Changes Path 1.31 dev-db/tinycdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 6 Mar 2012 21:08:47 -0000 1.30 +++ ChangeLog 8 Mar 2012 17:23:23 -0000 1.31 @@ -1,6 +1,12 @@ # ChangeLog for dev-db/tinycdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.30 2012/03/06 21:08:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.31 2012/03/08 17:23:23 jer Exp $ + +*tinycdb-0.77-r2 (08 Mar 2012) + + 08 Mar 2012; Jeroen Roovers <jer@g.o> +tinycdb-0.77-r2.ebuild, + +files/tinycdb-0.77-umask.diff: + Fix implicit declaration of function ‘umask’. 06 Mar 2012; Brent Baude <ranger@g.o> tinycdb-0.77-r1.ebuild: Marking tinycdb-0.77-r1 ppc for bug 399963 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.1&content-type=text/plain Index: tinycdb-0.77-r2.ebuild =================================================================== # Copyright 1999-2012 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.1 2012/03/08 17:23:24 jer Exp $ EAPI="4" inherit eutils multilib toolchain-funcs DESCRIPTION="TinyCDB is a very fast and simple package for creating and reading constant data bases" HOMEPAGE="http://www.corpit.ru/mjt/tinycdb.html" SRC_URI="http://www.corpit.ru/mjt/${PN}/${P/-/_}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86" IUSE="static-libs" RESTRICT="test" RDEPEND="!dev-db/cdb" src_prepare() { epatch \ "${FILESDIR}"/${P}-gentoo.diff \ "${FILESDIR}"/${P}-umask.diff # fix multilib support sed -i "/^libdir/s:/lib:/$(get_libdir):" Makefile } src_compile() { local targets="shared" use static-libs && targets="${targets} staticlib piclib" emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" ${targets} } src_install() { local targets="install-sharedlib" use static-libs && targets="${targets} install-piclib" einstall ${targets} dodoc ChangeLog NEWS }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.