Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 332308 Details for
Bug 447266
=app-text/ghostpdl-9.06 - New package. - GhostPCL, GhostXPS, Ghostscript and GhostPDF Interpreters
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
=app-text/ghostpdl-9.06 ebuild
ghostpdl-9.06.ebuild (text/plain), 1.52 KB, created by
Dyweni
on 2012-12-14 19:02:59 UTC
(
hide
)
Description:
=app-text/ghostpdl-9.06 ebuild
Filename:
MIME Type:
Creator:
Dyweni
Created:
2012-12-14 19:02:59 UTC
Size:
1.52 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ app-text/ghostdpl/ghostdpl-8.71,v 1.0 2012/07/08 02:00:00 itspec.ru Exp $ > >EAPI=3 > >inherit eutils > >DESCRIPTION="GhostPCL, GhostXPS, Ghostscript and GhostPDF Interpreters" >HOMEPAGE="http://www.artifex.com/downloads/" >SRC_URI="http://downloads.ghostscript.com/public/ghostpdl-${PV}.tar.gz" > >LICENSE="GPLv2" > >RESTRICT="mirror" > >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="pcl xps svg ls tools debug" > >DEPEND="" > >RDEPEND="${DEPEND}" > >src_compile() { > local BUILD="" > > if use debug; then > BUILD="debug" > else > BUILD="product" > fi > > if use pcl; then > emake -j1 DESTDIR="${D}" -C main -f pcl6_gcc.mak pdl-${BUILD} || die "compile failure" > fi > > if use xps; then > emake -j1 DESTDIR="${D}" -C xps -f xps_gcc.mak pdl-${BUILD} || die "compile failure" > fi > > if use svg; then > emake -j1 DESTDIR="${D}" -C svg -f svg_gcc.mak pdl-${BUILD} || die "compile failure" > fi > > if use ls; then > emake -j1 DESTDIR="${D}" -C language_switch -f pspcl6_gcc.mak pdl-${BUILD} || die "compile failure" > fi >} > >src_install() { > if use pcl; then > dobin "${S}/main/obj/pcl6" > fi > > if use xps; then > dobin "${S}/xps/obj/gxps" > fi > > if use svg; then > dobin "${S}/svg/obj/gsvg" > fi > > if use ls; then > dobin "${S}/language_switch/obj/pspcl6" > fi > > if use tools; then > dobin "${S}/tools/pcl2pdf" > dobin "${S}/tools/pcl2pdfwr" > 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 447266
:
332308
|
332310