Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9305 Details for
Bug 16908
Prosper Ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
corrected ebuild
prosper-1.00.4.ebuild (text/plain), 1.11 KB, created by
Marc 'huz' REYNES
on 2003-03-12 10:27:35 UTC
(
hide
)
Description:
corrected ebuild
Filename:
MIME Type:
Creator:
Marc 'huz' REYNES
Created:
2003-03-12 10:27:35 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit latex-package > >DESCRIPTION="Prosper is a latex class for writing transparencies" >HOMEPAGE="http://prosper.sf.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz > mirror://sourceforge/${PN}/PPRblends.sty.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc" >DEPEND="" >S=${WORKDIR}/prosper/ > >src_unpack(){ > unpack ${A} > unpack PPRblends.sty.gz > mv PPRblends.sty ${S}/contrib/ >} > >src_install(){ > cd ${S} > latex-package_src_doinstall styles > insinto ${TEXMF}/tex/latex/${PN}/img/ > doins img/*.ps img/*.gif > for i in `find ./contrib/ -maxdepth 1 -type f -name "*.sty"` > do > insinto ${TEXMF}/tex/latex/${PN}/contrib/ > doins $i > done > insinto ${TEXMF}/tex/latex/${PN}/contrib/img/ > doins ./contrib/img/*.ps > dodoc README TODO TROUBLESHOOTINGS INSTALL NEWS FAQ AUTHORS ChangeLog > dodoc doc/*.eps doc/*.fig doc/*.pdf doc/*.tex doc/*.ps > docinto doc-examples/ > dodoc doc/doc-examples/*.ps doc/doc-examples/*.tex > docinto contrib/ > dodoc contrib/*.ps contrib/*.tex >}
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 16908
:
8989
|
9019
| 9305