# ChangeLog for dev-libs/pth
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.23 2004/12/29 22:40:09 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.24 2005/01/19 20:52:58 dragonheart Exp $
+
+*pth-2.0.3 (20 Jan 2005)
+
+ 20 Jan 2005; Daniel Black <dragonheart@gentoo.org> -pth-2.0.2.ebuild,
+ +pth-2.0.3.ebuild:
+ Version bump to fix bug #78219. Broken 2.0.2 version removed. Thanks to Felix
+ Riemann <felix@hsgheli.de>
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
-MD5 8410a881eba797e9357b77e0f0cd1169 ChangeLog 2685
-MD5 f4afc14e7f768a361dea96658437a641 pth-2.0.2.ebuild 773
-MD5 aef848d883b258cbf0600f4b431bd88c pth-1.4.1.ebuild 653
-MD5 051b9642232505d4559f14a8f87a2944 pth-1.4.0.ebuild 655
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 bc24083812e877f48bc59628c3f35f0f ChangeLog 2918
MD5 566cf4f89e44670d0aba4a745913d748 metadata.xml 224
+MD5 9dd98d11c0b08cc26f955cd3359deb92 pth-2.0.3.ebuild 831
+MD5 051b9642232505d4559f14a8f87a2944 pth-1.4.0.ebuild 655
+MD5 aef848d883b258cbf0600f4b431bd88c pth-1.4.1.ebuild 653
MD5 5a8d84760fa717b03ba0a74fdcda84a2 files/digest-pth-1.4.0 61
-MD5 627fd8cd94f564b63bad24a3b8ffc8b9 files/digest-pth-2.0.2 61
MD5 1bfd642d99d813a259564df018c7f6dd files/digest-pth-1.4.1 61
+MD5 b2b42d9f7e85e829667e5cec706c44fe files/digest-pth-2.0.3 61
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFB7sjAmdTrptrqvGERAm5dAJ9SmwyWK2xm0yfu/J8KILPzBuaFRgCeKYXD
+MugQyKsO1IUuYSa4Xf9qUFc=
+=BB94
+-----END PGP SIGNATURE-----
+++ /dev/null
-MD5 fc4d81a1dbf3d1af9a099b765f9a1be3 pth-2.0.2.tar.gz 638365
--- /dev/null
+MD5 86f266c061d5bf6034e02065214ff1ff pth-2.0.3.tar.gz 639243
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.2.ebuild,v 1.4 2004/12/20 19:32:26 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.3.ebuild,v 1.1 2005/01/19 20:52:58 dragonheart Exp $
inherit fixheadtails
src_compile() {
econf || die "econf failed"
- emake -j1 || die "emake failed"
+ # note - needed so parallel compile works
+ emake pth_p.h || die "pth_p.h make failed"
+ emake || die "emake failed"
}
src_install() {
- einstall
- # emake D... broken
- # emake DESTDIR=${D} install || die
+ emake -j1 DESTDIR=${D} install || die
dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS
}