Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350048 - games-puzzle/atris - Alizarin tetris
Summary: games-puzzle/atris - Alizarin tetris
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.cs.virginia.edu/~weimer/at...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-12-29 16:06 UTC by Samuel Bauer
Modified: 2018-12-03 12:58 UTC (History)
0 users

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


Attachments
atris game ebuild (atris-1.0.7.ebuild,1.36 KB, text/plain)
2010-12-29 16:07 UTC, Samuel Bauer
Details
metada file for atris (metadata.xml,440 bytes, text/plain)
2010-12-29 17:04 UTC, Samuel Bauer
Details
atris game ebuild (atris-1.0.7.ebuild,1.68 KB, text/plain)
2010-12-29 23:21 UTC, Samuel Bauer
Details

Note You need to log in before you can comment on or make changes to this bug.
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}