Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 412965 - dev-lang/clojure-1.4 version bump
Summary: dev-lang/clojure-1.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-21 18:50 UTC by J
Modified: 2012-04-24 15:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
clojure-1.4.0 ebuild (clojure-1.4.0.ebuild,842 bytes, text/plain)
2012-04-21 18:50 UTC, J
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J 2012-04-21 18:50:00 UTC
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
Comment 1 J 2012-04-21 18:50:54 UTC
Created attachment 309741 [details]
clojure-1.4.0 ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-04-24 14:19:10 UTC
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
 }
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2012-04-24 15:41:41 UTC
clojure-1.4.0.ebuild is in portage.  thanks for the bug report.