Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 264969 Details for
Bug 356695
net-print/foo2zjs-99999999.ebuild to solve changing digest problems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed ebuild
foo2zjs-99999999.ebuild (text/plain), 1.06 KB, created by
Paweł Hajdan, Jr. (RETIRED)
on 2011-03-06 16:37:50 UTC
(
hide
)
Description:
proposed ebuild
Filename:
MIME Type:
Creator:
Paweł Hajdan, Jr. (RETIRED)
Created:
2011-03-06 16:37:50 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="3" > >inherit eutils > >DESCRIPTION="Support for printing to ZjStream-based printers" >HOMEPAGE="http://foo2zjs.rkkda.com/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="" >IUSE="" > >RESTRICT="bindist" > >RDEPEND="net-print/cups > net-print/foomatic-db-engine > net-print/foomatic-filters > sys-fs/udev" >DEPEND="${RDEPEND} > app-arch/unzip > net-misc/wget > sys-devel/bc" > >S="${WORKDIR}/${PN}" > >src_unpack() { > einfo "Fetching ${PN} tarball" > wget "http://foo2zjs.rkkda.com/${PN}.tar.gz" || die > tar zxf "${WORKDIR}/${PN}.tar.gz" || die > > cd "${S}" || die > > einfo "Fetching additional files (firmware, etc)" > emake getweb || die > > # Display wget output, downloading takes some time. > sed -e '/^WGETOPTS/s/-q//g' -i getweb || die > > ./getweb all || die >} > >src_prepare() { > # Prevent an access violation, do not create symlinks on live file system > # during installation. > sed -e 's/ install-filter / /g' -i Makefile || die >} > >src_install() { > emake DESTDIR="${D}" install || die >}
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 356695
:
264043
| 264969 |
279175