summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-10 18:10:07 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-10 18:10:07 +0000
commitd6d8c099ca55cc3dce04f4ac3e446b5d7953546c (patch)
treed98d0a347cf65c9e1e8ea0e7ebcf4ad96993f965 /dev-libs/pth
parentAdded darwintoolize. (diff)
downloadhistorical-d6d8c099ca55cc3dce04f4ac3e446b5d7953546c.tar.gz
historical-d6d8c099ca55cc3dce04f4ac3e446b5d7953546c.tar.bz2
historical-d6d8c099ca55cc3dce04f4ac3e446b5d7953546c.zip
Added to ppc-macos.
Diffstat (limited to 'dev-libs/pth')
-rw-r--r--dev-libs/pth/ChangeLog5
-rw-r--r--dev-libs/pth/Manifest14
-rw-r--r--dev-libs/pth/pth-1.4.0.ebuild7
3 files changed, 20 insertions, 6 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog
index dacb210666f8..55c9bcdfc79a 100644
--- a/dev-libs/pth/ChangeLog
+++ b/dev-libs/pth/ChangeLog
@@ -1,6 +1,9 @@
# 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.18 2004/08/25 18:51:46 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.19 2004/10/10 18:10:07 usata Exp $
+
+ 11 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> pth-1.4.0.ebuild:
+ Added to ppc-macos.
25 Aug 2004; Travis Tilley <lv@gentoo.org> pth-1.4.0.ebuild:
stable on amd64
diff --git a/dev-libs/pth/Manifest b/dev-libs/pth/Manifest
index 1417a4036e83..42d8ae2bb1df 100644
--- a/dev-libs/pth/Manifest
+++ b/dev-libs/pth/Manifest
@@ -1,5 +1,15 @@
-MD5 5a180983a462a74f2d20a9ea3ed38612 ChangeLog 1825
-MD5 67b4e9c61ae6623aea1219474cfbf76b pth-1.4.0.ebuild 606
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 4e58478a47651fd57e86b334bdc0688e ChangeLog 1918
+MD5 4f41b874032547bc54a98020f7b6ba08 pth-1.4.0.ebuild 659
MD5 1c5274637bea9a5ff832681de5eb0d02 pth-1.4.1.ebuild 659
MD5 5a8d84760fa717b03ba0a74fdcda84a2 files/digest-pth-1.4.0 61
MD5 1bfd642d99d813a259564df018c7f6dd files/digest-pth-1.4.1 61
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (Darwin)
+
+iD8DBQFBaXsKVWNWqTUmv+0RAvbvAKC1uW0O32Y7SeEZjwHd/LW9xi50QgCfTBzq
+9u5pXjkSmPcO/xEq54MpCcY=
+=xl8D
+-----END PGP SIGNATURE-----
diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild
index 3c13f0136e71..c8d51d82b8b4 100644
--- a/dev-libs/pth/pth-1.4.0.ebuild
+++ b/dev-libs/pth/pth-1.4.0.ebuild
@@ -1,8 +1,8 @@
# 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-1.4.0.ebuild,v 1.18 2004/08/25 18:51:46 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.19 2004/10/10 18:10:07 usata Exp $
-inherit gnuconfig
+inherit gnuconfig libtool
DESCRIPTION="GNU Portable Threads"
HOMEPAGE="http://www.gnu.org/software/pth/"
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha amd64 hppa"
+KEYWORDS="x86 ppc sparc alpha amd64 hppa ppc-macos"
IUSE=""
DEPEND="virtual/libc"
@@ -18,6 +18,7 @@ DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
gnuconfig_update
+ use ppc-macos && darwintoolize
}
src_install() {