mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-java/cortado: update EAPI 5 -> 8
Bug: https://bugs.gentoo.org/833397 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
30
dev-java/cortado/cortado-0.6.0-r2.ebuild
Normal file
30
dev-java/cortado/cortado-0.6.0-r2.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Multimedia framework for Java written by Fluendo"
|
||||
HOMEPAGE="https://www.theora.org/cortado/"
|
||||
SRC_URI="https://downloads.xiph.org/releases/cortado/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
DEPEND=">=virtual/jdk-1.8:*"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
EANT_BUILD_TARGET="stripped"
|
||||
|
||||
src_prepare() {
|
||||
echo "#!/bin/sh" > scripts/get-revision || die
|
||||
echo "echo ${PV}" >> scripts/get-revision || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg_newjar output/dist/applet/${PN}-ovt-stripped-${PV}.jar
|
||||
dodoc ChangeLog HACKING NEWS README RELEASE TODO
|
||||
}
|
||||
Reference in New Issue
Block a user