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

Collapse All | Expand All

(-)xsvg-0.2.1.ebuild.orig (+9 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/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.2 2006/02/11 16:10:08 joshuabaergen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.2 2006/02/11 16:10:08 joshuabaergen Exp $
4
4
5
inherit autotools eutils
6
5
DESCRIPTION="X11 SVG viewer"
7
DESCRIPTION="X11 SVG viewer"
6
HOMEPAGE="http://xsvg.org/"
8
HOMEPAGE="http://xsvg.org/"
7
SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
9
SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
Lines 15-20 Link Here
15
			x11-libs/libXcursor )
17
			x11-libs/libXcursor )
16
		virtual/x11 )"
18
		virtual/x11 )"
17
19
20
src_unpack() {
21
	unpack ${A}
22
	cd "${S}"
23
	epatch "${FILESDIR}"/${P}-as-needed.patch
24
	eautoreconf
25
}
26
18
src_install() {
27
src_install() {
19
	make install DESTDIR=${D} || die
28
	make install DESTDIR=${D} || die
20
}
29
}

Return to bug 132484