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

Collapse All | Expand All

(-)scim-sayura-0.3.3.ebuild.orig (+8 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild,v 1.1 2009/04/23 13:59:27 matsuu Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild,v 1.1 2009/04/23 13:59:27 matsuu Exp $
4
4
5
EAPI="2"
6
7
inherit eutils
8
5
DESCRIPTION="Sayura Sinhala input method for SCIM"
9
DESCRIPTION="Sayura Sinhala input method for SCIM"
6
HOMEPAGE="http://www.sayura.net/im/"
10
HOMEPAGE="http://www.sayura.net/im/"
7
SRC_URI="http://www.sayura.net/im/${P}.tar.gz"
11
SRC_URI="http://www.sayura.net/im/${P}.tar.gz"
Lines 15-20 Link Here
15
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
16
	dev-util/pkgconfig"
20
	dev-util/pkgconfig"
17
21
22
src_prepare() {
23
	epatch "${FILESDIR}"/${P}-gcc45.patch
24
}
25
18
src_install() {
26
src_install() {
19
	emake DESTDIR="${D}" install || die "emake install failed"
27
	emake DESTDIR="${D}" install || die "emake install failed"
20
28

Return to bug 320879