Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60737 Details for
Bug 95144
net-misc/ebayagent ebuild: Missing dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebayagent-0.9.11-r2.ebuild
ebayagent-0.9.11-r2.ebuild (text/plain), 2.33 KB, created by
Frieder Bürzele
on 2005-06-06 14:10:21 UTC
(
hide
)
Description:
ebayagent-0.9.11-r2.ebuild
Filename:
MIME Type:
Creator:
Frieder Bürzele
Created:
2005-06-06 14:10:21 UTC
Size:
2.33 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/ebayagent/ebayagent-0.9.11-r1.ebuild,v 1.3 2005/06/05 23:03:16 mcummings Exp $ > >inherit eutils > >DESCRIPTION="ebay bidding Perl-Script" >HOMEPAGE="http://ebayagent.sf.net" >SRC_URI="mirror://sourceforge/ebayagent/eBayAgent-${PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >IUSE="tcltk tools" >KEYWORDS="x86" > >DEPEND="dev-lang/perl > >=dev-perl/libnet-1.16 > >=dev-perl/URI-1.35 > >=dev-perl/Crypt-SSLeay-0.49 > >=dev-perl/libwww-perl-5.79 > tcltk? ( dev-perl/perl-tk ) > >=dev-perl/TimeDate-1.16" > >S=${WORKDIR}/eBayAgent-${PV} > >src_compile() { > sed -i -e "s|PREFIX=/usr|PREFIX=${D}${DESTTREE}|" ${S}/Makefile > > # BUG: 95144 fix path for perl-tk app XeBayAgent.pl to point to eBayAgent > sed -i -e "s|X_eBayAgentLocation\ \=>\ \"\",|X_eBayAgentLocation\ \=>\ \"\/usr\/bin\/eBayAgent\",|" ${S}/XeBayAgent.pl > > if use tools ; then > # Patching eBayAgent_Skript > # this will replace eBayAgent.pl with eBayAgent. > # It also let the script read the settings for eBayAgent_Skript > # from $HOME/.eBayAgent_Skript.conf > sed -i "s|eBayAgent.pl|eBayAgent|g" ${S}/Tools/eBayAgent_Skript > sed -i -e '/fetching\ the\ data/'i"# Patched to read the settings from \$HOME/.eBayAgent_Skript.conf\n# This will check if a config file exists. If not -> create\nif [ ! -e \$HOME/.eBayAgent_Skript.conf ];then\n\tsed -n '/^# This is a simple/,/^ITEMS=/p' ${DESTTREE}/bin/eBayAgent_Skript > \$HOME/.eBayAgent_Skript.conf\necho \"Please adjust \$HOME/.eBayAgent_Skript.conf to your needs first\!\"\nexit\nfi\nsource \$HOME/.eBayAgent_Skript.conf\n" ${S}/Tools/eBayAgent_Skript > fi > > emake || die "emake failed" >} > >src_install() { > einstall || die "einstall failed" > dosym /usr/bin/eBayAgent /usr/bin/eBayAgent.pl > > # USE-FLAG: TOOLS > if use tools ; then > dobin ${S}/Tools/repebay ${S}/Tools/runrepebay ${S}/Tools/eBayAgent_Skript > doman ${S}/Tools/repebay.1 ${S}/Tools/runrepebay.1 ${S}/eBayAgent.1 > newdoc ${S}/Tools/README_First.txt README_First_Tools.txt > newdoc ${S}/Tools/README.Debian README_Tools.Debian > fi > > # perl-tk (disable XeBayAgent.pl) > if ! use tcltk ; then > rm -rf ${D}/usr/bin/XeBayAgent > fi > > # prepare manpages (prepallman won´t do that) > for mpage in $(find ${D} -name '*.1'|grep man);do > gzip $mpage > done > > dodoc COPYING INSTALL > prepalldocs >}
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 95144
:
60737
|
60739