unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: guix-devel@gnu.org
Subject: [PATCH 3/3] gnu: Add aliases for the old Java package names.
Date: Thu, 14 Apr 2016 21:51:37 +0200	[thread overview]
Message-ID: <1460663497-22031-4-git-send-email-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <1460663497-22031-1-git-send-email-h.goebel@crazy-compilers.com>

* gnu/packages/bioninformatics.scm (htsjdk) (ngs-java): New
  function aliases.
* gnu/packages/java.scm (swt): New function alias.
---
 gnu/packages/bioinformatics.scm | 8 ++++++++
 gnu/packages/java.scm           | 4 ++++
 2 files changed, 12 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3094489..2f8821f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2113,6 +2113,10 @@ sequencing (HTS) data.  There are also an number of useful utilities for
 manipulating HTS data.")
     (license license:expat)))
 
+;; old name "htsjdk" is obsolete and will be removed soon
+(define-public htsjdk java-htsjdk)
+
+
 (define-public htslib
   (package
     (name "htslib")
@@ -3030,6 +3034,10 @@ simultaneously.")
        ("ngs-sdk" ,ngs-sdk)))
     (synopsis "Java bindings for NGS SDK")))
 
+;; old name "ngs-java" is obsolete and will be removed soon
+(define-public ngs-java java-ngs)
+
+
 (define-public ncbi-vdb
   (package
     (name "ncbi-vdb")
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 7a9f47d..ae50f8a 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -133,6 +133,10 @@ is implemented.")
               license:mpl2.0
               license:lgpl2.1+))))
 
+;; old name "swt" is obsolete and will be removed soon
+(define-public swt java-swt)
+
+
 (define-public ant
   (package
     (name "ant")
-- 
2.7.4

  parent reply	other threads:[~2016-04-14 19:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-14 19:51 [PATCH 0/3] Prefix "java-" for Java packages Hartmut Goebel
2016-04-14 19:51 ` [PATCH 1/3] doc: Add specification " Hartmut Goebel
2016-04-15 20:15   ` Leo Famulari
2016-04-16  9:28     ` Alex Kost
2016-04-14 19:51 ` [PATCH 2/3] gnu: Rename Java packages to match new naming specification Hartmut Goebel
2016-04-14 19:51 ` Hartmut Goebel [this message]
2016-04-15 10:28   ` [PATCH 3/3] gnu: Add aliases for the old Java package names Ricardo Wurmus
2016-04-15 18:34     ` Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1460663497-22031-4-git-send-email-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).