Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10761 - New ebuild for XDrawChem 1.6
Summary: New ebuild for XDrawChem 1.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: George Shapovalov (RETIRED)
URL: http://www.prism.gatech.edu/~gte067k/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-14 23:20 UTC by Adam Tenderholt
Modified: 2003-01-08 00:01 UTC (History)
0 users

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


Attachments
Ebuild for XDrawChem-1.6 (xdrawchem-1.6.ebuild,841 bytes, text/x-ebuild)
2002-11-14 23:21 UTC, Adam Tenderholt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Tenderholt 2002-11-14 23:20:47 UTC
Attached is an ebuild for the new version of XDrawChem (1.6).  
 
The method for compiling XDrawChem changed since the previous 1.5 version. It 
now uses a configure script to generate a system-specific Makefile (even though 
there is already a Makefile in the gzip'd tarball). 
 
Adam
Comment 1 Adam Tenderholt 2002-11-14 23:21:36 UTC
Created attachment 5674 [details]
Ebuild for XDrawChem-1.6
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2002-11-28 21:38:05 UTC
Hi Adam

Thanks for the update!
I cleaned it up and committed, please test.

George
Comment 3 Adam Tenderholt 2002-11-29 14:30:55 UTC
I noticed that the ebuild now RDEPEND's babel, but xdrawchem contains an 
openbabel distribution... 
 
Adam 
Comment 4 George Shapovalov (RETIRED) gentoo-dev 2002-12-01 01:40:04 UTC
Hi Adam

>but xdrawchem contains an openbabel distribution... 
Is this new in 1.6 or was this already in 1.5 as well?
The reason I added babel to RDEPEND is that xdrawchem complained that it does
not find babel if it's not isntalled. My understanding is that babel provides
some (possibly additional) data conversion.
Could you please take a look at #6655 (now closed, please respond to this bug)
and clear up the situation with conversion tools for me?

Thanks!

George
Comment 5 Adam Tenderholt 2002-12-01 12:43:37 UTC
Hi,   
   
I don't know why xdrawchem-1.5 would need Babel. According to the website,  
http://www.prism.gatech.edu/~gte067k/xdrawchem/, Babel support wasn't added  
until versions after 1.5. Either way, Babel (as openbabel) is now included with  
xdrawchem-1.6.  
  
Adam  
  
P.S. Here's the install instructions for 1.6: 
 
--------- 
To install XDrawChem: 
 
1) Download and install Qt-3.0 (or later) from http://www.trolltech.com/ if 
   it is not already installed on your system. 
 
   Optionally, you can install Babel or Open Babel to translate files. 
   XDrawChem will automatically use Babel to convert files.  The binary 
   "babel" must be in your path. 
   XDrawChem can build and install OpenBabel if you wish. 
 
2) Type "./configure", unless you installed OpenBabel previously. 
     This will build and install XDrawChem and OpenBabel. 
 
   If you have already installed OpenBabel, type 
     "./configure --without-openbabel" 
     This will build and install only XDrawChem. 
 
   Then type "make", followed by (as root) "make install" 
 
After installation: 
3) Setting the environment variable XDC_SERVER will override the XDC_SERVER 
   set in the Makefile. 
 
Enjoy! 
---------- 
 
 
Comment 6 George Shapovalov (RETIRED) gentoo-dev 2003-01-08 00:01:27 UTC
Hi Adam.

Thanks for clarification.
I have removed app-sci/babel from RDEPEND in 1.6 and unmasked the package.
Closing the bug.

George