Bug 169822 - Installation of asn2asn in sci-biology/ncbi-tools
Bug#: 169822 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: ribosome@gentoo.org Reported By: josemariafg@gmail.com
Component: Ebuilds
URL:  http://www.penguin-soft.com/penguin/man/1/asn2asn.html
Summary: Installation of asn2asn in sci-biology/ncbi-tools
Keywords:  
Status Whiteboard: 
Opened: 2007-03-07 20:34 0000
Description:   Opened: 2007-03-07 20:34 0000
As it happened in the past with asn2all, ncbi-tools has many optional programs
which are not installed by default (look for 'asn2all' at
ncbi/make/makenet.unx, inside the package source).

asn2asn is one of such programs, which is useful to translate NCBI ASN.1 binary
files into ASN.1 textual ones (and vice-versa), using less memory than other
alternative programs (for instance, asn2all).

Reproducible: Always

------- Comment #1 From José María Fernández González 2007-03-07 20:37:04 0000 -------
Created an attachment (id=112466) [details]
Patch for sci-biology/ncbi-tools

This patch allows setting up the additional programs to compile using EXTRA_VIB
environment variable.

------- Comment #2 From José María Fernández González 2007-03-07 20:41:22 0000 -------
Created an attachment (id=112467) [details]
Ebuild which uses the previous patch to compile and install asn2asn

This ebuild is based on sci-biology/ncbi-tools-20061015. It uses the
instrumentation provided by the submitted patch, so optional NCBI programs to
compile and install can be set up using EXTRA_VIB variable. This ebuild sets up
that variable to asn2all and asn2asn, and future ebuilds/needs can change it.

------- Comment #3 From Jeffrey Gardner 2007-03-07 20:45:36 0000 -------
Hiya Jose,
Could you please attach a diff between your ebuild and the
ncbi-tools-20061015.ebuild ? It would be so much nicer!
Thanks,
je_fro

------- Comment #4 From José María Fernández González 2007-03-07 21:01:24 0000 -------
Created an attachment (id=112471) [details]
Patch for ncbi-tools-20061015.ebuild

This patch must be applied on ncbi-tools-20061015.ebuild, so it becomes
ncbi-tools-20061015-r1.ebuild. It adds to the ebuild the capability to compile
and install optional NCBI programs, like asn2all or asn2asn.

------- Comment #5 From Olivier Fisette 2007-03-09 03:58:25 0000 -------
Hi José,

Thanks for your work. I just added your patch to Portage.