Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 496372
Collapse All | Expand All

(-)/usr/portage/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild (-6 / +7 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/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild,v 1.27 2012/05/05 03:52:29 jdhore Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild,v 1.27 2012/05/05 03:52:29 jdhore Exp $
4
4
5
EAPI=5
6
7
inherit autotools-multilib 
8
5
DESCRIPTION="Render SVG content using cairo"
9
DESCRIPTION="Render SVG content using cairo"
6
HOMEPAGE="http://cairographics.org"
10
HOMEPAGE="http://cairographics.org"
7
SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
11
SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
Lines 11-22 Link Here
11
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
15
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
12
IUSE=""
16
IUSE=""
13
17
14
RDEPEND="x11-libs/cairo
18
RDEPEND="x11-libs/cairo[${MULTILIB_USEDEP}]
15
	media-libs/libsvg"
19
	media-libs/libsvg[${MULTILIB_USEDEP}]"
16
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
17
	virtual/pkgconfig"
21
	virtual/pkgconfig"
18
22
19
src_install() {
23
DOCS=( AUTHORS ChangeLog NEWS README )
20
	emake DESTDIR="${D}" install || die "emake install failed."
21
	dodoc AUTHORS ChangeLog NEWS README
22
}

Return to bug 496372