# ChangeLog for app-text/iso-codes
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.21 2006/06/18 14:51:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.22 2006/10/31 20:33:03 allanonjl Exp $
+
+ 31 Oct 2006; John N. Laliberte <allanonjl@gentoo.org>
+ -iso-codes-0.47.ebuild, -iso-codes-0.47-r1.ebuild, iso-codes-0.49.ebuild,
+ iso-codes-0.49-r1.ebuild:
+ use src_compile, fixes #151387
18 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
+files/iso-codes-0.49-bsd-install.patch, iso-codes-0.49-r1.ebuild:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.49-r1.ebuild,v 1.4 2006/10/14 21:01:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.49-r1.ebuild,v 1.5 2006/10/31 20:33:03 allanonjl Exp $
inherit eutils autotools
>=sys-devel/automake-1.9"
src_unpack() {
- unpack ${A}
+ unpack "${A}"
cd "${S}"
# patch to fix up version reporting (bug #118240)
eautomake
}
-src_install() {
+src_compile() {
econf || die "configure failed"
+}
+
+src_install() {
make DESTDIR="${D}" install || die "Installation failed"
dodoc ChangeLog README TODO
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.49.ebuild,v 1.12 2006/10/14 21:01:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.49.ebuild,v 1.13 2006/10/31 20:33:03 allanonjl Exp $
inherit autotools
>=sys-devel/automake-1.9"
src_unpack() {
- unpack ${A}
- cd ${S}
+ unpack "${A}"
+ cd "${S}"
sed -i -e 's:(datadir)/pkgconfig:(libdir)/pkgconfig:g' Makefile.am
eaclocal
eautoconf
eautomake
}
-src_install() {
+src_compile() {
econf || die "configure failed"
+}
+
+src_install() {
make DESTDIR="${D}" install || die "Installation failed"
dodoc ChangeLog README TODO