Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57671 - New package: Mattricks 0.6
Summary: New package: Mattricks 0.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 61615 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-19 19:45 UTC by Paulo J. Matos
Modified: 2004-09-06 10:25 UTC (History)
1 user (show)

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


Attachments
Mattricks 0.6 ebuild (Mattricks-0.6.ebuild,424 bytes, text/plain)
2004-07-19 19:46 UTC, Paulo J. Matos
Details
New fixed ebuild... (Mattricks-0.6.ebuild,454 bytes, text/plain)
2004-08-25 04:05 UTC, Paulo J. Matos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paulo J. Matos 2004-07-19 19:45:40 UTC
Ebuild for Mattricks 0.6

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Paulo J. Matos 2004-07-19 19:46:39 UTC
Created attachment 35787 [details]
Mattricks 0.6 ebuild
Comment 2 Nuno Alexandre 2004-07-19 20:17:42 UTC
this  dev-python/pyxml should be added to the depencies too, otherwise it wont work.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-07-21 01:04:07 UTC
Always use the full category/packagename in the DEPEND variables.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-07-25 05:05:39 UTC
Please tidy up in the ebuild a bit and resubmit.  Reopen with a new ebuild.
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2004-08-24 19:13:07 UTC
Feel like cleaning this ebuild up a bit?
Comment 6 Paulo J. Matos 2004-08-25 03:33:49 UTC
Doing that... :D Sorry for the delay... Busy vacations... ;)
Comment 7 Paulo J. Matos 2004-08-25 03:41:08 UTC
Check bug 61615
Comment 8 Mr. Bones. (RETIRED) gentoo-dev 2004-08-25 04:00:58 UTC
*** Bug 61615 has been marked as a duplicate of this bug. ***
Comment 9 Paulo J. Matos 2004-08-25 04:05:16 UTC
Created attachment 38155 [details]
New fixed ebuild...
Comment 10 Paulo J. Matos 2004-08-25 04:06:28 UTC
Here it is... You told me to reopen with a new ebuild and I though it was to submit a new bug... now I got it... it was just to reopen THIS bug! LOL, it really didn't make sense. I'm sorry!
Comment 11 Tobias Sager 2004-08-26 10:18:07 UTC
What's the convention on capital letters ebuilds?
I'd prefer it to be all small letters..
Comment 12 Mr. Bones. (RETIRED) gentoo-dev 2004-08-26 12:01:44 UTC
The standard for ebuild names is all lowercase.  http://www.gentoo.org/doc/en/policy.xml for more information.
Comment 13 Chris Gianelloni (RETIRED) gentoo-dev 2004-09-01 07:05:53 UTC
Added to CVS
Comment 14 Paulo J. Matos 2004-09-04 16:26:20 UTC
Hi, I think this bug should be reopened. For some reason the version in CVS doesn't seem to work. There's a problem about executing setup.py. However, that doesn't happen in my version. Their diff is as follows:

euler ~ # diff /usr/local/portage/games-misc/Mattricks/Mattricks-0.6.ebuild /usr/portage/games-util
/mattricks/mattricks-0.6.ebuild  
3c3
< # $Header: $
---
> # $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.6.ebuild,v 1.1 2004/09/01 14:05:31 wolf31o2 Exp $
4a5
> MY_P=${P/m/M}
7c8
< SRC_URI=http://www.lysator.liu.se/mattricks/files/${P}.tar.gz
---
> SRC_URI="http://www.lysator.liu.se/mattricks/files/${MY_P}.tar.gz"
9c10
< LICENSE="GPL"
---
> LICENSE="GPL-2"
Comment 15 Chris Gianelloni (RETIRED) gentoo-dev 2004-09-06 08:36:25 UTC
I'm just curious, but looking at that diff, the only things changed are the downloaded file has the m in mattricks replaced with an M so it downloads the correct file, and the license is set to the proper one.

The files downloaded and installed are exactly the same.

What isn't working?

...and better yet, you should file a bug on what isn't working so it can be tracked as an actual bug and not an enhancement bug (like this one was).  Be sure to include all the normal bug infomation.

Thanks
Comment 16 Tobias Sager 2004-09-06 10:25:31 UTC
Added bug 63032.