| Summary: | aewan-1.0.01 (New Package) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Denilson Sá Maia <denilsonsa> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://aewan.sourceforge.net/ | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Proposed Aewan ebuild | ||
|
Description
Denilson Sá Maia
2006-06-22 17:44:43 UTC
Created attachment 89865 [details] Proposed Aewan ebuild Proposed Aewan ebuild. Based on bug 60731. Note there are only x86 and amd64 listed in ebuild, but probably it works on more archs. > # Copyright (c) 2004 Bruno T. C. de Oliveira > # Distributed under the terms of the GNU General Public License v2 > # $Header: $ This header should match /usr/portage/header.txt > KEYWORDS="x86 ~amd64" Stuff always goes in testing (~arch) first. Also KEYWORDS should be in alphabetical order. KEYWORDS="~amd64 ~x86" > DEPEND="virtual/libc > sys-libs/zlib > >=sys-libs/ncurses-5.0" libc is a basic system package. Since this program doesn't depend on any particular version, there is no need to depend on it explictly. > src_compile() { > econf || die "econf failed" > emake || die "emake failed" > } This function can be left out. Portage will automatically do econf and emake. Everything else looks fine. I'm marking this bug as a duplicate. When there is already a bug for a new package and a new version comes out, just attach your ebuild to that bug. Thanks for the submission and keep up the good work :) *** This bug has been marked as a duplicate of 60731 *** (In reply to comment #2) > > # Copyright (c) 2004 Bruno T. C. de Oliveira > > # Distributed under the terms of the GNU General Public License v2 > > # $Header: $ > > This header should match /usr/portage/header.txt Sorry, I haven't even changed this from previous bug ebuild (0.9.2). > > KEYWORDS="x86 ~amd64" > > Stuff always goes in testing (~arch) first. Also KEYWORDS should be in > alphabetical order. KEYWORDS="~amd64 ~x86" Ok, I've marked it stable locally to be able to emerge it easily at my overlay. :) > > DEPEND="virtual/libc > > sys-libs/zlib > > >=sys-libs/ncurses-5.0" > > libc is a basic system package. Since this program doesn't depend on any > particular version, there is no need to depend on it explictly. Ok, good to know. Again, I haven't changed this from previous 0.9.2 ebuild. > Everything else looks fine. There is no much everything else. :) > I'm marking this bug as a duplicate. When there is already a bug for a new > package and a new version comes out, just attach your ebuild to that bug. Ok, but the old bug is resolved as invalid, and I don't have rights to reopen it. So, if I submitted this to that bug, nobody would notice. > Thanks for the submission and keep up the good work :) Ok, thanks for looking at it. |