Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/cortado/
Date: Sun, 20 Dec 2015 20:08:21
Message-Id: 1450642046.2fffbd33f9f3d252117af010e8b8b2cd90a2bbce.monsieurp@gentoo
1 commit: 2fffbd33f9f3d252117af010e8b8b2cd90a2bbce
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 20 19:54:26 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 20:07:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fffbd33
7
8 dev-java/cortado: Clean up old.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/cortado/cortado-0.6.0.ebuild | 38 -----------------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/dev-java/cortado/cortado-0.6.0.ebuild b/dev-java/cortado/cortado-0.6.0.ebuild
17 deleted file mode 100644
18 index 3c61568..0000000
19 --- a/dev-java/cortado/cortado-0.6.0.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=2
27 -
28 -inherit java-pkg-2 java-ant-2
29 -
30 -DESCRIPTION="Multimedia framework for Java written by Fluendo"
31 -HOMEPAGE="http://www.theora.org/cortado/"
32 -SRC_URI="http://downloads.xiph.org/releases/cortado/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2 LGPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -
38 -IUSE=""
39 -
40 -COMMON_DEP=""
41 -
42 -RDEPEND=">=virtual/jre-1.4
43 - ${COMMON_DEP}"
44 -DEPEND=">=virtual/jdk-1.4
45 - app-arch/unzip
46 - ${COMMON_DEP}"
47 -
48 -EANT_BUILD_TARGET=stripped
49 -
50 -src_prepare() {
51 - echo "#!/bin/sh" > scripts/get-revision
52 - echo "echo ${PV}" >> scripts/get-revision
53 -}
54 -
55 -src_install() {
56 - java-pkg_newjar output/dist/applet/${PN}-ovt-stripped-${PV}.jar
57 - dodoc ChangeLog HACKING NEWS README RELEASE TODO \
58 - || die "dodoc failed"
59 -}