Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 652788 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]
new ebuild
libxmlbird-1.2.11.ebuild (text/plain), 1.15 KB, created by
Michal Plichta
on 2020-08-03 20:02:37 UTC
(
hide
)
Description:
new ebuild
Filename:
MIME Type:
Creator:
Michal Plichta
Created:
2020-08-03 20:02:37 UTC
Size:
1.15 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 > >SRC_URI="https://birdfont.org/xmlbird-releases/${P}.tar.xz" >RESTRICT="primaryuri" >KEYWORDS="~amd64 ~x86" > >DESCRIPTION="XML parser written in Vala" >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