summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2006-03-12 13:46:46 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2006-03-12 13:46:46 +0000
commitc150bb3fd711f458d20e7b17baf8fc7d31b43f46 (patch)
treea2f6108014f2829a407ce23fdf7cb0960595351f /app-misc/jbidwatcher
parentPackage.masked jbidwatcher because changes in ebay broke it. (diff)
downloadgentoo-2-c150bb3fd711f458d20e7b17baf8fc7d31b43f46.tar.gz
gentoo-2-c150bb3fd711f458d20e7b17baf8fc7d31b43f46.tar.bz2
gentoo-2-c150bb3fd711f458d20e7b17baf8fc7d31b43f46.zip
Removed old versions.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-misc/jbidwatcher')
-rw-r--r--app-misc/jbidwatcher/ChangeLog8
-rw-r--r--app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.71
-rw-r--r--app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.81
-rw-r--r--app-misc/jbidwatcher/jbidwatcher-0.9.7.ebuild45
-rw-r--r--app-misc/jbidwatcher/jbidwatcher-0.9.8.ebuild53
5 files changed, 6 insertions, 102 deletions
diff --git a/app-misc/jbidwatcher/ChangeLog b/app-misc/jbidwatcher/ChangeLog
index d5ee72edd703..5b6db77a0c2a 100644
--- a/app-misc/jbidwatcher/ChangeLog
+++ b/app-misc/jbidwatcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/jbidwatcher
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/ChangeLog,v 1.22 2005/12/11 22:56:51 nichoj Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/ChangeLog,v 1.23 2006/03/12 13:46:46 betelgeuse Exp $
+
+ 12 Mar 2006; Petteri Räty <betelgeuse@gentoo.org>
+ -jbidwatcher-0.9.7.ebuild, -jbidwatcher-0.9.8.ebuild:
+ Removed old versions.
*jbidwatcher-0.9.9 (11 Dec 2005)
diff --git a/app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.7 b/app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.7
deleted file mode 100644
index 1d85915517b1..000000000000
--- a/app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fb635128fca59da72ddce497ff14dd67 jbidwatcher-0.9.7.tar.gz 436365
diff --git a/app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.8 b/app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.8
deleted file mode 100644
index ac27d4aa1ba1..000000000000
--- a/app-misc/jbidwatcher/files/digest-jbidwatcher-0.9.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7991ba69bc8cbab4e1c1bbb8a492acf0 jbidwatcher-0.9.8.tar.gz 475510
diff --git a/app-misc/jbidwatcher/jbidwatcher-0.9.7.ebuild b/app-misc/jbidwatcher/jbidwatcher-0.9.7.ebuild
deleted file mode 100644
index 0bfca4c061b3..000000000000
--- a/app-misc/jbidwatcher/jbidwatcher-0.9.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/jbidwatcher-0.9.7.ebuild,v 1.2 2005/07/11 20:37:23 axxo 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"
-
-S=${WORKDIR}/${P/_/}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Fix bad build.xml
- sed -i -e 's:${user.home}/.jbidwatcher:.:' \
- -e 's:jikes:modern:' \
- -e 's:<fileset dir="${src.dir}" includes="jbidwatcher.properties">:<fileset dir="${src.dir}" includes="jbidwatcher.properties" />:' \
- -e '/taskdef/d' build.xml
-}
-
-src_compile() {
- local antflags="jar"
- use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
- ant ${antflags} || die "compilation failed"
-}
-
-src_install() {
- java-pkg_newjar *.jar ${PN}.jar
-
- echo "#!/bin/sh" > ${PN}
- echo 'java -jar $(java-config -p jbidwatcher) "$@"' >> ${PN}
-
- dobin ${PN}
-}
diff --git a/app-misc/jbidwatcher/jbidwatcher-0.9.8.ebuild b/app-misc/jbidwatcher/jbidwatcher-0.9.8.ebuild
deleted file mode 100644
index 726ea50ec0c6..000000000000
--- a/app-misc/jbidwatcher/jbidwatcher-0.9.8.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/jbidwatcher-0.9.8.ebuild,v 1.1 2005/09/10 15:42:34 axxo Exp $
-
-inherit java-pkg eutils
-
-MY_PN=JBidWatcher
-MY_P=${MY_PN}-${PV}
-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="~amd64 ~ppc ~x86"
-IUSE="doc jikes"
-
-DEPEND=">=virtual/jdk-1.4
- dev-java/ant-core
- jikes? ( dev-java/jikes )"
-RDEPEND=">=virtual/jre-1.4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # TODO submit this patches upstream
- use doc && epatch ${FILESDIR}/${P}-javadoc.patch
-
- # Fix bad build.xml (used to be the sed magic below)
- epatch ${FILESDIR}/${P}-build_xml.patch
-# sed -i -e 's:${user.home}/.jbidwatcher:.:' \
-# -e 's:jikes:modern:' \
-# -e 's:<fileset dir="${src.dir}" includes="jbidwatcher.properties">:<fileset dir="${src.dir}" includes="jbidwatcher.properties" />:' \
-# -e '/taskdef/d' build.xml
-}
-
-src_compile() {
- local antflags="jar"
- use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
- use doc && antflags="${antflags} javadoc"
- ant ${antflags} || die "compilation failed"
-}
-
-src_install() {
- java-pkg_newjar ${MY_P}.jar ${PN}.jar
-
- use doc && java-pkg_dohtml -r docs/api
-
- echo "#!/bin/sh" > ${PN}
- echo 'java -jar $(java-config -p jbidwatcher) "$@"' >> ${PN}
-
- dobin ${PN}
-}