Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 238999 Details for
Bug 242300
Add ebuild for app-portage/unmasker-0.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified unmasker to honor PORTAGE_CONFIGROOT variable
unmasker-0.4-r1.ebuild (text/plain), 754 bytes, created by
Marshall McMullen
on 2010-07-16 07:22:38 UTC
(
hide
)
Description:
Modified unmasker to honor PORTAGE_CONFIGROOT variable
Filename:
MIME Type:
Creator:
Marshall McMullen
Created:
2010-07-16 07:22:38 UTC
Size:
754 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: Author: Valery Novikov (devel0per) $ > >inherit eutils > >DESCRIPTION="This is Gentoo packages automatic unmasker" >HOMEPAGE="http://devel0per-soft.blogspot.com/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2" > >LICENSE="GPL2" > >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >RDEPEND="app-portage/eix" > >src_unpack() >{ > unpack ${A} > cd ${S} > epatch "${FILESDIR}/configroot.patch" >} > >src_install() >{ > dobin usr/bin/unmasker > dodoc README AUTHORS > insinto /etc > doins etc/unmasker.conf >} > >pkg_postinst() >{ > ewarn "Please be sure what your eix data base is not out of date." > elog "Your can customize settings permanently using /etc/unmasker.conf" >} >
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 242300
:
168638
|
170437
| 238999 |
239001
|
239003