Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195873 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-31 / +6 lines)
Line 3 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/sonata/sonata-1.2.2.ebuild,v 1.2 2007/09/26 12:14:37 angelos Exp $
3
# $Header: $
4
--
Lines 7-8 Link Here
7
DESCRIPTION="A lightweight music player for MPD, written in Python."
7
DESCRIPTION="an elegant GTK+ music client for the Music Player Daemon (MPD)."
8
DESCRIPTION="Sonata is an elegant GTK+ music client for the Music Player Daemon (MPD)."
9
--
Line 10 Link Here
10
SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
9
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
11
--
Line 13 Link Here
13
KEYWORDS="amd64 ~ppc64 ~x86"
12
KEYWORDS="~amd64 ~ppc64 ~x86"
14
--
Line 17 Link Here
17
DEPEND=""
Line 28 Link Here
28
		ewarn "you must build gtk+-2.x with \"jpeg\" USE flag."
26
		ewarn "you must build gtk+-2 with the \"jpeg\" USE flag."
29
--
Lines 34-51 Link Here
34
src_compile() {
32
DOCS="CHANGELOG README TODO TRANSLATORS"
35
	distutils_src_compile
36
}
37
38
src_install() {
39
	distutils_src_install
40
	dodoc COPYING CHANGELOG README TODO TRANSLATORS
41
}
42
43
pkg_postinst() {
44
	python_version
45
	python_mod_optimize /usr/lib/python${PYVER}/site-packages
46
}
47
48
pkg_postrm() {
49
	python_version
50
	python_mod_cleanup
51
}
52
--

Return to bug 195873