[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/28: gnu: Rename stringtemplate3 to java-stringtemplate-3.
From: |
Ricardo Wurmus |
Subject: |
20/28: gnu: Rename stringtemplate3 to java-stringtemplate-3. |
Date: |
Tue, 16 May 2017 09:24:36 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e44112e1a5fbac4041f7d4a38d164d3e520848c2
Author: Ricardo Wurmus <address@hidden>
Date: Tue May 16 12:43:49 2017 +0200
gnu: Rename stringtemplate3 to java-stringtemplate-3.
* gnu/packages/java.scm (stringtemplate3): Replace this...
(java-stringtemplate-3): ...with this.
[name]: Change to "java-stringtemplate".
(stringtemplate4)[inputs]: Adjust accordingly.
(stringtemplate4-4.0.6)[inputs]: Likewise.
(antlr3)[inputs, propagated-inputs]: Likewise.
(antlr3-3.3)[propagated-inputs, arguments]: Likewise.
(antlr3-3.1)[propagated-inputs]: Likewise.
---
gnu/packages/java.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 4a381b6..895cb73 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3149,9 +3149,9 @@ C++, or Python actions. ANTLR provides excellent support
for tree construction,
tree walking, and translation.")
(license license:public-domain)))
-(define-public stringtemplate3
+(define-public java-stringtemplate-3
(package
- (name "stringtemplate3")
+ (name "java-stringtemplate")
(version "3.2.1")
(source (origin
(method url-fetch)
@@ -3231,7 +3231,7 @@ StringTemplate also powers ANTLR.")
(inputs
`(("antlr3" ,antlr3-bootstrap)
("antlr2" ,antlr2)
- ("stringtemplate" ,stringtemplate3)))
+ ("java-stringtemplate" ,java-stringtemplate-3)))
(home-page "http://www.stringtemplate.org")
(synopsis "Template engine to generate formatted text output")
(description "StringTemplate is a java template engine (with ports for C#,
@@ -3257,7 +3257,7 @@ StringTemplate also powers ANTLR.")
(inputs
`(("antlr3" ,antlr3-3.3)
("antlr2" ,antlr2)
- ("stringtemplate" ,stringtemplate3)))))
+ ("java-stringtemplate" ,java-stringtemplate-3)))))
(define-public antlr3
(package
@@ -3344,10 +3344,10 @@ import org.antlr.grammar.v3.ANTLRTreePrinter;"))
("antlr3" ,antlr3-bootstrap)))
(inputs
`(("junit" ,java-junit)
- ("stringtemplate" ,stringtemplate3)
+ ("stringtemplate" ,java-stringtemplate-3)
("stringtemplate4" ,stringtemplate4)))
(propagated-inputs
- `(("stringtemplate" ,stringtemplate3)
+ `(("stringtemplate" ,java-stringtemplate-3)
("antlr" ,antlr2)
("stringtemplate4" ,stringtemplate4-4.0.6)))
(home-page "http://www.antlr3.org")
@@ -3400,7 +3400,7 @@ tree walking, and translation.")
(string-append "#!" (which "sh") "\n"
"java -cp " jar "/antlr3-3.3.jar:"
(string-concatenate
- (find-files (assoc-ref inputs
"stringtemplate")
+ (find-files (assoc-ref inputs
"java-stringtemplate")
".*\\.jar"))
":"
(string-concatenate
@@ -3450,7 +3450,7 @@ import org.antlr.grammar.v2.ANTLRTreePrinter;"))))
(inputs
`(("junit" ,java-junit)))
(propagated-inputs
- `(("stringtemplate" ,stringtemplate3)
+ `(("java-stringtemplate" ,java-stringtemplate-3)
("antlr" ,antlr2)
("antlr3" ,antlr3-3.1)))))
@@ -3522,7 +3522,7 @@ import org.antlr.grammar.v2.ANTLRTreePrinter;"))))
(inputs
`(("junit" ,java-junit)))
(propagated-inputs
- `(("stringtemplate" ,stringtemplate3)))))
+ `(("stringtemplate" ,java-stringtemplate-3)))))
(define-public java-asm
(package
- 11/28: build-system/asdf: Pass the system name as an argument to the builder., (continued)
- 11/28: build-system/asdf: Pass the system name as an argument to the builder., Ricardo Wurmus, 2017/05/16
- 23/28: gnu: java-stringtemplate-3: Use return value in build phase., Ricardo Wurmus, 2017/05/16
- 12/28: build-system/asdf: Always pre-load the system's definition file., Ricardo Wurmus, 2017/05/16
- 09/28: build-system/asdf: Make #:lisp a package argument., Ricardo Wurmus, 2017/05/16
- 26/28: gnu: Rename stringtemplate4 to java-stringtemplate., Ricardo Wurmus, 2017/05/16
- 13/28: build-system/asdf: Handle unusually-named systems., Ricardo Wurmus, 2017/05/16
- 19/28: doc: Update the documentation for the asdf build systems., Ricardo Wurmus, 2017/05/16
- 22/28: gnu: java-stringtemplate-3: Enable tests., Ricardo Wurmus, 2017/05/16
- 15/28: build-system/asdf: Simplify the use of lisp-eval-program., Ricardo Wurmus, 2017/05/16
- 27/28: gnu: Rename stringtemplate4-4.0.6 to java-stringtemplate-4.0.6., Ricardo Wurmus, 2017/05/16
- 20/28: gnu: Rename stringtemplate3 to java-stringtemplate-3.,
Ricardo Wurmus <=
- 16/28: build-system/asdf: Retain references to source files for binary outputs., Ricardo Wurmus, 2017/05/16
- 10/28: build-system/asdf: Parameterize the lisp type and implementation globally., Ricardo Wurmus, 2017/05/16
- 24/28: gnu: stringtemplate4: Inherit from java-stringtemplate-3., Ricardo Wurmus, 2017/05/16
- 28/28: gnu: java-stringtemplate: Get closer to fixing tests., Ricardo Wurmus, 2017/05/16
- 07/28: build-system/asdf: Don't rename inputs., Ricardo Wurmus, 2017/05/16