Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357004 Details for
Bug 482448
dev-db/vsqlite++ - A welldesigned and portable SQLite3 Wrapper for C++
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
added suggested changes to previous ebuild
vsqlite++-0.3.12.ebuild (text/plain), 809 bytes, created by
H.Habighorst
on 2013-08-25 20:18:19 UTC
(
hide
)
Description:
added suggested changes to previous ebuild
Filename:
MIME Type:
Creator:
H.Habighorst
Created:
2013-08-25 20:18:19 UTC
Size:
809 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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" > >LICENSE="BSD-3" > >SLOT="0" > >KEYWORDS="~amd64 ~x86" > >DEPEND=">=dev-libs/boost-1.33.1 > dev-db/sqlite:3" > >DOCS=(AUTHORS COPYING ChangeLog INSTALL NEWS README 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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 482448
:
357000
|
357004
|
357556