Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127638 - sci-misc/kmap-0.4.ebuild (new package)
Summary: sci-misc/kmap-0.4.ebuild (new package)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://k-map.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-03-26 07:09 UTC by Henning Schild
Modified: 2022-02-06 20:49 UTC (History)
1 user (show)

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


Attachments
sci-misc/kmap-0.4.ebuild (kmap-0.4.ebuild,603 bytes, text/plain)
2006-03-26 07:10 UTC, Henning Schild
Details
files/kmap-0.4.patch (kmap-0.4.patch,1.04 KB, text/plain)
2006-03-26 07:11 UTC, Henning Schild
Details

Note You need to log in before you can comment on or make changes to this bug.
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)