Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 114227 Details for
Bug 172030
dev-util/itp-1.5.0 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
itp-1.5.0.ebuild
itp-1.5.0.ebuild (text/plain), 1.25 KB, created by
Marat Radchenko
on 2007-03-24 12:23:35 UTC
(
hide
)
Description:
itp-1.5.0.ebuild
Filename:
MIME Type:
Creator:
Marat Radchenko
Created:
2007-03-24 12:23:35 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg-2 > >DESCRIPTION="InfoNode Tabbed Panel is a highly flexible and customizable replacement for the Swing JTabbedPane component." >HOMEPAGE="http://infonode.net/index.html?itp" >NAME="${PN}-gpl-${PV}" >CLASSES_DIR="${WORKDIR}/classes" >SRC_URI="mirror://sourceforge/infonode/${NAME}-src.zip" >LICENSE="GPL-2" >KEYWORDS="~x86" >SLOT="0" >IUSE="doc source" >JAVA_VERSION="1.4" >DEPEND=">=virtual/jdk-${JAVA_VERSION} > source? ( app-arch/zip )" >RDEPEND=">=virtual/jre-${JAVA_VERSION}" >S="${WORKDIR}/${NAME}" > >src_compile() { > mkdir "${CLASSES_DIR}" || die | "Could not create compile output dir" > ejavac -source ${JAVA_VERSION} -target ${JAVA_VERSION} -d "${CLASSES_DIR}" $(find "${S}/src" -name "*.java") || die "Compilation failed" >} > >src_install() { > jar -cf "${S}/${PN}.jar" -C "${CLASSES_DIR}" . > java-pkg_newjar ${PN}.jar > use doc && create_javadoc > use source && java-pkg_dosrc "src/*" >} > >create_javadoc() { > local api_dir="${S}/api" > mkdir "${api_dir}" > cd ${S}/src > javadoc -source "${JAVA_VERSION}" -d ${api_dir} $(find "net/infonode" -type d | tr '/' '.') || die "Could not create javadoc" > java-pkg_dojavadoc "${api_dir}" >}
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 172030
:
114227
|
114263
|
114264
|
114279
|
114293
|
114587