Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8892 - New ebuild: glpk-3.2.1.ebuild
Summary: New ebuild: glpk-3.2.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-08 06:30 UTC by Rigo
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
glpk-3.2.1.ebuild (glpk-3.2.1.ebuild,705 bytes, text/plain)
2002-10-08 06:30 UTC, Rigo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rigo 2002-10-08 06:30:19 UTC
[ Results for search key : glpk ]
[ Applications found : 1 ]
 
*  app-misc/glpk
      Latest version available: 3.2.1
      Latest version installed: 3.2.1
      Homepage: http://www.gnu.org
      Description: GLPK - the GNU Linear Programming Kit
Comment 1 Rigo 2002-10-08 06:30:44 UTC
Created attachment 4512 [details]
glpk-3.2.1.ebuild
Comment 2 SpanKY gentoo-dev 2002-10-08 10:14:41 UTC
FYI, instead of doing 
	./configure \ 
		--host=${CHOST} \ 
		--prefix=/usr \ 
		--infodir=/usr/share/info \ 
		--mandir=/usr/share/man || die "./configure failed" 
you can do 
        econf "--extra-options" || die "./configure failed" 
Comment 3 George Shapovalov (RETIRED) gentoo-dev 2002-10-26 20:51:52 UTC
Hi Rigo.

Thank you for your submission.
I have processed the package and added it to the portage.
One issue: you used "dodoc -p" directive in ebuild. That lead to creation of
/usr/-p direcory. dodoc handles this transparently, so you do not need to create
first dir in such a fashion (in fact all of those dirs are standard and can be
assumed to exist).

Please test and report. 
The package is now keymasked
(you will need to remove '`' from KEYWORDS or add ~x86 to your ACCEPT_KEYWORDS
in make.conf to make emrge see it).

George
Comment 4 George Shapovalov (RETIRED) gentoo-dev 2003-01-07 21:35:01 UTC
Added IUSE, unmasked on x86.
Closing the bug.

George