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

Collapse All | Expand All

(-)libcoyotl-3.0.1.ebuild.orig (-3 / +13 lines)
Lines 1-17 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
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/dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild,v 1.5 2005/12/18 23:19:31 halcy0n Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild,v 1.5 2005/12/18 23:19:31 halcy0n Exp $
4
4
5
EAPI="2"
6
7
inherit eutils
8
5
DESCRIPTION="A collection of portable C++ classes."
9
DESCRIPTION="A collection of portable C++ classes."
6
HOMEPAGE="http://www.coyotegulch.com/products/libcoyotl/"
10
HOMEPAGE="http://www.coyotegulch.com/products/libcoyotl/"
7
SRC_URI="http://www.coyotegulch.com/distfiles/${P}.tar.gz"
11
SRC_URI="http://www.coyotegulch.com/distfiles/${P}.tar.gz"
12
8
LICENSE="GPL-2"
13
LICENSE="GPL-2"
9
SLOT="0"
14
SLOT="0"
10
KEYWORDS="x86 amd64 ~ppc"
15
KEYWORDS="x86 amd64 ~ppc"
11
IUSE=""
16
IUSE=""
17
12
DEPEND="media-libs/libpng"
18
DEPEND="media-libs/libpng"
13
19
20
src_prepare() {
21
	epatch "${FILESDIR}/${PV}-gcc-4.3.patch"
22
}
23
14
src_install() {
24
src_install() {
15
	make DESTDIR="${D}" install
25
	emake DESTDIR="${D}" install || die
16
	dodoc ChangeLog NEWS README
26
	dodoc ChangeLog NEWS README || die
17
}
27
}

Return to bug 307815