Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 170437 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]
Ebuild is cleaned and refactored
unmasker-0.4.ebuild (text/plain), 674 bytes, created by
Valery Novikov
on 2008-11-01 07:33:57 UTC
(
hide
)
Description:
Ebuild is cleaned and refactored
Filename:
MIME Type:
Creator:
Valery Novikov
Created:
2008-11-01 07:33:57 UTC
Size:
674 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_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