Just released a few days ago. The only changes besides SRC_URI, SLOT, and KEYWORDS, are a change to S (workdir change based on git rev?) and a change to dodoc because changes is now distributed as a markdown file instead of text. Reproducible: Always
Created attachment 309741 [details] clojure-1.4.0 ebuild
Comment on attachment 309741 [details] clojure-1.4.0 ebuild --- clojure-1.3.0.ebuild 2011-11-18 17:09:14.000000000 +0100 +++ - 2012-04-24 16:19:00.841664788 +0200 @@ -9,17 +9,17 @@ DESCRIPTION="Clojure is a dynamic programming language that targets the Java Virtual Machine" HOMEPAGE="http://clojure.org/" -SRC_URI="https://github.com/clojure/clojure/tarball/clojure-1.3.0 -> ${P}.tar.gz" +SRC_URI="https://github.com/clojure/clojure/tarball/clojure-1.4.0 -> ${P}.tar.gz" LICENSE="EPL-1.0" -SLOT="1.3" -KEYWORDS="amd64 x86 ~x86-linux" +SLOT="1.4" +KEYWORDS="~amd64 ~x86 ~x86-linux" IUSE="" RDEPEND=">=virtual/jre-1.5" DEPEND=">=virtual/jdk-1.5" -S=${WORKDIR}/clojure-clojure-6375f36 +S=${WORKDIR}/clojure-clojure-8306949 src_test() { java-pkg-2_src_test @@ -28,5 +28,5 @@ src_install() { java-pkg_newjar ${P/_/-}.jar java-pkg_dolauncher ${PN}-${SLOT} --main clojure.main - dodoc changes.txt readme.txt || die + dodoc changes.md readme.txt || die }
clojure-1.4.0.ebuild is in portage. thanks for the bug report.