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

Collapse All | Expand All

(-)net-dns/idnkit/idnkit-1.0.ebuild (-5 / +10 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/net-dns/idnkit/idnkit-1.0.ebuild,v 1.25 2008/07/10 20:11:26 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-dns/idnkit/idnkit-1.0.ebuild,v 1.25 2008/07/10 20:11:26 jer Exp $
4
4
5
EAPI="2"
6
inherit autotools eutils fixheadtails
7
5
DESCRIPTION="Toolkit for Internationalized Domain Names (IDN)"
8
DESCRIPTION="Toolkit for Internationalized Domain Names (IDN)"
6
HOMEPAGE="http://www.nic.ad.jp/ja/idn/idnkit/download/"
9
HOMEPAGE="http://www.nic.ad.jp/ja/idn/idnkit/download/"
7
SRC_URI="http://www.nic.ad.jp/ja/idn/idnkit/download/sources/${P}-src.tar.gz"
10
SRC_URI="http://www.nic.ad.jp/ja/idn/idnkit/download/sources/${P}-src.tar.gz"
Lines 16-28 Link Here
16
19
17
S=${WORKDIR}/${P}-src
20
S=${WORKDIR}/${P}-src
18
21
19
src_unpack() {
22
src_prepare() {
20
	unpack ${A}
23
	ht_fix_all
21
	cd "${S}"
24
	# Bug 263135, old broken libtool bundled
22
	sed -i -e "s:head -1:head -n 1:g" *
25
	rm -f aclocal.m4 || die "rm failed"
26
	epatch "${FILESDIR}/${P}-autotools.patch"
27
	eautoreconf
23
}
28
}
24
29
25
src_install() {
30
src_install() {
26
	emake DESTDIR="${D}" install || die
31
	emake DESTDIR="${D}" install || die
27
	dodoc ChangeLog DISTFILES INSTALL INSTALL.ja NEWS README README.ja
32
	dodoc ChangeLog DISTFILES NEWS README README.ja
28
}
33
}

Return to bug 263135