Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 188747 Details for
Bug 161710
[EBUILD] dev-java/swingx
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
swingx-0.9.7.ebuild
swingx-0.9.7.ebuild (text/plain), 1.54 KB, created by
Martin Mokrejš
on 2009-04-17 22:42:10 UTC
(
hide
)
Description:
swingx-0.9.7.ebuild
Filename:
MIME Type:
Creator:
Martin Mokrejš
Created:
2009-04-17 22:42:10 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># TODO: The following optionals are probably not compiled ># * Possibly unneeded dependencies found ># * jmock-1.0 ># * swing-layout-1 ># * filters > >EAPI="1" >WANT_ANT_TASKS="ant-nodeps" >JAVA_PKG_IUSE="doc source examples" > >inherit java-pkg-2 java-ant-2 > >DESCRIPTION="A collection of powerful, useful, and just plain fun Swing components." >HOMEPAGE="http://swinglabs.org/index.jsp" >SRC_URI="https://swingx.dev.java.net/files/documents/2981/131987/${P}-src.zip" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >COMMON_DEPEND=">=dev-java/jmock-1.1.0 > dev-java/swing-worker > dev-java/swing-layout:1 > dev-java/batik:1.7 > dev-java/filters > dev-java/jmock" > >RDEPEND=">=virtual/jre-1.5 > ${COMMON_DEPEND}" > >DEPEND=">=virtual/jdk-1.5 > app-arch/unzip > ${COMMON_DEPEND}" > >S="${WORKDIR}/${P}-src" > >src_unpack(){ > unpack ${A} > cd "${S}/lib" || die > > find . -name "*.jar" $(use doc && echo -not -name demo-taglet.jar) -print -delete || die "bundled jar cleanup failed." > > #jmock-1.1.0 seems to be slotted in 1.0 > java-pkg_jar-from jmock-1.0 jmock.jar jmock-1.1.0RC1.jar > cd optional || die > > java-pkg_jar-from swing-worker > java-pkg_jar-from swing-layout-1 > java-pkg_jar-from batik-1.7 batik-all.jar MultipleGradientPaint.jar > java-pkg_jar-from filters filters.jar Filters.jar >} > >src_install() { > java-pkg_dojar "dist/${PN}.jar" > use doc && java-pkg_dojavadoc dist/javadoc/ > > use source && java-pkg_dosrc src/java/* > use examples && java-pkg_doexamples src/demo >} >
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 161710
:
106648
|
188737
|
188738
|
188745
| 188747 |
248258