diff options
Diffstat (limited to 'dev-java')
| -rw-r--r-- | dev-java/cortado/cortado-0.6.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-java/cortado/cortado-0.6.0.ebuild b/dev-java/cortado/cortado-0.6.0.ebuild deleted file mode 100644 index 3c61568b356f..000000000000 --- a/dev-java/cortado/cortado-0.6.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Multimedia framework for Java written by Fluendo" -HOMEPAGE="http://www.theora.org/cortado/" -SRC_URI="http://downloads.xiph.org/releases/cortado/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="" - -COMMON_DEP="" - -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.4 - app-arch/unzip - ${COMMON_DEP}" - -EANT_BUILD_TARGET=stripped - -src_prepare() { - echo "#!/bin/sh" > scripts/get-revision - echo "echo ${PV}" >> scripts/get-revision -} - -src_install() { - java-pkg_newjar output/dist/applet/${PN}-ovt-stripped-${PV}.jar - dodoc ChangeLog HACKING NEWS README RELEASE TODO \ - || die "dodoc failed" -} |
