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

Collapse All | Expand All

(-)paludis-1.4.2-r1.ebuild (-6 / +9 lines)
Lines 2-12 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/sys-apps/paludis/paludis-1.4.2-r1.ebuild,v 1.2 2013/11/08 21:33:45 mgorny Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-1.4.2-r1.ebuild,v 1.2 2013/11/08 21:33:45 mgorny Exp $
4
4
5
EAPI=4
5
EAPI=5
6
6
7
PYTHON_COMPAT=( python{2_6,2_7} )
7
PYTHON_COMPAT=( python{2_6,2_7} python3_3 )
8
8
9
inherit bash-completion-r1 eutils python-single-r1 user
9
inherit autotools-utils bash-completion-r1 eutils python-single-r1 user
10
10
11
DESCRIPTION="paludis, the other package mangler"
11
DESCRIPTION="paludis, the other package mangler"
12
HOMEPAGE="http://paludis.exherbo.org/"
12
HOMEPAGE="http://paludis.exherbo.org/"
Lines 49-54 Link Here
49
49
50
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
50
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
51
51
52
AUTOTOOLS_AUTORECONF=1
53
PATCHES=( ${FILESDIR}/${P}-python3-fixes.patch )
54
52
pkg_pretend() {
55
pkg_pretend() {
53
	if [[ ${MERGE_TYPE} != buildonly ]]; then
56
	if [[ ${MERGE_TYPE} != buildonly ]]; then
54
		if id paludisbuild >/dev/null 2>/dev/null ; then
57
		if id paludisbuild >/dev/null 2>/dev/null ; then
Lines 84-90 Link Here
84
	# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
87
	# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
85
	sed -i -e '1s/ruby/&19/' ruby/demos/*.rb || die
88
	sed -i -e '1s/ruby/&19/' ruby/demos/*.rb || die
86
89
87
	epatch_user
90
	autotools-utils_src_prepare
88
}
91
}
89
92
90
src_configure() {
93
src_configure() {
Lines 110-120 Link Here
110
		--with-vim-install-dir=/usr/share/vim/vimfiles
113
		--with-vim-install-dir=/usr/share/vim/vimfiles
111
	)
114
	)
112
115
113
	econf "${myeconfargs[@]}"
116
	autotools-utils_src_configure
114
}
117
}
115
118
116
src_install() {
119
src_install() {
117
	default
120
	autotools-utils_src_install
118
	prune_libtool_files
121
	prune_libtool_files
119
122
120
	dobashcomp bash-completion/cave
123
	dobashcomp bash-completion/cave

Return to bug 493906