Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55307 Details for
Bug 87351
foo2zjs cannot emerge: Verify Failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
foo2zjs-20050319.ebuild
foo2zjs-20050319.ebuild (text/plain), 1.53 KB, created by
Stefan Schweizer (RETIRED)
on 2005-04-04 14:48:12 UTC
(
hide
)
Description:
foo2zjs-20050319.ebuild
Filename:
MIME Type:
Creator:
Stefan Schweizer (RETIRED)
Created:
2005-04-04 14:48:12 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-print/foo2zjs/foo2zjs-20041030.ebuild,v 1.3 2005/02/02 20:25:12 genstef Exp $ > >inherit eutils flag-o-matic > >DESCRIPTION="Support for printing to ZjStream-based printers" >HOMEPAGE="http://foo2zjs.rkkda.com/" >SRC_URI="mirror://gentoo/${P}.tar.gz > ftp://ftp.minolta-qms.com/pub/crc/out_going/win/m23dlicc.exe > ftp://ftp.minolta-qms.com/pub/crc/out_going/win2000/m22dlicc.exe > ftp://ftp.minolta-qms.com/pub/crc/out_going/windows/cpplxp.exe" >RESTRICT="nomirror" >LICENSE="GPL-2" >SLOT="0" >IUSE="cups foomaticdb usb" >DEPEND="cups? ( net-print/cups ) > foomaticdb? ( net-print/foomatic ) > usb? ( sys-apps/hotplug )" >KEYWORDS="x86 ~amd64" >S=${WORKDIR}/${PN} > >src_unpack() { > unpack ${P}.tar.gz > > epatch ${FILESDIR}/${PN}-Makefile.patch > epatch ${FILESDIR}/hp-printer-udev.patch > > # link getweb files in ${S} to get unpacked > for i in ${A} > do > ln -s ${DISTDIR}/${i} ${S} > done > > cd ${S} >} > >src_compile() { > emake getweb || die "Failed building getweb script" > > # remove wget as we got the firmware with portage > sed -si "s/.*wget.*//" getweb > sed -si "s/error \"Couldn't dow.*//" getweb > # unpack files > ./getweb all > > emake || die "emake failed" >} > >src_install() { > useq foomaticdb && dodir /usr/share/foomatic/db/source > > useq cups && dodir /usr/share/cups/model > > make DESTDIR=${D} install \ > || die "make install failed" > > if useq usb; then > make DESTDIR=${D} install-hotplug \ > || die "make install-hotplug 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 87351
: 55307