diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-17 11:46:05 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-17 11:46:05 +0000 |
commit | f17636e7e8c99c413cd489baa80b284c15534c5c (patch) | |
tree | 71dea14fddb79ca9ec6e4c3a7097ee34ce8edb1c /app-office/borg | |
parent | * bump (diff) | |
download | gentoo-2-f17636e7e8c99c413cd489baa80b284c15534c5c.tar.gz gentoo-2-f17636e7e8c99c413cd489baa80b284c15534c5c.tar.bz2 gentoo-2-f17636e7e8c99c413cd489baa80b284c15534c5c.zip |
dep fixes
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-office/borg')
-rw-r--r-- | app-office/borg/borg-1.3.2.ebuild | 35 | ||||
-rw-r--r-- | app-office/borg/borg-1.4.ebuild | 6 | ||||
-rw-r--r-- | app-office/borg/files/digest-borg-1.3.2 | 1 |
3 files changed, 3 insertions, 39 deletions
diff --git a/app-office/borg/borg-1.3.2.ebuild b/app-office/borg/borg-1.3.2.ebuild deleted file mode 100644 index 992480797261..000000000000 --- a/app-office/borg/borg-1.3.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.3.2.ebuild,v 1.4 2005/02/17 17:27:42 axxo Exp $ - -inherit java-pkg - -DESCRIPTION="Calendar and task tracker, written in Java" -HOMEPAGE="http://borg-calendar.sourceforge.net/" -SRC_URI="mirror://sourceforge/borg-calendar/borg_src_${PV}.zip" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - app-arch/unzip - >=dev-java/ant-1.4.1" -RDEPEND=">=virtual/jdk-1.4" - -S=${WORKDIR}/borg_src - -src_compile() { - cd ant - local antflags="borg-jar" - ant ${antflags} || die "compile problem" -} - -src_install() { - java-pkg_dojar dist/${PN}.jar - - echo "#!/bin/sh" > ${PN} - echo "cd /usr/share/${PN}" >> ${PN} - echo "\${JAVA_HOME}/bin/java -jar \$(java-config -p borg) \$*" >> ${PN} - - dobin ${PN} -} diff --git a/app-office/borg/borg-1.4.ebuild b/app-office/borg/borg-1.4.ebuild index 4767ca08e256..0476b7b6015d 100644 --- a/app-office/borg/borg-1.4.ebuild +++ b/app-office/borg/borg-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.4.ebuild,v 1.3 2005/02/17 17:27:42 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.4.ebuild,v 1.4 2005/07/17 11:46:05 axxo Exp $ inherit java-pkg @@ -13,8 +13,8 @@ KEYWORDS="~x86" IUSE="" DEPEND=">=virtual/jdk-1.4 app-arch/unzip - >=dev-java/ant-1.4.1" -RDEPEND=">=virtual/jdk-1.4" + dev-java/ant-core" +RDEPEND=">=virtual/jre-1.4" S="${WORKDIR}/borg_src/BORG Calendar Common/" diff --git a/app-office/borg/files/digest-borg-1.3.2 b/app-office/borg/files/digest-borg-1.3.2 deleted file mode 100644 index e639d50459f4..000000000000 --- a/app-office/borg/files/digest-borg-1.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 03f980a2c4b59acc733fec3bcdd4703c borg_src_1.3.2.zip 609853 |