graaff      15/03/02 20:42:52

  Modified:             ChangeLog
  Added:                vsqlite++-0.3.13-r1.ebuild
  Removed:              vsqlite++-0.3.13.ebuild
  Log:
  Install the correct README file, bug 541884.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.5                  dev-db/vsqlite++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Mar 2015 09:27:49 -0000       1.4
+++ ChangeLog   2 Mar 2015 20:42:52 -0000       1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/vsqlite++
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v 1.4 2015/03/02 
09:27:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v 1.5 2015/03/02 
20:42:52 graaff Exp $
+
+*vsqlite++-0.3.13-r1 (02 Mar 2015)
+
+  02 Mar 2015; Hans de Graaff <[email protected]> -vsqlite++-0.3.13.ebuild,
+  +vsqlite++-0.3.13-r1.ebuild:
+  Install the correct README file, bug 541884.
 
   02 Mar 2015; Agostino Sarubbo <[email protected]> vsqlite++-0.3.12.ebuild:
   Stable for ppc, wrt bug #505798



1.1                  dev-db/vsqlite++/vsqlite++-0.3.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/vsqlite++-0.3.13-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/vsqlite++-0.3.13-r1.ebuild?rev=1.1&content-type=text/plain

Index: vsqlite++-0.3.13-r1.ebuild
===================================================================
# Copyright 1999-2015 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-r1.ebuild,v 1.1 
2015/03/02 20:42:52 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.md 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)
}




Reply via email to