diff options
author | 2003-07-28 18:22:55 +0000 | |
---|---|---|
committer | 2003-07-28 18:22:55 +0000 | |
commit | 5aa101364fefd9b07d690ca8355e1a9260168e89 (patch) | |
tree | fdcade3959752be8c4515af18ac809f2bcf9cccc /net-misc/bidwatcher/bidwatcher-1.3.10.ebuild | |
parent | new dev version (diff) | |
download | historical-5aa101364fefd9b07d690ca8355e1a9260168e89.tar.gz historical-5aa101364fefd9b07d690ca8355e1a9260168e89.tar.bz2 historical-5aa101364fefd9b07d690ca8355e1a9260168e89.zip |
Version bumped.
Diffstat (limited to 'net-misc/bidwatcher/bidwatcher-1.3.10.ebuild')
-rw-r--r-- | net-misc/bidwatcher/bidwatcher-1.3.10.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/bidwatcher/bidwatcher-1.3.10.ebuild b/net-misc/bidwatcher/bidwatcher-1.3.10.ebuild new file mode 100644 index 000000000000..b88009abf3d0 --- /dev/null +++ b/net-misc/bidwatcher/bidwatcher-1.3.10.ebuild @@ -0,0 +1,23 @@ +# 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.10.ebuild,v 1.1 2003/07/28 18:22:34 mholzer Exp $ + +IUSE="" + +DESCRIPTION="eBay auction watcher and sniper 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_install() { + einstall || die + dodoc README COPYING NEWS AUTHORS ChangeLog + dohtml quick_start.html +} |