diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-30 22:31:01 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-30 22:31:01 +0000 |
commit | 5b96eeb1810e739891d373c47cdabb324fb8d4c1 (patch) | |
tree | 79f41243b5c48353fdd95a44a6a14bdd9cd10ce5 /app-misc/jbidwatcher | |
parent | Version bumped. Closes 66389 (diff) | |
download | gentoo-2-5b96eeb1810e739891d373c47cdabb324fb8d4c1.tar.gz gentoo-2-5b96eeb1810e739891d373c47cdabb324fb8d4c1.tar.bz2 gentoo-2-5b96eeb1810e739891d373c47cdabb324fb8d4c1.zip |
old
Diffstat (limited to 'app-misc/jbidwatcher')
-rw-r--r-- | app-misc/jbidwatcher/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.3.1 | 1 | ||||
-rw-r--r-- | app-misc/jbidwatcher/jbidwatcher-0.9.3.1.ebuild | 40 |
3 files changed, 5 insertions, 42 deletions
diff --git a/app-misc/jbidwatcher/ChangeLog b/app-misc/jbidwatcher/ChangeLog index 900683f0ccec..57903d1e50ec 100644 --- a/app-misc/jbidwatcher/ChangeLog +++ b/app-misc/jbidwatcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/jbidwatcher # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/ChangeLog,v 1.11 2004/10/30 22:30:01 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/ChangeLog,v 1.12 2004/10/30 22:31:01 axxo Exp $ + + 31 Oct 2004; Thomas Matthijs <axxo@gentoo.org> + -jbidwatcher-0.9.3.1.ebuild: + old 31 Oct 2004; Thomas Matthijs <axxo@gentoo.org> jbidwatcher-0.9.5.ebuild: keyword x86 diff --git a/app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.3.1 b/app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.3.1 deleted file mode 100644 index 70ff6b8f10d6..000000000000 --- a/app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 573d51eb497920db173c47b3f9cb7b74 jbidwatcher-0.9.3.1.tar.gz 351097 diff --git a/app-misc/jbidwatcher/jbidwatcher-0.9.3.1.ebuild b/app-misc/jbidwatcher/jbidwatcher-0.9.3.1.ebuild deleted file mode 100644 index a97eceab1ae9..000000000000 --- a/app-misc/jbidwatcher/jbidwatcher-0.9.3.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/jbidwatcher-0.9.3.1.ebuild,v 1.3 2004/09/03 01:02:29 dholm Exp $ - -inherit java-pkg - -DESCRIPTION="Ebay Bidder Tools for Sniping" -HOMEPAGE="http://jbidwatcher.sf.net/" -SRC_URI="mirror://sourceforge/jbidwatcher/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="jikes" - -DEPEND=">=virtual/jdk-1.4 - dev-java/ant - jikes? ( dev-java/jikes )" -RDEPEND=">=virtual/jre-1.4" - -src_compile() { - sed -i 's:${user.home}/.jbidwatcher:.:' build.xml - sed -i 's:jikes:modern:' build.xml - # Fix bad build.xml - sed -i 's:<fileset dir="${src.dir}" includes="jbidwatcher.properties">:<fileset dir="${src.dir}" includes="jbidwatcher.properties" />:' build.xml - sed -i '/taskdef/d' build.xml - - local antflags="jar" - use jikes && antflags="${antflags} Dbuild.compiler=jikes" - ant ${antflags} -} - -src_install() { - java-pkg_dojar *.jar - - echo "#!/bin/sh" > ${PN} - echo "cd /usr/share/"${PN} >> ${PN} - echo '${JAVA_HOME}'/bin/java -jar lib/JBidWatcher-${PV/_/}.jar '$*' >> ${PN} - - dobin ${PN} -} |