Bug 105554 - New ebuild for dev-db/mysql++ Version 2.0.4
Bug#: 105554 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: mysql-bugs@gentoo.org Reported By: mail@matthiasjansen.de
Component: Ebuilds
URL: 
Summary: New ebuild for dev-db/mysql++ Version 2.0.4
Keywords:  
Status Whiteboard: 
Opened: 2005-09-10 17:21 0000
Description:   Opened: 2005-09-10 17:21 0000
I created a new ebuild for the mysql++ 2.x libraries.
Also they now look stable on AMD64 but the last stable version in portage
(1.7.26) is not, so please remove the amd64 flag. It does not return all values
of a query so it is broken.

Here is a diff and as attachment the complete ebuild:

server mysql++ # diff /usr/portage/dev-db/mysql++/mysql++-1.7.26.ebuild
mysql++-2.0.4.ebuild 
3c3
< # $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-1.7.26.ebuild,v 1.7
2005/05/17 19:15:01 robbat2 Exp $
---
> # $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.0.4.ebuild,v 1.1
2005/09/11 2:19:13 anarcho Exp $
14c14
< KEYWORDS="x86 alpha ~hppa ~mips sparc ppc amd64"
---
> KEYWORDS="~x86 ~alpha ~hppa ~mips ~sparc ~ppc ~amd64"
29,33c29,30
< 	# We do this because of the large number of header files installed to
< 	# the include directory
< 	# This is a breakage compared to previous versions that installed
< 	# straight to /usr/include
< 	myconf="${myconf} --includedir=/usr/include/mysql++"
---
> 	# the new makefile already creates the subdir "mysql++"
> 	myconf="${myconf} --includedir=/usr/include"
46c43
< 	make DESTDIR=${D} install || die
---
> 	make DESTDIR="${D}" install || die

------- Comment #1 From Matthias Jansen 2005-09-10 17:24:45 0000 -------
Created an attachment (id=68147) [details]
mysql++-2.0.4.ebuild

------- Comment #2 From Robin Johnson 2005-09-13 07:28:33 0000 -------
in cvs.
thanks.