diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-07-14 21:37:55 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-07-14 21:37:55 +0000 |
commit | f7c4caff5d054821e006f532f766e3efaa00f37b (patch) | |
tree | da4abee652ef14a612a36a805f5f69ed0c19ca40 /net-misc/bidwatcher/bidwatcher-1.3.3.ebuild | |
parent | Version bumped. closes #24464 (diff) | |
download | historical-f7c4caff5d054821e006f532f766e3efaa00f37b.tar.gz historical-f7c4caff5d054821e006f532f766e3efaa00f37b.tar.bz2 historical-f7c4caff5d054821e006f532f766e3efaa00f37b.zip |
cleanup
Diffstat (limited to 'net-misc/bidwatcher/bidwatcher-1.3.3.ebuild')
-rw-r--r-- | net-misc/bidwatcher/bidwatcher-1.3.3.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-misc/bidwatcher/bidwatcher-1.3.3.ebuild b/net-misc/bidwatcher/bidwatcher-1.3.3.ebuild deleted file mode 100644 index 9162d73e6b60..000000000000 --- a/net-misc/bidwatcher/bidwatcher-1.3.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/bidwatcher/bidwatcher-1.3.3.ebuild,v 1.8 2003/02/13 14:45:40 vapier Exp $ - -DESCRIPTION="eBay auction watcher and snipe agent" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://bidwatcher.sourceforge.net/" - -KEYWORDS="x86 sparc" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/glibc - =x11-libs/gtk+-1.2* - =dev-libs/glib-1.2*" - -src_compile() { - econf - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc quick_start.html README COPYING NEWS AUTHORS ChangeLog TODO -} |