Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 5207

Summary: xfractint-20.2.04 (New Package)
Product: Gentoo Linux Reporter: jsm
Component: New packagesAssignee: Daniel Ahlberg (RETIRED) <aliz>
Status: RESOLVED FIXED    
Severity: enhancement CC: jsm
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild file for xfractint-20.2.04
updated Ebuild file for xfractint-20.2.04
File for /etc/env.d to update FRACTDIR environment variable
UPDATED ebuild for xfractint

Description jsm 2002-07-18 17:09:51 UTC
Attached is my first attempt at an ebuild for Xfractint
(http://www.fractint.org).  It's a very cool fractal generator. I'm having only
one problem, the FRACTDIR variable needs to be exported and set to
/usr/local/xfractint for the program to run correctly (in /etc/exports or
exports.env?)  If someone could help with that part, I'd be ready to go.

I think it should go in apps-misc/xfractint

J.
Comment 1 jsm 2002-07-18 17:10:55 UTC
Created attachment 2366 [details]
ebuild file for xfractint-20.2.04
Comment 2 jsm 2002-07-19 12:16:37 UTC
Created attachment 2391 [details]
updated Ebuild file for xfractint-20.2.04

Please use this ebuild instead of the previous one.
Comment 3 jsm 2002-07-19 12:18:57 UTC
Created attachment 2392 [details]
File for /etc/env.d to update FRACTDIR environment variable

This file must be in the "files" directory and is then copied to
/etc/env.d/60xfractint in the ebuild script.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-19 15:55:47 UTC
I do not like that /usr/local needs to be used.  If you can get it to use
/usr/share/fractdir or something, that would be better.
Comment 5 jsm 2002-07-19 16:23:29 UTC
Seemant,

The new ebuild I uploaded
(http://bugs.gentoo.org/attachment.cgi?id=2391&action=edit ) does not use
/usr/local.  It installs to /usr/share/xfractint.
Comment 6 jsm 2002-07-19 16:30:42 UTC
Created attachment 2401 [details]
UPDATED ebuild for xfractint

Changed the license info to freeware.
Comment 7 jsm 2002-07-19 16:32:25 UTC
Seemant,

Just updated the ebuild again, check this one :

07/19/02 16:30

http://bugs.gentoo.org/attachment.cgi?id=2401&action=view
Comment 8 Daniel Ahlberg (RETIRED) gentoo-dev 2002-07-22 07:38:09 UTC
Commited, but masked for now. I'll unmask it when its been tested. 
Comment 9 jsm 2002-07-23 09:31:51 UTC
I noticed xfract20.2.04.zip was copied to
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/ .  At what
stage do you guys change the ebuild so it starts pulling from there?  Or is that
my responsibility?

Comment 10 Daniel Ahlberg (RETIRED) gentoo-dev 2002-07-23 11:11:57 UTC
The files in SRC_URI are automatically mirrored, it happens automatically. When
emerge:ing a packet it first checks the mirrors in your make.conf and if it
can't pull the source from the mirrors it will download it from SRC_URI.