Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339396 Details for
Bug 458346
dev-db/libodb-boost - ODB boost support library (dependency of dev-db/odb)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for dev-db/libodb-boost (a dependency of dev-db/odb)
libodb-boost-2.2.0.ebuild (text/plain), 1.16 KB, created by
Hugo Mildenberger
on 2013-02-19 19:24:19 UTC
(
hide
)
Description:
ebuild for dev-db/libodb-boost (a dependency of dev-db/odb)
Filename:
MIME Type:
Creator:
Hugo Mildenberger
Created:
2013-02-19 19:24:19 UTC
Size:
1.16 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 >inherit autotools-utils versionator > >DESCRIPTION="Codesynthesis' ODB Boost support library" >HOMEPAGE="http://codesynthesis.com/products/odb" > >MY_URL_REL=http://www.codesynthesis.com/download/odb >MY_URL_PRE=http://codesynthesis.com/~boris/tmp/odb/pre-release > >MY_V=$(get_version_component_range 1-2) >MY_A=${P/_pre/.a} > >test "${MY_A}" == "${P}" \ > && SRC_URI="${MY_URL_REL}/${MY_V}/${P}.tar.bz2"\ > || SRC_URI="${MY_URL_PRE}/${MY_A}.tar.bz2 -> ${P}.tar.bz2" > >LICENSE="|| ( GPL-2 ODB-FPL ODB-CPL ) " > >SLOT="0" > >KEYWORDS="~amd64" > >IUSE="doc static-libs threads" > >DEPEND="=dev-db/libodb-${MY_V}*[static-libs?,threads=] > dev-libs/boost[static-libs?,threads?]" > >RDEPEND=${DEPEND} > >RESTRICT=test > >src_unpack() { > unpack ${A} > if test "${P}" != "${MY_A}"; then > mv "${WORKDIR}/${MY_A}" "${S}" || die > fi >} > >src_configure() { > #--{en,dis}able-static will be passed by autotools-utils > myeconfargs=( > --docdir="${T}" > $(use_enable threads) > ) > autotools-utils_src_configure >} ># vim: ts=4:sw=4: ># hint: to get vi settings work, try "set modeline" >> ~/.vimrc
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 458346
: 339396 |
339398