Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 353302 Details for
Bug 476868
new ebuild for Galera Cluster for mariadb/mysql
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for galera-23.2.6
galera-23.2.6.ebuild (text/plain), 2.01 KB, created by
Steve Yin
on 2013-07-15 03:13:13 UTC
(
hide
)
Description:
ebuild for galera-23.2.6
Filename:
MIME Type:
Creator:
Steve Yin
Created:
2013-07-15 03:13:13 UTC
Size:
2.01 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils flag-o-matic multilib python > >DESCRIPTION="The Galera wsrep provider for MariaDB Galera Cluster" >HOMEPAGE="http://mariadb.org" >SRC_URI="https://launchpad.net/galera/2.x/${PV}/+download/galera-${PV}-src.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64" >IUSE="debug test" > >S="${WORKDIR}/galera-${PV}-src" > >DEPEND=" > test? ( dev-libs/check ) > dev-libs/openssl > dev-util/scons > >dev-libs/boost-1.41.0" >RDEPEND=" > ${DEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > > # patch cflags > sed -i -e "s:-O3:${CXXFLAGS}:" SConstruct || die "sed failed." > sed -i -e "s: -Werror::" SConstruct || die "sed failed." > > # strip debug cflags if no debug > if ! use debug; then > sed -i -e "s:-g::" SConstruct || die "sed failed." > fi > > if ! use test; then > sed -i -e "s:'tests', 1:'tests', 0:" SConstruct || die "sed failed." > sed -i -e "s:('check.h'):('check.h') and tests == 1:" SConstruct || die "sed failed." > sed -i -e "s:('check'):('check') and tests == 1:" SConstruct || die "sed failed." > > # disable tests in SConscript > sed -i -e "s:, 'tests/SConscript'::" galera/SConscript || die "sed failed." > sed -i -e "s: tests/SConscript::" galerautils/SConscript \ > gcache/SConscript || die "sed failed." > sed -i -e "s: test/SConscript::" gcomm/SConscript || die "sed failed." > sed -i -e "s:SConscript('unit_tests/SConscript')::" gcs/src/SConscript || die "sed failed." > > fi > > # strip multilib cflags if no multilib > if ! has_multilib_profile; then > sed -i -e 's:-m64::' SConstruct || die "sed failed." > sed -i -e 's:-m32::' SConstruct || die "sed failed." > fi >} > >src_compile() { > MAKEOPTS="boost=1 " > # this version have revno 152 > MAKEOPTS+="revno=152 " > use debug && MAKEOPTS+="debug=0 " > > scons ${MAKEOPTS} prefix="/usr" \ > libdir="/$(get_libdir)" >} > >src_install() { > dodoc README > dolib libgalera_smm.so > dosbin garb/garbd > > newinitd "${FILESDIR}"/garbd.init garbd > newconfd "${FILESDIR}"/garbd.conf garbd >}
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 476868
: 353302 |
353304
|
353306