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

Collapse All | Expand All

(-)orbit-0.5.17-r1.ebuild.orig (-2 / +7 lines)
Lines 2-8 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/gnome-base/orbit/orbit-0.5.17-r1.ebuild,v 1.10 2006/03/24 16:23:46 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-0.5.17-r1.ebuild,v 1.10 2006/03/24 16:23:46 agriffis Exp $
4
4
5
inherit gnome.org libtool gnuconfig eutils multilib
5
inherit gnome.org libtool gnuconfig eutils autotools multilib
6
6
7
MY_P="ORBit-${PV}"
7
MY_P="ORBit-${PV}"
8
PVP=(${PV//[-\._]/ })
8
PVP=(${PV//[-\._]/ })
Lines 21-34 Link Here
21
		>=sys-apps/tcp-wrappers-7.6
21
		>=sys-apps/tcp-wrappers-7.6
22
		=dev-libs/glib-1.2*"
22
		=dev-libs/glib-1.2*"
23
RDEPEND="=dev-libs/glib-1.2*
23
RDEPEND="=dev-libs/glib-1.2*
24
	dev-util/indent"
24
		dev-util/indent"
25
25
26
src_unpack() {
26
src_unpack() {
27
	unpack ${A}
27
	unpack ${A}
28
	cd "${S}"
28
	cd "${S}"
29
	epatch "${FILESDIR}"/${P}-m4.patch
29
	epatch "${FILESDIR}"/${P}-m4.patch
30
	epatch "${FILESDIR}"/${P}-rpath-security-fix.patch
30
	epatch "${FILESDIR}"/${P}-rpath-security-fix.patch
31
	epatch "${FILESDIR}"/${P}-as-needed.patch
31
	gnuconfig_update
32
	gnuconfig_update
33
	cd "${S}"
34
	find "${S}" -name 'Makefile.in' -print | xargs sed --in-place -s -e '/Makefile\.in/s/5/6/'
35
	einfo "Running eautomake..."
36
	eautomake
32
	# Libtoolize to fix "relink bug" in older libtool's distributed
37
	# Libtoolize to fix "relink bug" in older libtool's distributed
33
	# with packages.
38
	# with packages.
34
	elibtoolize
39
	elibtoolize

Return to bug 130735