Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169822 - Installation of asn2asn in sci-biology/ncbi-tools
Summary: Installation of asn2asn in sci-biology/ncbi-tools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Olivier Fisette (RETIRED)
URL: http://www.penguin-soft.com/penguin/m...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-07 20:34 UTC by José María Fernández González
Modified: 2007-03-09 03:58 UTC (History)
1 user (show)

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


Attachments
Patch for sci-biology/ncbi-tools (ncbi-tools-extra_vib.patch,1.36 KB, patch)
2007-03-07 20:37 UTC, José María Fernández González
Details | Diff
Ebuild which uses the previous patch to compile and install asn2asn (ncbi-tools-20061015-r1.ebuild,6.35 KB, text/plain)
2007-03-07 20:41 UTC, José María Fernández González
Details
Patch for ncbi-tools-20061015.ebuild (ncbi-tools-20061015-r1.ebuild.patch,1016 bytes, patch)
2007-03-07 21:01 UTC, José María Fernández González
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description José María Fernández González 2007-03-07 20:34:26 UTC
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 José María Fernández González 2007-03-07 20:37:04 UTC
Created attachment 112466 [details, diff]
Patch for sci-biology/ncbi-tools

This patch allows setting up the additional programs to compile using EXTRA_VIB environment variable.
Comment 2 José María Fernández González 2007-03-07 20:41:22 UTC
Created attachment 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 Jeffrey Gardner (RETIRED) gentoo-dev 2007-03-07 20:45:36 UTC
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 José María Fernández González 2007-03-07 21:01:24 UTC
Created attachment 112471 [details, diff]
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 Olivier Fisette (RETIRED) gentoo-dev 2007-03-09 03:58:25 UTC
Hi José,

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