Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 338538 Details for
Bug 449700
Please add sys-boot/boot-update to the tree
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for version 1.6.11
boot-update-1.6.11.ebuild (text/plain), 1.39 KB, created by
Miroslaw Mieszczak
on 2013-02-10 18:39:07 UTC
(
hide
)
Description:
Ebuild for version 1.6.11
Filename:
MIME Type:
Creator:
Miroslaw Mieszczak
Created:
2013-02-10 18:39:07 UTC
Size:
1.39 KB
patch
obsolete
># Distributed under the terms of the GNU General Public License v2 > >EAPI=4 > > >PYTHON_DEPEND="2" >SUPPORT_PYTHON_ABIS=1 >RESTRICT_PYTHON_ABIS="2.5 3.* *-jython *-pypy-*" > >inherit eutils python > >DESCRIPTION="Funtoo Core Boot Framework for global boot loader configuration" >HOMEPAGE="http://www.funtoo.org/en/funtoo/core/boot" >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="*" >RESTRICT="mirror" >GITHUB_REPO="boot-update" >GITHUB_USER="funtoo" >GITHUB_TAG="${PV}" >SRC_URI="https://www.github.com/${GITHUB_USER}/${GITHUB_REPO}/tarball/${GITHUB_TAG} -> boot-update-${GITHUB_TAG}.tar.gz" > >IUSE="" > >DEPEND="" >RDEPEND=">=sys-boot/grub-2.00" > > >src_prepare() { > epatch "${FILESDIR}/${PN}-1.6.11-grub2-gentoo.patch" >} > > >src_unpack() { > unpack ${A} > mv "${WORKDIR}/${GITHUB_USER}-${PN}"-??????? "${S}" || die >} > >src_test() { > testing() { > PYTHONPATH="${S}/python/modules" "$(PYTHON)" FuntooSuite.py > } > cd tests || die > python_execute_function testing >} > > > > >src_install() { > dodoc doc/*.rst > > doman doc/boot-update.8 > doman doc/boot.conf.5 > > into / > dosbin sbin/boot-update > > dodoc etc/boot.conf.example > insinto /etc > doins etc/boot.conf > doins etc/boot.conf.defaults > doins etc/boot.conf.example > > > installing() { > insinto "$(python_get_sitedir)" > doins -r funtoo > } > cd python/modules || die > python_execute_function installing > >} > >src_compile() { > return >} > > >pkg_postinst() { > python_mod_optimize funtoo >} > >pkg_postrm() { > python_mod_cleanup funtoo >}
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 449700
: 338538 |
338540