Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 317227 - dev-python/imaging ebuilds have a comment about media-gfx/sketch
Summary: dev-python/imaging ebuilds have a comment about media-gfx/sketch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 05:11 UTC by Denilson Sá Maia
Modified: 2013-01-16 10:13 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denilson Sá Maia 2010-04-26 05:11:04 UTC
This is a piece of the current dev-python/imaging ebuilds:

	# Install headers required by media-gfx/sketch.
	install_headers() {
		insinto "$(python_get_includedir)"
		doins libImaging/Imaging.h
		doins libImaging/ImPlatform.h
	}
	python_execute_function install_headers

However, the old "sketch" package was kinda renamed to "skencil", and even "skencil" doesn't run nowadays. By reading this comment I was confused if those headers were actually needed. Are they installed just for sketch, or they are useful for other packages?

Thus, I suggest to either update the comment, or remove it.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-16 10:13:00 UTC
The comment is now removed in -r2. I have left the headers since something else may need them.