Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23578 Details for
Bug 37848
pisg-0.50.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pisg-0.50.ebuild
pisg-0.50.ebuild (text/plain), 1012 bytes, created by
Sven Wegener
on 2004-01-10 17:11:55 UTC
(
hide
)
Description:
pisg-0.50.ebuild
Filename:
MIME Type:
Creator:
Sven Wegener
Created:
2004-01-10 17:11:55 UTC
Size:
1012 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Perl IRC Statistics Generator" >HOMEPAGE="http://pisg.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" > >DEPEND="dev-lang/perl" > >src_unpack() { > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/${PV}-network-option-fix.patch > sed -i 's!lang\.txt!/usr/share/pisg/lang.txt!' modules/Pisg.pm > sed -i 's!layout/!/usr/share/pisg/layout/!' modules/Pisg.pm >} > >src_compile() { > true >} > >src_install () { > eval `perl -V:installprivlib` > > dobin pisg > > dodir ${installprivlib} > cp -r modules/* ${D}/${installprivlib} > > dodir /usr/share/pisg > cp -r gfx layout lang.txt ${D}/usr/share/pisg > > dodoc docs/CREDITS docs/Changelog docs/FORMATS docs/pisg-doc.txt > dodoc docs/dev/API pisg.cfg COPYING README > dohtml docs/html/* >} > >pkg_postinst() { > einfo > einfo "The pisg images have been installed in /usr/share/pisg/gfx" > einfo >}
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 37848
:
23578
|
23579
|
23580