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

(-)imagemagick-6.1.8.8.ebuild (-4 / +6 lines)
Lines 76-86 Link Here
76
	emake || die "compile problem"
76
	emake || die "compile problem"
77
}
77
}
78
78
79
src_install() {
79
pkg_preinst() {
80
	make DESTDIR=${D} install
81
82
	#bug 69705
80
	#bug 69705
83
	rm -f ${D}/usr/lib/libltdl*
81
	if ! use amd64; then
82
		rm -f ${D}/usr/lib/libltdl.{la,a}
83
	else
84
		rm -f ${D}/usr/lib64/libltdl.{la,a}
85
	fi
84
86
85
	#bug 73464 and 78740
87
	#bug 73464 and 78740
86
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
88
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
(-)imagemagick-6.2.0.4.ebuild (-4 / +6 lines)
Lines 75-85 Link Here
75
	emake || die "compile problem"
75
	emake || die "compile problem"
76
}
76
}
77
77
78
src_install() {
78
pkg_preinst() {
79
	make DESTDIR=${D} install
80
81
	#bug 69705
79
	#bug 69705
82
	rm -f ${D}/usr/lib/libltdl*
80
	if ! use amd64; then
81
		rm -f ${D}/usr/lib/libltdl.{la,a}
82
	else
83
		rm -f ${D}/usr/lib64/libltdl.{la,a}
84
	fi
83
85
84
	#bug 73464 and 78740
86
	#bug 73464 and 78740
85
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
87
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
(-)imagemagick-6.2.0.6.ebuild (-4 / +6 lines)
Lines 75-85 Link Here
75
	emake || die "compile problem"
75
	emake || die "compile problem"
76
}
76
}
77
77
78
src_install() {
78
pkg_preinst() {
79
	make DESTDIR=${D} install
80
81
	#bug 69705
79
	#bug 69705
82
	rm -f ${D}/usr/lib/libltdl*
80
	if ! use amd64; then
81
		rm -f ${D}/usr/lib/libltdl.{la,a}
82
	else
83
		rm -f ${D}/usr/lib64/libltdl.{la,a}
84
	fi
83
85
84
	#bug 73464 and 78740
86
	#bug 73464 and 78740
85
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
87
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
(-)imagemagick-6.2.1.5.ebuild (-1 / +5 lines)
Lines 97-103 Link Here
97
	fi
96
	fi
98
97
99
	#bug 69705
98
	#bug 69705
100
	rm -f ${D}/usr/lib/libltdl*
99
	if ! use amd64; then
100
		rm -f ${D}/usr/lib/libltdl.{la,a}
101
	else
102
		rm -f ${D}/usr/lib64/libltdl.{la,a}
103
	fi
101
104
102
	#bug 73464 and 78740
105
	#bug 73464 and 78740
103
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
106
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
(-)imagemagick-6.2.1.5-r1.ebuild (-1 / +5 lines)
Lines 98-104 Link Here
98
	fi
98
	fi
99
99
100
	#bug 69705
100
	#bug 69705
101
	rm -f ${D}/usr/lib/libltdl*
101
	if ! use amd64; then
102
		rm -f ${D}/usr/lib/libltdl.{la,a}
103
	else
104
		rm -f ${D}/usr/lib64/libltdl.{la,a}
105
	fi
102
106
103
	#bug 73464 and 78740
107
	#bug 73464 and 78740
104
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
108
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
(-)imagemagick-6.2.2.0.ebuild (-1 / +5 lines)
Lines 97-103 Link Here
97
	fi
97
	fi
98
98
99
	#bug 69705
99
	#bug 69705
100
	rm -f ${D}/usr/lib/libltdl*
100
	if ! use amd64; then
101
		rm -f ${D}/usr/lib/libltdl.{la,a}
102
	else
103
		rm -f ${D}/usr/lib64/libltdl.{la,a}
104
	fi
101
105
102
	#bug 73464 and 78740
106
	#bug 73464 and 78740
103
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
107
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
(-)imagemagick-6.2.2.0-r1.ebuild (-1 / +5 lines)
Lines 98-104 Link Here
98
	fi
98
	fi
99
99
100
	#bug 69705
100
	#bug 69705
101
	rm -f ${D}/usr/lib/libltdl*
101
	if ! use amd64; then
102
		rm -f ${D}/usr/lib/libltdl.{la,a}
103
	else
104
		rm -f ${D}/usr/lib64/libltdl.{la,a}
105
	fi
102
106
103
	#bug 73464 and 78740
107
	#bug 73464 and 78740
104
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
108
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
(-)imagemagick-6.2.2.3.ebuild (-1 / +5 lines)
Lines 97-103 Link Here
97
	fi
97
	fi
98
98
99
	#bug 69705
99
	#bug 69705
100
	rm -f ${D}/usr/lib/libltdl*
100
	if ! use amd64; then
101
		rm -f ${D}/usr/lib/libltdl.{la,a}
102
	else
103
		rm -f ${D}/usr/lib64/libltdl.{la,a}
104
	fi
101
105
102
	#bug 73464 and 78740
106
	#bug 73464 and 78740
103
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
107
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
(-)imagemagick-6.2.2.3-r1.ebuild (-1 / +5 lines)
Lines 99-105 Link Here
99
	fi
99
	fi
100
100
101
	#bug 69705
101
	#bug 69705
102
	rm -f ${D}/usr/lib/libltdl*
102
	if ! use amd64; then
103
		rm -f ${D}/usr/lib/libltdl.{la,a}
104
	else
105
		rm -f ${D}/usr/lib64/libltdl.{la,a}
106
	fi
103
107
104
	#bug 73464 and 78740
108
	#bug 73464 and 78740
105
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
109
	rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod

Return to bug 103149