Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 525432 Details for
Bug 648472
sys-libs/ncurses-6.1-r1 file collisions with app-i18n/fbterm and app-misc/dvtm
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patched dvtm-0.14-r1.ebuild
dvtm-0.14-r1.ebuild (text/plain), 1.54 KB, created by
CaptainBlood
on 2018-03-25 18:31:51 UTC
(
hide
)
Description:
patched dvtm-0.14-r1.ebuild
Filename:
MIME Type:
Creator:
CaptainBlood
Created:
2018-03-25 18:31:51 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=5 > >inherit eutils savedconfig toolchain-funcs > >DESCRIPTION="Dynamic virtual terminal manager" >HOMEPAGE="http://www.brain-dump.org/projects/dvtm/" > >if [[ ${PV} == *9999 ]]; then > inherit git-r3 > EGIT_REPO_URI="git://repo.or.cz/dvtm.git" >else > SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz" > KEYWORDS="amd64 arm x86" >fi > >LICENSE="MIT" >SLOT="0" >IUSE="unicode" > >DEPEND="sys-libs/ncurses:0=[unicode?]" >RDEPEND=${DEPEND} > >src_prepare() { > epatch "${FILESDIR}"/${PN}-0.14-stop-installing-terminfo.patch #648472 > sed -i \ > -e 's|FLAGS =|FLAGS +=|' \ > -e 's|-I/usr/local/include||' \ > -e 's|-L/usr/local/lib||' \ > -e 's|-Os||' \ > config.mk || die "sed config.mk failed" > use unicode || { > sed -i \ > -e 's|-lncursesw|-lncurses|' \ > config.mk || die "sed config.mk failed" > } > sed -i \ > -e '/strip/d' \ > -e 's:@tic :@tic -o ${DESTDIR}${PREFIX}/share/terminfo :g' \ > Makefile || die "sed Makefile failed" > > restore_config config.h >} > >src_compile() { > local msg="" > use savedconfig && msg=", please check the configfile" > emake CC=$(tc-getCC) ${PN} || die "emake failed${msg}" >} > >src_install() { > emake DESTDIR="${D}" PREFIX="/usr" install > > insinto /usr/share/${PN} > newins config.h ${PF}.config.h > > dodoc README > > save_config config.h >} > >pkg_postinst() { > elog "This ebuild has support for user defined configs" > elog "Please read this ebuild for more details and re-emerge as needed" > elog "if you want to add or remove functionality for ${PN}" >}
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 648472
:
520524
|
520658
|
525430
| 525432