Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 356074 Details for
Bug 475552
=dev-java/itext-5.4.1 - Version bump. (was: Depend on dev-java/bcpkix instead of dev-java/bctsp (was: dev-java/bctsp version bump request))
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
itext-5.4.1.ebuild
file_475552.txt (text/plain), 1.31 KB, created by
Tom Wijsman (TomWij) (RETIRED)
on 2013-08-15 13:01:25 UTC
(
hide
)
Description:
itext-5.4.1.ebuild
Filename:
MIME Type:
Creator:
Tom Wijsman (TomWij) (RETIRED)
Created:
2013-08-15 13:01:25 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-5.2.0.ebuild,v 1.1 2012/03/26 07:21:27 sera Exp $ > >EAPI="5" > >JAVA_PKG_IUSE="doc source" > >inherit java-pkg-2 java-pkg-simple > >DESCRIPTION="Java library that generate documents in the Portable Document Format (PDF) and/or HTML." >HOMEPAGE="http://itextpdf.com" >SRC_URI="mirror://sourceforge/${PN}/${P}.zip" > >LICENSE="AGPL-3" >SLOT="5" >KEYWORDS="~amd64 ~x86" > >COMMON_DEP=" > dev-java/bcmail:0 > dev-java/bcprov:1.48 > dev-java/bcpkix:0" > >RDEPEND="${COMMON_DEP} > >=virtual/jre-1.5" > >DEPEND="${COMMON_DEP} > >=virtual/jdk-1.5 > app-arch/unzip" > >src_unpack() { > default > unpack ./${PN}{pdf,-xtra}-${PV}-sources.jar >} > >java_prepare() { > # Extract resources from precompiled jar > mkdir target/classes -p || die > pushd target/classes > /dev/null || die > declare -a resources > resources=( $(jar -tf "${WORKDIR}"/${PN}pdf-${PV}.jar \ > | sed -e '/class$/d' -e '/\/$/d' -e '/META-INF/d') ) > assert > jar -xf "${WORKDIR}"/${PN}pdf-${PV}.jar "${resources[@]}" || die > popd > /dev/null > > find "${WORKDIR}" -name '*.jar' -exec rm -v {} + || die >} > >JAVA_GENTOO_CLASSPATH="bcmail,bcprov-1.48,bcpkix" > >src_install() { > java-pkg-simple_src_install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 475552
: 356074 |
393734