Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223819 Details for
Bug 309403
Apache Thrift ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
thrift-0.2.0.ebuild
thrift-0.2.0.ebuild (text/plain), 2.22 KB, created by
Priit Laes (IRC: plaes)
on 2010-03-15 23:04:11 UTC
(
hide
)
Description:
thrift-0.2.0.ebuild
Filename:
MIME Type:
Creator:
Priit Laes (IRC: plaes)
Created:
2010-03-15 23:04:11 UTC
Size:
2.22 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 >PYTHON_DEPEND="python? *" >SUPPORT_PYTHON_ABIS="1" >JAVA_ANT_REWRITE_CLASSPATH="1" > >inherit distutils eutils java-pkg-2 java-pkg-opt-2 java-ant-2 > >DESCRIPTION="A cross-language serialization and RPC framework" >HOMEPAGE="http://incubator.apache.org/thrift/" >SRC_URI="mirror://apache/incubator/${PN}/${PV}-incubating/${P}-incubating.tar.gz" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64" >IUSE="cxx doc erlang java mono perl python ruby +libevent source test" > >RESTRICT_PYTHON_ABIS="3.*" > >EANT_BUILD_TARGET="dist" >EANT_DOC_TARGET="javadoc" >EANT_GENTOO_CLASSPATH="slf4j-api,slf4j-simple,commons-lang-2.1" > >JAVA_COMMON_DEPS="dev-java/commons-lang:2.1 > dev-java/slf4j-api:0 > dev-java/slf4j-simple:0 > test? ( dev-java/junit )" > >COMMON_DEPS="sys-devel/bison > cxx? ( dev-libs/boost ) > libevent? ( dev-libs/libevent ) > mono? ( dev-lang/mono ) > ruby? ( dev-lang/ruby ) > erlang? ( dev-lang/erlang )" > >DEPEND="${COMMON_DEPS} > java? > ( > >=virtual/jdk-1.5 > ${JAVA_COMMON_DEPS} > )" >RDEPEND="${COMMON_DEPS} > java? > ( > >=virtual/jre-1.5 > ${JAVA_COMMON_DEPS} > )" > ># Tests fail at the moment, needs investigation >RESTRICT="test" > >src_configure() { > java-ant-2_src_configure > econf $(use_with cxx boost) \ > $(use_with libevent libevent) \ > $(use_with erlang erlang) \ > $(use_with mono csharp) \ > $(use_with perl perl) \ > $(use_with ruby ruby) \ > --with-zlib \ > --without-py \ > --without-java || die #Will use java eclasses for this >} > >src_compile() { > emake DESTDIR="${D}" > > if use python; then > cd ${S}/lib/py || die > distutils_src_compile > fi > > if use java; then > cd "${S}"/lib/java || die > ANT_OPTS="-Dnoivy=" > java-pkg-2_src_compile > fi >} > >src_install() { > emake DESTDIR="${D}" install || die > > if use python; then > cd ${S}/lib/py || die > distutils_src_install > fi > > if use java; then > cd ${S}/lib/java || die > java-pkg_dojar lib${PN}.jar > use doc && java-pkg_dojavadoc build/javadoc > use source && java-pkg_dosrc org > fi >} > >src_test() { > emake check || die > if use java; then > cd ${S}/lib/java || die > java-pkg-2_src_test > fi >} > >pkg_postinst() { > if use python; then > cd ${S}/lib/py || die > distutils_pkg_postinst > fi >}
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 309403
:
223541
|
223549
| 223819 |
229457
|
252399
|
254321
|
286129