diff options
| author | Brendan Tildesley <mail@brendan.scot> | 2026-03-03 21:59:28 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-03 21:59:37 +0100 |
| commit | e9ae5b1240d90f3d6752a738cc3b9d3460dc4c0d (patch) | |
| tree | db263b263cfb5ea0450922e2372d92aada1bb5ff /gnu | |
| parent | 5484e3dd5b56027ef04b1499294b0ee349e001c0 (diff) | |
gnu: Remove duplicate ruby-hoe.
* gnu/packages/ruby-xyz.scm (ruby-hoe): Delete variable, which is a
duplicate of the same package in (gnu packages ruby-check).
Change-Id: I2b60200e8aac382178d9856aa1049abbd47cefd2
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index e6558182488..825fb132198 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm | |||
| @@ -194,31 +194,6 @@ a menu system for providing multiple options to the user.") | |||
| 194 | (home-page "https://github.com/JEG2/highline") | 194 | (home-page "https://github.com/JEG2/highline") |
| 195 | (license (list license:gpl2 license:ruby)))) | 195 | (license (list license:gpl2 license:ruby)))) |
| 196 | 196 | ||
| 197 | (define-public ruby-hoe | ||
| 198 | (package | ||
| 199 | (name "ruby-hoe") | ||
| 200 | (version "4.2.2") | ||
| 201 | (source (origin | ||
| 202 | (method url-fetch) | ||
| 203 | (uri (rubygems-uri "hoe" version)) | ||
| 204 | (sha256 | ||
| 205 | (base32 | ||
| 206 | "1rhj1zs02mpdw6f4fh3mpfmj0p5pfar7rfxm758pk7l931mm8pyn")))) | ||
| 207 | (build-system ruby-build-system) | ||
| 208 | (arguments | ||
| 209 | (list | ||
| 210 | ;; Circular dependency with minitest | ||
| 211 | #:tests? #f)) | ||
| 212 | (synopsis "Ruby project management helper") | ||
| 213 | (description | ||
| 214 | "Hoe is a rake/rubygems helper for project Rakefiles. It helps manage, | ||
| 215 | maintain, and release projects and includes a dynamic plug-in system allowing | ||
| 216 | for easy extensibility. Hoe ships with plug-ins for all the usual project | ||
| 217 | tasks including rdoc generation, testing, packaging, deployment, and | ||
| 218 | announcement.") | ||
| 219 | (home-page "https://www.zenspider.com/projects/hoe.html") | ||
| 220 | (license license:expat))) | ||
| 221 | |||
| 222 | (define-public ruby-rsync | 197 | (define-public ruby-rsync |
| 223 | (package | 198 | (package |
| 224 | (name "ruby-rsync") | 199 | (name "ruby-rsync") |
