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

Bug 350048

Summary: games-puzzle/atris - Alizarin tetris
Product: Gentoo Linux Reporter: Samuel Bauer <samuel.bauer>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.cs.virginia.edu/~weimer/atris/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: atris game ebuild
metada file for atris
atris game ebuild

Description Samuel Bauer 2010-12-29 16:06:41 UTC
This software is not more maintained, but the game is still a good block falling game.

Reproducible: Always

Steps to Reproduce:
1. emerge -e atris
2. No result found
Comment 1 Samuel Bauer 2010-12-29 16:07:55 UTC
Created attachment 258362 [details]
atris game ebuild
Comment 2 Samuel Bauer 2010-12-29 17:04:32 UTC
Created attachment 258375 [details]
metada file for atris
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2010-12-29 17:08:02 UTC
needs to use GAMES_STATEDIR for the writable bits.  Writing into GAMES_DATADIR is bad form.
Comment 4 Samuel Bauer 2010-12-29 23:21:54 UTC
Created attachment 258409 [details]
atris game ebuild

Fixed the data files to be created in ${GAMES_STATEDIR} rather than in ${GAMES_DATADIR}