Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 652786 Details for
Bug 735812
media-libs/libxmlbird-1.2.11 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
xmlbird-1.2.11.ebuild (text/plain), 1.48 KB, created by
Michal Plichta
on 2020-08-03 19:49:35 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Michal Plichta
Created:
2020-08-03 19:49:35 UTC
Size:
1.48 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >PYTHON_COMPAT=( python3_{6,7,8} ) >inherit python-any-r1 vala toolchain-funcs >if [[ -z ${PV%%*9999} ]]; then > EGIT_REPO_URI="https://github.com/johanmattssonm/${PN}.git" > inherit git-r3 >else > MY_PV="v${PV}" > if [[ -z ${PV%%*_p*} ]]; then > inherit vcs-snapshot > MY_PV="58c28cb" > fi > SRC_URI="https://github.com/johanmattssonm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > RESTRICT="primaryuri" > KEYWORDS="~amd64 ~x86" >fi > >DESCRIPTION="XML parser for Vala and C programs" >HOMEPAGE="https://birdfont.org/xmlbird.php" > >LICENSE="LGPL-3" >SLOT="0" >IUSE="" > >RDEPEND="" >DEPEND=" > ${RDEPEND} > ${PYTHON_DEPS} > $(vala_depend) >" > >pkg_setup() { > python-any-r1_pkg_setup >} > >src_prepare() { > default > vala_src_prepare >} > >src_configure() { > "${PYTHON}" ./configure \ > --prefix "${EPREFIX}/usr" \ > --cc "$(tc-getCC)" \ > --valac "${VALAC}" \ > --cflags "${CFLAGS}" \ > --ldflags "${LDFLAGS}" \ > --libdir "/$(get_libdir)" \ > || die >} > >src_compile() { > "${PYTHON}" ./build.py || die >} > >src_install() { > "${PYTHON}" ./install.py \ > --dest "${D}" \ > || die > einstalldocs >}
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 735812
: 652786 |
652788