Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 127372 Details for
Bug 143893
net-p2p/frost (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
frost-2007.07.19.ebuild
frost-2007.07.19.ebuild (text/plain), 1.26 KB, created by
Thomas Sachau
on 2007-08-09 18:01:20 UTC
(
hide
)
Description:
frost-2007.07.19.ebuild
Filename:
MIME Type:
Creator:
Thomas Sachau
Created:
2007-08-09 18:01:20 UTC
Size:
1.26 KB
patch
obsolete
>## Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils >DESCRIPTION="message board and file sharing client for freenet network" >HOMEPAGE="http://jtcfrost.sourceforge.net/" >MY_V="19-Jul-2007" >MY_P="${PN}-${MY_V}-source.zip" >SRC_URI="http://downloads.sourceforge.net/jtcfrost/${MY_P}?download > http://downloads.sourceforge.net/jtcfrost/${PN}-${MY_V}.zip?download" >RESTRICT="userpriv mirror" >LICENSE="GPL-2" >IUSE="" >SLOT="0" >KEYWORDS="~x86" >RDEPEND=">=virtual/jdk-1.5 > || ( net-p2p/freenet > net-p2p/freenet-bin )" >DEPEND=">=virtual/jdk-1.5 > dev-java/ant" >S="${WORKDIR}/${PN}-wot" >pkg_setup() { > enewgroup frost >} >src_unpack() { > mv ${DISTDIR}/${MY_P}?download ${DISTDIR}/${MY_P} > mv ${DISTDIR}/${PN}-${MY_V}.zip?download ${DISTDIR}/${PN}-${MY_V}.zip > unpack ${MY_P} > unpack ${PN}-${MY_V}.zip > cp -R lib ${S}/ >} >src_compile() { > ant release >} >src_install() { > into /opt/frost > cp -R ${S}/build/dist/* ${D}/opt/frost/ > fowners :frost /opt/frost /opt/frost/config /opt/frost/downloads /opt/frost/store /opt/frost/exec >} >pkg_postinst() { > chmod g+w -R /opt/frost/config /opt/frost/downloads /opt/frost/store /opt/frost/exec > einfo "Start frost with sh /opt/frost/frost.sh (you have to be in the frost-group)." >}
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 143893
: 127372