Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213873 Details for
Bug 298011
FreeGo-4.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch with a few improvements
FreeGo-4.ebuild.patch (text/plain), 819 bytes, created by
Gef
on 2009-12-23 01:21:49 UTC
(
hide
)
Description:
patch with a few improvements
Filename:
MIME Type:
Creator:
Gef
Created:
2009-12-23 01:21:49 UTC
Size:
819 bytes
patch
obsolete
>--- FreeGo-4.ebuild.orig 2009-12-23 02:09:53.126235504 +0100 >+++ FreeGo-4.ebuild 2009-12-23 01:46:57.106055571 +0100 >@@ -4,8 +4,8 @@ > > EAPI="2" > >-inherit qt4 versionator >-MY_P=$(delete_version_separator '-' ${P}) >+inherit qt4 >+MY_P=${P/-/} > > DESCRIPTION="Tool for Free users, a french ISP, to manage their account" > HOMEPAGE="http://www.free-go.net/" >@@ -14,7 +14,7 @@ > LICENSE="GPL-1" > SLOT="0" > KEYWORDS="~x86" >-IUSE="" >+IUSE="doc" > > DEPEND="x11-libs/qt-core:4 > x11-libs/qt-gui:4" >@@ -30,6 +30,7 @@ > > src_compile() { > eqmake4 ${MY_P}.pro >+ emake || die "emake failed" > } > > src_install() { >@@ -38,5 +39,7 @@ > install || die "emake install failed" > > dobin ${PN} >- dodoc "Guide d'utilisation de FreeGo.pdf" || die >+ if use doc; then >+ dodoc "Guide d'utilisation de FreeGo.pdf" || die "dodoc failed" >+ 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 298011
:
213843
|
213860
| 213873 |
278283