graaff 14/11/09 10:34:45 Modified: ChangeLog Added: vsqlite++-0.3.13.ebuild Log: Version bump. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.2 dev-db/vsqlite++/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 19 Oct 2013 13:30:00 -0000 1.1 +++ ChangeLog 9 Nov 2014 10:34:45 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-db/vsqlite++ -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v 1.1 2013/10/19 13:30:00 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v 1.2 2014/11/09 10:34:45 graaff Exp $ + +*vsqlite++-0.3.13 (09 Nov 2014) + + 09 Nov 2014; Hans de Graaff <[email protected]> +vsqlite++-0.3.13.ebuild: + Version bump. *vsqlite++-0.3.12 (19 Oct 2013) 1.1 dev-db/vsqlite++/vsqlite++-0.3.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/vsqlite++-0.3.13.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/vsqlite++-0.3.13.ebuild?rev=1.1&content-type=text/plain Index: vsqlite++-0.3.13.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/vsqlite++-0.3.13.ebuild,v 1.1 2014/11/09 10:34:45 graaff Exp $ EAPI=5 AUTOTOOLS_IN_SOURCE_BUILD=1 AUTOTOOLS_AUTORECONF=1 inherit autotools-utils DESCRIPTION="VSQLite++ - A welldesigned and portable SQLite3 Wrapper for C++" HOMEPAGE="http://evilissimo.fedorapeople.org/releases/vsqlite--/" SRC_URI="https://github.com/vinzenz/vsqlite--/archive/${PV}.tar.gz" IUSE="static-libs" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-libs/boost-1.33.1" RDEPEND="${DEPEND} dev-db/sqlite:3" DOCS=(AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION) # package name is vsqlite++, but github / homepage name is vsqlite-- S="${WORKDIR}/vsqlite---${PV}" src_prepare() { ## remove O3 in AM_CXXFLAGS sed -i -e 's/-O3//' Makefile.am || die autotools-utils_src_prepare } src_configure() { econf $(use_enable static-libs static) }
