Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151771 - net-wireless/ap-utils-1.5 version bump
Summary: net-wireless/ap-utils-1.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 19:39 UTC by Norman Heinen
Modified: 2009-09-05 17:52 UTC (History)
0 users

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


Attachments
Ebuild for ap-utils-1.5 (ap-utils-1.5.ebuild,572 bytes, text/plain)
2006-10-17 19:40 UTC, Norman Heinen
Details
Updated ebuild for ap-utils-1.5 (ap-utils-1.5.ebuild,599 bytes, application/octet-stream)
2006-10-19 18:01 UTC, Norman Heinen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Norman Heinen 2006-10-17 19:39:01 UTC
First ebuild submission. So eek.

This is an update of ap-utils-1.4.1 to ap-utils-1.5

Only modification of ebuild is the mirror, no longer hosted on sf.net mirrors.

Wireless Access Point Utilites for Unix - it's a set of utilites to configure and monitor Wireless Access Points under Unix using SNMP and tftp protocol.

Will post ebuild in reply.
Comment 1 Norman Heinen 2006-10-17 19:40:31 UTC
Created attachment 99912 [details]
Ebuild for ap-utils-1.5

Attached is ebuild.
Comment 2 Chris White (RETIRED) gentoo-dev 2006-10-17 19:46:34 UTC
A couple of notes here:

	econf --build=${CHOST} `use_enable nls` || die

The ${CHOST} part isn't needed, econf handles that for you.  `` is a deprecated syntax, use $(use_enable nls) instead.

	einstall || die

einstall is meant for makefiles which do not work properly (usually because they do not honor DISTDIR).  Try and see if the following:

      emake DESTDIR="${D}" install || die "Installation failed"

works without causing issues.
Comment 3 Norman Heinen 2006-10-19 18:01:19 UTC
Created attachment 100058 [details]
Updated ebuild for ap-utils-1.5
Comment 4 Norman Heinen 2006-10-19 18:04:54 UTC
(In reply to comment #3)
> Created an attachment (id=100058) [edit]
> Updated ebuild for ap-utils-1.5
> 

Thanks for your corrections, above is modified ebuild. Worked fine for me with 2006.1 profile on x86.
Comment 5 Patrick Lauer gentoo-dev 2009-09-05 17:52:46 UTC
+  05 Sep 2009; Patrick Lauer <patrick@gentoo.org> +ap-utils-1.5.ebuild:
+  Bump to 1.5, fixes #151771. Ebuild fixups by Norman Heinen