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

(-)libxml2-2.6.30-r1.ebuild (-1 / +6 lines)
Lines 10-16 Link Here
10
LICENSE="MIT"
10
LICENSE="MIT"
11
SLOT="2"
11
SLOT="2"
12
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
12
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
13
IUSE="debug doc ipv6 python readline test"
13
IUSE="bootstrap build debug doc ipv6 python readline test"
14
14
15
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
15
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
16
XSTS_NAME_1="xmlschema2002-01-16"
16
XSTS_NAME_1="xmlschema2002-01-16"
Lines 97-102 Link Here
97
}
97
}
98
98
99
pkg_postinst() {
99
pkg_postinst() {
100
	if use build || use bootstrap
101
	then
102
		elog "Skipping XML catalog creation."
103
	else
100
	# need an XML catalog, so no-one writes to a non-existent one
104
	# need an XML catalog, so no-one writes to a non-existent one
101
	CATALOG="${ROOT}etc/xml/catalog"
105
	CATALOG="${ROOT}etc/xml/catalog"
102
106
Lines 108-111 Link Here
108
		/usr/bin/xmlcatalog --create > ${CATALOG}
112
		/usr/bin/xmlcatalog --create > ${CATALOG}
109
		einfo "Created XML catalog in ${CATALOG}"
113
		einfo "Created XML catalog in ${CATALOG}"
110
	fi
114
	fi
115
	fi
111
}
116
}

Return to bug 208887