Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459732 - games-puzzle/color-lines - Color lines game written with SDL with bonus features
Summary: games-puzzle/color-lines - Color lines game written with SDL with bonus features
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Sergey Popov
URL: http://color-lines.googlecode.com/
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-02-28 15:32 UTC by warmcharm
Modified: 2013-04-13 09:39 UTC (History)
2 users (show)

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


Attachments
color-lines-0.6.ebuild (color-lines-0.6.ebuild,789 bytes, text/plain)
2013-02-28 15:32 UTC, warmcharm
Details
color-lines-0.6-Makefile.patch (color-lines-0.6-Makefile.patch,991 bytes, patch)
2013-04-12 10:13 UTC, Sergey Popov
Details | Diff
color-lines-0.6.ebuild (color-lines-0.6.ebuild,811 bytes, text/plain)
2013-04-12 10:15 UTC, Sergey Popov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description warmcharm 2013-02-28 15:32:20 UTC
Created attachment 340510 [details]
color-lines-0.6.ebuild

Color lines - cool and visually nice game about balls and lines written with SDL with bonus features - https://code.google.com/p/color-lines/
Comment 1 Sergey Popov gentoo-dev 2013-04-12 10:13:10 UTC
Created attachment 345352 [details, diff]
color-lines-0.6-Makefile.patch

Patch for Makefile to properly handle CFLAGS and LDFLAGS
Comment 2 Sergey Popov gentoo-dev 2013-04-12 10:15:06 UTC
Created attachment 345354 [details]
color-lines-0.6.ebuild

Improved ebuild.

I will take care of this package, need to do some additional checks...
Comment 3 Julian Ospald 2013-04-12 13:38:00 UTC
- missing inherit: eutils
- ebuild ignores games variables
- ebuild fails to emerge due to underlinking of "-lm"
- missing libsdl useflag "X"
- pkgconfig seems not to be a dependency
Comment 4 Sergey Popov gentoo-dev 2013-04-13 09:39:54 UTC
+  13 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> +color-lines-0.6.ebuild,
+  +files/color-lines-0.6-Makefile.patch, +metadata.xml:
+  Initial commit, wrt bug #459732. Thanks to <warmcharm AT yandex.ru> for
+  initial ebuild and Julian Ospald for ebuild fixes