Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251424 | Differences between
and this patch

Collapse All | Expand All

(-)/home/firari/Desktop/jpdftweak-0.9.ebuild (-11 / +5 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
Lines 7-23 Link Here
7
DESCRIPTION="Swiss Army Knife for PDF files."
7
DESCRIPTION="Swiss Army Knife for PDF files."
8
HOMEPAGE="http://jpdftweak.sourceforge.net"
8
HOMEPAGE="http://jpdftweak.sourceforge.net"
9
SRC_URI="mirror://sourceforge/jpdftweak/${PN}-src-${PV}.zip"
9
SRC_URI="mirror://sourceforge/jpdftweak/${PN}-src-${PV}.zip"
10
LICENSE="GPL"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
RESTRICT=""
12
RESTRICT=""
13
KEYWORDS="~amd64 ~x86"
13
KEYWORDS="~amd64 ~x86"
14
IUSE=""
14
15
15
COMMON_DEPEND="
16
COMMON_DEPEND="
16
	dev-java/bcmail
17
	dev-java/bcprov
18
	dev-java/itext
17
	dev-java/itext
19
	dev-java/jgoodies-forms
18
	dev-java/jgoodies-forms"
20
	dev-java/proguard"
21
19
22
RDEPEND=">=virtual/jre-1.5
20
RDEPEND=">=virtual/jre-1.5
23
	${COMMON_DEPEND}"
21
	${COMMON_DEPEND}"
Lines 30-42 Link Here
30
28
31
src_unpack() {
29
src_unpack() {
32
	unpack ${A}
30
	unpack ${A}
33
31
	cd lib || die
34
	cd "${S}/lib"
35
36
	# add dependencies into the lib dir
32
	# add dependencies into the lib dir
37
	java-pkg_jar-from jgoodies-forms forms.jar
33
	java-pkg_jar-from jgoodies-forms forms.jar
38
	java-pkg_jar-from bcmail bcmail.jar
39
	java-pkg_jar-from bcprov bcprov.jar
40
	java-pkg_jar-from itext iText.jar itext.jar
34
	java-pkg_jar-from itext iText.jar itext.jar
41
}
35
}
42
36

Return to bug 251424