Bug 57671 - New package: Mattricks 0.6
Bug#: 57671 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: pocmatos@gmail.com
Component: Ebuilds
URL: 
Summary: New package: Mattricks 0.6
Keywords:  
Status Whiteboard: 
Opened: 2004-07-19 19:45 0000
Description:   Opened: 2004-07-19 19:45 0000
Ebuild for Mattricks 0.6

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Paulo Jorge de Oliveira Cantante de Matos 2004-07-19 19:46:39 0000 -------
Created an attachment (id=35787) [details]
Mattricks 0.6 ebuild

------- Comment #2 From Nuno Alexandre 2004-07-19 20:17:42 0000 -------
this  dev-python/pyxml should be added to the depencies too, otherwise it wont
work.

------- Comment #3 From Mr. Bones. 2004-07-21 01:04:07 0000 -------
Always use the full category/packagename in the DEPEND variables.

------- Comment #4 From Mr. Bones. 2004-07-25 05:05:39 0000 -------
Please tidy up in the ebuild a bit and resubmit.  Reopen with a new ebuild.

------- Comment #5 From Mr. Bones. 2004-08-24 19:13:07 0000 -------
Feel like cleaning this ebuild up a bit?

------- Comment #6 From Paulo Jorge de Oliveira Cantante de Matos 2004-08-25 03:33:49 0000 -------
Doing that... :D Sorry for the delay... Busy vacations... ;)

------- Comment #7 From Paulo Jorge de Oliveira Cantante de Matos 2004-08-25 03:41:08 0000 -------
Check bug 61615

------- Comment #8 From Mr. Bones. 2004-08-25 04:00:58 0000 -------
*** Bug 61615 has been marked as a duplicate of this bug. ***

------- Comment #9 From Paulo Jorge de Oliveira Cantante de Matos 2004-08-25 04:05:16 0000 -------
Created an attachment (id=38155) [details]
New fixed ebuild...

------- Comment #10 From Paulo Jorge de Oliveira Cantante de Matos 2004-08-25 04:06:28 0000 -------
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 From Tobias Sager 2004-08-26 10:18:07 0000 -------
What's the convention on capital letters ebuilds?
I'd prefer it to be all small letters..

------- Comment #12 From Mr. Bones. 2004-08-26 12:01:44 0000 -------
The standard for ebuild names is all lowercase. 
http://www.gentoo.org/doc/en/policy.xml for more information.

------- Comment #13 From Chris Gianelloni (RETIRED) 2004-09-01 07:05:53 0000 -------
Added to CVS

------- Comment #14 From Paulo Jorge de Oliveira Cantante de Matos 2004-09-04 16:26:20 0000 -------
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 From Chris Gianelloni (RETIRED) 2004-09-06 08:36:25 0000 -------
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 From Tobias Sager 2004-09-06 10:25:31 0000 -------
Added bug 63032.