Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 115734 Details for
Bug 171955
net-p2p/sancho-bin-0.9.4.58 doesn't start with error org.eclipse.swt.SWTException: Unsupported or unrecognized format
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sancho-bin-0.9.4.58-r2.ebuild
sancho-bin-0.9.4.58-r2.ebuild (text/plain), 1.91 KB, created by
Federico Moro
on 2007-04-08 17:42:00 UTC
(
hide
)
Description:
sancho-bin-0.9.4.58-r2.ebuild
Filename:
MIME Type:
Creator:
Federico Moro
Created:
2007-04-08 17:42:00 UTC
Size:
1.91 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild,v 1.4 2007/03/24 14:25:10 armin76 Exp $ > >inherit eutils > >MY_P=${P/-bin/} >MY_P=${MY_P%.*}-${MY_P##*.} > >DESCRIPTION="a powerful frontend for mldonkey" >HOMEPAGE="http://sancho-gui.sourceforge.net/" > >if use amd64; then > MY_P="${MY_P}-linux-gtk-x86_64-java.sh" >fi > >if use ppc; then > MY_P="${MY_P}-linux-gtk-ppc-java.sh" >fi > >if use x86; then > if use java; then > MY_P="${MY_P}-linux-gtk-java.sh" > else > MY_P="${MY_P}-linux-gtk.sh" > fi >fi > >SRC_URI="mirror://gentoo/${MY_P}" >RESTRICT="strip" > >KEYWORDS="amd64 ppc x86" >SLOT="0" >LICENSE="CPL-1.0 LGPL-2.1" >IUSE="java" > >DEPEND="virtual/libc > || ( ( x11-libs/libXxf86vm > x11-libs/libXext > x11-libs/libX11 > ) virtual/x11 ) > >=x11-libs/gtk+-2 > >=net-libs/linc-1.0.3 > amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 > >=app-emulation/emul-linux-x86-gtklibs-1.0 ) > java? ( >=virtual/jdk-1.5 )" > >S="${WORKDIR}" > >pkg_setup() { > if ! use x86; then > if ! use java; then > eerror "{PN} needs java USE flag" > die "{PN} needs java USE flag" > fi > fi >} > >src_unpack() { > cp "${DISTDIR}/${MY_P}" . > if use x86; then > if use !java; then > epatch "${FILESDIR}/${P}-ignore-homedir-check.patch" > fi > fi > sh ${MY_P} --target . >} > >src_compile() { > einfo "Nothing to compile." >} > >src_install() { > dodir /opt/sancho > dodir /opt/bin > > cd "${S}" > cp -dpR sancho distrib lib ${D}/opt/sancho > > exeinto /opt/sancho > newexe sancho sancho-bin > > exeinto /opt/bin > newexe ${FILESDIR}/sancho.sh sancho > > dodir /etc/env.d > echo -e "PATH=/opt/sancho\n" > ${D}/etc/env.d/20sancho > > insinto /etc/revdep-rebuild > doins ${FILESDIR}/50-${PN} > > make_desktop_entry sancho sancho /opt/sancho/distrib/sancho-32.xpm >} > >pkg_postinst() { > einfo > einfo "Sancho requires the presence of a p2p core, like" > einfo "net-p2p/mldonkey, in order to operate." > 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 171955
:
115732
|
115734
|
115744