diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-05-26 15:16:54 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-05-26 15:16:54 +0000 |
commit | 6dd4d5a09a61fabcb32e0e6fb9da01b0553a6fe0 (patch) | |
tree | 13cb3247b661a1fb97d00183f551504d158a2931 /dev-libs/pth | |
parent | Added NEWS, ChangeLog, README.config to dodoc - #50180 (diff) | |
download | historical-6dd4d5a09a61fabcb32e0e6fb9da01b0553a6fe0.tar.gz historical-6dd4d5a09a61fabcb32e0e6fb9da01b0553a6fe0.tar.bz2 historical-6dd4d5a09a61fabcb32e0e6fb9da01b0553a6fe0.zip |
~amd64, added gnuconfig_update
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pth/Manifest | 6 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.1.ebuild | 14 |
3 files changed, 19 insertions, 6 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 41cf9ac77575..5507e7331526 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.12 2004/05/23 20:22:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.13 2004/05/26 15:16:54 jhuebel Exp $ + + 26 May 2004; Jason Eric Huebel <jhuebel@gentoo.org> pth-1.4.1.ebuild: + ~amd64, added gnuconfig_update 23 May 2004; Bryan Østergaard <kloeri@gentoo.org> pth-1.4.0.ebuild: Stable on alpha. diff --git a/dev-libs/pth/Manifest b/dev-libs/pth/Manifest index 9dc3a504b6ad..361924732466 100644 --- a/dev-libs/pth/Manifest +++ b/dev-libs/pth/Manifest @@ -1,5 +1,5 @@ -MD5 e17c9aa03b6f10b733de9f5c79656b14 ChangeLog 1412 -MD5 7fcbd65427d5bd96b14314ef0a70a6f3 pth-1.4.1.ebuild 526 +MD5 0c289e0b9a7a065f23d99aa672357329 ChangeLog 1519 MD5 bf1a0492b9ef7e6ddacaeba54b7b0aaa pth-1.4.0.ebuild 622 -MD5 1bfd642d99d813a259564df018c7f6dd files/digest-pth-1.4.1 61 +MD5 3ba8c543043aaeadaf28d41ae46cb195 pth-1.4.1.ebuild 640 MD5 5a8d84760fa717b03ba0a74fdcda84a2 files/digest-pth-1.4.0 61 +MD5 1bfd642d99d813a259564df018c7f6dd files/digest-pth-1.4.1 61 diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild index d6bc4d68882c..fb20f4e3adab 100644 --- a/dev-libs/pth/pth-1.4.1.ebuild +++ b/dev-libs/pth/pth-1.4.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.6 2004/02/20 21:22:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.7 2004/05/26 15:16:54 jhuebel Exp $ + +inherit gnuconfig DESCRIPTION="GNU Portable Threads" HOMEPAGE="http://www.gnu.org/software/pth/" @@ -8,10 +10,18 @@ SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.1.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 ppc sparc ~amd64" DEPEND="virtual/glibc" +src_unpack() { + unpack ${A} + cd ${S} + + # update GNU config files + gnuconfig_update +} + src_install() { einstall || die dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS |