grknight    14/05/06 03:13:55

  Modified:             ChangeLog
  Added:                mysql++-3.2.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

Revision  Changes    Path
1.71                 dev-db/mysql++/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   6 May 2014 02:58:29 -0000       1.70
+++ ChangeLog   6 May 2014 03:13:55 -0000       1.71
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mysql++
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.70 2014/05/06 
02:58:29 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.71 2014/05/06 
03:13:55 grknight Exp $
+
+*mysql++-3.2.1 (06 May 2014)
+
+  06 May 2014; Brian Evans <[email protected]>
+  +files/mysql++-3.2.1-gold.patch, +mysql++-3.2.1.ebuild:
+  Version bump
 
   06 May 2014; Brian Evans <[email protected]>
   -files/mysql++-signed-char-fix-try2.diff, -mysql++-2.2.2-r1.ebuild:



1.1                  dev-db/mysql++/mysql++-3.2.1.ebuild

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

Index: mysql++-3.2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.2.1.ebuild,v 1.1 
2014/05/06 03:13:55 grknight Exp $

EAPI="5"

inherit eutils

DESCRIPTION="C++ API interface to the MySQL database"
HOMEPAGE="http://tangentsoft.net/mysql++/";
SRC_URI="http://www.tangentsoft.net/mysql++/releases/${P}.tar.gz";

LICENSE="LGPL-2"
SLOT="0/3"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
IUSE=""

RDEPEND=">=virtual/mysql-4.0"
DEPEND="${RDEPEND}"

src_prepare() {
        epatch "${FILESDIR}/${P}-gold.patch"
        epatch_user
}

src_configure() {
        local myconf="--enable-thread-check --with-mysql=${EPREFIX}/usr"
        econf ${myconf}
}

src_install() {
        default
        # install the docs and HTML pages
        dodoc CREDITS* HACKERS.txt Wishlist doc/ssqls-pretty
        dodoc -r doc/pdf/ doc/refman/ doc/userman/
        dohtml -r doc/html/
}




Reply via email to