www-apps/pmwiki - cookbook - totalcounter
[anomen-overlay.git] / dev-java / jardiff / jardiff-1.1.0.ebuild
blobbf499d28e0bbda0c6dd863e14f85e3ab987d9bfb
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header$
4 EAPI="3"
6 DESCRIPTION="Compare jar files"
7 HOMEPAGE="http://muzso.hu/2010/11/20/jardiff-create-a-diff-of-the-public-api-of-two-jar-files"
8 SRC_URI="http://muzso.hu/dfiles/public/jardiff-1.1.0.sh"
10 LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
11 SLOT="0"
12 KEYWORDS="amd64 x86"
13 IUSE=""
15 DEPEND=""
17 RDEPEND="app-arch/unzip
18 virtual/jdk"
21 src_unpack() {
22 cp "$DISTDIR/$A" jardiff
23 sed -i -e '2iTMPDIR=${TMPDIR:-/tmp}' jardiff
26 src_install() {
27 dobin "jardiff"