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