Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 127638

Summary: sci-misc/kmap-0.4.ebuild (new package)
Product: Gentoo Linux Reporter: Henning Schild <henning>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: de.techno
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://k-map.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: sci-misc/kmap-0.4.ebuild
files/kmap-0.4.patch

Description Henning Schild 2006-03-26 07:09:51 UTC
A little tool to minimize boolean funtions with karnaugh maps.
The Makefile from the source does not include a install function and could not be used to build the package. I did patch the Makefile and the source a little bit but my way is still a little dirty. The patched Makefile does not handle the croation language files it only installs the binary.
I removed the SetIcon stuff from the source since it did not compile with this code. I can live with not having an icon and removing the code was easier than figuring out why it does not work.
I guess this ebuild is not ready to go in the portage tree, but at least one can find an ebuild in the bugtracker now ;).
Comment 1 Henning Schild 2006-03-26 07:10:46 UTC
Created attachment 83164 [details]
sci-misc/kmap-0.4.ebuild
Comment 2 Henning Schild 2006-03-26 07:11:54 UTC
Created attachment 83165 [details]
files/kmap-0.4.patch
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-03-26 07:32:04 UTC
- RDEPEND="${DEPEND}" is superfluous
- src_compile() is superfluous
- einstall is only to be used for completely broken scripts, preferable is "make DESTDIR=${D} install" (which is the default, so src_install() is probably superfluous as well)