Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 151835 Details for
Bug 218405
app-text/highlight-2.4.8: bump to 2.6.9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Unfinished ebuild
highlight-2.6.9.ebuild (text/plain), 901 bytes, created by
Samuli Suominen (RETIRED)
on 2008-05-04 18:03:05 UTC
(
hide
)
Description:
Unfinished ebuild
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2008-05-04 18:03:05 UTC
Size:
901 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >WX_GTK_VER="2.8" > >inherit wxwidgets > >DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlighting." >HOMEPAGE="http://www.andre-simon.de" >SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" >IUSE="wxwindows" > >DEPEND="wxwindows? ( =x11-libs/wxGTK-2.8* )" > >src_compile() { > if use wxwindows; then > need-wxwidgets unicode > emake -f makefile all-gui || die "emake all-gui failed." > else > emake -f makefile all || die "emake all failed." > fi >} > >src_install() { > if use wxwindows; then > emake -f makefile DESTDIR="${D}" \ > install-gui || die "emake install-gui failed." > else > emake -f makefile DESTDIR="${D}" \ > install || die "emake install 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 Raw
Actions:
View
Attachments on
bug 218405
:
151835
|
151851
|
151853
|
151857