Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 549686 Details for
Bug 667984
Pip3line (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild template
pip3line-TEMPLATE.ebuild (text/plain), 1.96 KB, created by
Gabriel Caudrelier
on 2018-10-07 18:58:35 UTC
(
hide
)
Description:
ebuild template
Filename:
MIME Type:
Creator:
Gabriel Caudrelier
Created:
2018-10-07 18:58:35 UTC
Size:
1.96 KB
patch
obsolete
># $Header: $ ># ># Released as open source by Gabriel Caudrelier ># ># Developed by Gabriel Caudrelier, gabriel dot caudrelier at gmail dot com ># ># https://github.com/metrodango/pip3line ># ># Released under AGPL see LICENSE for more information ># > >EAPI=6 > >inherit cmake-utils eutils > >DESCRIPTION="Pip3line Raw bytes manipulation and transformation and more" >HOMEPAGE="https://github.com/metrodango/pip3line" >if [[ ${PV} == 9999* ]] ; then > inherit git-r3 > SRC_URI="" > EGIT_REPO_URI="https://github.com/metrodango/pip3line.git" > EGIT_BRANCH="master" > KEYWORDS="~amd64 ~x86" >else > SRC_URI="https://github.com/metrodango/pip3line/archive/v${PV}.tar.gz" > KEYWORDS="amd64 ~x86" >fi > > >LICENSE="GPL-3" >SLOT="0" > >IUSE="openssl qscintilla distorm python2_7 python3" > >DEPEND="openssl? ( dev-libs/openssl ) > qscintilla? ( x11-libs/qscintilla ) > distorm? ( dev-libs/distorm64 ) > python2_7? ( dev-lang/python:2.7 ) > python3? ( dev-lang/python:3.5 ) > dev-qt/qtcore:5 > dev-qt/qtgui:5 > dev-qt/qtsvg:5 > dev-qt/qtxmlpatterns:5 > dev-qt/qtconcurrent:5 > dev-qt/qtwidgets:5 > dev-qt/qtnetwork:5 > dev-util/cmake > dev-vcs/git" > >RDEPEND="${DEPEND}" > >src_configure() { > local mycmakeargs=( > -DBASIC=yes > -DWITH_OPENSSL=$(usex openssl ) > -DWITH_PYTHON27=$(usex python2_7) > -DWITH_PYTHON3=$(usex python3) > -DWITH_SCINTILLA=$(usex qscintilla) > -DWITH_DISTORM=$(usex distorm) > ) > > git clone https://github.com/gdabah/distorm.git ext/distorm > cd ${WORKDIR}/${P}/ext/distorm/make/linux > make > > cmake-utils_src_configure >} > >pkg_postinst() { > > if [ $(usex distorm) ] ; then > echo > ewarn "The Distorm plugin was compiled" > ewarn "Beware the current distorm64 installation does not" > ewarn "copy the necessary files at the right place." > ewarn "The native library is in /usr/lib64/python[version]/site-packages/distorm3/libdistorm3.so" > ewarn "If you want the plugin to load properly create a link of this lib in /usr/lib64 or /usr/local/lib64" > ewarn "Whichever you prefer" > echo > 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 667984
:
549686
|
549688
|
550968
|
550970
|
551288