Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105554 - New ebuild for dev-db/mysql++ Version 2.0.4
Summary: New ebuild for dev-db/mysql++ Version 2.0.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 17:21 UTC by Matthias Jansen
Modified: 2005-09-13 07:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mysql++-2.0.4.ebuild (mysql++-2.0.4.ebuild,1.55 KB, text/plain)
2005-09-10 17:24 UTC, Matthias Jansen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Jansen 2005-09-10 17:21:53 UTC
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 Matthias Jansen 2005-09-10 17:24:45 UTC
Created attachment 68147 [details]
mysql++-2.0.4.ebuild
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-09-13 07:28:33 UTC
in cvs.
thanks.