summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-05-14 17:21:47 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-05-14 17:21:47 +0000
commit5756b877c3cb7b99346e4ad0f349c271b6a8430d (patch)
tree8726fa78564cde698df8c6e963d281156454ca1f /net-misc/ebayagent
parentcorrection: bug 90948 (diff)
downloadgentoo-2-5756b877c3cb7b99346e4ad0f349c271b6a8430d.tar.gz
gentoo-2-5756b877c3cb7b99346e4ad0f349c271b6a8430d.tar.bz2
gentoo-2-5756b877c3cb7b99346e4ad0f349c271b6a8430d.zip
final cleaning...yeesh
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'net-misc/ebayagent')
-rw-r--r--net-misc/ebayagent/ebayagent-0.9.11.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/net-misc/ebayagent/ebayagent-0.9.11.ebuild b/net-misc/ebayagent/ebayagent-0.9.11.ebuild
index d490b536a28f..6b189747dfc9 100644
--- a/net-misc/ebayagent/ebayagent-0.9.11.ebuild
+++ b/net-misc/ebayagent/ebayagent-0.9.11.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2005 Gentoo Technologies, Inc.
+# 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.ebuild,v 1.2 2005/05/14 17:21:47 mcummings Exp $
DESCRIPTION="ebay bidding Perl-Script"
HOMEPAGE="http://ebayagent.sf.net"
@@ -7,7 +8,7 @@ SRC_URI="mirror://sourceforge/ebayagent/eBayAgent-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-IUSE="tools"
+IUSE=""
KEYWORDS="x86"
DEPEND="dev-lang/perl
@@ -21,14 +22,11 @@ S=${WORKDIR}/eBayAgent-${PV}
src_compile() {
sed -i -e "s|PREFIX=/usr|PREFIX=${D}${DESTTREE}|" ${S}/Makefile
-
emake || die "emake failed"
}
src_install() {
einstall || die "einstall failed"
- 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
@@ -37,15 +35,14 @@ src_install() {
sed "s|eBayAgent.pl|eBayAgent|" ${S}/Tools/eBayAgent_Skript.old|sed -e '/fetching\ the\ data/'i"# Patched to read the settings from \$HOME/.eBayAgent_Skript.config\n# This will check if a config file exists. If not -> create\nif [ ! -e \$HOME/.eBayAgent_Skript.config ];then\n\tsed -n '/^# This is a simple/,/^ITEMS=/p' ${DESTTREE}/bin/eBayAgent_Skript > \$HOME/.eBayAgent_Skript.config\necho \"Please adjust \$HOME/.eBayAgent_Skript.config to your needs first\!\"\nexit\nfi\nsource \$HOME/.eBayAgent_Skript.config\n" > ${S}/Tools/eBayAgent_Skript
dobin ${S}/Tools/repebay ${S}/Tools/runrepebay ${S}/Tools/eBayAgent_Skript
doman ${S}/Tools/repebay.1 ${S}/Tools/runrepebay.1
- newdoc ${S}/Tools/README_First.txt README_First_Tools.txt
+ newdoc ${S}/Tools/README_First.txt README_First_Tools.txt
newdoc ${S}/Tools/README.Debian README_Tools.Debian
- fi
-
+
# prepare manpages
for mpage in $(find ${D} -name '*.1'|grep man);do
gzip $mpage
done
-
+
dodoc COPYING INSTALL
prepalldocs
}