Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 528164 Details for
Bug 653714
dev-lang/clojure-1.9.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for dev-lang/clojure-1.9.0
clojure-1.9.0.ebuild (text/plain), 945 bytes, created by
Paul Jewell
on 2018-04-21 19:05:56 UTC
(
hide
)
Description:
ebuild for dev-lang/clojure-1.9.0
Filename:
MIME Type:
Creator:
Paul Jewell
Created:
2018-04-21 19:05:56 UTC
Size:
945 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >JAVA_PKG_IUSE="source test" > >inherit java-pkg-2 java-ant-2 > >DESCRIPTION="A dynamic programming language that targets the Java Virtual Machine" >HOMEPAGE="http://clojure.org/" >SRC_URI="https://github.com/clojure/clojure/tarball/${P} -> ${P}.tar.gz" > >LICENSE="EPL-1.0 Apache-2.0 BSD" >SLOT="1.9" >KEYWORDS="amd64 x86 ~x86-linux" >IUSE="" >RESTRICT="" > >RDEPEND=">=virtual/jre-1.6 > dev-java/ant-core > dev-java/ant-apache-log4j > dev-java/log4j" >DEPEND=">=virtual/jdk-1.6" > >S=${WORKDIR}/clojure-clojure-e5a8cfa > >src_prepare() { > eapply_user > ./antsetup.sh # Set the Maven configuration >} > >src_compile() { > ant local >} > >src_test() { > java-pkg-2_src_test >} > >src_install() { > mv clojure.jar ${P/_/-}.jar > java-pkg_newjar ${P/_/-}.jar > java-pkg_dolauncher ${PN}-${SLOT} --main clojure.main > dodoc changes.md CONTRIBUTING.md readme.txt >}
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 653714
: 528164