commit: 800cd015a0730b99a8bae5b17efd6ce99ff0ffd3 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Mar 3 10:03:24 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Mar 3 10:04:00 2016 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=800cd015
dev-java/jorbis: Revert previous commit. Gentoo-Bug: https://bugs.gentoo.org/251008 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-java/jorbis/Manifest | 1 + dev-java/jorbis/jorbis-0.0.17-r1.ebuild | 27 +++++++++++++++++++++++++++ dev-java/jorbis/metadata.xml | 9 +++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-java/jorbis/Manifest b/dev-java/jorbis/Manifest new file mode 100644 index 0000000..8312c1d --- /dev/null +++ b/dev-java/jorbis/Manifest @@ -0,0 +1 @@ +DIST jorbis-0.0.17.zip 115741 SHA256 eb019a6469085212144be8d19a92ad579349511989ef8bb1d3e1b0ef8d2158d8 SHA512 11db182b60dca40802567d4df4cae118d26f4677975884ade3e65febdd8366a805a9cdc672e778c3ec4965f01773b23d65c461f079c0b8057704eaf564c305b2 WHIRLPOOL 53d6fa4521f0b0a03725e7456eae2c6c87407882e33680c2ec596ad9215467029e5aa8a32e2f0442069fa9a95240df7fad655fe116b01c59fdf2da1fc328e5d8 diff --git a/dev-java/jorbis/jorbis-0.0.17-r1.ebuild b/dev-java/jorbis/jorbis-0.0.17-r1.ebuild new file mode 100644 index 0000000..23fa465 --- /dev/null +++ b/dev-java/jorbis/jorbis-0.0.17-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="JOrbis accepts Ogg Vorbis bitstreams and decodes them to raw PCM" +HOMEPAGE="http://www.jcraft.com/jorbis/" +SRC_URI="http://www.jcraft.com/${PN}/${P}.zip" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=virtual/jre-1.4" +DEPEND=">=virtual/jdk-1.4 + app-arch/unzip" + +S="${WORKDIR}/${P}" + +src_install() { + java-pkg-simple_src_install + dodoc ChangeLog README +} diff --git a/dev-java/jorbis/metadata.xml b/dev-java/jorbis/metadata.xml new file mode 100644 index 0000000..7f81c12 --- /dev/null +++ b/dev-java/jorbis/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>java</herd> + <maintainer> + <email>chewi at aura-online.co.uk</email> + <name>James Le Cuirot</name> + </maintainer> +</pkgmetadata>
