Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 633420 Details for
Bug 717912
dev-tcltk/tcllib-1.20 fails to install several non-existent documents (PATCH)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild to install only those documents which are available.
tcllib-1.20.ebuild (text/plain), 870 bytes, created by
Helmut Jarausch
on 2020-04-17 16:13:21 UTC
(
hide
)
Description:
Modified ebuild to install only those documents which are available.
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2020-04-17 16:13:21 UTC
Size:
870 bytes
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit virtualx > >DESCRIPTION="Tcl Standard Library" >HOMEPAGE="http://www.tcl.tk/software/tcllib/" >SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.xz" > >LICENSE="BSD" >SLOT="0" >IUSE="examples" >KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" >RESTRICT="!test? ( test )" > >RDEPEND=" > dev-lang/tcl:0= > dev-tcltk/tdom > " >DEPEND="${RDEPEND}" > >DOCS=( > ChangeLog DESCRIPTION.txt README.md > devdoc/critcl-tcllib.txt devdoc/dirlayout_install.txt > devdoc/indexing.txt >) >PATCHES=( "${FILESDIR}"/${P}-test.patch ) > >src_test() { > USER= virtx emake test_batch >} > >src_install() { > default > > if use examples ; then > for f in $(find examples -type f); do > docinto $(dirname $f) > dodoc $f > done > 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 717912
: 633420