Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 230163 Details for
Bug 297660
net-p2p/i2p - An anonymous network.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for net-p2p/i2p
i2p-0.7.13.ebuild (text/plain), 1.76 KB, created by
Andreas Gick
on 2010-05-03 16:37:30 UTC
(
hide
)
Description:
ebuild for net-p2p/i2p
Filename:
MIME Type:
Creator:
Andreas Gick
Created:
2010-05-03 16:37:30 UTC
Size:
1.76 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg-2 java-ant-2 > >DESCRIPTION="I2P is an anonymous network, exposing a simple layer that >applications can use to anonymously and securely send messages to each other." >SRC_URI="http://mirror.i2p2.de/${PN}source_${PV}.tar.bz2" >HOMEPAGE="http://www.i2p2.de" > >SLOT="0" >KEYWORDS="~x86 ~amd64" >LICENSE="GPL-2" >IUSE="" >DEPEND="net-misc/wget > >virtual/jdk-1.4 > ${COMMON_DEP}" > >S=${WORKDIR}/${PN}-${PV} > >src_compile() { > cd ${S} > wget http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.15.tgz -P ${S}/apps/jetty/ > ant pkg > while [ ! -d ${S}/pkg-temp ]; do > echo "pkg-temp doesn't exist" > #rm ${S}/apps/jetty/verified.txt > ant pkg > done > } > >src_install() { > dodir /opt/i2p /usr/bin > cp -r ${S}/pkg-temp/* ${D}/opt/i2p/ > chmod u+x ${D}/opt/i2p/postinstall.sh > chmod 755 ${D}/opt/i2p/i2prouter > chmod 755 ${D}/opt/i2p/osid > chmod 755 ${D}/opt/i2p/eepget > chmod 755 ${D}/opt/i2p/*.config > if [ ${ARCH} == "x86" ] ; then > cp ${D}/opt/i2p/lib/wrapper/linux/libwrapper.so ${D}/opt/i2p/lib/ > cp ${D}/opt/i2p/lib/wrapper/linux/wrapper.jar ${D}/opt/i2p/lib/ > cp ${D}/opt/i2p/lib/wrapper/linux/i2psvc ${D}/opt/i2p/ > elif [ ${ARCH} == "amd64" ] ; then > cp ${D}/opt/i2p/lib/wrapper/linux64/libwrapper.so ${D}/opt/i2p/lib/ > cp ${D}/opt/i2p/lib/wrapper/linux64/wrapper.jar ${D}/opt/i2p/lib/ > cp ${D}/opt/i2p/lib/wrapper/linux64/i2psvc ${D}/opt/i2p/ > fi > > chmod 755 ${D}/opt/i2p/i2psvc > rm -f ${D}/opt/i2p/*.bat > rm -f ${D}/opt/i2p/lib/*.dll > chmod 755 ${D}/opt/i2p > dosym ${D}/opt/i2p/i2prouter /usr/bin/i2prouter > } >pkg_postinst() { > einfo "Configure the router now : http://localhost:7657/index.jsp" > einfo "Use 'i2prouter start' to run I2P and 'i2prouter stop' to stop it." >}
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 297660
:
213577
|
230163
|
231615
|
231617
|
236717
|
252461
|
252819
|
252823
|
253185
|
255349
|
258433
|
261671
|
264073
|
264613
|
270017
|
270019
|
270023
|
271105
|
274571
|
279977
|
286635
|
292375
|
299921
|
304547
|
311347
|
322454
|
325016
|
329340
|
329352
|
332804
|
335166
|
335170
|
335180
|
336744
|
336746
|
341832
|
341838
|
341946
|
342216
|
345582
|
350120
|
353670
|
354154
|
356712
|
369434
|
381294
|
381350
|
389340
|
397348