Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31677 - Ebuild with more styles for prosper (dev-tex)
Summary: Ebuild with more styles for prosper (dev-tex)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-10-21 07:52 UTC by Dennis Frommknecht
Modified: 2003-10-28 00:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Prosper ebuild with additonal styles (prosper-1.00.4.ebuild,1.33 KB, text/plain)
2003-10-21 07:53 UTC, Dennis Frommknecht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Frommknecht 2003-10-21 07:52:22 UTC
Prosper offers more styles than the current prosper ebuild installs. So I
modified the existing ebuild to take contrib-prosper-1.0.0.tar.gz into account.


Reproducible: Always
Steps to Reproduce:
Comment 1 Dennis Frommknecht 2003-10-21 07:53:49 UTC
Created attachment 19586 [details]
Prosper ebuild with additonal styles
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-10-28 00:03:26 UTC
Thanks for submitting the ebuild. I only changed src_unpack() section,
namely removed unpack ${DISTFILES}/contrib-prosper-1.0.0.tar.gz line
from src_unpack because unpack ${A} unpacks both prosper and contrib
tarballs (${A} will be expanded as all filenames in SRC_URI). I also
removed two rm -r from src_unpack since those directories will be
automatically deleted after installation unless you set FEATURES="noclean".

Please run `emerge sync` and find prosper-1.00.4-r1.ebuild in Portage tree
;-)